Skip to content

Releases: kubernetes-sigs/windows-gmsa

v0.4.0

23 Mar 16:28
17b2188
Compare
Choose a tag to compare

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

v0.3.0

01 Nov 17:24
9fa8e91
Compare
Choose a tag to compare

Adds HostAccountConfig and adds v1 API version to GMSACrednetialSpec.

To deploy:

K8S_GMSA_DEPLOY_DOWNLOAD_REV='v0.3.0' \
   ./deploy-gmsa-webhook.sh --file ./gmsa-manifests \
  --image sigwindowstools/k8s-gmsa-webhook:v0.3.0

What's Changed

  • Adding HostAccountFields to GMSACredentialSpec objects by @marosset in #47
  • Adding v1 version for gmsacredentialspec CRDs by @marosset in #44
  • ci: replacing --dry-run with --dry-run=client for kubectl commands by @marosset in #48

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

04 Aug 17:27
85e30b7
Compare
Choose a tag to compare

Adds support for kubernetes version 1.22. This release will work for clusters 1.19+.

  • Update k8s dependencies #37
  • Update tooling #35
  • Updates for gmsa webhook for k8s version 1.22 #31
  • CI updates (moved to github actions)

The image has been moved to the Docker repository: https://hub.docker.com/repository/docker/sigwindowstools/k8s-gmsa-webhook

K8S_GMSA_DEPLOY_DOWNLOAD_REV='v0.2.0' \
   ./deploy-gmsa-webhook.sh --file ./gmsa-manifests \
  --image sigwindowstools/k8s-gmsa-webhook:v0.2.0

For cluster versions 1.18 and prior use the release at https://github.com/kubernetes-sigs/windows-gmsa/releases/tag/v0.1.0

v0.1.0

25 May 22:09
ed29f6e
Compare
Choose a tag to compare

This version supports clusters up to kubernetes version 1.21. For clusters 1.22+ you will need to use the next version.

See #31 and https://kubernetes.io/docs/reference/using-api/deprecation-guide/#webhook-resources-v122 for more information.

To deploy:

K8S_GMSA_DEPLOY_DOWNLOAD_REV='v0.1.0' \
   ./deploy-gmsa-webhook.sh --file ./gmsa-manifests \
  --image wk88/k8s-gmsa-webhook:v1.15