Skip to content

Releases: kubernetes-sigs/windows-gmsa

v0.8.0

14 Dec 18:15
c201cde
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.7.1...v0.8.0

v0.7.0

22 Aug 18:29
bff71db
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

06 Mar 21:10
8a8e0a3
Compare
Choose a tag to compare

To Deploy

K8S_GMSA_DEPLOY_DOWNLOAD_REV='v0.6.1' \
    ./deploy-gmsa-webhook.sh --file ./gmsa-manifests \
    --image registry.k8s.io/gmsa-webhook/k8s-gmsa-webhook:v0.6.1

What's Changed

  • Update chart for new release v0.6.0 by @jsturtevant in #98
  • Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.7.0 in /admission-webhook by @dependabot in #102
  • Updating helm packages for v0.6.1 release by @marosset in #104
  • fix: update image name from old dockerhub by @profnandaa in #101

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

03 Jan 22:21
v0.6.0
6c9453f
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

18 Aug 18:19
8e61536
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

What's Changed

  • If running in pod use the ca from the pod by @jsturtevant in #68
  • docs: Updating RELEASE.md w/ correct k8s.gri.io uri by @marosset in #69
  • Creating a Helm chart and repository for GMSA. by @phillipsj in #55
  • Update README.md helm chart repo url by @Fareroo7 in #72
  • Fixing the helm chart integration tests. by @phillipsj in #75
  • Update helm chart crds folder location by @Fareroo7 in #74
  • Using registry.k8s.io instead of k8s.gcr.io by @marosset in #78
  • Updating helm charts to set OS field on Pod specs for applicable K8s versions by @marosset in #81
  • Add replace for gogo/protobuf by @pathuang-sia in #83
  • Updating golang to v1.18 and deps by @marosset in #85

New Contributors

Full Changelog: v0.4.0...v0.5.0

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