This repository was archived by the owner on Jun 1, 2025. It is now read-only.
2025.3.3
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.3Check 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