Skip to content

Commit

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

### ⚠ BREAKING CHANGES

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

### Features

* **ocm:** add basic permissions to ocm backend plugin ([#1528](#1528)) ([c28d564](c28d564))
* **orchestrator:** make the internal sonata podman compatible ([#1612](#1612)) ([e4e528e](e4e528e))

### Bug Fixes

* **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:** remove the requirement for `app-config` when exporting fronted plugins to dynamic. ([#1592](#1592)) ([577efff](577efff))
* **feedback:** add support for jira cloud instance ([#1582](#1582)) ([5425e54](5425e54)), closes [#1543](#1543)
* **kiali:** remove IstioConfig extra, Fix links and add kiali control ([#1452](#1452)) ([51a35f0](51a35f0))
* **ocm:** update ocm frontend plugin readme ([#1611](#1611)) ([9960cc0](9960cc0))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))
* **ui:** remove extra inline style ([#1548](#1548)) ([4f38030](4f38030))

### Documentation

* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))

### Other changes

* **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 6, 2024
1 parent 20c98f6 commit 876c0c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions plugins/rbac-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @janus-idp/backstage-plugin-rbac-backend [2.7.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-06)


### Bug Fixes

* **ocm:** update ocm frontend plugin readme ([#1611](https://github.com/janus-idp/backstage-plugins/issues/1611)) ([9960cc0](https://github.com/janus-idp/backstage-plugins/commit/9960cc0c2d611cdd1ee10a82ed02b7be9becefcf))

## @janus-idp/backstage-plugin-rbac-backend [2.7.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-04-25)


Expand Down
2 changes: 1 addition & 1 deletion plugins/rbac-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-rbac-backend",
"version": "2.7.0",
"version": "2.7.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 876c0c5

Please sign in to comment.