-
Notifications
You must be signed in to change notification settings - Fork 788
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-1.6] Release 1.6.3, second try #1961
Conversation
Updates golang.org/x/net to v0.7.0 to resolve CVE-2022-41723. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
I see: |
It was OTOH it’s the only branch using the |
Na, if @jnovy requested that then I'm fine with that. /lgtm |
@lsm5 would it make sense to add -stable prefix in the stable branches? We had previous whines from customers why we ship "development" versions in RHEL. The -stable suffix will avoid that confusion. Thanks! |
btw. -maint is also fine |
hmm, was it that we tagged the wrong commit and that's why customers saw |
$ skopeo --version |
did you build release-1.11 branch or v1.11.2 ? Asking because v1.11.2 has version/version.go set to 1.11.2:
|
The above comes from the RHEL8.8 candidate build - we always build from stable/maint branches for RHEL. Note all of them currently contain -dev suffix which is confusing for customers. |
@mtrmac @vrothberg I wonder if it's worth following a branching process consistent with that of podman along with similar branch names. |
If RHEL is not consuming the tagged versions on the backport branches, which were tagged specifically to be built as bug backports, and RHEL is taking the latest commit from a branch regardless of a version tag, it would be a bit less work for us not to tag those versions in the first place…
I seem to remember that’s what we intended to do, with the I very much agree that consistency across the projects is valuable. I care comparatively very little what the scheme is, and I’m happy to conform to whatever scheme is decided. Making it (ideally) automated, alternatively well-documented, or in the worst case “obvious enough” what the rules are would help, at least me personally, to avoid stupid mistakes that add more work for other people. |
Yes @mtrmac - once a branch becomes stable then only approved changes go in so we don't need tagging in stable branches if it makes your life easier. |
Ack, that's been true for podman, but not quite so for buildah and skopeo and other libs that @mtrmac mentioned. Fedora has built skopeo and buildah tags cut from release-X.Y branches as in the latest v1.11.2. Might be better to convert this to a discussion if we need more eyes on this. And whatever is the outcome should probably be documented on the https://github.com/containers page along with the repos to which it applies. |
… after #1952 .
Cc: @lsm5 @jnovy