Skip to content

Commit

Permalink
chore(release): 1.17.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.17.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-07-26)

### Features

* **deps:** update to backstage 1.29 ([#1900](#1900)) ([f53677f](f53677f))
* **orchestrator:** use v2 endpoints to retrieve instances ([#1956](#1956)) ([537502b](537502b))

### Bug Fixes

* **deps:** update dependency react-use to v17.5.1 ([#1943](#1943)) ([0c05ad5](0c05ad5))
* **deps:** update rhdh dependencies (non-major) ([#1960](#1960)) ([8b6c249](8b6c249))

### Documentation

* **rbac:** add curl request examples ([#1913](#1913)) ([e496eb7](e496eb7))
  • Loading branch information
semantic-release-bot committed Jul 26, 2024
1 parent d989e3b commit 28a0c75
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
15 changes: 15 additions & 0 deletions plugins/orchestrator-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## @janus-idp/backstage-plugin-orchestrator-backend [1.17.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-07-26)


### Features

* **deps:** update to backstage 1.29 ([#1900](https://github.com/janus-idp/backstage-plugins/issues/1900)) ([f53677f](https://github.com/janus-idp/backstage-plugins/commit/f53677fb02d6df43a9de98c43a9f101a6db76802))
* **orchestrator:** use v2 endpoints to retrieve instances ([#1956](https://github.com/janus-idp/backstage-plugins/issues/1956)) ([537502b](https://github.com/janus-idp/backstage-plugins/commit/537502b9d2ac13f2fb3f79188422d2c6e97f41fb))



### Dependencies

* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.13.0
* **@janus-idp/backstage-plugin-rbac-common:** upgraded to 1.8.0

## @janus-idp/backstage-plugin-orchestrator-backend [1.16.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-07-24)


Expand Down
6 changes: 3 additions & 3 deletions 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.16.1",
"version": "1.17.0",
"license": "Apache-2.0",
"main": "./dist/index.cjs.js",
"types": "src/index.ts",
Expand Down Expand Up @@ -67,8 +67,8 @@
},
"devDependencies": {},
"peerDependencies": {
"@janus-idp/backstage-plugin-rbac-common": "1.7.2",
"@janus-idp/backstage-plugin-audit-log-node": "1.3.0",
"@janus-idp/backstage-plugin-rbac-common": "1.8.0",
"@janus-idp/backstage-plugin-audit-log-node": "1.4.0",
"@backstage/backend-app-api": "^0.8.0",
"@backstage/backend-common": "^0.23.3",
"@backstage/backend-dynamic-feature-service": "^0.2.15",
Expand Down
10 changes: 5 additions & 5 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.16.1",
"version": "1.17.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -87,7 +87,7 @@
"@backstage/plugin-scaffolder-backend": "^1.23.0",
"@backstage/plugin-scaffolder-node": "^0.4.8",
"@backstage/types": "^1.1.1",
"@janus-idp/backstage-plugin-orchestrator-common": "1.12.0",
"@janus-idp/backstage-plugin-orchestrator-common": "1.13.0",
"@urql/core": "^4.1.4",
"ajv-formats": "^2.1.1",
"cloudevents": "^8.0.0",
Expand All @@ -102,14 +102,14 @@
"devDependencies": {
"@backstage/backend-test-utils": "0.4.4",
"@backstage/cli": "0.26.11",
"@janus-idp/cli": "1.12.0",
"@janus-idp/cli": "1.13.0",
"@types/express": "4.17.21",
"@types/fs-extra": "11.0.4",
"@types/json-schema": "7.0.15"
},
"peerDependencies": {
"@janus-idp/backstage-plugin-rbac-common": "1.7.2",
"@janus-idp/backstage-plugin-audit-log-node": "1.3.0"
"@janus-idp/backstage-plugin-rbac-common": "1.8.0",
"@janus-idp/backstage-plugin-audit-log-node": "1.4.0"
},
"maintainers": [
"@janus-idp/maintainers-plugins",
Expand Down

0 comments on commit 28a0c75

Please sign in to comment.