Skip to content

Commit

Permalink
chore(release): 4.0.7 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-ocm-backend@4.0.6...@janus-idp/backstage-plugin-ocm-backend@4.0.7) (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 d23777c commit ac493ca
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
8 changes: 8 additions & 0 deletions plugins/ocm-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @janus-idp/backstage-plugin-ocm-backend [4.0.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-ocm-backend@4.0.6...@janus-idp/backstage-plugin-ocm-backend@4.0.7) (2024-06-04)



### Dependencies

* **@janus-idp/backstage-plugin-ocm-common:** upgraded to 3.0.2

## @janus-idp/backstage-plugin-ocm-backend [4.0.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-ocm-backend@4.0.5...@janus-idp/backstage-plugin-ocm-backend@4.0.6) (2024-06-03)


Expand Down
19 changes: 15 additions & 4 deletions plugins/ocm-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-ocm-backend-dynamic",
"version": "4.0.6",
"version": "4.0.7",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
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 Down Expand Up @@ -41,13 +42,23 @@
"app-config.janus-idp.yaml",
"alpha"
],
"repository": "github:janus-idp/backstage-plugins",
"repository": {
"type": "git",
"url": "https://github.com/janus-idp/backstage-plugins",
"directory": "plugins/ocm-backend"
},
"keywords": [
"support:production",
"lifecycle:active",
"backstage",
"plugin"
],
"homepage": "https://janus-idp.io/",
"homepage": "https://red.ht/rhdh",
"bugs": "https://github.com/janus-idp/backstage-plugins/issues",
"maintainers": [
"@janus-idp/maintainers-plugins"
],
"author": "Red Hat",
"bundleDependencies": true,
"peerDependencies": {
"@backstage/backend-common": "^0.21.7",
Expand Down
4 changes: 2 additions & 2 deletions plugins/ocm-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-ocm-backend",
"version": "4.0.6",
"version": "4.0.7",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@backstage/errors": "^1.2.4",
"@backstage/plugin-permission-common": "^0.7.13",
"@backstage/plugin-permission-node": "^0.7.28",
"@janus-idp/backstage-plugin-ocm-common": "3.0.1",
"@janus-idp/backstage-plugin-ocm-common": "3.0.2",
"@kubernetes/client-node": "^0.20.0",
"express": "^4.18.2",
"express-promise-router": "^4.1.1",
Expand Down

0 comments on commit ac493ca

Please sign in to comment.