Skip to content

Commit

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

### 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))
* **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))
* **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:** simplify db logic ([#1842](#1842)) ([cbe263b](cbe263b))

### 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 f7fff5f commit 88de693
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions plugins/argocd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## @janus-idp/backstage-plugin-argocd [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-07-23)


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


### Documentation

* fix argocd naming ([#1904](https://github.com/janus-idp/backstage-plugins/issues/1904)) ([3173d79](https://github.com/janus-idp/backstage-plugins/commit/3173d79b9b226fd994d48f27b392df7d167d4e64))

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


Expand Down
4 changes: 2 additions & 2 deletions plugins/argocd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-argocd",
"version": "1.2.4",
"version": "1.3.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@backstage/core-app-api": "1.13.0",
"@backstage/dev-utils": "1.0.34",
"@backstage/test-utils": "1.5.7",
"@janus-idp/cli": "1.11.1",
"@janus-idp/cli": "1.12.0",
"@playwright/test": "1.44.1",
"@redhat-developer/red-hat-developer-hub-theme": "0.0.54",
"@testing-library/jest-dom": "6.4.5",
Expand Down

0 comments on commit 88de693

Please sign in to comment.