v0.6.0
To Deploy:
K8S_GMSA_DEPLOY_DOWNLOAD_REV='v0.6.0' \
./deploy-gmsa-webhook.sh --file ./gmsa-manifests \
--image registry.k8s.io/gmsa-webhook/k8s-gmsa-webhook:v0.6.0
What's Changed
- feat(chart): allow gmsa to be made more HA by @acobaugh in #87
- outdated link replaced with latest one by @amolmote in #89
- fix(helm): fix the namespaceSelector that prevents the webhook from running in the release namespace by @acobaugh in #90
- chore(chart): release chart 0.6.0 by @acobaugh in #91
- Amazon EKS gMSA signer support update by @marciogmorales in #92
- Stop applying the beta.kubernetes.io/os by @pacoxu in #93
- Update k8s dependencies for 1.26 by @jsturtevant in #94
- Use go 1.19 by @jsturtevant in #95
- Updating supporting tools to latest versions by @jsturtevant in #96
New Contributors
- @acobaugh made their first contribution in #87
- @amolmote made their first contribution in #89
- @marciogmorales made their first contribution in #92
- @pacoxu made their first contribution in #93
Full Changelog: v0.5.0...v0.6.0