Skip to content

Commit

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

### Features

* **aap:** support workflow job templates in catalog provider ([#674](#674)) ([c90bc30](c90bc30))
* **kiali:** add namespace selector ([#675](#675)) ([e3cfc26](e3cfc26))
* **kiali:** frontend dev environment ([#687](#687)) ([c4f4ddd](c4f4ddd))
* **kiali:** show kiali information in header ([#630](#630)) ([b9a83b3](b9a83b3))
* **nexus:** add nexus repository manager plugin ([#618](#618)) ([157a58d](157a58d))
* **ocm-backend:** add support for new backend system ([#682](#682)) ([a28b14d](a28b14d))

### Bug Fixes

* **aap:** fixes codesmells for aap plugin ([#653](#653)) ([0a9dc6b](0a9dc6b))
* **ci:** add generated files to .prettierignore ([#661](#661)) ([a273f5d](a273f5d))
* **config types:** inline types in config.d.ts ([#664](#664)) ([ae1aea1](ae1aea1))
* **keycloak:** fix config loader issue on backstage v1.17 ([#650](#650)) ([1799a1f](1799a1f))
* **keycloak:** fix schedule type in config.d.ts ([#665](#665)) ([4403ac3](4403ac3))
* **kiali:** fix code smells ([#607](#607)) ([ef2eecf](ef2eecf))
* **kiali:** upgrade patternfly ([#673](#673)) ([6e5702f](6e5702f))
* **kubernetes-actions:** fix code smells ([#686](#686)) ([ea58682](ea58682))
* **lint-staged:** add lint-staged ([#685](#685)) ([c65bdba](c65bdba))
* **tekton:** fix code smells ([#632](#632)) ([2ad13da](2ad13da))
* **topology:** fix code smells ([#671](#671)) ([9743d86](9743d86))

### Documentation

* **aap:** aap backend plugin documentation ([#690](#690)) ([66bbb32](66bbb32))
* acr plugin documentation ([#683](#683)) ([0073471](0073471))
* **acr:** updated serviceEntityPage in README ([#701](#701)) ([fe172f6](fe172f6))
* **jfrog:** update README.md ([#696](#696)) ([425a09b](425a09b))
* **nexus:** update README.md ([#669](#669)) ([5f48f12](5f48f12))
* **tekton:** minor changes in tekton documentation ([#691](#691)) ([02a18fb](02a18fb))
* **tekton:** updated images ([#606](#606)) ([b138c64](b138c64))
* **topology:** update README.md ([#678](#678)) ([4f08af3](4f08af3))
* update tekton and topology documentation with pod log permissions ([#668](#668)) ([5b0a9f7](5b0a9f7))

### Other changes

* **keycloak:** add pagination/traversal test cases ([#697](#697)) ([b2ab403](b2ab403))
  • Loading branch information
semantic-release-bot committed Sep 5, 2023
1 parent b9a4565 commit aca6b22
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions plugins/jfrog-artifactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @janus-idp/backstage-plugin-jfrog-artifactory [1.1.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-09-05)


### Documentation

* **jfrog:** update README.md ([#696](https://github.com/janus-idp/backstage-plugins/issues/696)) ([425a09b](https://github.com/janus-idp/backstage-plugins/commit/425a09b212d1f4ee1fb43e3562d0dde589950249))

## @janus-idp/backstage-plugin-jfrog-artifactory [1.1.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-08-14)


Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "1.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.45",
"@janus-idp/shared-react": "^1.2.0",
"@janus-idp/shared-react": "1.3.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand Down

0 comments on commit aca6b22

Please sign in to comment.