Skip to content

Releases: kyverno/backstage-policy-reporter-plugin

@kyverno/backstage-plugin-policy-reporter@2.7.0

16 Mar 09:28
bbf4e54

Choose a tag to compare

Minor Changes

  • 4b09f8c: Backstage verion bump to v1.48.5
  • c4e5ae4: Add initial support for the new Frontend System, this will be available under a /alpha route when importing packages.

Patch Changes

  • Updated dependencies [4b09f8c]
    • @kyverno/backstage-plugin-policy-reporter-common@2.3.0

@kyverno/backstage-plugin-policy-reporter-common@2.3.0

16 Mar 09:28
bbf4e54

Choose a tag to compare

Minor Changes

  • 4b09f8c: Backstage verion bump to v1.48.5

@kyverno/backstage-plugin-policy-reporter-backend@2.4.0

16 Mar 09:28
bbf4e54

Choose a tag to compare

Minor Changes

  • 4b09f8c: Backstage verion bump to v1.48.5

Patch Changes

  • Updated dependencies [4b09f8c]
    • @kyverno/backstage-plugin-policy-reporter-common@2.3.0

@kyverno/backstage-plugin-policy-reporter@2.6.0

20 Feb 12:52
192b105

Choose a tag to compare

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.

Patch Changes

  • Updated dependencies [93bf028]
    • @kyverno/backstage-plugin-policy-reporter-common@2.2.0

@kyverno/backstage-plugin-policy-reporter-common@2.2.0

20 Feb 12:52
192b105

Choose a tag to compare

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

20 Feb 12:52
192b105

Choose a tag to compare

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.

Patch Changes

  • Updated dependencies [93bf028]
    • @kyverno/backstage-plugin-policy-reporter-common@2.2.0

@kyverno/backstage-plugin-policy-reporter@2.5.0

06 Jan 15:31
e0e0412

Choose a tag to compare

Minor Changes

  • 44376bd: Add support for the backstage.io/kubernetes-namespace annotation as an alternative for the kyverno.io/namespace. This is useful for anyone already using the Kubernetes plugin. The kyverno namespaced annotation will always be the first priority.

    Add isPolicyReporterAvailable helper 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

  • Updated dependencies [44376bd]
  • Updated dependencies [ee217ed]
  • Updated dependencies [e713e1f]
    • @kyverno/backstage-plugin-policy-reporter-common@2.1.0

@kyverno/backstage-plugin-policy-reporter-common@2.1.0

06 Jan 15:31
e0e0412

Choose a tag to compare

Minor Changes

  • 44376bd: Add support for the backstage.io/kubernetes-namespace annotation as an alternative for the kyverno.io/namespace. This is useful for anyone already using the Kubernetes plugin. The kyverno namespaced annotation will always be the first priority.

    Add isPolicyReporterAvailable helper 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

06 Jan 15:31
e0e0412

Choose a tag to compare

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

  • Updated dependencies [44376bd]
  • Updated dependencies [ee217ed]
  • Updated dependencies [e713e1f]
    • @kyverno/backstage-plugin-policy-reporter-common@2.1.0

@kyverno/backstage-plugin-policy-reporter@2.4.0

27 Jun 12:23
39e9a8b

Choose a tag to compare

Minor Changes

  • 0d6cf4b: Add Status and Severity filter to PolicyReportsPage component and updates the UI to now be 1 big table that by default show all failing policies

Patch Changes

  • 0d6cf4b: Update the PolicyReportsPage component's exported name to match the documentation. It was previously set to PolicyReporterPage by mistake and has now been corrected to PolicyReportsPage.