Skip to content

Commit

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

### Features

* **argocd:** add permission support for argocd ([#1855](#1855)) ([3b78237](3b78237))
* **kiali:** traffic graph ([#1606](#1606)) ([657fef9](657fef9))
* **lightspeed:** add a new lightspeed plugin with basic implementation of chat ([#1889](#1889)) ([cb80e38](cb80e38))
* **rbac:** show list of accessible plugins in roles list page ([#1894](#1894)) ([62d9d6c](62d9d6c))
* **tekton:** add permissions support for tekton plugin ([#1854](#1854)) ([f744896](f744896))
* **topology:** remove usage of k8s plugin from topology & tekton plugins ([#1869](#1869)) ([ae7d8ee](ae7d8ee))

### Bug Fixes

* argocd dependency package version ([#1992](#1992)) ([e3c4419](e3c4419))
* **argocd:** fix argocd naming ([#1990](#1990)) ([6b764a8](6b764a8))
* **argocd:** fix argocd-common plugin version ([#1987](#1987)) ([fb441fe](fb441fe))
* **orchestrator:** remove default pagination on v2 endpoints ([#1983](#1983)) ([5e30274](5e30274))
* **rbac:** fix uncommited knex transaction in the addGroupingPolicies ([#1968](#1968)) ([24d5eef](24d5eef))

### Documentation

* **argocd:** update argocd configuration documentation ([#1875](#1875)) ([054ceec](054ceec))
* **quay:** add documentation for the new credential settings in proxy backend ([#1902](#1902)) ([e04d231](e04d231))
  • Loading branch information
semantic-release-bot committed Aug 2, 2024
1 parent 0ebec62 commit 2338280
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions plugins/acr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @janus-idp/backstage-plugin-acr [1.7.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-02)



### Dependencies

* **@janus-idp/shared-react:** upgraded to 2.10.0

## @janus-idp/backstage-plugin-acr [1.7.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-07-26)


Expand Down
4 changes: 2 additions & 2 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.7.1",
"version": "1.7.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@backstage/core-plugin-api": "^1.9.3",
"@backstage/plugin-catalog-react": "^1.12.2",
"@backstage/theme": "^0.5.6",
"@janus-idp/shared-react": "2.9.0",
"@janus-idp/shared-react": "2.10.0",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
Expand Down

0 comments on commit 2338280

Please sign in to comment.