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

2025.3.3

Choose a tag to compare

@github-actions github-actions released this 03 Mar 03:53
· 46 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:
  - https://github.com/metio/vap-collection//overlays/all/?ref=2025.3.3
  - https://github.com/metio/vap-collection//overlays/pod-security-standards-baseline/?ref=2025.3.3
  - https://github.com/metio/vap-collection//overlays/pod-security-standards-restricted/?ref=2025.3.3

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

What's Changed

  • fix audit value expression by @sebhoss in #1
  • check sysctls of daemonsets/deployments/statefulsets/cronjobs/jobs by @sebhoss in #2
  • allow more sysctls by @sebhoss in #3
  • add policy docs by @sebhoss in #4
  • prettify expressions by @sebhoss in #5
  • extend only-allow-net-bind-service-capability to jobs by @sebhoss in #6

New Contributors

Full Changelog: 2025.3.1...2025.3.3