Releases: kyverno/backstage-policy-reporter-plugin
@kyverno/backstage-plugin-policy-reporter@2.7.0
@kyverno/backstage-plugin-policy-reporter-common@2.3.0
Minor Changes
- 4b09f8c: Backstage verion bump to v1.48.5
@kyverno/backstage-plugin-policy-reporter-backend@2.4.0
@kyverno/backstage-plugin-policy-reporter@2.6.0
@kyverno/backstage-plugin-policy-reporter-common@2.2.0
Minor Changes
- 93bf028: Added namespace filtering to the
PolicyReportsPage. Users can now filter the list of policy reports by selecting one or more namespaces from the selected cluster.
@kyverno/backstage-plugin-policy-reporter-backend@2.3.0
@kyverno/backstage-plugin-policy-reporter@2.5.0
Minor Changes
-
44376bd: Add support for the
backstage.io/kubernetes-namespaceannotation as an alternative for thekyverno.io/namespace. This is useful for anyone already using the Kubernetes plugin. The kyverno namespaced annotation will always be the first priority.Add
isPolicyReporterAvailablehelper function to validate if PolicyReporter is configured for an entity. -
ee217ed: Update to Backstage versions 1.43.0
-
e713e1f: Migrate to OpenAPI-generated ApiClient, typed Express router, and common types instead of manual definitions.
BREAKING: The backend endpoint now accepts environment entity as a query parameter instead of a path parameter.
Frontend and backend must be updated simultaneously to maintain compatibility.
Patch Changes
@kyverno/backstage-plugin-policy-reporter-common@2.1.0
Minor Changes
-
44376bd: Add support for the
backstage.io/kubernetes-namespaceannotation as an alternative for thekyverno.io/namespace. This is useful for anyone already using the Kubernetes plugin. The kyverno namespaced annotation will always be the first priority.Add
isPolicyReporterAvailablehelper function to validate if PolicyReporter is configured for an entity. -
ee217ed: Update to Backstage versions 1.43.0
-
e713e1f: Migrate to OpenAPI-generated ApiClient, typed Express router, and common types instead of manual definitions.
BREAKING: The backend endpoint now accepts environment entity as a query parameter instead of a path parameter.
Frontend and backend must be updated simultaneously to maintain compatibility.
@kyverno/backstage-plugin-policy-reporter-backend@2.2.0
Minor Changes
-
ee217ed: Update to Backstage versions 1.43.0
-
e713e1f: Migrate to OpenAPI-generated ApiClient, typed Express router, and common types instead of manual definitions.
BREAKING: The backend endpoint now accepts environment entity as a query parameter instead of a path parameter.
Frontend and backend must be updated simultaneously to maintain compatibility.
Patch Changes
@kyverno/backstage-plugin-policy-reporter@2.4.0
Minor Changes
- 0d6cf4b: Add Status and Severity filter to
PolicyReportsPagecomponent and updates the UI to now be 1 big table that by default show all failing policies
Patch Changes
- 0d6cf4b: Update the
PolicyReportsPagecomponent's exported name to match the documentation. It was previously set toPolicyReporterPageby mistake and has now been corrected toPolicyReportsPage.