Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-orchestrator@1.0.1...@janus-idp/backstage-plugin-orchestrator@1.0.2) (2024-01-24)

### Features

* **kiali:** add OWNERS file to kiali* plugin ([janus-idp#1082](janus-idp#1082)) ([e2dc23b](janus-idp@e2dc23b))
* **notifications:** turn plugins into dynamic ones ([janus-idp#1104](janus-idp#1104)) ([5146977](janus-idp@5146977))
* **ocm:** add sorting to the ocm ClusterStatusPage table ([janus-idp#1052](janus-idp#1052)) ([8203aaf](janus-idp@8203aaf))

### Bug Fixes

* **kiali:** update login url ([janus-idp#1097](janus-idp#1097)) ([10c7128](janus-idp@10c7128))
* **notifications:** a few fixes when adding the pkgs to the show-case ([janus-idp#1077](janus-idp#1077)) ([75c4dc5](janus-idp@75c4dc5))
* **notifications:** create DB upon startup ([janus-idp#1096](janus-idp#1096)) ([10ff235](janus-idp@10ff235))
* **notifications:** filtering by text does not work with sqlite ([janus-idp#1110](janus-idp#1110)) ([e08d461](janus-idp@e08d461))
* **notifications:** include openapi spec at build-time ([janus-idp#1091](janus-idp#1091)) ([4e656aa](janus-idp@4e656aa))
* **notifications:** redesign the Notifications page ([janus-idp#1095](janus-idp#1095)) ([7efb107](janus-idp@7efb107))
* **notifications:** update readme ([janus-idp#1085](janus-idp#1085)) ([17dc336](janus-idp@17dc336))
* **notifications:** use baseUrl from configuration ([janus-idp#1092](janus-idp#1092)) ([eed63a9](janus-idp@eed63a9))
* **orchestrator:** do not show duration when ProcessInstance.end time is n/a ([janus-idp#1112](janus-idp#1112)) ([75e6bbe](janus-idp@75e6bbe))
* **orchestrator:** regenerate `orchestrator-backend/dist-dynamic/package.json` ([janus-idp#1083](janus-idp#1083)) ([8a8051c](janus-idp@8a8051c))
* **rbac:** fix the roles table to also watch policies ([janus-idp#1057](janus-idp#1057)) ([ead78e2](janus-idp@ead78e2))
* **rbac:** fix work resource permission specified by name ([janus-idp#940](janus-idp#940)) ([3601eb8](janus-idp@3601eb8))
* **rbac:** update the rbac ui readme ([janus-idp#1079](janus-idp#1079)) ([145e95b](janus-idp@145e95b))

### Other changes

* **kiali:** add context, remove kiali-common and refactor backend ([janus-idp#855](janus-idp#855)) ([54c7001](janus-idp@54c7001))
  • Loading branch information
semantic-release-bot committed Jan 24, 2024
1 parent 68ead6f commit 24d477c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions plugins/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @janus-idp/backstage-plugin-orchestrator [1.0.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-orchestrator@1.0.1...@janus-idp/backstage-plugin-orchestrator@1.0.2) (2024-01-24)


### Bug Fixes

* **orchestrator:** do not show duration when ProcessInstance.end time is n/a ([#1112](https://github.com/janus-idp/backstage-plugins/issues/1112)) ([75e6bbe](https://github.com/janus-idp/backstage-plugins/commit/75e6bbe8737742494817112b8da0fc50be5ff245))

## @janus-idp/backstage-plugin-orchestrator [1.0.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-orchestrator@1.0.0...@janus-idp/backstage-plugin-orchestrator@1.0.1) (2024-01-18)


Expand Down
2 changes: 1 addition & 1 deletion plugins/orchestrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator",
"version": "1.0.1",
"version": "1.0.2",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down

0 comments on commit 24d477c

Please sign in to comment.