Skip to content

Commit 48e1ca2

Browse files
semantic-release-botciiay
authored andcommitted
chore(release): 1.3.6 [skip ci]
## [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 (janus-idp#1528) ### Features * **argocd:** add argocd deployment lifecycle and summary component ([janus-idp#1540](janus-idp#1540)) ([4c7c533](janus-idp@4c7c533)) * **kiali:** add card for resources ([janus-idp#1565](janus-idp#1565)) ([1e727aa](janus-idp@1e727aa)) * **ocm:** add basic permissions to ocm backend plugin ([janus-idp#1528](janus-idp#1528)) ([c28d564](janus-idp@c28d564)) * **orchestrator:** add ability to re-trigger workflow in error state ([janus-idp#1624](janus-idp#1624)) ([8709a37](janus-idp@8709a37)) * **orchestrator:** make the internal sonata podman compatible ([janus-idp#1612](janus-idp#1612)) ([e4e528e](janus-idp@e4e528e)) * **rbac:** add support for the new backend services ([janus-idp#1607](janus-idp#1607)) ([2892709](janus-idp@2892709)) * **rbac:** support for adding conditional permissions ([janus-idp#1588](janus-idp#1588)) ([2042244](janus-idp@2042244)) * **scaffolder:** create custom action for scaffolder templates ([janus-idp#1567](janus-idp#1567)) ([e30701e](janus-idp@e30701e)) ### Bug Fixes * **argocd:** fix argocd configurations visibility ([janus-idp#1618](janus-idp#1618)) ([ade677f](janus-idp@ade677f)) * **argocd:** fix sonarcloud lint warnings in argocd plugin ([janus-idp#1620](janus-idp#1620)) ([66d3763](janus-idp@66d3763)) * **kiali:** remove IstioConfig extra, Fix links and add kiali control ([janus-idp#1452](janus-idp#1452)) ([51a35f0](janus-idp@51a35f0)) * **kiali:** remove kiali-common from package. ([janus-idp#1586](janus-idp#1586)) ([b1748a4](janus-idp@b1748a4)) * **ocm:** update ocm frontend plugin readme ([janus-idp#1611](janus-idp#1611)) ([9960cc0](janus-idp@9960cc0)) * **orchestrator:** disabled MUI table thirdSortClick ([janus-idp#1614](janus-idp#1614)) ([5e541bd](janus-idp@5e541bd)) * **rbac:** hide frontend when permission framework was disabled ([janus-idp#1493](janus-idp#1493)) ([5aa012f](janus-idp@5aa012f)) * **rbac:** implement ability to disable rbac-backend plugin ([janus-idp#1501](janus-idp#1501)) ([6367965](janus-idp@6367965)) * sync lockfile ([janus-idp#1617](janus-idp#1617)) ([de7393d](janus-idp@de7393d)) ### Documentation * **kiali:** update rhdh docs ([janus-idp#1621](janus-idp#1621)) ([7087cba](janus-idp@7087cba)) ### Other changes * **argocd:** add playwright dev mode tests ([janus-idp#1616](janus-idp#1616)) ([07c1452](janus-idp@07c1452))
1 parent ac79d7b commit 48e1ca2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

plugins/matomo/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-matomo [1.3.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-09)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/cli:** upgraded to 1.8.6
8+
19
## @janus-idp/backstage-plugin-matomo [1.3.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)
210

311

plugins/matomo/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-matomo",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -47,7 +47,7 @@
4747
"@backstage/core-app-api": "1.12.4",
4848
"@backstage/dev-utils": "1.0.31",
4949
"@backstage/test-utils": "1.5.4",
50-
"@janus-idp/cli": "1.8.5",
50+
"@janus-idp/cli": "1.8.6",
5151
"@testing-library/jest-dom": "6.4.2",
5252
"@testing-library/react": "14.2.1",
5353
"@testing-library/user-event": "14.5.1",

0 commit comments

Comments
 (0)