v0.7.0
Release v0.7.0
Deployment
Shell scripts
K8S_GMSA_DEPLOY_DOWNLOAD_REV='v0.7.0' \
./deploy-gmsa-webhook.sh --file ./gmsa-manifests \
--image registry.k8s.io/gmsa-webhook/k8s-gmsa-webhook:$VERSION
Helm
helm repo add windows-gmsa https://raw.githubusercontent.com/kubernetes-sigs/windows-gmsa/master/charts/repo
helm install windows-gmsa/gmsa --namespace kube-system --version v0.7.2
What's Changed
- Bump dependency versions by @jsturtevant in #105
- Update to golang 1.20 by @jsturtevant in #106
- Use dl.k8s.io instead of kubernetes-release bucket by @ratnopamc in #108
- Building arm64 admission-webhook image too by @marosset in #109
- Setting HOME=/root so cloudbuild jobs can find the builkit plugins by @marosset in #110
- Updating the cloudbuild image to one that has buildkit 10.x by @marosset in #111
- Update dependencies by @jsturtevant in #115
- Update to go 1.21 by @jsturtevant in #116
- call gcloud auth in cloudbuild.yaml by @marosset in #118
- Adding an issue template for cutting new releases by @marosset in #120
- Misc updates for releasing v0.7.0 image by @marosset in #121
New Contributors
- @ratnopamc made their first contribution in #108
Full Changelog: v0.6.1...v0.7.0