diff --git a/workspaces/orchestrator/.changeset/conditional-step-hiding-operators.md b/workspaces/orchestrator/.changeset/conditional-step-hiding-operators.md deleted file mode 100644 index add3fb587e..0000000000 --- a/workspaces/orchestrator/.changeset/conditional-step-hiding-operators.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-react': patch ---- - -Hide wizard steps when conditional `ui:hidden` rules evaluate to true, and add `isNotEmptyList`/`notContains` operators for conditional hidden expressions. diff --git a/workspaces/orchestrator/.changeset/conditional-ui-hidden-scoped-formdata.md b/workspaces/orchestrator/.changeset/conditional-ui-hidden-scoped-formdata.md deleted file mode 100644 index 0406f00f9d..0000000000 --- a/workspaces/orchestrator/.changeset/conditional-ui-hidden-scoped-formdata.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-react': patch ---- - -Remove unnecessary gaps from conditionally hidden form fields. diff --git a/workspaces/orchestrator/.changeset/fix-graphql-filter-variable-types.md b/workspaces/orchestrator/.changeset/fix-graphql-filter-variable-types.md deleted file mode 100644 index e05015456c..0000000000 --- a/workspaces/orchestrator/.changeset/fix-graphql-filter-variable-types.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': patch ---- - -Fix an issue where filtering workflow runs by status or date could show an error instead of results. diff --git a/workspaces/orchestrator/.changeset/mui-v5-orchestrator.md b/workspaces/orchestrator/.changeset/mui-v5-orchestrator.md deleted file mode 100644 index 5629d9f17d..0000000000 --- a/workspaces/orchestrator/.changeset/mui-v5-orchestrator.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-react': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch ---- - -Replace Material UI v4 imports with MUI v5 and scope JSS class names to prevent style collisions. diff --git a/workspaces/orchestrator/.changeset/nervous-dolphins-compete.md b/workspaces/orchestrator/.changeset/nervous-dolphins-compete.md deleted file mode 100644 index ed0f170e35..0000000000 --- a/workspaces/orchestrator/.changeset/nervous-dolphins-compete.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-react': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-api': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -detect GitHub SAML SSO session expiry and prompt users to re-authorize diff --git a/workspaces/orchestrator/.changeset/version-bump-1-51-1.md b/workspaces/orchestrator/.changeset/version-bump-1-51-1.md deleted file mode 100644 index 43265fa755..0000000000 --- a/workspaces/orchestrator/.changeset/version-bump-1-51-1.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.51.1 diff --git a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md index 9578ce3240..7bcbe44c79 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.3.0 + +### Minor Changes + +- bd80b86: Backstage version bump to v1.51.1 + +### Patch Changes + +- Updated dependencies [bd80b86] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.3.0 + ## 1.2.6 ### 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 ce04b27e59..458a1c66cd 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.2.6", + "version": "1.3.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 cbfe40a9b8..283d7134c6 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.10.0 + +### Minor Changes + +- bd80b86: Backstage version bump to v1.51.1 + +### Patch Changes + +- d908e3e: Fix an issue where filtering workflow runs by status or date could show an error instead of results. +- Updated dependencies [bd80b86] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-node@1.3.0 + ## 8.9.4 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/package.json b/workspaces/orchestrator/plugins/orchestrator-backend/package.json index f57244d90e..74379fbce2 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.9.4", + "version": "8.10.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 fe36ebbd47..f6b9099151 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.7.0 + +### Minor Changes + +- bd80b86: Backstage version bump to v1.51.1 + ## 3.6.4 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-common/package.json b/workspaces/orchestrator/plugins/orchestrator-common/package.json index 67d897972e..613f5027e0 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.6.4", + "version": "3.7.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 0d1657ff07..21aa025e21 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md @@ -1,5 +1,17 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-api +## 2.8.0 + +### Minor Changes + +- bd80b86: Backstage version bump to v1.51.1 + +### Patch Changes + +- 611bd81: detect GitHub SAML SSO session expiry and prompt users to re-authorize +- Updated dependencies [bd80b86] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.0 + ## 2.7.3 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/package.json b/workspaces/orchestrator/plugins/orchestrator-form-api/package.json index cdb7fee6e5..8f05d6a038 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.7.3", + "version": "2.8.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 72bf81ed74..df8fe79378 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md @@ -1,5 +1,22 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-react +## 2.9.0 + +### Minor Changes + +- bd80b86: Backstage version bump to v1.51.1 + +### Patch Changes + +- 03ef10a: Hide wizard steps when conditional `ui:hidden` rules evaluate to true, and add `isNotEmptyList`/`notContains` operators for conditional hidden expressions. +- a195695: Remove unnecessary gaps from conditionally hidden form fields. +- 3f96765: Replace Material UI v4 imports with MUI v5 and scope JSS class names to prevent style collisions. +- 611bd81: detect GitHub SAML SSO session expiry and prompt users to re-authorize +- Updated dependencies [611bd81] +- Updated dependencies [bd80b86] + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.8.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.0 + ## 2.8.4 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/package.json b/workspaces/orchestrator/plugins/orchestrator-form-react/package.json index 6eed3cd465..35a67bd45e 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.8.4", + "version": "2.9.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 013d4c528e..338e4ccee7 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md @@ -1,5 +1,24 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets +## 1.11.0 + +### Minor Changes + +- bd80b86: Backstage version bump to v1.51.1 + +### Patch Changes + +- 3f96765: Replace Material UI v4 imports with MUI v5 and scope JSS class names to prevent style collisions. +- 611bd81: detect GitHub SAML SSO session expiry and prompt users to re-authorize +- Updated dependencies [03ef10a] +- Updated dependencies [a195695] +- Updated dependencies [3f96765] +- Updated dependencies [611bd81] +- Updated dependencies [bd80b86] + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.9.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.8.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.0 + ## 1.10.7 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json index afdb50133c..ccc0315114 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.10.7", + "version": "1.11.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 be08d81923..d3d3cfa045 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.3.0 + +### Minor Changes + +- bd80b86: Backstage version bump to v1.51.1 + +### Patch Changes + +- Updated dependencies [bd80b86] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.0 + ## 1.2.4 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-node/package.json b/workspaces/orchestrator/plugins/orchestrator-node/package.json index 0b72b8553b..828ec497d3 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.2.4", + "version": "1.3.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 3957edda12..431cc69b39 100644 --- a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,24 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator +## 5.8.0 + +### Minor Changes + +- bd80b86: Backstage version bump to v1.51.1 + +### Patch Changes + +- 3f96765: Replace Material UI v4 imports with MUI v5 and scope JSS class names to prevent style collisions. +- 611bd81: detect GitHub SAML SSO session expiry and prompt users to re-authorize +- Updated dependencies [03ef10a] +- Updated dependencies [a195695] +- Updated dependencies [3f96765] +- Updated dependencies [611bd81] +- Updated dependencies [bd80b86] + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.9.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.8.0 + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.0 + ## 5.7.12 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator/package.json b/workspaces/orchestrator/plugins/orchestrator/package.json index d683253638..cbfba38242 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.7.12", + "version": "5.8.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 d3336f7d65..d7ed31ff72 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.6.0 + +### Minor Changes + +- bd80b86: Backstage version bump to v1.51.1 + +### Patch Changes + +- Updated dependencies [bd80b86] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.7.0 + ## 1.5.4 ### 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 3465b6316b..9d10c33b71 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.5.4", + "version": "1.6.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",