Skip to content

Commit 2737406

Browse files
chore(release): 1.3.0 [skip ci]
## [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-02) ### Features * **orchestrator:** add the ability to rerun workflows in a new instance ([#1141](#1141)) ([fe326df](fe326df)) * **plugins:** ui for dynamic-plugins-info-backend ([#1138](#1138)) ([2a42780](2a42780)) * **rbac:** turn rbac plugin into a dynamic plugin ([#1133](#1133)) ([b9b36d5](b9b36d5)) * **topology:** added default runtime icon to topology nodes ([#1157](#1157)) ([5a8b27d](5a8b27d)) ### Bug Fixes * add missing alpha dynamic plugin entry points ([#1161](#1161)) ([36e9d91](36e9d91)) * **deps:** update dependency nodemailer to v6.9.9 [security] ([#1160](#1160)) ([ee92ec5](ee92ec5)) * **kiali:** show username when auth is anonymous ([#1139](#1139)) ([0a04992](0a04992)) * **rbac:** set up higher jest timeout for rbac db tests ([#1163](#1163)) ([b8541f3](b8541f3)) * **rbac:** split policies and roles by source ([#1042](#1042)) ([03a678d](03a678d)), closes [#1103](#1103) * **rbac:** update the RBAC frontend plugin readme ([#1155](#1155)) ([8db80b9](8db80b9)) * **tekton:** external sbom view action should not open logs modal ([#1152](#1152)) ([714ac5d](714ac5d)) * **tekton:** fix [#922](#922) and [#962](#962) by using full width for pipeline visualization ([#1145](#1145)) ([1ea9f01](1ea9f01)) * **tekton:** fix [#947](#947): Reset pagination when changing any filter ([#1140](#1140)) ([5a1a2f4](5a1a2f4)) ### Documentation * **tekton:** add tekton plugin documentation to enable UI elements ([#1148](#1148)) ([91742e8](91742e8))
1 parent ed40110 commit 2737406

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

plugins/orchestrator/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## @janus-idp/backstage-plugin-orchestrator [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-02)
2+
3+
4+
### Features
5+
6+
* **orchestrator:** add the ability to rerun workflows in a new instance ([#1141](https://github.com/janus-idp/backstage-plugins/issues/1141)) ([fe326df](https://github.com/janus-idp/backstage-plugins/commit/fe326df569caa5a9e7b7ec809c1c371a2a936010))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@janus-idp/backstage-plugin-orchestrator-common:** upgraded to 1.1.0
13+
114
## @janus-idp/backstage-plugin-orchestrator [1.2.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-01-30)
215

316

plugins/orchestrator/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-orchestrator",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
@@ -49,7 +49,7 @@
4949
"@backstage/plugin-scaffolder-common": "^1.4.2",
5050
"@backstage/plugin-scaffolder-react": "^1.5.1",
5151
"@backstage/types": "^1.1.1",
52-
"@janus-idp/backstage-plugin-orchestrator-common": "1.0.0",
52+
"@janus-idp/backstage-plugin-orchestrator-common": "1.1.0",
5353
"@kie-tools-core/editor": "^0.32.0",
5454
"@kie-tools-core/envelope-bus": "^0.32.0",
5555
"@kie-tools-core/keyboard-shortcuts": "^0.32.0",

0 commit comments

Comments
 (0)