Skip to content

Commit

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

### Features

* **rbac:** add audit log for RBAC backend ([janus-idp#1726](janus-idp#1726)) ([e50464b](janus-idp@e50464b))

### Bug Fixes

* **audit-log:** deep copy objects passed into audit logger so redactor will not modify objects and remove `auditErrorLog` function ([janus-idp#1730](janus-idp#1730)) ([379c241](janus-idp@379c241))
* **deps:** update kiali dependencies (minor) ([janus-idp#1779](janus-idp#1779)) ([ff2b421](janus-idp@ff2b421))
* **rbac:** add support for scaling ([janus-idp#1757](janus-idp#1757)) ([caddc83](janus-idp@caddc83))
* **rbac:** fix handling condition action conflicts ([janus-idp#1781](janus-idp#1781)) ([966b2b2](janus-idp@966b2b2))
* **rbac:** fix role list view permission policies column value ([janus-idp#1714](janus-idp#1714)) ([07200e4](janus-idp@07200e4))
  • Loading branch information
semantic-release-bot authored and 04kash committed Jun 5, 2024
1 parent ca38c9e commit 05eb265
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
8 changes: 8 additions & 0 deletions plugins/orchestrator-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @janus-idp/backstage-plugin-orchestrator-backend [1.9.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-04)



### Dependencies

* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.8.1

## @janus-idp/backstage-plugin-orchestrator-backend [1.9.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-03)


Expand Down
20 changes: 16 additions & 4 deletions plugins/orchestrator-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-backend-dynamic",
"version": "1.9.4",
"version": "1.9.5",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
Expand All @@ -10,7 +10,8 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "backend-plugin"
"role": "backend-plugin",
"supported-versions": "1.26.5"
},
"exports": {
".": {
Expand All @@ -23,10 +24,16 @@
},
"./package.json": "./package.json"
},
"homepage": "https://janus-idp.io/",
"repository": "github:janus-idp/backstage-plugins",
"homepage": "https://red.ht/rhdh",
"repository": {
"type": "git",
"url": "https://github.com/janus-idp/backstage-plugins",
"directory": "plugins/orchestrator-backend"
},
"bugs": "https://github.com/janus-idp/backstage-plugins/issues",
"keywords": [
"support:tech-preview",
"lifecycle:active",
"backstage",
"plugin",
"orchestrator",
Expand Down Expand Up @@ -54,6 +61,11 @@
"js-yaml": "^4.1.0"
},
"devDependencies": {},
"maintainers": [
"@janus-idp/maintainers-plugins",
"@janus-idp/orchestrator-codeowners"
],
"author": "The Backstage Community",
"bundleDependencies": true,
"peerDependencies": {
"@backstage/backend-app-api": "^0.7.2",
Expand Down
4 changes: 2 additions & 2 deletions plugins/orchestrator-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-backend",
"version": "1.9.4",
"version": "1.9.5",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -83,7 +83,7 @@
"@backstage/plugin-permission-node": "^0.7.27",
"@backstage/plugin-auth-node": "^0.4.11",
"@backstage/types": "^1.1.1",
"@janus-idp/backstage-plugin-orchestrator-common": "1.8.0",
"@janus-idp/backstage-plugin-orchestrator-common": "1.8.1",
"@urql/core": "^4.1.4",
"ajv-formats": "^2.1.1",
"cloudevents": "^8.0.0",
Expand Down

0 comments on commit 05eb265

Please sign in to comment.