We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The release process is documented HERE!
Create a new draft release
master
Promote the admission-webhook image
admission-webhook
Manually tag desired container image in the staging registry
Use kpromo to open a image promo PR
kpromo
```bash export GITHUB_TOKEN=<your github token> kpromo pr --project gmsa-webhook --tag $VERSION --reviewers "@jayunit100 @jsturtevant @marosset" --fork {your github username} ```
Verify the image is available using docker pull registry.k8s.io/gmsa-webhook/k8s-gmsa-webhook:$VERSION
docker pull registry.k8s.io/gmsa-webhook/k8s-gmsa-webhook:$VERSION
Update helm charts to use new image
Update Chart.yaml
appVersion
version
Update values.yaml
image.tag
Build a helm package
```bash helm package charts/gmsa --destination ./charts/repo ```
Update the repo index
```bash helm repo index charts/repo/ ```
Update the IMAGE_NAME variable in admission_webhook/deploy/gmsa-webhook.sh to use the latest image
admission_webhook/deploy/gmsa-webhook.sh
Update the release notes by adding the following template to the top of the release notes:
To deploy:
K8S_GMSA_DEPLOY_DOWNLOAD_REV='$VERSION' \ ./deploy-gmsa-webhook.sh --file ./gmsa-manifests \ --image registry.k8s.io/gmsa-webhook/k8s-gmsa-webhook:$VERSION
Update the release
Set as pre-release
Set as latest release
Send an announce email to kuberntes-sig-windows@googlegroups.com with the subject [ANNOUNCE] Kubernetes SIG-Windows GMSA Webhook $VERSION is Released
kuberntes-sig-windows@googlegroups.com
[ANNOUNCE] Kubernetes SIG-Windows GMSA Webhook $VERSION is Released
Post new release in slack
Full Changelog: v0.6.1...v0.7.0
The text was updated successfully, but these errors were encountered:
completed https://github.com/kubernetes-sigs/windows-gmsa/releases/tag/v0.7.0
Sorry, something went wrong.
No branches or pull requests
Release Checklist
The release process is documented HERE!
Create a new draft release
master
Promote the
admission-webhook
imageManually tag desired container image in the staging registry
Use
kpromo
to open a image promo PRVerify the image is available using
docker pull registry.k8s.io/gmsa-webhook/k8s-gmsa-webhook:$VERSION
Update helm charts to use new image
Update Chart.yaml
appVersion
to match the latest published container imageversion
as appropriateUpdate values.yaml
image.tag
to match the latest published container imageBuild a helm package
Update the repo index
Update the IMAGE_NAME variable in
admission_webhook/deploy/gmsa-webhook.sh
to use the latest imageUpdate the release notes by adding the following template to the top of the release notes:
To deploy:
Update the release
Set as pre-release
Set as latest release
Send an announce email to
kuberntes-sig-windows@googlegroups.com
with the subject[ANNOUNCE] Kubernetes SIG-Windows GMSA Webhook $VERSION is Released
Post new release in slack
Changes:
What's Changed
New Contributors
Full Changelog: v0.6.1...v0.7.0
The text was updated successfully, but these errors were encountered: