From 8f0b1e8ea7e9e5cf959c34e6988dfb044507e8e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Jul 2026 10:50:57 +0000 Subject: [PATCH] Version Packages --- .../orchestrator/.changeset/fair-colts-deny.md | 10 ---------- .../orchestrator/.changeset/renovate-fd3a433.md | 8 -------- .../CHANGELOG.md | 8 ++++++++ .../package.json | 2 +- .../plugins/orchestrator-backend/CHANGELOG.md | 15 +++++++++++++++ .../plugins/orchestrator-backend/package.json | 2 +- .../plugins/orchestrator-common/CHANGELOG.md | 8 ++++++++ .../plugins/orchestrator-common/package.json | 2 +- .../plugins/orchestrator-form-api/CHANGELOG.md | 8 ++++++++ .../plugins/orchestrator-form-api/package.json | 2 +- .../orchestrator-form-react/CHANGELOG.md | 10 ++++++++++ .../orchestrator-form-react/package.json | 2 +- .../orchestrator-form-widgets/CHANGELOG.md | 14 ++++++++++++++ .../orchestrator-form-widgets/package.json | 2 +- .../plugins/orchestrator-node/CHANGELOG.md | 7 +++++++ .../plugins/orchestrator-node/package.json | 2 +- .../plugins/orchestrator/CHANGELOG.md | 17 +++++++++++++++++ .../plugins/orchestrator/package.json | 2 +- .../CHANGELOG.md | 7 +++++++ .../package.json | 2 +- 20 files changed, 103 insertions(+), 27 deletions(-) delete mode 100644 workspaces/orchestrator/.changeset/fair-colts-deny.md delete mode 100644 workspaces/orchestrator/.changeset/renovate-fd3a433.md 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/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/plugins/orchestrator-backend-module-loki/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md index dd75e994f80..8c3cfddb23c 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.4.1 + +### Patch Changes + +- Updated dependencies [f48dfb4] + - @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..5b7f68c6e89 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md @@ -1,5 +1,20 @@ # @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 + +- 8966faf: Updated dependency `prettier` to `3.9.5`. +- Updated dependencies [f48dfb4] + - @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 4e4901e20eb..dc2ac6ca298 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..b10e3cdc2af 100644 --- a/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md @@ -1,5 +1,13 @@ ## @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`. + ## 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..2ceb7f52182 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md @@ -1,5 +1,13 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-api +## 2.9.1 + +### Patch Changes + +- 8966faf: Updated dependency `prettier` to `3.9.5`. +- Updated dependencies [f48dfb4] + - @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 9e5615508a5..d7f47188168 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..d93645a2c24 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md @@ -1,5 +1,15 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-react +## 2.10.1 + +### Patch Changes + +- 8966faf: Updated dependency `prettier` to `3.9.5`. +- Updated dependencies [f48dfb4] +- 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 200cc67a26f..c580f80ebf4 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..fbdfdc28469 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 +## 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`. + +- Updated dependencies [f48dfb4] +- 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..1bb5d60a4b6 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.4.1 + +### Patch Changes + +- Updated dependencies [f48dfb4] + - @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..4074bb6ed63 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 +## 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 + +- 8966faf: Updated dependency `prettier` to `3.9.5`. +- Updated dependencies [f48dfb4] +- 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 6a6156aa65f..e8728e211c2 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..3b61fd97731 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.7.1 + +### Patch Changes + +- Updated dependencies [f48dfb4] + - @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",