diff --git a/workspaces/orchestrator/.changeset/active-boolean-widget.md b/workspaces/orchestrator/.changeset/active-boolean-widget.md deleted file mode 100644 index 3112c98a0da..00000000000 --- a/workspaces/orchestrator/.changeset/active-boolean-widget.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': minor ---- - -Add ActiveBoolean widget for dynamic boolean form fields with fetch capabilities diff --git a/workspaces/orchestrator/.changeset/nested-rjsf-widgets-config.md b/workspaces/orchestrator/.changeset/nested-rjsf-widgets-config.md deleted file mode 100644 index 4905b708575..00000000000 --- a/workspaces/orchestrator/.changeset/nested-rjsf-widgets-config.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-common': minor ---- - -Support nested objects in `orchestrator.rjsf-widgets` configuration for hierarchical widget parameter organization. diff --git a/workspaces/orchestrator/.changeset/orchestrator-template-card-choose.md b/workspaces/orchestrator/.changeset/orchestrator-template-card-choose.md deleted file mode 100644 index f317123060c..00000000000 --- a/workspaces/orchestrator/.changeset/orchestrator-template-card-choose.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': minor ---- - -Disable the scaffolder Choose button for unavailable orchestrator workflow templates via the app-defaults TemplateCard action extension. diff --git a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md index 93a8e18b570..04bc13c6ac0 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md @@ -1,5 +1,13 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki +## 1.5.1 + +### Patch Changes + +- Updated dependencies [213b75e] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.11.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.5.1 + ## 1.5.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json index 190e88f3171..5c9cd549bbb 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.5.0", + "version": "1.5.1", "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 8e64d5f41bd..c0683480b4b 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md @@ -1,5 +1,13 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-backend +## 8.13.1 + +### Patch Changes + +- Updated dependencies [213b75e] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.11.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.5.1 + ## 8.13.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/package.json b/workspaces/orchestrator/plugins/orchestrator-backend/package.json index b6e65004719..cc4aba14cc4 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.13.0", + "version": "8.13.1", "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 aa605ee5ed6..dad44840e81 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.11.0 + +### Minor Changes + +- 213b75e: Support nested objects in `orchestrator.rjsf-widgets` configuration for hierarchical widget parameter organization. + ## 3.10.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-common/package.json b/workspaces/orchestrator/plugins/orchestrator-common/package.json index f8c2a6796c6..19dc2e6ef39 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.10.0", + "version": "3.11.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 c2f5e769f5b..bf01cd94a7f 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-api +## 2.11.1 + +### Patch Changes + +- Updated dependencies [213b75e] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.11.0 + ## 2.11.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/package.json b/workspaces/orchestrator/plugins/orchestrator-form-api/package.json index 65b730fc60d..a6684e3d3df 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.11.0", + "version": "2.11.1", "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 da3aae32af1..8036dcaa5a8 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md @@ -1,5 +1,13 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-react +## 2.12.1 + +### Patch Changes + +- Updated dependencies [213b75e] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.11.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.11.1 + ## 2.12.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/package.json b/workspaces/orchestrator/plugins/orchestrator-form-react/package.json index 4290d4914f3..3979d77ffda 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.12.0", + "version": "2.12.1", "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 f6135a95fc8..f7c4f06280b 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md @@ -1,5 +1,18 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets +## 2.2.0 + +### Minor Changes + +- 6e943b6: Add ActiveBoolean widget for dynamic boolean form fields with fetch capabilities + +### Patch Changes + +- Updated dependencies [213b75e] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.11.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.11.1 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.12.1 + ## 2.1.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json index 249213c1fbe..f5fbf88715a 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.1.0", + "version": "2.2.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 46aca9fa186..553c6a4440b 100644 --- a/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-node +## 1.5.1 + +### Patch Changes + +- Updated dependencies [213b75e] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.11.0 + ## 1.5.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-node/package.json b/workspaces/orchestrator/plugins/orchestrator-node/package.json index feaa3f1c35e..55852d93261 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.5.0", + "version": "1.5.1", "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 0322433b23a..05afff526eb 100644 --- a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,18 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator +## 6.2.0 + +### Minor Changes + +- 089172b: Disable the scaffolder Choose button for unavailable orchestrator workflow templates via the app-defaults TemplateCard action extension. + +### Patch Changes + +- Updated dependencies [213b75e] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.11.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.11.1 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.12.1 + ## 6.1.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator/package.json b/workspaces/orchestrator/plugins/orchestrator/package.json index 865a2e03aaf..2151a7add7b 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.1.0", + "version": "6.2.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 e2e09732e2d..8234ed58abb 100644 --- a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator +## 1.8.1 + +### Patch Changes + +- Updated dependencies [213b75e] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.11.0 + ## 1.8.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json index f77e20f95c2..a6c0d471c36 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.8.0", + "version": "1.8.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",