Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [3.6.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-ocm@3.5.9...@janus-idp/backstage-plugin-ocm@3.6.0) (2024-01-22) ### ⚠ BREAKING CHANGES * **rbac:** add support for multiple policies CRUD (#984) ### Features * **#1019:** implemented feedback plugin ([#1045](#1045)) ([34c312e](34c312e)), closes [#1019](#1019) * **kiali:** add OWNERS file to kiali* plugin ([#1082](#1082)) ([e2dc23b](e2dc23b)) * **notifications:** make notifications NPM packages public ([#1061](#1061)) ([ecec1db](ecec1db)) * **Notifications:** new notifications FE plugin, API and backend ([#933](#933)) ([4d4cb78](4d4cb78)) * **ocm:** add sorting to the ocm ClusterStatusPage table ([#1052](#1052)) ([8203aaf](8203aaf)) * **orchestrator:** add orchestrator plugin ([#783](#783)) ([cf5fe74](cf5fe74)), closes [#28](#28) [#38](#38) [#35](#35) [#21](#21) * **quay:** fix sorting in quay table and tag details ([#1044](#1044)) ([ceb16a9](ceb16a9)) * **rbac:** add doc about RBAC backend conditions API ([#1027](#1027)) ([fc9ad53](fc9ad53)) * **rbac:** add support for creation of role ([#974](#974)) ([7cb9cbd](7cb9cbd)) * **rbac:** add support for multiple policies CRUD ([#984](#984)) ([518c767](518c767)) * **rbac:** add vscode debug configuration for opened jest test files ([#1047](#1047)) ([7e7a9ae](7e7a9ae)) * **rbac:** allow editing permission policies ([#1037](#1037)) ([c10347d](c10347d)) * **rbac:** allow editing roles ([#1001](#1001)) ([2e81062](2e81062)) * **rbac:** cleanup policies when a role is deleted ([#1018](#1018)) ([fb0ee8c](fb0ee8c)) * **rbac:** show warning alert when user is not authorised to create roles ([#1064](#1064)) ([b5c46c8](b5c46c8)) * **rbac:** support for adding permission policies to roles ([#1021](#1021)) ([dd11c3a](dd11c3a)) * **tekton:** add CVE summary and signed badge ([#1028](#1028)) ([effdef0](effdef0)) * **tekton:** add support for downloading task and pipelinerun logs ([#1014](#1014)) ([f588292](f588292)) * **tekton:** add view logs and view sbom actions in the pipelineRun list ([#1003](#1003)) ([c7eff5f](c7eff5f)) * **web-terminal:** impr README, add isWebTerminalAvailable util and fix some other small bugs ([#1036](#1036)) ([a3d6d86](a3d6d86)) ### Bug Fixes * **#1012:** typo fix in `servicenow:now:table:retrieveRecords` action ([#1013](#1013)) ([9229a30](9229a30)) * add the NPM token for the `npm publish` of `dist-dynamic` packages ([#1008](#1008)) ([16b1305](16b1305)) * also publish the `dist-dynamic` packages ([#1006](#1006)) ([ac8d517](ac8d517)) * **app-config:** invalid app-config.yaml ([#1075](#1075)) ([295329e](295329e)), closes [/github.com/janus-idp/backstage-showcase/blob/main/app-config.yaml#L139](https://github.com/janus-idp//github.com/janus-idp/backstage-showcase/blob/main/app-config.yaml/issues/L139) * attempt to force a bump of backend plugins ([#1007](#1007)) ([7a37225](7a37225)) * **ci:** auth for the `dist-dynamic` `npm publish` ([#1010](#1010)) ([37ddc47](37ddc47)) * **ci:** auth for the `dist-dynamic` npm publish ([#1009](#1009)) ([9a9237a](9a9237a)) * **ci:** remove scripts before `npm publish` in `dist-dynamic` ([#1011](#1011)) ([86aabe3](86aabe3)) * **keycloak:** fix [#591](#591): Cleanup some small code smells in Keycloak plugin ([#1022](#1022)) ([74cb7b1](74cb7b1)) * **kiali:** update login url ([#1097](#1097)) ([10c7128](10c7128)) * **notifications:** a few fixes when adding the pkgs to the show-case ([#1077](#1077)) ([75c4dc5](75c4dc5)) * **notifications:** create DB upon startup ([#1096](#1096)) ([10ff235](10ff235)) * **notifications:** include openapi spec at build-time ([#1091](#1091)) ([4e656aa](4e656aa)) * **notifications:** update readme ([#1085](#1085)) ([17dc336](17dc336)) * **notifications:** use @janus-idp/plugin-notifications prefix for NPM ([#1072](#1072)) ([ea5199b](ea5199b)) * **notifications:** use baseUrl from configuration ([#1092](#1092)) ([eed63a9](eed63a9)) * **openshift-image-registry:** fix [#596](#596): Add mock data for test page and cleanup some small code smells ([#1024](#1024)) ([39f7351](39f7351)) * **orchestrator:** regenerate `orchestrator-backend/dist-dynamic/package.json` ([#1083](#1083)) ([8a8051c](8a8051c)) * **orchestrator:** update the navigation bar icon according to UX ([#1078](#1078)) ([da3d8fc](da3d8fc)) * **quay:** fix infinite progress bar when scan is unsupported ([#1031](#1031)) ([2c050db](2c050db)) * **quay:** fix sorting and ordering of vulneribilities based on severity ([#1033](#1033)) ([d3fdcdf](d3fdcdf)) * **rbac:** disable edit when the user is unauthorized to read the catalog-entity ([#1049](#1049)) ([c4f2969](c4f2969)) * **rbac:** fix role validation ([#1020](#1020)) ([49c7975](49c7975)) * **rbac:** update the rbac ui readme ([#1079](#1079)) ([145e95b](145e95b)) * **regex-actions:** fix [#594](#594): Cleanup some small code smells ([#1039](#1039)) ([215e49c](215e49c)) * **servicenow:** make sure that the correct openapi generator is executed ([#1066](#1066)) ([6eda572](6eda572)) * **web-terminal:** fix [#598](#598): Cleanup some small code smells in the web-terminal plugin ([#1023](#1023)) ([3d2bafb](3d2bafb)) ### Documentation * **rbac:** add documentation for api and known permissions ([#1000](#1000)) ([8f8133f](8f8133f)) ### Other changes * **kiali:** add context, remove kiali-common and refactor backend ([#855](#855)) ([54c7001](54c7001)) * **web-terminal:** remove TerminalComponent test race condition issue ([#1071](#1071)) ([05ee8dc](05ee8dc)), closes [#1070](#1070)
- Loading branch information