Skip to content

Commit 614dd3a

Browse files
chore(release): 1.2.25 [skip ci]
## [1.2.25](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-21) ### Features * add support for the new backend system to the `rbac-backend` plugin ([#1179](#1179)) ([d625cb2](d625cb2)) * build Information dialog component to show confirmation or alert ([#1176](#1176)) ([ee8cc1d](ee8cc1d)) * **kiali:** add KialiPage Component ([#1180](#1180)) ([c91bcc3](c91bcc3)) * **kiali:** workloads details page overview tab ([#1198](#1198)) ([34adc57](34adc57)) * **kiali:** workloads page list ([#1129](#1129)) ([1e3991b](1e3991b)) * **orchestrator:** add OpenAPI support ([#1123](#1123)) ([bd88e23](bd88e23)) * **orchestrator:** add OpenAPI v2 implementations ([#1182](#1182)) ([43ac2f3](43ac2f3)) * **orchestrator:** display a confirmation dialog before the user aborts a running workflow ([#1215](#1215)) ([1453cf8](1453cf8)) * **rbac:** backend part - store role description to the database ([#1178](#1178)) ([ec8b1c2](ec8b1c2)) * **rbac:** use relative links ([#1185](#1185)) ([9fcab95](9fcab95)) ### Bug Fixes * **3scale:** modify 3scale environment variables - using THREESCALE ([#1173](#1173)) ([247ebe0](247ebe0)) * **kiali:** add corner cases, fix some issues and improve dev env ([#1202](#1202)) ([fd9a8aa](fd9a8aa)) * **kiali:** namespaceSelector is removing options ([#1186](#1186)) ([0195b06](0195b06)) * **kiali:** update styles, remove item details links ([#1207](#1207)) ([c133ea7](c133ea7)) * **kubernetes-actions:** support adding labels while creating namespace ([#1223](#1223)) ([2b266bc](2b266bc)) * **orchestrator:** decommission the ProcessInstance.lastUpdate field ([#1230](#1230)) ([9724e27](9724e27)) * **orchestrator:** filter out `null` values from action input ([#1199](#1199)) ([55c3927](55c3927)) * **orchestrator:** implementation of getWorkflowById (v2) ([#1233](#1233)) ([f9f9008](f9f9008)) * **orchestrator:** minor improvements and fixes ([#1242](#1242)) ([c9ec4cb](c9ec4cb)) * **orchestrator:** removes the divider from the workflow definition card ([#1181](#1181)) ([c2fe940](c2fe940)) * **orchestrator:** resolve inconsistency with workflow run average duration format ([#1191](#1191)) ([0d82e90](0d82e90)) * **orchestrator:** resolve mismatch between execution data and composed schema ([#1217](#1217)) ([af85114](af85114)) * **orchestrator:** the instance details card content is cropped ([#1196](#1196)) ([eb45070](eb45070)) * **plugins:** updated administration support button title ([#1205](#1205)) ([25e7a3e](25e7a3e)) * **rbac:** add data-testid, names and aria-label to RBAC UI components ([#1224](#1224)) ([cabc76d](cabc76d)) * **rbac:** add test for 0 members in group ([#1189](#1189)) ([afebb56](afebb56)) * **rbac:** add test selectors ([#1229](#1229)) ([dca5f2e](dca5f2e)) * **rbac:** allow for super users to have allow all access ([#1208](#1208)) ([c02a4b0](c02a4b0)) * **rbac:** csv updates no longer require server restarts ([#1171](#1171)) ([ed6fe65](ed6fe65)) * **rbac:** display resource typed permissions by name too ([#1197](#1197)) ([bc4e8e7](bc4e8e7)) * **rbac:** drop database disabled mode ([#1214](#1214)) ([b18d80d](b18d80d)) * **rbac:** fix labels and dropdowns in dark theme by aligning/downgrading components to MUI v4 ([#1243](#1243)) ([ad44fa8](ad44fa8)) * **rbac:** fix rbac tab route ([#1213](#1213)) ([218ab45](218ab45)) * **rbac:** reduce the catalog calls when build graph ([#1203](#1203)) ([e63aac2](e63aac2)) * **rbac:** show 0 if no members in a group ([#1187](#1187)) ([0410800](0410800)) * **tekton:** upgrade to use latest @aonic-ui/pipelines package ([#1212](#1212)) ([0ae37f7](0ae37f7)) * **topology/tekton:** stop polling after log streaming completes ([#1122](#1122)) ([191bac2](191bac2)) * **topology:** fix to layout nodes correctly on first load ([#1194](#1194)) ([30b4902](30b4902)), closes [#2](#2) ### Other changes * **quay:** add first playwright tests ([#1201](#1201)) ([a7e936d](a7e936d)) * **tekton:** add playwright tests for the plugin ([#1228](#1228)) ([705afc2](705afc2))
1 parent fc4c50d commit 614dd3a

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

plugins/acr/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## @janus-idp/backstage-plugin-acr [1.2.25](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-21)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/shared-react:** upgraded to 2.5.2
8+
* **@janus-idp/cli:** upgraded to 1.7.2
9+
110
## @janus-idp/backstage-plugin-acr [1.2.24](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-05)
211

312

plugins/acr/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-acr",
3-
"version": "1.2.24",
3+
"version": "1.2.25",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -33,7 +33,7 @@
3333
"@material-ui/core": "^4.9.13",
3434
"@material-ui/icons": "^4.11.3",
3535
"@material-ui/lab": "^4.0.0-alpha.45",
36-
"@janus-idp/shared-react": "2.5.1",
36+
"@janus-idp/shared-react": "2.5.2",
3737
"react-use": "^17.4.0"
3838
},
3939
"peerDependencies": {
@@ -44,7 +44,7 @@
4444
"@backstage/core-app-api": "1.12.0",
4545
"@backstage/dev-utils": "1.0.27",
4646
"@backstage/test-utils": "1.5.0",
47-
"@janus-idp/cli": "1.7.1",
47+
"@janus-idp/cli": "1.7.2",
4848
"@testing-library/jest-dom": "6.4.2",
4949
"@testing-library/react": "14.2.1",
5050
"@testing-library/react-hooks": "8.0.1",

0 commit comments

Comments
 (0)