Skip to content

Commit

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

### ⚠ BREAKING CHANGES

* **rbac:** add support for multiple policies CRUD (janus-idp#984)

### Features

* **rbac:** add support for multiple policies CRUD ([janus-idp#984](janus-idp#984)) ([518c767](janus-idp@518c767))
* **rbac:** allow editing roles ([janus-idp#1001](janus-idp#1001)) ([2e81062](janus-idp@2e81062))
* **tekton:** add view logs and view sbom actions in the pipelineRun list ([janus-idp#1003](janus-idp#1003)) ([c7eff5f](janus-idp@c7eff5f))
  • Loading branch information
semantic-release-bot committed Dec 20, 2023
1 parent f5856b5 commit 9cd3936
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions plugins/topology/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @janus-idp/backstage-plugin-topology [1.17.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-12-20)



### Dependencies

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

## @janus-idp/backstage-plugin-topology [1.17.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-12-14)


Expand Down
4 changes: 2 additions & 2 deletions plugins/topology/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-topology",
"version": "1.17.0",
"version": "1.17.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@backstage/plugin-kubernetes": "^0.11.0",
"@backstage/plugin-kubernetes-common": "^0.7.0",
"@backstage/theme": "^0.4.3",
"@janus-idp/shared-react": "2.1.0",
"@janus-idp/shared-react": "2.2.0",
"@kubernetes/client-node": "^0.19.0",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
Expand Down

0 comments on commit 9cd3936

Please sign in to comment.