Skip to content

Commit 2fa90bc

Browse files
chore(release): 1.9.4 [skip ci]
## [1.9.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-18) ### Bug Fixes * **orchestrator:** allows serving the editor envelope in disconnected environments ([#1450](#1450)) ([1e778d8](1e778d8)) * **rbac:** reduce the number of permissions returned, add isResourced flag ([#1474](#1474)) ([e5dda95](e5dda95)) ### Documentation * **orchestrator:** fix quick start urls to private repo and make image urls raw ([#1521](#1521)) ([eefd264](eefd264))
1 parent aa5d6c2 commit 2fa90bc

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

plugins/orchestrator/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## @janus-idp/backstage-plugin-orchestrator [1.9.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **orchestrator:** allows serving the editor envelope in disconnected environments ([#1450](https://github.com/janus-idp/backstage-plugins/issues/1450)) ([1e778d8](https://github.com/janus-idp/backstage-plugins/commit/1e778d88336dfec79d48ece4fd8d2a035133b70e))
7+
8+
9+
### Documentation
10+
11+
* **orchestrator:** fix quick start urls to private repo and make image urls raw ([#1521](https://github.com/janus-idp/backstage-plugins/issues/1521)) ([eefd264](https://github.com/janus-idp/backstage-plugins/commit/eefd2642b0dd3a2d6eb26eaf229c97a280adf07c))
12+
13+
14+
15+
### Dependencies
16+
17+
* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.6.4
18+
119
## @janus-idp/backstage-plugin-orchestrator [1.9.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-16)
220

321

plugins/orchestrator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-orchestrator",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -43,7 +43,7 @@
4343
"@backstage/errors": "^1.2.4",
4444
"@backstage/plugin-catalog": "^1.18.2",
4545
"@backstage/types": "^1.1.1",
46-
"@janus-idp/backstage-plugin-orchestrator-common": "1.6.3",
46+
"@janus-idp/backstage-plugin-orchestrator-common": "1.6.4",
4747
"@kie-tools-core/editor": "^0.32.0",
4848
"@kie-tools-core/notifications": "^0.32.0",
4949
"@kie-tools-core/react-hooks": "^0.32.0",

0 commit comments

Comments
 (0)