Navigation Menu

Skip to content
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

x/build/cmd/relui: consider patch version updates to dependencies that become available before minor Go releases #41538

Open
dmitshur opened this issue Sep 21, 2020 · 0 comments
Labels
Builders x/build issues (builders, bots, dashboards) FeatureRequest NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@dmitshur
Copy link
Contributor

When issuing a minor Go release, we can consider patch updates that may be available to dependencies.

For example, suppose that Go 1.18.3 standard library uses golang.org/x/mod at version v1.5.0. When Go 1.18.4 minor release is going to be made, if there is version v1.5.1 of golang.org/x/mod published, it seems such an update should at very least be considered for inclusion (but v1.6.0 should not, at least not as part of this process).

This is the tracking issue to detect and consider such updates for inclusion in minor Go releases. This is likely best addressed as part of future release automation work (issues #40279, #29205). I'm not sure if it's realistic to automatically include such changes to minor releases without human review, so that'll still be needed, but everything else can likely be automated.

(This issue is factored out from a comment by @bcmills in third paragraph of comment on CL 256357.)

/cc @toothrot @cagedmantis @andybons

@dmitshur dmitshur added Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. FeatureRequest labels Sep 21, 2020
@dmitshur dmitshur added this to the Backlog milestone Sep 21, 2020
@dmitshur dmitshur changed the title x/build/cmd/{relui, releasebot}: consider patch version updates to dependencies that become available before minor Go releases x/build/cmd/relui: consider patch version updates to dependencies that become available before minor Go releases Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) FeatureRequest NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

1 participant