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

2025.3.31

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Mar 03:55
· 1 commit 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.31
  # or select individual overlay for specific policies
  - https://github.com/metio/vap-collection//overlays/best-practices/?ref=2025.3.31
  - https://github.com/metio/vap-collection//overlays/pod-security-standards-baseline/?ref=2025.3.31
  - https://github.com/metio/vap-collection//overlays/pod-security-standards-restricted/?ref=2025.3.31

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

What's Changed

  • ban usage of the default namespace for all resources by @sebhoss in #33

Full Changelog: 2025.3.24...2025.3.31