Skip to content

Commit

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

### ⚠ BREAKING CHANGES

* **ocm:** add basic permissions to ocm backend plugin (#1528)

### Features

* **argocd:** add argocd deployment lifecycle and summary component ([#1540](#1540)) ([4c7c533](4c7c533))
* **bulk-import:** allow user to select repositories from side panel ([#1430](#1430)) ([ffcd101](ffcd101))
* **kiali:** add card for resources  ([#1565](#1565)) ([1e727aa](1e727aa))
* **ocm:** add basic permissions to ocm backend plugin ([#1528](#1528)) ([c28d564](c28d564))
* **orchestrator:** add ability to re-trigger workflow in error state ([#1624](#1624)) ([8709a37](8709a37))
* **orchestrator:** add endpoint to retrigger workflow in error state ([#1343](#1343)) ([328d23a](328d23a))
* **orchestrator:** make the internal sonata podman compatible ([#1612](#1612)) ([e4e528e](e4e528e))
* **rbac:** add support for the new backend services ([#1607](#1607)) ([2892709](2892709))
* **rbac:** add the optional maxDepth feature ([#1486](#1486)) ([ea87f34](ea87f34))
* **rbac:** lazy load temporary enforcer ([#1513](#1513)) ([b5f1552](b5f1552))
* **rbac:** support for adding conditional permissions ([#1588](#1588)) ([2042244](2042244))
* **scaffolder:** create custom action for scaffolder templates ([#1567](#1567)) ([e30701e](e30701e))

### Bug Fixes

* **argocd:** fix argocd configurations visibility ([#1618](#1618)) ([ade677f](ade677f))
* **argocd:** fix sonarcloud lint warnings in argocd plugin ([#1620](#1620)) ([66d3763](66d3763))
* **cli:** add `resolve.fallback` for node dependencies in the `export-dynamic-plugin` CLI for frontend plugins. ([#1590](#1590)) ([e860c3b](e860c3b))
* **cli:** allow exporting dynamic plugins from `frontend-plugin-module` packages. ([#1593](#1593)) ([55508ba](55508ba))
* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([#1598](#1598)) ([889be7f](889be7f))
* **cli:** completely removing the requirement for `app-config` when exporting fronted plugins to dynamic. ([#1603](#1603)) ([7fb243a](7fb243a))
* **cli:** fix entrypoint validation when running with `npx` on some packages with `alpha` API. ([#1545](#1545)) ([3d9781c](3d9781c))
* **cli:** remove the requirement for `app-config` when exporting fronted plugins to dynamic. ([#1592](#1592)) ([577efff](577efff))
* **deps:** update dependency bfj to v8 ([#1463](#1463)) ([01d9360](01d9360))
* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* fix typo in orchestrator documentation ([#1508](#1508)) ([bfa360a](bfa360a))
* **kiali:** remove IstioConfig extra, Fix links and add kiali control ([#1452](#1452)) ([51a35f0](51a35f0))
* **kiali:** remove kiali-common from package. ([#1586](#1586)) ([b1748a4](b1748a4))
* **kiali:** update load for overview page ([#1491](#1491)) ([8de16e2](8de16e2))
* **ocm:** update ocm frontend plugin readme ([#1611](#1611)) ([9960cc0](9960cc0))
* **orchestrator:** allows serving the editor envelope in disconnected environments ([#1450](#1450)) ([1e778d8](1e778d8))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))
* **orchestrator:** disabled MUI table thirdSortClick ([#1614](#1614)) ([5e541bd](5e541bd))
* **rbac:** hide frontend when permission framework was disabled ([#1493](#1493)) ([5aa012f](5aa012f))
* **rbac:** implement ability to disable rbac-backend plugin ([#1501](#1501)) ([6367965](6367965))
* **rbac:** reduce the number of permissions returned, add isResourced flag ([#1474](#1474)) ([e5dda95](e5dda95))
* sync lockfile ([#1617](#1617)) ([de7393d](de7393d))
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Documentation

* **kiali:** update rhdh docs ([#1621](#1621)) ([7087cba](7087cba))
* **orchestrator:** fix quick start urls to private repo and make image urls raw ([#1521](#1521)) ([eefd264](eefd264))
* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))

### Other changes

* **argocd:** add playwright dev mode tests ([#1616](#1616)) ([07c1452](07c1452))
* **cli:** new `--in-place`/`--no-in-place` option to the `export-dynamic-plugin` CLI command to allow exporting to `dist-dynamic` (when value is `false`). ([#1584](#1584)) ([4b5cc40](4b5cc40))
  • Loading branch information
semantic-release-bot committed May 9, 2024
1 parent 727b97e commit e26163c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plugins/shared-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @janus-idp/shared-react [2.6.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-09)

## @janus-idp/shared-react [2.6.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-15)


Expand Down
2 changes: 1 addition & 1 deletion plugins/shared-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/shared-react",
"version": "2.6.0",
"version": "2.6.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit e26163c

Please sign in to comment.