Skip to content

Commit

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

### Features

* **orchestrator:** add the ability to rerun workflows in a new instance ([janus-idp#1141](janus-idp#1141)) ([fe326df](janus-idp@fe326df))
* **plugins:** ui for dynamic-plugins-info-backend ([janus-idp#1138](janus-idp#1138)) ([2a42780](janus-idp@2a42780))
* **rbac:** turn rbac plugin into a dynamic plugin ([janus-idp#1133](janus-idp#1133)) ([b9b36d5](janus-idp@b9b36d5))
* **topology:** added default runtime icon to topology nodes ([janus-idp#1157](janus-idp#1157)) ([5a8b27d](janus-idp@5a8b27d))

### Bug Fixes

* **3scale:** modify 3scale environment variables ([janus-idp#1166](janus-idp#1166)) ([24dfba0](janus-idp@24dfba0))
* add missing alpha  dynamic plugin entry points ([janus-idp#1161](janus-idp#1161)) ([36e9d91](janus-idp@36e9d91))
* add missing alpha  dynamic plugin entry points ([janus-idp#1168](janus-idp#1168)) ([1d7986f](janus-idp@1d7986f))
* **cli:** embedded alpha module dependencies not hoisted. ([janus-idp#1170](janus-idp#1170)) ([063b343](janus-idp@063b343))
* **deps:** update dependency nodemailer to v6.9.9 [security] ([janus-idp#1160](janus-idp#1160)) ([ee92ec5](janus-idp@ee92ec5))
* **kiali:** show username when auth is anonymous ([janus-idp#1139](janus-idp#1139)) ([0a04992](janus-idp@0a04992))
* **rbac:** set up higher jest timeout for rbac db tests ([janus-idp#1163](janus-idp#1163)) ([b8541f3](janus-idp@b8541f3))
* **rbac:** split policies and roles by source ([janus-idp#1042](janus-idp#1042)) ([03a678d](janus-idp@03a678d)), closes [janus-idp#1103](janus-idp#1103)
* **rbac:** update the RBAC frontend plugin readme ([janus-idp#1155](janus-idp#1155)) ([8db80b9](janus-idp@8db80b9))
* **tekton:** external sbom view action should not open logs modal ([janus-idp#1152](janus-idp#1152)) ([714ac5d](janus-idp@714ac5d))
* **tekton:** fix [janus-idp#922](janus-idp#922) and [janus-idp#962](janus-idp#962) by using full width for pipeline visualization ([janus-idp#1145](janus-idp#1145)) ([1ea9f01](janus-idp@1ea9f01))
* **tekton:** fix [janus-idp#947](janus-idp#947): Reset pagination when changing any filter ([janus-idp#1140](janus-idp#1140)) ([5a1a2f4](janus-idp@5a1a2f4))

### Documentation

* **tekton:** add tekton plugin documentation to enable UI elements ([janus-idp#1148](janus-idp#1148)) ([91742e8](janus-idp@91742e8))
  • Loading branch information
semantic-release-bot committed Feb 5, 2024
1 parent fd9e832 commit eacd0dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions plugins/web-terminal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @janus-idp/backstage-plugin-web-terminal [1.3.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-05)



### Dependencies

* **@janus-idp/cli:** upgraded to 1.7.1

## @janus-idp/backstage-plugin-web-terminal [1.3.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-30)


Expand Down
4 changes: 2 additions & 2 deletions plugins/web-terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-web-terminal",
"version": "1.3.2",
"version": "1.3.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@backstage/core-app-api": "1.11.0",
"@backstage/dev-utils": "1.0.22",
"@backstage/test-utils": "1.4.4",
"@janus-idp/cli": "1.7.0",
"@janus-idp/cli": "1.7.1",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.5.1",
Expand Down

0 comments on commit eacd0dc

Please sign in to comment.