Skip to content

Commit

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

### Features

* **orchestrator:** use v2 endpoints to retrieve workflow overviews ([#1892](#1892)) ([cca1e53](cca1e53))

### Bug Fixes

* **deps:** fix rbac dependencies ([#1918](#1918)) ([fcc4e1d](fcc4e1d))
* **orchestrator:** resolve broken dynamic plugin publish ([#1906](#1906)) ([5f99043](5f99043))

### Documentation

* added OpenAPI spec for rbac-backend ([#1830](#1830)) ([4eb2035](4eb2035))
* fix argocd naming ([#1904](#1904)) ([3173d79](3173d79))
* fix rbac integration code samples ([#1905](#1905)) ([3a8da8d](3a8da8d))
* **rbac:** fix condition rules api url ([#1914](#1914)) ([e6fa0ae](e6fa0ae))
  • Loading branch information
semantic-release-bot committed Jul 23, 2024
1 parent 2572158 commit e586a89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions plugins/3scale-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @janus-idp/backstage-plugin-3scale-backend [1.7.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-07-23)

## @janus-idp/backstage-plugin-3scale-backend [1.7.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-07-17)


Expand Down
8 changes: 5 additions & 3 deletions plugins/3scale-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-3scale-backend-dynamic",
"version": "1.7.0",
"version": "1.7.1",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
Expand All @@ -10,8 +10,10 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "backend-plugin",
"supported-versions": "1.26.5"
"role": "backend-plugin-module",
"supported-versions": "1.28.4",
"pluginId": "catalog",
"pluginPackage": "@backstage/plugin-catalog-backend"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/3scale-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-3scale-backend",
"version": "1.7.0",
"version": "1.7.1",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down

0 comments on commit e586a89

Please sign in to comment.