Skip to content

Commit

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

### Features

* **orchestrator:** add OpenAPI v2 implementations ([#1182](#1182)) ([43ac2f3](43ac2f3))

### Bug Fixes

* **kiali:** update styles, remove item details links ([#1207](#1207)) ([c133ea7](c133ea7))
* **orchestrator:** decommission the ProcessInstance.lastUpdate field ([#1230](#1230)) ([9724e27](9724e27))
* **rbac:** add data-testid, names and aria-label to RBAC UI components ([#1224](#1224)) ([cabc76d](cabc76d))
* **rbac:** drop database disabled mode ([#1214](#1214)) ([b18d80d](b18d80d))
  • Loading branch information
semantic-release-bot committed Feb 20, 2024
1 parent 655c9f6 commit 8a2ed02
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions plugins/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## @janus-idp/backstage-plugin-orchestrator [1.5.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-20)


### Bug Fixes

* **orchestrator:** decommission the ProcessInstance.lastUpdate field ([#1230](https://github.com/janus-idp/backstage-plugins/issues/1230)) ([9724e27](https://github.com/janus-idp/backstage-plugins/commit/9724e27eaa84fe73d7724f28c86409681b7f79f8))



### Dependencies

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

## @janus-idp/backstage-plugin-orchestrator [1.5.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-18)


Expand Down
4 changes: 2 additions & 2 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.5.0",
"version": "1.5.1",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@backstage/plugin-scaffolder-common": "^1.4.2",
"@backstage/plugin-scaffolder-react": "^1.5.1",
"@backstage/types": "^1.1.1",
"@janus-idp/backstage-plugin-orchestrator-common": "1.2.1",
"@janus-idp/backstage-plugin-orchestrator-common": "1.3.0",
"@kie-tools-core/editor": "^0.32.0",
"@kie-tools-core/envelope-bus": "^0.32.0",
"@kie-tools-core/keyboard-shortcuts": "^0.32.0",
Expand Down

0 comments on commit 8a2ed02

Please sign in to comment.