Skip to content

Commit

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

### Features

* **kiali:** istio config list and details ([#1326](#1326)) ([f8fc349](f8fc349))
* **kiali:** update dark theme ([#1434](#1434)) ([e0d84e1](e0d84e1))
* **rbac:** add conditional access button and sidebar ([#1359](#1359)) ([448267d](448267d))

### Bug Fixes

* **feedback-backend:** fix the feedback url for mail and jira ([#1435](#1435)) ([f3564c1](f3564c1))
* **orchestrator:** add lastRunId to overview endpoints ([#1449](#1449)) ([cce56f7](cce56f7))
* **orchestrator:** only inputs inherited from the assessment workflow should be disabled ([#1436](#1436)) ([32d9bdf](32d9bdf))
* **orchestrator:** update devmode container tag ([#1439](#1439)) ([d59ad04](d59ad04))
* **rbac:** rework condition policies to bound them to RBAC roles ([#1330](#1330)) ([55c00b2](55c00b2))

### Documentation

* **orchestrator:** add OpenAPI doc ([#1441](#1441)) ([f6275e2](f6275e2))
* **rbac:** update to the rbac documentation ([#1433](#1433)) ([5d96db3](5d96db3))
  • Loading branch information
semantic-release-bot committed Apr 4, 2024
1 parent e24a610 commit 8bb5c09
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions plugins/orchestrator-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## @janus-idp/backstage-plugin-orchestrator-backend [1.6.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-04)


### Bug Fixes

* **orchestrator:** add lastRunId to overview endpoints ([#1449](https://github.com/janus-idp/backstage-plugins/issues/1449)) ([cce56f7](https://github.com/janus-idp/backstage-plugins/commit/cce56f7de3acc41ecd30b1b9962d7817be69de7d))
* **orchestrator:** only inputs inherited from the assessment workflow should be disabled ([#1436](https://github.com/janus-idp/backstage-plugins/issues/1436)) ([32d9bdf](https://github.com/janus-idp/backstage-plugins/commit/32d9bdfc38c07c4e60f0ce7670fc3813ad0d92c3))



### Dependencies

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

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


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.2",
"version": "1.6.3",
"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.2",
"version": "1.6.3",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -71,7 +71,7 @@
"@backstage/plugin-scaffolder-backend": "^1.21.3",
"@backstage/plugin-scaffolder-node": "^0.4.1",
"@backstage/types": "^1.1.1",
"@janus-idp/backstage-plugin-orchestrator-common": "1.6.1",
"@janus-idp/backstage-plugin-orchestrator-common": "1.6.2",
"@urql/core": "^4.1.4",
"cloudevents": "^8.0.0",
"express": "^4.18.2",
Expand Down

0 comments on commit 8bb5c09

Please sign in to comment.