Skip to content

Commit 3c956d9

Browse files
chore(release): 1.6.2 [skip ci]
## [1.6.2](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:** align styles with UXD ([#1416](#1416)) ([1df3592](1df3592)) * **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)) ### Other changes * experimental `embed-as-dependencies` option for the backend ([#1418](#1418)) ([b451380](b451380))
1 parent 8bb5c09 commit 3c956d9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

plugins/orchestrator-common/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## @janus-idp/backstage-plugin-orchestrator-common [1.6.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
* **orchestrator:** update devmode container tag ([#1439](https://github.com/janus-idp/backstage-plugins/issues/1439)) ([d59ad04](https://github.com/janus-idp/backstage-plugins/commit/d59ad044cd5d8d7566464f140cdbc1dfbad85a62))
8+
19
## @janus-idp/backstage-plugin-orchestrator-common [1.6.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-29)
210

311

plugins/orchestrator-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-orchestrator-common",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)