diff --git a/workspaces/orchestrator/.changeset/fix-allruns-column-order-reset.md b/workspaces/orchestrator/.changeset/fix-allruns-column-order-reset.md deleted file mode 100644 index 2de55334a5d..00000000000 --- a/workspaces/orchestrator/.changeset/fix-allruns-column-order-reset.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -Fix All Runs table column order resetting to default after sorting. Dragged column positions are now preserved across sort and data refetch operations. diff --git a/workspaces/orchestrator/.changeset/fix-empty-state-alignment.md b/workspaces/orchestrator/.changeset/fix-empty-state-alignment.md deleted file mode 100644 index baadc1ba2f8..00000000000 --- a/workspaces/orchestrator/.changeset/fix-empty-state-alignment.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -Fix Orchestrator empty state layout on wide viewports by targeting MuiGrid selectors instead of deprecated BackstageEmptyState class names. diff --git a/workspaces/orchestrator/.changeset/light-turtles-juggle.md b/workspaces/orchestrator/.changeset/light-turtles-juggle.md deleted file mode 100644 index 3ae513854f0..00000000000 --- a/workspaces/orchestrator/.changeset/light-turtles-juggle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -trim unused production exports and dead symbols diff --git a/workspaces/orchestrator/.changeset/renovate-15c3148.md b/workspaces/orchestrator/.changeset/renovate-15c3148.md deleted file mode 100644 index e9f9b0be0d4..00000000000 --- a/workspaces/orchestrator/.changeset/renovate-15c3148.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch ---- - -Updated dependency `jsonata` to `^2.2.1`. diff --git a/workspaces/orchestrator/.changeset/rhidp-16292-orchestrator-nfs-recipe-a.md b/workspaces/orchestrator/.changeset/rhidp-16292-orchestrator-nfs-recipe-a.md deleted file mode 100644 index 78f09e89e62..00000000000 --- a/workspaces/orchestrator/.changeset/rhidp-16292-orchestrator-nfs-recipe-a.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -Export named NFS extensions and add a Recipe A test so an unattached Workflows blueprint cannot pass silently. diff --git a/workspaces/orchestrator/.changeset/version-bump-1-54-6.md b/workspaces/orchestrator/.changeset/version-bump-1-54-6.md deleted file mode 100644 index 559fae06f38..00000000000 --- a/workspaces/orchestrator/.changeset/version-bump-1-54-6.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': minor -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': minor -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki': minor -'@red-hat-developer-hub/backstage-plugin-orchestrator-common': minor -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-api': minor -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-react': minor -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': minor -'@red-hat-developer-hub/backstage-plugin-orchestrator-node': minor -'@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator': minor ---- - -Backstage version bump to v1.54.6 diff --git a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md index 2a15a566e29..93a8e18b570 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md @@ -1,5 +1,17 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki +## 1.5.0 + +### Minor Changes + +- 279803c: Backstage version bump to v1.54.6 + +### Patch Changes + +- Updated dependencies [279803c] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.10.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.5.0 + ## 1.4.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json index 2dca5f15d66..190e88f3171 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki", - "version": "1.4.1", + "version": "1.5.0", "license": "Apache-2.0", "description": "The loki backend module for the orchestrator plugin.", "main": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md index 6a97f1f2fc2..8e64d5f41bd 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md @@ -1,5 +1,18 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-backend +## 8.13.0 + +### Minor Changes + +- 279803c: Backstage version bump to v1.54.6 + +### Patch Changes + +- c7f1b5d: trim unused production exports and dead symbols +- Updated dependencies [279803c] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.10.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.5.0 + ## 8.12.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/package.json b/workspaces/orchestrator/plugins/orchestrator-backend/package.json index 2fc3fcb88c7..b6e65004719 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-backend/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend", - "version": "8.12.1", + "version": "8.13.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md index 0e94356699a..aa605ee5ed6 100644 --- a/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md @@ -1,5 +1,11 @@ ## @red-hat-developer-hub/backstage-plugin-orchestrator-common [1.13.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-common@1.13.0...@red-hat-developer-hub/backstage-plugin-orchestrator-common@1.13.1) (2024-08-02) +## 3.10.0 + +### Minor Changes + +- 279803c: Backstage version bump to v1.54.6 + ## 3.9.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-common/package.json b/workspaces/orchestrator/plugins/orchestrator-common/package.json index 63c8613f47d..f8c2a6796c6 100644 --- a/workspaces/orchestrator/plugins/orchestrator-common/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-common/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-common", - "version": "3.9.0", + "version": "3.10.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md index 0db4b1f7e4f..c2f5e769f5b 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md @@ -1,5 +1,16 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-api +## 2.11.0 + +### Minor Changes + +- 279803c: Backstage version bump to v1.54.6 + +### Patch Changes + +- Updated dependencies [279803c] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.10.0 + ## 2.10.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/package.json b/workspaces/orchestrator/plugins/orchestrator-form-api/package.json index 087af61685c..65b730fc60d 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-form-api/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-api", "description": "library for orchestrator form api, enabling creating a factory to extend the workflow execution form", - "version": "2.10.0", + "version": "2.11.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md index 417e8e0b25e..da3aae32af1 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md @@ -1,5 +1,17 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-react +## 2.12.0 + +### Minor Changes + +- 279803c: Backstage version bump to v1.54.6 + +### Patch Changes + +- Updated dependencies [279803c] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.10.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.11.0 + ## 2.11.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/package.json b/workspaces/orchestrator/plugins/orchestrator-form-react/package.json index 26312d88fcc..4290d4914f3 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-form-react/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-react", "description": "Web library for the orchestrator-form plugin", - "version": "2.11.0", + "version": "2.12.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md index 4607fc513cb..f6135a95fc8 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md @@ -1,5 +1,19 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets +## 2.1.0 + +### Minor Changes + +- 279803c: Backstage version bump to v1.54.6 + +### Patch Changes + +- 0834ef8: Updated dependency `jsonata` to `^2.2.1`. +- Updated dependencies [279803c] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.10.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.11.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.12.0 + ## 2.0.0 ### Major Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json index 3e093c076fe..249213c1fbe 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets", - "version": "2.0.0", + "version": "2.1.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md index 4e1c6c124a4..46aca9fa186 100644 --- a/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md @@ -1,5 +1,16 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-node +## 1.5.0 + +### Minor Changes + +- 279803c: Backstage version bump to v1.54.6 + +### Patch Changes + +- Updated dependencies [279803c] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.10.0 + ## 1.4.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-node/package.json b/workspaces/orchestrator/plugins/orchestrator-node/package.json index 9e8b7079fd2..feaa3f1c35e 100644 --- a/workspaces/orchestrator/plugins/orchestrator-node/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-node/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-node", - "version": "1.4.1", + "version": "1.5.0", "license": "Apache-2.0", "description": "Node.js library for the orchestrator plugin", "main": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md index eeb6f23b475..0322433b23a 100644 --- a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,22 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator +## 6.1.0 + +### Minor Changes + +- 279803c: Backstage version bump to v1.54.6 + +### Patch Changes + +- 99da62c: Fix All Runs table column order resetting to default after sorting. Dragged column positions are now preserved across sort and data refetch operations. +- 1e3a2fb: Fix Orchestrator empty state layout on wide viewports by targeting MuiGrid selectors instead of deprecated BackstageEmptyState class names. +- c7f1b5d: trim unused production exports and dead symbols +- 8e9abb8: Export named NFS extensions and add a Recipe A test so an unattached Workflows blueprint cannot pass silently. +- Updated dependencies [279803c] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.10.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.11.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.12.0 + ## 6.0.0 ### Major Changes diff --git a/workspaces/orchestrator/plugins/orchestrator/package.json b/workspaces/orchestrator/plugins/orchestrator/package.json index fa35e4ffae4..673794ad6aa 100644 --- a/workspaces/orchestrator/plugins/orchestrator/package.json +++ b/workspaces/orchestrator/plugins/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator", - "version": "6.0.0", + "version": "6.1.0", "license": "Apache-2.0", "main": "src/index.tsx", "types": "src/index.tsx", diff --git a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md index 90c9bd632d7..e2e09732e2d 100644 --- a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md @@ -1,5 +1,16 @@ # @red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator +## 1.8.0 + +### Minor Changes + +- 279803c: Backstage version bump to v1.54.6 + +### Patch Changes + +- Updated dependencies [279803c] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.10.0 + ## 1.7.2 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json index 1b72082d13f..f77e20f95c2 100644 --- a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json +++ b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator", "description": "The orchestrator module for @backstage/plugin-scaffolder-backend", - "version": "1.7.2", + "version": "1.8.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",