Skip to content

Commit 5afebe0

Browse files
chore(release): 1.17.1 [skip ci]
## [1.17.1](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)) * **deps:** downgrade shared-react in acr ([#1996](#1996)) ([3d669d2](3d669d2)) * **orchestrator:** remove default pagination on v2 endpoints ([#1983](#1983)) ([5e30274](5e30274)) * **rbac:** fix uncommited knex transaction in the addGroupingPolicies ([#1968](#1968)) ([24d5eef](24d5eef)) * **rbac:** log when plugin has no permissions ([#1917](#1917)) ([cc8752b](cc8752b)) ### 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))
1 parent ed94da0 commit 5afebe0

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

plugins/orchestrator-backend/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## @janus-idp/backstage-plugin-orchestrator-backend [1.17.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-08-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **orchestrator:** remove default pagination on v2 endpoints ([#1983](https://github.com/janus-idp/backstage-plugins/issues/1983)) ([5e30274](https://github.com/janus-idp/backstage-plugins/commit/5e302748a25cbad127122407e5258576054eac3d))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.13.1
13+
114
## @janus-idp/backstage-plugin-orchestrator-backend [1.17.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-07-26)
215

316

plugins/orchestrator-backend/dist-dynamic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-orchestrator-backend-dynamic",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"license": "Apache-2.0",
55
"main": "./dist/index.cjs.js",
66
"types": "src/index.ts",

plugins/orchestrator-backend/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-orchestrator-backend",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -87,7 +87,7 @@
8787
"@backstage/plugin-scaffolder-backend": "^1.23.0",
8888
"@backstage/plugin-scaffolder-node": "^0.4.8",
8989
"@backstage/types": "^1.1.1",
90-
"@janus-idp/backstage-plugin-orchestrator-common": "1.13.0",
90+
"@janus-idp/backstage-plugin-orchestrator-common": "1.13.1",
9191
"@urql/core": "^4.1.4",
9292
"ajv-formats": "^2.1.1",
9393
"cloudevents": "^8.0.0",

0 commit comments

Comments
 (0)