Skip to content

Commit

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

### Features

* **bulk-import:** add the Bulk Import from GitHub Backend [RHIDP-955] ([#1471](#1471)) ([4f79be2](4f79be2))
* **deps:** update to backstage 1.28 ([#1891](#1891)) ([1ba1108](1ba1108))
* **kiali:** sticky headers for tables ([#1877](#1877)) ([64578d9](64578d9))
* **orchestrator:** use v2 endpoints to retrieve workflow overviews ([#1892](#1892)) ([cca1e53](cca1e53))

### Bug Fixes

* **argocd:** fix argocd commit message visibility ([#1874](#1874)) ([e558d75](e558d75))
* **deps:** fix rbac dependencies ([#1918](#1918)) ([fcc4e1d](fcc4e1d))
* **deps:** move backend-test-utils to devDependencies ([#1944](#1944)) ([9052a3f](9052a3f))
* **orchestrator:** resolve broken dynamic plugin publish ([#1906](#1906)) ([5f99043](5f99043))
* **quay:** add mock data to quay dev mode tests ([#1860](#1860)) ([cbfcc49](cbfcc49))
* **rbac:** background color of sidebar in dark theme ([#1859](#1859)) ([ec6a2d8](ec6a2d8))
* **rbac:** catch errors whenever a plugin token is not generated ([#1866](#1866)) ([c9abf44](c9abf44))
* **rbac:** simplify db logic ([#1842](#1842)) ([cbe263b](cbe263b))
* remove crashing process from playwright tests ([#1941](#1941)) ([4b20f8a](4b20f8a))

### 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 24, 2024
1 parent bb753fd commit 75d20d1
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 14 deletions.
19 changes: 19 additions & 0 deletions plugins/orchestrator-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## @janus-idp/backstage-plugin-orchestrator-backend [1.16.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-07-24)


### Features

* **deps:** update to backstage 1.28 ([#1891](https://github.com/janus-idp/backstage-plugins/issues/1891)) ([1ba1108](https://github.com/janus-idp/backstage-plugins/commit/1ba11088e0de60e90d138944267b83600dc446e5))
* **orchestrator:** use v2 endpoints to retrieve workflow overviews ([#1892](https://github.com/janus-idp/backstage-plugins/issues/1892)) ([cca1e53](https://github.com/janus-idp/backstage-plugins/commit/cca1e53bc6b3019b1c544f2f62bed8723ebf6130))


### Bug Fixes

* **orchestrator:** resolve broken dynamic plugin publish ([#1906](https://github.com/janus-idp/backstage-plugins/issues/1906)) ([5f99043](https://github.com/janus-idp/backstage-plugins/commit/5f990438ebebf8b23c0c8706852753ad0812c55a))



### Dependencies

* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.12.0

## @janus-idp/backstage-plugin-orchestrator-backend [1.15.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-07-12)


Expand Down
22 changes: 13 additions & 9 deletions plugins/orchestrator-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-backend-dynamic",
"version": "1.15.0",
"version": "1.16.0",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"main": "./dist/index.cjs.js",
"types": "src/index.ts",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
"access": "public"
},
"backstage": {
"role": "backend-plugin",
"supported-versions": "1.26.5"
"supported-versions": "1.28.4",
"pluginId": "orchestrator",
"pluginPackages": [
"@janus-idp/backstage-plugin-orchestrator",
"@janus-idp/backstage-plugin-orchestrator-backend",
"@janus-idp/backstage-plugin-orchestrator-common"
]
},
"exports": {
".": {
Expand Down Expand Up @@ -63,8 +67,8 @@
},
"devDependencies": {},
"peerDependencies": {
"@janus-idp/backstage-plugin-rbac-common": "^1.7.0",
"@janus-idp/backstage-plugin-audit-log-node": "^1.2.0",
"@janus-idp/backstage-plugin-rbac-common": "1.7.1",
"@janus-idp/backstage-plugin-audit-log-node": "1.3.0",
"@backstage/backend-app-api": "^0.7.9",
"@backstage/backend-common": "^0.23.2",
"@backstage/backend-dynamic-feature-service": "^0.2.14",
Expand Down
10 changes: 5 additions & 5 deletions plugins/orchestrator-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-backend",
"version": "1.15.0",
"version": "1.16.0",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -87,7 +87,7 @@
"@backstage/plugin-scaffolder-backend": "^1.22.11",
"@backstage/plugin-scaffolder-node": "^0.4.7",
"@backstage/types": "^1.1.1",
"@janus-idp/backstage-plugin-orchestrator-common": "1.11.0",
"@janus-idp/backstage-plugin-orchestrator-common": "1.12.0",
"@urql/core": "^4.1.4",
"ajv-formats": "^2.1.1",
"cloudevents": "^8.0.0",
Expand All @@ -102,14 +102,14 @@
"devDependencies": {
"@backstage/backend-test-utils": "0.4.3",
"@backstage/cli": "0.26.10",
"@janus-idp/cli": "1.11.1",
"@janus-idp/cli": "1.12.0",
"@types/express": "4.17.21",
"@types/fs-extra": "11.0.4",
"@types/json-schema": "7.0.15"
},
"peerDependencies": {
"@janus-idp/backstage-plugin-rbac-common": "^1.7.0",
"@janus-idp/backstage-plugin-audit-log-node": "^1.2.0"
"@janus-idp/backstage-plugin-rbac-common": "1.7.1",
"@janus-idp/backstage-plugin-audit-log-node": "1.3.0"
},
"maintainers": [
"@janus-idp/maintainers-plugins",
Expand Down

0 comments on commit 75d20d1

Please sign in to comment.