This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
v0.8.0
Pre-release
Pre-release
Binary
curl -fLO https://github.com/DataDog/pupernetes/releases/download/v0.8.0/pupernetes
curl -fLO https://github.com/DataDog/pupernetes/releases/download/v0.8.0/pupernetes.sha512sum
sha512sum -c ./pupernetes.sha512sum
chmod +x ./pupernetes
Enhancement
- Create Kubernetes 1.12 template collection #107
- Add the admission control config file #109
- Introduce the keep verb #108
- Extend the audit logs to everything #110
- Remove useless stage in audit logs #106
Bugfixes
Other
- Refactor options package to use sets. #111