Skip to content

Commit

Permalink
chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](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))
* **kiali:** services and apps list and details overview ([#1276](#1276)) ([7e4c0a5](7e4c0a5))
* **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:** support pagination for /instances and /overview ([#1313](#1313)) ([79d5988](79d5988))
* **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:** notifications time is wrong when using sqlite ([#1306](#1306)) ([a98346e](a98346e))
* **notifications:** return a detailed message for validation errors ([#1315](#1315)) ([e1c7046](e1c7046))
* **ocm:** prevent error when ManagedCluster.status doesn't contain a 'clusterClaims' field ([#1324](#1324)) ([c3ec56c](c3ec56c))
* **orchestraotr:** resolved grey background appears in actions column in workflows table ([#1317](#1317)) ([cd7b4e7](cd7b4e7))
* **orchestrator:** add missing query parameter changes for /overview endpoint ([#1321](#1321)) ([241576d](241576d))
* **orchestrator:** fix abort button and rerun button disable issue ([#1311](#1311)) ([0c98279](0c98279))
* **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:** check source before throwing duplicate warning ([#1278](#1278)) ([a100eef](a100eef))
* **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))

### Other changes

* **orchestrator:** add unit tests for v2 endpoints ([#1300](#1300)) ([9a13138](9a13138))
* **rbac:** add playwright tests for the plugin ([#1305](#1305)) ([16d0686](16d0686))
  • Loading branch information
semantic-release-bot committed Mar 29, 2024
1 parent 67e409d commit 0c3e87b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plugins/rbac-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## @janus-idp/backstage-plugin-rbac-node [1.0.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-29)

## @janus-idp/backstage-plugin-rbac-node [1.0.3](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-03-04)

## @janus-idp/backstage-plugin-rbac-node [1.0.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-02-27)
Expand Down
2 changes: 1 addition & 1 deletion plugins/rbac-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-rbac-node",
"description": "Node.js library for the rbac plugin",
"version": "1.0.3",
"version": "1.0.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0c3e87b

Please sign in to comment.