Skip to content

Commit

Permalink
chore(release): 1.2.31 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.31](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-jfrog-artifactory@1.2.30...@janus-idp/backstage-plugin-jfrog-artifactory@1.2.31) (2024-04-05)

### Features

* **kiali:** istio config list and details ([janus-idp#1326](janus-idp#1326)) ([f8fc349](janus-idp@f8fc349))
* **kiali:** update dark theme ([janus-idp#1434](janus-idp#1434)) ([e0d84e1](janus-idp@e0d84e1))
* **rbac:** add conditional access button and sidebar ([janus-idp#1359](janus-idp#1359)) ([448267d](janus-idp@448267d))
* **rbac:** save role modification information to the metadata ([janus-idp#1280](janus-idp#1280)) ([0454509](janus-idp@0454509))

### Bug Fixes

* **feedback-backend:** fix the feedback url for mail and jira ([janus-idp#1435](janus-idp#1435)) ([f3564c1](janus-idp@f3564c1))
* **orchestrator:** add lastRunId to overview endpoints ([janus-idp#1449](janus-idp#1449)) ([cce56f7](janus-idp@cce56f7))
* **orchestrator:** only inputs inherited from the assessment workflow should be disabled ([janus-idp#1436](janus-idp#1436)) ([32d9bdf](janus-idp@32d9bdf))
* **orchestrator:** update devmode container tag ([janus-idp#1439](janus-idp#1439)) ([d59ad04](janus-idp@d59ad04))
* **rbac:** rework condition policies to bound them to RBAC roles ([janus-idp#1330](janus-idp#1330)) ([55c00b2](janus-idp@55c00b2))

### Documentation

* **orchestrator:** add OpenAPI doc ([janus-idp#1441](janus-idp#1441)) ([f6275e2](janus-idp@f6275e2))
* **rbac:** update to the rbac documentation ([janus-idp#1433](janus-idp#1433)) ([5d96db3](janus-idp@5d96db3))
  • Loading branch information
semantic-release-bot authored and debsmita1 committed Apr 8, 2024
1 parent f3539f5 commit fff704d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions plugins/jfrog-artifactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## @janus-idp/backstage-plugin-jfrog-artifactory [1.2.31](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-jfrog-artifactory@1.2.30...@janus-idp/backstage-plugin-jfrog-artifactory@1.2.31) (2024-04-05)



### Dependencies

* **@janus-idp/shared-react:** upgraded to 2.5.4
* **@janus-idp/cli:** upgraded to 1.7.8

## @janus-idp/backstage-plugin-jfrog-artifactory [1.2.30](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-jfrog-artifactory@1.2.29...@janus-idp/backstage-plugin-jfrog-artifactory@1.2.30) (2024-04-02)


Expand Down
6 changes: 3 additions & 3 deletions plugins/jfrog-artifactory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-jfrog-artifactory",
"version": "1.2.30",
"version": "1.2.31",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
"@janus-idp/shared-react": "2.5.3",
"@janus-idp/shared-react": "2.5.4",
"react-use": "^17.4.0"
},
"peerDependencies": {
Expand All @@ -44,7 +44,7 @@
"@backstage/core-app-api": "1.12.3",
"@backstage/dev-utils": "1.0.30",
"@backstage/test-utils": "1.5.3",
"@janus-idp/cli": "1.7.7",
"@janus-idp/cli": "1.7.8",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.1",
Expand Down

0 comments on commit fff704d

Please sign in to comment.