Skip to content

Commit

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

### ⚠ BREAKING CHANGES

* **ocm:** add basic permissions to ocm backend plugin (#1528)

### Features

* **argocd:** add argocd deployment lifecycle and summary component ([#1540](#1540)) ([4c7c533](4c7c533))
* **kiali:** add card for resources  ([#1565](#1565)) ([1e727aa](1e727aa))
* **ocm:** add basic permissions to ocm backend plugin ([#1528](#1528)) ([c28d564](c28d564))
* **orchestrator:** add ability to re-trigger workflow in error state ([#1624](#1624)) ([8709a37](8709a37))
* **orchestrator:** make the internal sonata podman compatible ([#1612](#1612)) ([e4e528e](e4e528e))
* **rbac:** add support for the new backend services ([#1607](#1607)) ([2892709](2892709))
* **rbac:** support for adding conditional permissions ([#1588](#1588)) ([2042244](2042244))
* **scaffolder:** create custom action for scaffolder templates ([#1567](#1567)) ([e30701e](e30701e))

### Bug Fixes

* **argocd:** fix argocd configurations visibility ([#1618](#1618)) ([ade677f](ade677f))
* **argocd:** fix sonarcloud lint warnings in argocd plugin ([#1620](#1620)) ([66d3763](66d3763))
* **kiali:** remove IstioConfig extra, Fix links and add kiali control ([#1452](#1452)) ([51a35f0](51a35f0))
* **kiali:** remove kiali-common from package. ([#1586](#1586)) ([b1748a4](b1748a4))
* **ocm:** update ocm frontend plugin readme ([#1611](#1611)) ([9960cc0](9960cc0))
* **orchestrator:** disabled MUI table thirdSortClick ([#1614](#1614)) ([5e541bd](5e541bd))
* **rbac:** hide frontend when permission framework was disabled ([#1493](#1493)) ([5aa012f](5aa012f))
* **rbac:** implement ability to disable rbac-backend plugin ([#1501](#1501)) ([6367965](6367965))
* sync lockfile ([#1617](#1617)) ([de7393d](de7393d))

### Documentation

* **kiali:** update rhdh docs ([#1621](#1621)) ([7087cba](7087cba))

### Other changes

* **argocd:** add playwright dev mode tests ([#1616](#1616)) ([07c1452](07c1452))
  • Loading branch information
semantic-release-bot committed May 9, 2024
1 parent 2e748f9 commit 628a46d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions plugins/kubernetes-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @janus-idp/backstage-scaffolder-backend-module-kubernetes [1.4.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-09)



### Dependencies

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

## @janus-idp/backstage-scaffolder-backend-module-kubernetes [1.4.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)


Expand Down
4 changes: 2 additions & 2 deletions plugins/kubernetes-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-scaffolder-backend-module-kubernetes",
"description": "The kubernetes module for @backstage/plugin-scaffolder-backend",
"version": "1.4.5",
"version": "1.4.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@backstage/backend-common": "0.21.7",
"@backstage/cli": "0.26.4",
"@backstage/plugin-scaffolder-node-test-utils": "0.1.3",
"@janus-idp/cli": "1.8.5",
"@janus-idp/cli": "1.8.6",
"msw": "1.3.2"
},
"files": [
Expand Down

0 comments on commit 628a46d

Please sign in to comment.