Skip to content

Commit 4657043

Browse files
chore(release): 1.3.5 [skip ci]
## [1.3.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-04) ### Features * **orchestrator:** display a description modal before triggering infra-wfs that resulted from an assessment wf ([#1284](#1284)) ([ec293c9](ec293c9)) ### Bug Fixes * **notifications:** add dynamicPluginInstaller ([#1275](#1275)) ([5758a63](5758a63)) * **notifications:** replace NotificationsSidebarItem with NotificationsActiveIcon ([#1295](#1295)) ([af874de](af874de)) * **notifications:** rhidp-1210 Unable to get group notifications ([#1273](#1273)) ([e186fad](e186fad)) * **notifications:** users.yaml path is wrong ([#1296](#1296)) ([12b9140](12b9140)) * **orchestrator:** clean up the plugin code ([#1292](#1292)) ([ad27fb8](ad27fb8)) * **orchestrator:** handle nullable start/state properties of process instance ([#1277](#1277)) ([d8a43a5](d8a43a5)) * **orchestrator:** increase the number of attempts to fetch the instance after execution ([#1301](#1301)) ([77dcce3](77dcce3)) * **orchestrator:** refactor 500 response to use ErrorResponse object ([#1290](#1290)) ([2580f3d](2580f3d)) * **orchestrator:** regenerate Open API with new instance state ([#1289](#1289)) ([8755fdd](8755fdd)) * **orchestrator:** remove date-time format from spec ([#1282](#1282)) ([2b59dcf](2b59dcf)) * **orchestrator:** stop fetching workflow URI ([#1297](#1297)) ([2456a28](2456a28)) * **orchestrator:** walk around the state field is empty issue when fetch instance ([#1299](#1299)) ([e5c33c0](e5c33c0)) * **orchestrator:** workflowId parameter wrongly parsed in getWorkflowOverviewById (v2) ([#1283](#1283)) ([2cd70d0](2cd70d0)) * **rbac:** improve error handling in retrieving permission metadata. ([#1285](#1285)) ([77f5f0e](77f5f0e)) * text filtering in Notifications ([#1303](#1303)) ([9ee3439](9ee3439)) ### Documentation * **rbac:** update to the rbac documentation ([#1268](#1268)) ([5c7253b](5c7253b))
1 parent 83222ed commit 4657043

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

plugins/sonarqube-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-sonarqube [1.3.5](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-04)
2+
3+
4+
5+
### Dependencies
6+
7+
* **@janus-idp/cli:** upgraded to 1.7.5
8+
19
## @janus-idp/backstage-scaffolder-backend-module-sonarqube [1.3.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-27)
210

311

plugins/sonarqube-actions/dist-dynamic/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@janus-idp/backstage-scaffolder-backend-module-sonarqube-dynamic",
33
"description": "The sonarqube module for @backstage/plugin-scaffolder-backend",
4-
"version": "1.3.4",
4+
"version": "1.3.5",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",
77
"license": "Apache-2.0",
@@ -46,9 +46,9 @@
4646
],
4747
"bundleDependencies": true,
4848
"peerDependencies": {
49-
"@backstage/plugin-scaffolder-node": "0.3.2",
50-
"@backstage/backend-plugin-api": "0.6.12",
51-
"@backstage/backend-dynamic-feature-service": "0.2.2"
49+
"@backstage/plugin-scaffolder-node": "^0.3.3",
50+
"@backstage/backend-plugin-api": "^0.6.13",
51+
"@backstage/backend-dynamic-feature-service": "^0.2.3"
5252
},
5353
"overrides": {
5454
"@aws-sdk/util-utf8-browser": {

plugins/sonarqube-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-sonarqube",
33
"description": "The sonarqube module for @backstage/plugin-scaffolder-backend",
4-
"version": "1.3.4",
4+
"version": "1.3.5",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@backstage/backend-common": "0.21.3",
5151
"@backstage/cli": "0.25.2",
52-
"@janus-idp/cli": "1.7.4"
52+
"@janus-idp/cli": "1.7.5"
5353
},
5454
"files": [
5555
"dist",

0 commit comments

Comments
 (0)