diff --git a/plugins/orchestrator/CHANGELOG.md b/plugins/orchestrator/CHANGELOG.md index 5e5a0c0a6a..fbb862d7b3 100644 --- a/plugins/orchestrator/CHANGELOG.md +++ b/plugins/orchestrator/CHANGELOG.md @@ -1,3 +1,17 @@ +## @janus-idp/backstage-plugin-orchestrator [1.17.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-orchestrator@1.16.1...@janus-idp/backstage-plugin-orchestrator@1.17.0) (2024-07-24) + + +### Features + +* **deps:** update to backstage 1.28 ([#1891](https://github.com/janus-idp/backstage-plugins/issues/1891)) ([1ba1108](https://github.com/janus-idp/backstage-plugins/commit/1ba11088e0de60e90d138944267b83600dc446e5)) +* **orchestrator:** use v2 endpoints to retrieve workflow overviews ([#1892](https://github.com/janus-idp/backstage-plugins/issues/1892)) ([cca1e53](https://github.com/janus-idp/backstage-plugins/commit/cca1e53bc6b3019b1c544f2f62bed8723ebf6130)) + + + +### Dependencies + +* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.12.0 + ## @janus-idp/backstage-plugin-orchestrator [1.16.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-orchestrator@1.16.0...@janus-idp/backstage-plugin-orchestrator@1.16.1) (2024-07-11) diff --git a/plugins/orchestrator/package.json b/plugins/orchestrator/package.json index 3d1d3aaa05..35f89340b7 100644 --- a/plugins/orchestrator/package.json +++ b/plugins/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@janus-idp/backstage-plugin-orchestrator", - "version": "1.16.1", + "version": "1.17.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", @@ -58,7 +58,7 @@ "@backstage/plugin-catalog": "^1.21.0", "@backstage/plugin-permission-react": "^0.4.23", "@backstage/types": "^1.1.1", - "@janus-idp/backstage-plugin-orchestrator-common": "1.11.0", + "@janus-idp/backstage-plugin-orchestrator-common": "1.12.0", "@kie-tools-core/editor": "^0.32.0", "@kie-tools-core/notifications": "^0.32.0", "@kie-tools-core/react-hooks": "^0.32.0", @@ -86,7 +86,7 @@ "@backstage/cli": "0.26.10", "@backstage/dev-utils": "1.0.34", "@backstage/test-utils": "1.5.7", - "@janus-idp/cli": "1.11.1", + "@janus-idp/cli": "1.12.0", "@redhat-developer/red-hat-developer-hub-theme": "0.0.54", "@storybook/preview-api": "7.6.19", "@storybook/react": "7.6.19",