Skip to content

Commit

Permalink
chore(release): 1.18.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.18.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:** rollback unreleased plugins ([#1951](#1951)) ([8b77969](8b77969))
* **deps:** update dependency react-use to v17.5.1 ([#1943](#1943)) ([0c05ad5](0c05ad5))
* **deps:** update rhdh dependencies (non-major) ([#1960](#1960)) ([8b6c249](8b6c249))
* **rbac:** don't start transaction if there no group policies ([#1923](#1923)) ([dffa964](dffa964))

### Documentation

* **rbac:** add curl request examples ([#1913](#1913)) ([e496eb7](e496eb7))
  • Loading branch information
semantic-release-bot committed Jul 26, 2024
1 parent 245c47e commit d989e3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions plugins/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## @janus-idp/backstage-plugin-orchestrator [1.18.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-orchestrator [1.17.0](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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator",
"version": "1.17.0",
"version": "1.18.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@backstage/plugin-catalog": "^1.21.1",
"@backstage/plugin-permission-react": "^0.4.24",
"@backstage/types": "^1.1.1",
"@janus-idp/backstage-plugin-orchestrator-common": "1.12.0",
"@janus-idp/backstage-plugin-orchestrator-common": "1.13.0",
"@kie-tools-core/editor": "^0.32.0",
"@kie-tools-core/notifications": "^0.32.0",
"@kie-tools-core/react-hooks": "^0.32.0",
Expand Down Expand Up @@ -86,7 +86,7 @@
"@backstage/cli": "0.26.11",
"@backstage/dev-utils": "1.0.36",
"@backstage/test-utils": "1.5.9",
"@janus-idp/cli": "1.12.0",
"@janus-idp/cli": "1.13.0",
"@redhat-developer/red-hat-developer-hub-theme": "0.0.54",
"@storybook/preview-api": "7.6.20",
"@storybook/react": "7.6.20",
Expand Down

0 comments on commit d989e3b

Please sign in to comment.