Skip to content

Commit

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

### Features

* **notifications:** make notifications NPM packages public ([janus-idp#1061](janus-idp#1061)) ([ecec1db](janus-idp@ecec1db))
* **Notifications:** new notifications FE plugin, API and backend ([janus-idp#933](janus-idp#933)) ([4d4cb78](janus-idp@4d4cb78))
* **orchestrator:** add orchestrator plugin ([janus-idp#783](janus-idp#783)) ([cf5fe74](janus-idp@cf5fe74)), closes [janus-idp#28](janus-idp#28) [janus-idp#38](janus-idp#38) [janus-idp#35](janus-idp#35) [janus-idp#21](janus-idp#21)
* **quay:** fix sorting in quay table and tag details ([janus-idp#1044](janus-idp#1044)) ([ceb16a9](janus-idp@ceb16a9))
* **rbac:** add doc about RBAC backend conditions API ([janus-idp#1027](janus-idp#1027)) ([fc9ad53](janus-idp@fc9ad53))
* **rbac:** add vscode debug configuration for opened jest test files ([janus-idp#1047](janus-idp#1047)) ([7e7a9ae](janus-idp@7e7a9ae))
* **rbac:** allow editing permission policies ([janus-idp#1037](janus-idp#1037)) ([c10347d](janus-idp@c10347d))
* **rbac:** show warning alert when user is not authorised to create roles ([janus-idp#1064](janus-idp#1064)) ([b5c46c8](janus-idp@b5c46c8))
* **web-terminal:** impr README, add isWebTerminalAvailable util and fix some other small bugs ([janus-idp#1036](janus-idp#1036)) ([a3d6d86](janus-idp@a3d6d86))

### Bug Fixes

* **app-config:** invalid app-config.yaml ([janus-idp#1075](janus-idp#1075)) ([295329e](janus-idp@295329e)), closes [/github.com/janus-idp/backstage-showcase/blob/main/app-config.yaml#L139](https://github.com/janus-idp//github.com/janus-idp/backstage-showcase/blob/main/app-config.yaml/issues/L139)
* **notifications:** use @janus-idp/plugin-notifications prefix for NPM ([janus-idp#1072](janus-idp#1072)) ([ea5199b](janus-idp@ea5199b))
* **rbac:** disable edit when the user is unauthorized to read the catalog-entity ([janus-idp#1049](janus-idp#1049)) ([c4f2969](janus-idp@c4f2969))
* **rbac:** fix role validation ([janus-idp#1020](janus-idp#1020)) ([49c7975](janus-idp@49c7975))
* **regex-actions:** fix [janus-idp#594](janus-idp#594): Cleanup some small code smells ([janus-idp#1039](janus-idp#1039)) ([215e49c](janus-idp@215e49c))
* **servicenow:** make sure that the correct openapi generator is executed ([janus-idp#1066](janus-idp#1066)) ([6eda572](janus-idp@6eda572))

### Other changes

* **web-terminal:** remove TerminalComponent test race condition issue ([janus-idp#1071](janus-idp#1071)) ([05ee8dc](janus-idp@05ee8dc)), closes [janus-idp#1070](janus-idp#1070)
  • Loading branch information
semantic-release-bot committed Jan 17, 2024
1 parent aa9e866 commit 647737f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions plugins/web-terminal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## @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)


### Features

* **web-terminal:** impr README, add isWebTerminalAvailable util and fix some other small bugs ([#1036](https://github.com/janus-idp/backstage-plugins/issues/1036)) ([a3d6d86](https://github.com/janus-idp/backstage-plugins/commit/a3d6d867d2c050be620b98217811c747e9629b2e))


### Other changes

* **web-terminal:** remove TerminalComponent test race condition issue ([#1071](https://github.com/janus-idp/backstage-plugins/issues/1071)) ([05ee8dc](https://github.com/janus-idp/backstage-plugins/commit/05ee8dc8812c012217d7fc9de24cd86843ed9642)), closes [#1070](https://github.com/janus-idp/backstage-plugins/issues/1070)

## @janus-idp/backstage-plugin-web-terminal [1.2.12](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-12-22)


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.2.12",
"version": "1.3.0",
"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.4.7",
"@janus-idp/cli": "1.5.0",
"@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 647737f

Please sign in to comment.