Skip to content

Commit

Permalink
chore(release): 1.3.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.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 a1d6590 commit 0f068e6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions plugins/acr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## @janus-idp/backstage-plugin-acr [1.3.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-09)



### Dependencies

* **@janus-idp/shared-react:** upgraded to 2.6.1
* **@janus-idp/cli:** upgraded to 1.8.6

## @janus-idp/backstage-plugin-acr [1.3.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)


Expand Down
6 changes: 3 additions & 3 deletions plugins/acr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-acr",
"version": "1.3.5",
"version": "1.3.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
"@janus-idp/shared-react": "2.6.0",
"@janus-idp/shared-react": "2.6.1",
"react-use": "^17.4.0"
},
"peerDependencies": {
Expand All @@ -44,7 +44,7 @@
"@backstage/core-app-api": "1.12.4",
"@backstage/dev-utils": "1.0.31",
"@backstage/test-utils": "1.5.4",
"@janus-idp/cli": "1.8.5",
"@janus-idp/cli": "1.8.6",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/react-hooks": "8.0.1",
Expand Down

0 comments on commit 0f068e6

Please sign in to comment.