diff --git a/workspaces/orchestrator/.changeset/fair-colts-deny.md b/workspaces/orchestrator/.changeset/fair-colts-deny.md deleted file mode 100644 index 0f6d5a1c52b..00000000000 --- a/workspaces/orchestrator/.changeset/fair-colts-deny.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': minor -'@red-hat-developer-hub/backstage-plugin-orchestrator-common': minor -'@red-hat-developer-hub/backstage-plugin-orchestrator': minor -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch ---- - -Add conditional RBAC policy support for orchestrator workflows using the `IS_ALLOWED_WORKFLOW_ID` rule. Dynamic workflow-specific permissions (`orchestrator.workflow.` and `orchestrator.workflow.use.`) are deprecated and will be removed in the next release. - -Migrate from deprecated dynamic permissions to conditional policies. See `docs/MIGRATION-CONDITIONAL-POLICIES.md`. diff --git a/workspaces/orchestrator/.changeset/lazy-load-nfs-sync.md b/workspaces/orchestrator/.changeset/lazy-load-nfs-sync.md deleted file mode 100644 index 47aebd37af7..00000000000 --- a/workspaces/orchestrator/.changeset/lazy-load-nfs-sync.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch ---- - -Reduce NFS Module Federation sync size by lazy-loading heavy dependencies. diff --git a/workspaces/orchestrator/.changeset/public-rjsf-widget-config.md b/workspaces/orchestrator/.changeset/public-rjsf-widget-config.md deleted file mode 100644 index ef2b9f59dad..00000000000 --- a/workspaces/orchestrator/.changeset/public-rjsf-widget-config.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-common': patch ---- - -Expose the dedicated `orchestrator.rjsf-widgets` configuration namespace to form widget templates. Values in this namespace are public to the frontend and must not contain secrets. diff --git a/workspaces/orchestrator/.changeset/renovate-77b5b58.md b/workspaces/orchestrator/.changeset/renovate-77b5b58.md deleted file mode 100644 index 476faafba3a..00000000000 --- a/workspaces/orchestrator/.changeset/renovate-77b5b58.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-api': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-react': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -Updated dependency `prettier` to `3.9.6`. diff --git a/workspaces/orchestrator/.changeset/renovate-fd3a433.md b/workspaces/orchestrator/.changeset/renovate-fd3a433.md deleted file mode 100644 index c4dbcf1d90e..00000000000 --- a/workspaces/orchestrator/.changeset/renovate-fd3a433.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-api': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-react': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -Updated dependency `prettier` to `3.9.5`. diff --git a/workspaces/orchestrator/.changeset/swift-pandas-rest.md b/workspaces/orchestrator/.changeset/swift-pandas-rest.md deleted file mode 100644 index 6a31064997c..00000000000 --- a/workspaces/orchestrator/.changeset/swift-pandas-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -Export translations module as default for NFS auto-discovery diff --git a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md index dd75e994f80..4f20363ca11 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md @@ -1,5 +1,14 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki +## 1.4.1 + +### Patch Changes + +- Updated dependencies [f48dfb4] +- Updated dependencies [c74276c] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.9.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.4.1 + ## 1.4.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 857ebabd6f8..9c8d529d991 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.0", + "version": "1.4.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 e73a2cda2f8..8fb1c835e0a 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md @@ -1,5 +1,22 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-backend +## 8.12.0 + +### Minor Changes + +- f48dfb4: Add conditional RBAC policy support for orchestrator workflows using the `IS_ALLOWED_WORKFLOW_ID` rule. Dynamic workflow-specific permissions (`orchestrator.workflow.` and `orchestrator.workflow.use.`) are deprecated and will be removed in the next release. + + Migrate from deprecated dynamic permissions to conditional policies. See `docs/MIGRATION-CONDITIONAL-POLICIES.md`. + +### Patch Changes + +- e0d0986: Updated dependency `prettier` to `3.9.6`. +- 8966faf: Updated dependency `prettier` to `3.9.5`. +- Updated dependencies [f48dfb4] +- Updated dependencies [c74276c] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.9.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.4.1 + ## 8.11.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/package.json b/workspaces/orchestrator/plugins/orchestrator-backend/package.json index c2fdd8aa2fc..4acd14bf03e 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.11.0", + "version": "8.12.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 858ab80c828..0e94356699a 100644 --- a/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md @@ -1,5 +1,17 @@ ## @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.9.0 + +### Minor Changes + +- f48dfb4: Add conditional RBAC policy support for orchestrator workflows using the `IS_ALLOWED_WORKFLOW_ID` rule. Dynamic workflow-specific permissions (`orchestrator.workflow.` and `orchestrator.workflow.use.`) are deprecated and will be removed in the next release. + + Migrate from deprecated dynamic permissions to conditional policies. See `docs/MIGRATION-CONDITIONAL-POLICIES.md`. + +### Patch Changes + +- c74276c: Expose the dedicated `orchestrator.rjsf-widgets` configuration namespace to form widget templates. Values in this namespace are public to the frontend and must not contain secrets. + ## 3.8.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-common/package.json b/workspaces/orchestrator/plugins/orchestrator-common/package.json index 212524e10cd..856c7d271c6 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.8.0", + "version": "3.9.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 90effd14291..bfb8aaa4e4a 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md @@ -1,5 +1,15 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-api +## 2.9.1 + +### Patch Changes + +- e0d0986: Updated dependency `prettier` to `3.9.6`. +- 8966faf: Updated dependency `prettier` to `3.9.5`. +- Updated dependencies [f48dfb4] +- Updated dependencies [c74276c] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.9.0 + ## 2.9.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/package.json b/workspaces/orchestrator/plugins/orchestrator-form-api/package.json index 4d65f8f0c46..844d800e8b9 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.9.0", + "version": "2.9.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 845afa9caad..b1a9045aa86 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md @@ -1,5 +1,18 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-react +## 2.10.1 + +### Patch Changes + +- e0d0986: Updated dependency `prettier` to `3.9.6`. +- 8966faf: Updated dependency `prettier` to `3.9.5`. +- Updated dependencies [f48dfb4] +- Updated dependencies [c74276c] +- Updated dependencies [e0d0986] +- Updated dependencies [8966faf] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.9.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.9.1 + ## 2.10.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/package.json b/workspaces/orchestrator/plugins/orchestrator-form-react/package.json index ca4c16db2f5..a83d42e71bf 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.10.0", + "version": "2.10.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 6d342dd7fc1..3fbed28d968 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md @@ -1,5 +1,22 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets +## 1.12.1 + +### Patch Changes + +- f48dfb4: Add conditional RBAC policy support for orchestrator workflows using the `IS_ALLOWED_WORKFLOW_ID` rule. Dynamic workflow-specific permissions (`orchestrator.workflow.` and `orchestrator.workflow.use.`) are deprecated and will be removed in the next release. + + Migrate from deprecated dynamic permissions to conditional policies. See `docs/MIGRATION-CONDITIONAL-POLICIES.md`. + +- e5788bb: Reduce NFS Module Federation sync size by lazy-loading heavy dependencies. +- Updated dependencies [f48dfb4] +- Updated dependencies [c74276c] +- Updated dependencies [e0d0986] +- Updated dependencies [8966faf] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.9.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.9.1 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.10.1 + ## 1.12.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json index cfaa0854b9f..a942e600488 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": "1.12.0", + "version": "1.12.1", "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 bd9f2e26c32..4e1c6c124a4 100644 --- a/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-node/CHANGELOG.md @@ -1,5 +1,13 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-node +## 1.4.1 + +### Patch Changes + +- Updated dependencies [f48dfb4] +- Updated dependencies [c74276c] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.9.0 + ## 1.4.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-node/package.json b/workspaces/orchestrator/plugins/orchestrator-node/package.json index 0880f815f24..86b01ada3e5 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.0", + "version": "1.4.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 415a8e29b39..61e7fd894fa 100644 --- a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,27 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator +## 5.11.0 + +### Minor Changes + +- f48dfb4: Add conditional RBAC policy support for orchestrator workflows using the `IS_ALLOWED_WORKFLOW_ID` rule. Dynamic workflow-specific permissions (`orchestrator.workflow.` and `orchestrator.workflow.use.`) are deprecated and will be removed in the next release. + + Migrate from deprecated dynamic permissions to conditional policies. See `docs/MIGRATION-CONDITIONAL-POLICIES.md`. + +### Patch Changes + +- e5788bb: Reduce NFS Module Federation sync size by lazy-loading heavy dependencies. +- e0d0986: Updated dependency `prettier` to `3.9.6`. +- 8966faf: Updated dependency `prettier` to `3.9.5`. +- e3fb07a: Export translations module as default for NFS auto-discovery +- Updated dependencies [f48dfb4] +- Updated dependencies [c74276c] +- Updated dependencies [e0d0986] +- Updated dependencies [8966faf] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.9.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.9.1 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.10.1 + ## 5.10.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator/package.json b/workspaces/orchestrator/plugins/orchestrator/package.json index 5acd233b219..87ae7941e1e 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": "5.10.0", + "version": "5.11.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md index d0c3a3240cb..92885e3859f 100644 --- a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md @@ -1,5 +1,13 @@ # @red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator +## 1.7.1 + +### Patch Changes + +- Updated dependencies [f48dfb4] +- Updated dependencies [c74276c] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.9.0 + ## 1.7.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 841a15c9e4d..71869555f98 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.0", + "version": "1.7.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",