v0.8.0
To deploy:
K8S_GMSA_DEPLOY_DOWNLOAD_REV='v0.8.0'
./deploy-gmsa-webhook.sh --file ./gmsa-manifests
--image registry.k8s.io/gmsa-webhook/k8s-gmsa-webhook:v0.8.0
Or use our helm chart!
What's Changed
- Make formatting changes to the Helm chart by @aiyengar2 in #127
- Fix nodeselector to nodeSelector in Helm chart by @aiyengar2 in #128
- Ensure that securityContext can be set in Helm chart by @aiyengar2 in #130
- Add credential.hostAccountConfig for CCG scenario by @aiyengar2 in #125
- Infer caBundle from .Values.certificates.secretName by @aiyengar2 in #123
- Bump golang.org/x/net from 0.13.0 to 0.17.0 in /admission-webhook by @dependabot in #132
- Release latest chart changes by @jsturtevant in #134
- Update to kubernetes 1.29 by @jsturtevant in #136
New Contributors
- @aiyengar2 made their first contribution in #127
Full Changelog: v0.7.1...v0.8.0