Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cli): allow retrieving scalprum config from an external file in export-dynamic-plugin. #1598

Conversation

davidfestal
Copy link
Member

This PR adds the avalability, in the export-dynamic-plugin command of the janus-idp/cli package, to take the frontend plugin scalprum-specific configuration from an external JSON file instead of expecting the config to be specified in a scalprum field of the source plugin package.json.

Background

It should be possible to run the export-dynamic-plugin CLI command directly on normal & typical backstage static frontend plugin without having to change its source.

With the current behavior, before this PR, when additional scalprum configuration is needed, there is still the requirement to update the source package.json in order to add the scalprum field with additional configuration.

@davidfestal davidfestal requested a review from a team as a code owner May 2, 2024 08:46
@openshift-ci openshift-ci bot requested review from divyanshiGupta and gashcrumb May 2, 2024 08:46
@davidfestal davidfestal force-pushed the allw-external-scalprum-config branch from f29d8c7 to 0fd9592 Compare May 2, 2024 12:22
Copy link

sonarcloud bot commented May 2, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

openshift-ci bot commented May 2, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gashcrumb

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label May 2, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit 889be7f into janus-idp:main May 2, 2024
12 checks passed
janus-idp bot pushed a commit that referenced this pull request May 2, 2024
## [1.8.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([#1598](#1598)) ([889be7f](889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))
janus-idp bot pushed a commit that referenced this pull request May 2, 2024
## [1.5.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([#1598](#1598)) ([889be7f](889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))
janus-idp bot pushed a commit that referenced this pull request May 2, 2024
## [1.6.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([#1598](#1598)) ([889be7f](889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))
janus-idp bot pushed a commit that referenced this pull request May 2, 2024
## [1.3.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([#1598](#1598)) ([889be7f](889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))
janus-idp bot pushed a commit that referenced this pull request May 2, 2024
## [1.1.11](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([#1598](#1598)) ([889be7f](889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))
janus-idp bot pushed a commit that referenced this pull request May 2, 2024
## [1.3.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([#1598](#1598)) ([889be7f](889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))
janus-idp bot pushed a commit that referenced this pull request May 2, 2024
## [1.2.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([#1598](#1598)) ([889be7f](889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))
janus-idp bot pushed a commit that referenced this pull request May 2, 2024
## [1.3.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([#1598](#1598)) ([889be7f](889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))
janus-idp bot pushed a commit that referenced this pull request May 2, 2024
## [1.9.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([#1598](#1598)) ([889be7f](889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))
janus-idp bot pushed a commit that referenced this pull request May 2, 2024
## [1.16.8](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([#1598](#1598)) ([889be7f](889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))
janus-idp bot pushed a commit that referenced this pull request May 2, 2024
## [1.10.10](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([#1598](#1598)) ([889be7f](889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))
janus-idp bot pushed a commit that referenced this pull request May 2, 2024
## [1.4.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([#1598](#1598)) ([889be7f](889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))
janus-idp bot pushed a commit that referenced this pull request May 2, 2024
## [1.3.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([#1598](#1598)) ([889be7f](889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))
janus-idp bot pushed a commit that referenced this pull request May 2, 2024
## [1.4.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([#1598](#1598)) ([889be7f](889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))
janus-idp bot pushed a commit that referenced this pull request May 2, 2024
## [1.5.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([#1598](#1598)) ([889be7f](889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))
janus-idp bot pushed a commit that referenced this pull request May 2, 2024
## [1.2.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([#1598](#1598)) ([889be7f](889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([#1595](#1595)) ([4d4875e](4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([#1596](#1596)) ([9de4ff6](9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.3.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.5.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.2.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.10](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [3.8.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [3.6.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.10.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.7.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.6.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.17.10](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [3.6.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.19.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-05-02)

### Bug Fixes

* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [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 (janus-idp#1528)

### Features

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

### Bug Fixes

* **cli:** add `resolve.fallback` for node dependencies in the `export-dynamic-plugin` CLI for frontend plugins. ([janus-idp#1590](janus-idp#1590)) ([e860c3b](janus-idp@e860c3b))
* **cli:** allow exporting dynamic plugins from `frontend-plugin-module` packages. ([janus-idp#1593](janus-idp#1593)) ([55508ba](janus-idp@55508ba))
* **cli:** allow retrieving scalprum config from an external file in `export-dynamic-plugin`. ([janus-idp#1598](janus-idp#1598)) ([889be7f](janus-idp@889be7f))
* **cli:** completely removing the requirement for `app-config` when exporting fronted plugins to dynamic. ([janus-idp#1603](janus-idp#1603)) ([7fb243a](janus-idp@7fb243a))
* **cli:** remove the requirement for `app-config` when exporting fronted plugins to dynamic. ([janus-idp#1592](janus-idp#1592)) ([577efff](janus-idp@577efff))
* **feedback:** add support for jira cloud instance ([janus-idp#1582](janus-idp#1582)) ([5425e54](janus-idp@5425e54)), closes [janus-idp#1543](janus-idp#1543)
* **kiali:** remove IstioConfig extra, Fix links and add kiali control ([janus-idp#1452](janus-idp#1452)) ([51a35f0](janus-idp@51a35f0))
* **ocm:** update ocm frontend plugin readme ([janus-idp#1611](janus-idp#1611)) ([9960cc0](janus-idp@9960cc0))
* **orchestrator:** disable sorting ID column in workflow runs table ([janus-idp#1595](janus-idp#1595)) ([4d4875e](janus-idp@4d4875e))
* **ui:** remove extra inline style ([janus-idp#1548](janus-idp#1548)) ([4f38030](janus-idp@4f38030))

### Documentation

* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@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`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.7.0](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 (janus-idp#1528)

### Features

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

### Bug Fixes

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

### Documentation

* **kiali:** update rhdh docs ([janus-idp#1621](janus-idp#1621)) ([7087cba](janus-idp@7087cba))
* **servicenow:** fix typo in the service now documentation ([janus-idp#1596](janus-idp#1596)) ([9de4ff6](janus-idp@9de4ff6))

### Other changes

* **argocd:** add playwright dev mode tests ([janus-idp#1616](janus-idp#1616)) ([07c1452](janus-idp@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`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.4.2](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 (janus-idp#1528)

### Features

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

### Bug Fixes

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

### Documentation

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

### Other changes

* **argocd:** add playwright dev mode tests ([janus-idp#1616](janus-idp#1616)) ([07c1452](janus-idp@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`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [1.1.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 (janus-idp#1528)

### Features

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

### Bug Fixes

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

### Documentation

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

### Other changes

* **argocd:** add playwright dev mode tests ([janus-idp#1616](janus-idp#1616)) ([07c1452](janus-idp@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`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
ciiay pushed a commit to ciiay/backstage-plugins that referenced this pull request Jun 1, 2024
## [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 (janus-idp#1528)

### Features

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

### Bug Fixes

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

### Documentation

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

### Other changes

* **argocd:** add playwright dev mode tests ([janus-idp#1616](janus-idp#1616)) ([07c1452](janus-idp@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`). ([janus-idp#1584](janus-idp#1584)) ([4b5cc40](janus-idp@4b5cc40))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants