-
-
Notifications
You must be signed in to change notification settings - Fork 91
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 2022.5.0 #267
Comments
The next Dask release is imminent, you can track it here dask/community#245 |
I see dask/community#245 is released now. Any status on a release for the helm charts to fix this? |
Releases here are automated, a bot should open a PR once things have updated in the Conda Forge cache. |
@jacobtomlinson hmmm, they are automated to the extent that if you push a tag, they happen as I understand it. helm-chart/.github/workflows/publish-charts.yml Lines 7 to 12 in 85e4f18
You pushed the latest tag in this repo, see https://github.com/dask/helm-chart/releases/tag/2022.4.1. Is that a tag that was pushed automatically somehow? |
I meant bumping the Dask versions is automated, and then I push a tag after that. The bumping versions automation doesn't seem to have run though for |
I'll look into this! |
helm-chart/.github/workflows/watch-dependencies.yml Lines 60 to 66 in 85e4f18
Hmm... I don't get this. Is there a bug in the replace action? I get hits on 2022.5.0 when I checkout this repo and search for 2022.5.0 in the dask/ folder. Line 10 in 85e4f18
Is it because I have put quotes around this string in https://github.com/dask/helm-chart/pull/271/files? I did so to protect against possible issues that can arise if one has a tag like 3.10 or similar that YAML would interpret as the number 3.1 |
It could also be a regression in #248, I'm not sure. |
#275, #276, and #277 got the updates working again I think. So to trigger a release, we make a tag? @jacobtomlinson do you want to handle that, or are you OK with any maintainer pushing / making the tag? |
Any maintainer can do it |
Glad you fixed up the release actions |
Thanks for the nudge @chadsr I forgot to circle back. I just tagged |
Thanks Jacob! |
Kubernetes v1.22 requires
spec.versions.schema
to be set (link to docs). See dask/dask-gateway#434Master-branch is already updated, so simply releasing a new version of the helm-chart daskhub would fix this issue.
As the helm-chart stands now, the daskhub helm-chart will not work on kubernetes v1.22 and above.
The text was updated successfully, but these errors were encountered: