Skip to content

Commit

Permalink
chore(release): 1.6.8 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Apr 18, 2024
1 parent 2fa90bc commit 29ae1c3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions plugins/orchestrator-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## @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)


### Bug Fixes

* **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))



### Dependencies

* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.6.4

## @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)


Expand Down
2 changes: 1 addition & 1 deletion plugins/orchestrator-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-backend-dynamic",
"version": "1.6.7",
"version": "1.6.8",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions plugins/orchestrator-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-backend",
"version": "1.6.7",
"version": "1.6.8",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -72,7 +72,7 @@
"@backstage/plugin-scaffolder-backend": "^1.22.3",
"@backstage/plugin-scaffolder-node": "^0.4.2",
"@backstage/types": "^1.1.1",
"@janus-idp/backstage-plugin-orchestrator-common": "1.6.3",
"@janus-idp/backstage-plugin-orchestrator-common": "1.6.4",
"@urql/core": "^4.1.4",
"ajv-formats": "^2.1.1",
"cloudevents": "^8.0.0",
Expand Down

0 comments on commit 29ae1c3

Please sign in to comment.