Skip to content

Commit

Permalink
chore(release): 3.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.3.0](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 93c68c0 commit f5856b5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions plugins/tekton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## @janus-idp/backstage-plugin-tekton [3.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-12-20)


### Features

* **tekton:** add view logs and view sbom actions in the pipelineRun list ([#1003](https://github.com/janus-idp/backstage-plugins/issues/1003)) ([c7eff5f](https://github.com/janus-idp/backstage-plugins/commit/c7eff5f33daef8eaba58df7e987b44f09c7a8ff9))



### Dependencies

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

## @janus-idp/backstage-plugin-tekton [3.2.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/tekton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-tekton",
"version": "3.2.0",
"version": "3.3.0",
"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 f5856b5

Please sign in to comment.