Skip to content

Commit 1b9beaf

Browse files
chore(release): 1.3.7 [skip ci]
## [1.3.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-29) ### Features * **argocd:** create a new plugin for argocd ([#1360](#1360)) ([a3b6916](a3b6916)) * **bulk-import:** create bulk-import frontend plugin ([#1327](#1327)) ([e03f47f](e03f47f)) * **kiali:** include a new List entity view ([#1316](#1316)) ([f4d5e70](f4d5e70)) * **kiali:** metrics tab ([#1331](#1331)) ([d80e331](d80e331)) * **matomo-analytics:** export apifactory for dynamic plugin ([#1329](#1329)) ([c687617](c687617)) * **notifications:** require users and groups to be of the form namespace/name ([#1352](#1352)) ([5e54670](5e54670)) * **orchestrator:** verify availability and cache workflow definition IDs ([#1309](#1309)) ([4d322f1](4d322f1)) * **orchestrator:** verify if auto-generated openapi files are up-to-date ([#1323](#1323)) ([650b435](650b435)) * **rbac:** load filtered policies before enforcing ([#1387](#1387)) ([66980ba](66980ba)) * **rbac:** query the catalog database when building graph ([#1298](#1298)) ([c2c9e22](c2c9e22)) ### Bug Fixes * **3scale:** pull in newer dynamic plugin... ([#1408](#1408)) ([95cad79](95cad79)) * **3scale:** revert readme change to pull plugin deps ([#1409](#1409)) ([b34acd2](b34acd2)) * add header to the Notifications page ([#1358](#1358)) ([d1a75a3](d1a75a3)) * **matomo-analytics:** event trigger on load ([#1341](#1341)) ([3bc11f3](3bc11f3)) * **notifications:** flpath-1163 ([#1394](#1394)) ([836e161](836e161)) * **notifications:** return a detailed message for validation errors ([#1315](#1315)) ([e1c7046](e1c7046)) * **orchestrator:** fix dropdown look ([#1344](#1344)) ([9284299](9284299)) * **orchestrator:** fixes v2/instances endpoint ([#1414](#1414)) ([88b49df](88b49df)) * **orchestrator:** openapi files hash generation use nodejs script ([#1328](#1328)) ([e91c27e](e91c27e)) * **orchestrator:** remove error on Reset workflow ([#1393](#1393)) ([6ce210d](6ce210d)) * **orchestrator:** update the installation instructions ([#1336](#1336)) ([d77e388](d77e388)) * **quay:** add queued status for tags waiting for scan ([#1400](#1400)) ([ef37ae1](ef37ae1)) * **rbac:** alert display issue after role creating/updating ([#1354](#1354)) ([2e04ccb](2e04ccb)) * **rbac:** pass token to readUrl for well-known permission endpoint ([#1342](#1342)) ([36b7c77](36b7c77)) * **rbac:** remove admin metadata, when all admins removed from config ([#1314](#1314)) ([cc6555e](cc6555e)) * **rbac:** yarn lint command ([#1361](#1361)) ([459b909](459b909)) * sync yarn.lock ([#1423](#1423)) ([8be7415](8be7415)) * **tekton:** bump aonic-ui/pipelines package to fix acs table crashing issue ([#1382](#1382)) ([b37cc94](b37cc94)) * **tekton:** fix low vulnerability tooltip text ([#1347](#1347)) ([47640a5](47640a5)) * **topology:** adds check on service and routes to match same namespace as workloads ([#1389](#1389)) ([b8c217a](b8c217a)) ### Documentation * Add dynamic plugin setup/installation instruction for the janus-idp plugins ([#1195](#1195)) ([8964469](8964469)) * **kiali:** minor update in development docs ([#820](#820)) ([81e79bf](81e79bf))
1 parent 0930e6e commit 1b9beaf

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

plugins/kubernetes-actions/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## @janus-idp/backstage-scaffolder-backend-module-kubernetes [1.3.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-29)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/cli:** upgraded to 1.7.6
8+
19
## @janus-idp/backstage-scaffolder-backend-module-kubernetes [1.3.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-11)
210

311
## @janus-idp/backstage-scaffolder-backend-module-kubernetes [1.3.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-04)

plugins/kubernetes-actions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@janus-idp/backstage-scaffolder-backend-module-kubernetes",
33
"description": "The kubernetes module for @backstage/plugin-scaffolder-backend",
4-
"version": "1.3.6",
4+
"version": "1.3.7",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@backstage/backend-common": "0.21.3",
5252
"@backstage/cli": "0.25.2",
53-
"@janus-idp/cli": "1.7.5",
53+
"@janus-idp/cli": "1.7.6",
5454
"msw": "1.3.2"
5555
},
5656
"files": [

0 commit comments

Comments
 (0)