Skip to content

Commit 6a1c4fd

Browse files
chore(release): 1.16.5 [skip ci]
## [1.16.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-11-13) ### Features * **ocm:** export default icon for use in dynamic plugins ([#919](#919)) ([e6dd16d](e6dd16d)) * update entity provider schedulers ([#827](#827)) ([19731d1](19731d1)) ### Bug Fixes * **rbac:** handle postgres ssl connection for rbac backend plugin ([#923](#923)) ([deb2026](deb2026)) * **rbac:** use the same Knex version with Backstage ([#929](#929)) ([6923ce0](6923ce0)) ### Documentation * **servicenow:** add missing ServiceNow config in README ([#926](#926)) ([5b5568f](5b5568f))
1 parent 04fe0f4 commit 6a1c4fd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

plugins/topology/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## @janus-idp/backstage-plugin-topology [1.16.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-11-13)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/cli:** upgraded to 1.4.1
8+
19
## @janus-idp/backstage-plugin-topology [1.16.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-11-07)
210

311

plugins/topology/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@janus-idp/backstage-plugin-topology",
3-
"version": "1.16.4",
3+
"version": "1.16.5",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -59,7 +59,7 @@
5959
"@backstage/core-app-api": "1.11.0",
6060
"@backstage/dev-utils": "1.0.22",
6161
"@backstage/test-utils": "1.4.4",
62-
"@janus-idp/cli": "1.4.0",
62+
"@janus-idp/cli": "1.4.1",
6363
"@testing-library/jest-dom": "5.17.0",
6464
"@testing-library/react": "12.1.5",
6565
"@testing-library/react-hooks": "8.0.1",

0 commit comments

Comments
 (0)