Skip to content

Commit 8217d4c

Browse files
chore(release): 1.3.1 [skip ci]
## [1.3.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-25) ### Features * **#1019:** implemented feedback plugin ([#1045](#1045)) ([34c312e](34c312e)), closes [#1019](#1019) * **cli:** switch to @janus-idp/cli for new plugins and populate them with the basics ([#782](#782)) ([bbbefbd](bbbefbd)) * **kiali:** add OWNERS file to kiali* plugin ([#1082](#1082)) ([e2dc23b](e2dc23b)) * **notifications:** turn plugins into dynamic ones ([#1104](#1104)) ([5146977](5146977)) * **ocm:** add sorting to the ocm ClusterStatusPage table ([#1052](#1052)) ([8203aaf](8203aaf)) * **orchestrator:** add auto refresh to workflow instance list and details pages ([#1081](#1081)) ([fc30645](fc30645)) * **rbac:** center align toast ([#1090](#1090)) ([697c96f](697c96f)) ### Bug Fixes * **kiali:** fix sessionTime configuration and tests ([#1099](#1099)) ([882381c](882381c)), closes [#1100](#1100) * **kiali:** update login url ([#1097](#1097)) ([10c7128](10c7128)) * make the notifications icon active in dynamic plugin ([#1111](#1111)) ([bc98491](bc98491)) * **notifications:** a few fixes when adding the pkgs to the show-case ([#1077](#1077)) ([75c4dc5](75c4dc5)) * **notifications:** create DB upon startup ([#1096](#1096)) ([10ff235](10ff235)) * **notifications:** create fails when array fields are empty ([#1116](#1116)) ([81645b7](81645b7)) * **notifications:** filtering by text does not work with sqlite ([#1110](#1110)) ([e08d461](e08d461)) * **notifications:** include openapi spec at build-time ([#1091](#1091)) ([4e656aa](4e656aa)) * **notifications:** redesign the Notifications page ([#1095](#1095)) ([7efb107](7efb107)) * **notifications:** update readme ([#1085](#1085)) ([17dc336](17dc336)) * **notifications:** use baseUrl from configuration ([#1092](#1092)) ([eed63a9](eed63a9)) * **orchestrator:** do not show duration when ProcessInstance.end time is n/a ([#1112](#1112)) ([75e6bbe](75e6bbe)) * **orchestrator:** regenerate `orchestrator-backend/dist-dynamic/package.json` ([#1083](#1083)) ([8a8051c](8a8051c)) * **orchestrator:** update the navigation bar icon according to UX ([#1078](#1078)) ([da3d8fc](da3d8fc)) * **rbac:** fix the roles table to also watch policies ([#1057](#1057)) ([ead78e2](ead78e2)) * **rbac:** fix work resource permission specified by name ([#940](#940)) ([3601eb8](3601eb8)) * **rbac:** update the rbac ui readme ([#1079](#1079)) ([145e95b](145e95b)) ### Other changes * **kiali:** add context, remove kiali-common and refactor backend ([#855](#855)) ([54c7001](54c7001))
1 parent 8d1d86c commit 8217d4c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

plugins/web-terminal/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-web-terminal [1.3.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-25)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/cli:** upgraded to 1.6.0
8+
19
## @janus-idp/backstage-plugin-web-terminal [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-17)
210

311

plugins/web-terminal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-web-terminal",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -48,7 +48,7 @@
4848
"@backstage/core-app-api": "1.11.0",
4949
"@backstage/dev-utils": "1.0.22",
5050
"@backstage/test-utils": "1.4.4",
51-
"@janus-idp/cli": "1.5.0",
51+
"@janus-idp/cli": "1.6.0",
5252
"@testing-library/jest-dom": "5.17.0",
5353
"@testing-library/react": "12.1.5",
5454
"@testing-library/user-event": "14.5.1",

0 commit comments

Comments
 (0)