-
Notifications
You must be signed in to change notification settings - Fork 48
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
CI hygiene tracking issue #95
Comments
Also see containerd/containerd#7580 (Update release action for |
Good point brought up by @samuelkarp. While we are under the hood, let's update |
I have seen warnings for save-state usage when the action uses |
@austinvazquez Sounds like another update worth making as we're going through! |
For core can be marked done,
For non-core,
|
Hey folks sorry for the delay. My update is as follows: For core can be marked done:
For non-core can be marked done:
** Still seeing some warnings; however, awaiting update on marvinpinto/action-automatic-releases upstream. |
Home stretch. cc: @estesp For core can be marked done:
For non-core can be marked done:
Last four tasks require some more investigation. I am going to start with containerd releases first and then circle back around to the ttrpc packages. |
@estesp long overdue update here. For core:
For non-core:
|
@austinvazquez thanks! So we just have |
This work is now complete; closing! |
Due to various deprecations in GitHub Actions, we need to walk through all our sub-projects and get the following updates in flight. Since it's a fairly long list a tracking issue here in the overall project repo might help coordinate/track finishing this over time.
Deprecations
main
branch we have already made the change and our release process is "protected" by using containers in which we build the release binaries against the 18.04 LTS glibc/libraries. Forrelease/1.5
andrelease/1.6
we may need to figure out how to continue to make releases without having 18.04 runners.actions/checkout
andactions/setup-go
which should both be updated to use "@v3
" at a minimum.While we are at it, we should be cleaning up any uses of old Go releases and moving all sub-project CI to Go 1.19.x.
Core project branches
main
already completerelease/1.6
release/1.5
(EOL on 28 Feb so not going to update)Sub-project checklist
Non-core subprojects
Maintainers of these projects may already be handling these issues, but maybe we can check/help if they want help.
The text was updated successfully, but these errors were encountered: