Skip to content

Commit

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

### Features

* **rbac:** cleanup policies when a role is deleted ([#1018](#1018)) ([fb0ee8c](fb0ee8c))
* **rbac:** support for adding permission policies to roles ([#1021](#1021)) ([dd11c3a](dd11c3a))
* **tekton:** add CVE summary and signed badge ([#1028](#1028)) ([effdef0](effdef0))

### Bug Fixes

* **keycloak:** fix [#591](#591): Cleanup some small code smells in Keycloak plugin ([#1022](#1022)) ([74cb7b1](74cb7b1))
* **openshift-image-registry:** fix [#596](#596): Add mock data for test page and cleanup some small code smells ([#1024](#1024)) ([39f7351](39f7351))
* **quay:** fix infinite progress bar when scan is unsupported ([#1031](#1031)) ([2c050db](2c050db))
* **quay:** fix sorting and ordering of vulneribilities based on severity ([#1033](#1033)) ([d3fdcdf](d3fdcdf))
  • Loading branch information
semantic-release-bot committed Dec 22, 2023
1 parent 3d83b03 commit 2656fea
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.4.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-12-22)


### Features

* **tekton:** add CVE summary and signed badge ([#1028](https://github.com/janus-idp/backstage-plugins/issues/1028)) ([effdef0](https://github.com/janus-idp/backstage-plugins/commit/effdef085deaeea78a819d1bde960f83820ec705))



### Dependencies

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

## @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)


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.3.0",
"version": "3.4.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.2.0",
"@janus-idp/shared-react": "2.3.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 2656fea

Please sign in to comment.