Skip to content

v0.4.0

Compare
Choose a tag to compare
@marosset marosset released this 23 Mar 16:28
· 129 commits to master since this release
17b2188

To Deploy:

K8S_GMSA_DEPLOY_DOWNLOAD_REV='v0.4.0'
./deploy-gmsa-webhook.sh --file ./gmsa-manifests
--image k8s.gcr.io/gmsa-webhook/k8s-gmsa-webhook:v0.4.0

What's Changed

  • Adding the ability to configure the webhook port. by @phillipsj in #57
  • Update k8s deps and go build version by @jsturtevant in #58
  • Updating makefiles so we can push staging images to gcr.io/k8s-staging/gmsa-webhook by @marosset in #59
  • docs: Updating RELEASE.md with image promotion instructions by @marosset in #65
  • EKS installation doc updates by @marosset in #66
  • Tolerate the control-plane taint by @jsturtevant in #67

New Contributors

Full Changelog: v0.3.0...v0.4.0