-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
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
Release v0.8.0 #801
Comments
Just a heads up. We published the images but I am not seeing them in registry.k8s.io so I am tracking down that issue. The images are available in our staging repo and tag correctly. |
In my side, it works well: $ helm template jobset oci://registry.k8s.io/charts/jobset --version v0.8.0 | grep image:
Pulled: registry.k8s.io/charts/jobset:v0.8.0
Digest: sha256:e1f25f53ba4312f99bb60b92668d98104c549067d86756d30cbf1cf18f2b47f7
image: "registry.k8s.io/jobset/jobset:v0.8.0" |
can you pull the image? |
Ah, you mean |
Okay. It turns out we did not fully change all the promoter manifests. We are good to go now!
|
Congrats 🎉 |
https://groups.google.com/u/1/a/kubernetes.io/g/wg-batch/c/REDpyzQg4EE I have a PR up to update latest docs now also. |
We can close this issue now. |
Thank you for working on release @kannon92 🎉 |
Wonderful! we still need to update the docs :) |
https://jobset.sigs.k8s.io/docs/installation/ still points to 0.7.2 |
|
Tried to install via the released helm chart, I get the following error:
|
Release Checklist
git branch release-$MAJ.$MIN main
git push release-$MAJ.$MIN
Submit a PR against the release branch:
PR: update docs for release 0.8 #802
make artifacts IMAGE_REGISTRY=registry.k8s.io/jobset GIT_TAG=$VERSION
to generate the artifacts and upload the files in the
artifacts
folderto the draft release.
git tag -s $VERSION
and inserts the changelog into the tag description.
To perform this step, you need a PGP key registered on github.
git push $VERSION
gcr.io/k8s-staging-jobset/jobset:$VERSION
updating
k8s.gcr.io/images/k8s-staging-jobset/images.yaml
topromote the container images
to production:
release jobset 0.8.0 for images and charts kubernetes/k8s.io#7834
registry.k8s.io/jobset/jobset:$VERSION
is available.[email protected]
,[email protected]
and[email protected]
with the subject[ANNOUNCE] JobSet $VERSION is released
README.md
anddocs/setup/install.md
in
main
branch:main
branch, on the first commit that gets merged after the releasebranch has been created (presumably the README update commit above), and, push the tag:
DEVEL=v0.$(($MAJ+1)).0-devel; git tag $DEVEL main && git push $DEVEL
This ensures that the devel builds on the
main
branch will have a meaningful version number.Highlights
Deprecations
Changelog
New Contributors
Full Changelog: v0.7.0...v0.8.0
The text was updated successfully, but these errors were encountered: