Skip to content

Commit 29ae1c3

Browse files
chore(release): 1.6.8 [skip ci]
## [1.6.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-18) ### Bug Fixes * fix typo in orchestrator documentation ([#1508](#1508)) ([bfa360a](bfa360a)) * **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 2fa90bc commit 29ae1c3

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

plugins/orchestrator-backend/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## @janus-idp/backstage-plugin-orchestrator-backend [1.6.8](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+
10+
### Dependencies
11+
12+
* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.6.4
13+
114
## @janus-idp/backstage-plugin-orchestrator-backend [1.6.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15)
215

316

plugins/orchestrator-backend/dist-dynamic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-orchestrator-backend-dynamic",
3-
"version": "1.6.7",
3+
"version": "1.6.8",
44
"license": "Apache-2.0",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",

plugins/orchestrator-backend/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-backend",
3-
"version": "1.6.7",
3+
"version": "1.6.8",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -72,7 +72,7 @@
7272
"@backstage/plugin-scaffolder-backend": "^1.22.3",
7373
"@backstage/plugin-scaffolder-node": "^0.4.2",
7474
"@backstage/types": "^1.1.1",
75-
"@janus-idp/backstage-plugin-orchestrator-common": "1.6.3",
75+
"@janus-idp/backstage-plugin-orchestrator-common": "1.6.4",
7676
"@urql/core": "^4.1.4",
7777
"ajv-formats": "^2.1.1",
7878
"cloudevents": "^8.0.0",

0 commit comments

Comments
 (0)