Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

2025.3.17

Choose a tag to compare

@github-actions github-actions released this 17 Mar 03:54
· 10 commits to main since this release

Usage

Specify one or more of the available overlays in your local kustomization.yaml:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
  # use the 'all' overlay to get all available policies
  - https://github.com/metio/vap-collection//overlays/all/?ref=2025.3.17
  # or select individual overlay for specific policies
  - https://github.com/metio/vap-collection//overlays/best-practices/?ref=2025.3.17
  - https://github.com/metio/vap-collection//overlays/pod-security-standards-baseline/?ref=2025.3.17
  - https://github.com/metio/vap-collection//overlays/pod-security-standards-restricted/?ref=2025.3.17

Check the migration guide for any required actions on your part.

What's Changed

Full Changelog: 2025.3.10...2025.3.17