Skip to content

go.mod: golang_protobuf_extensions v1.0.4 - prevent incompatible versions#7721

Merged
estesp merged 1 commit intocontainerd:mainfrom
thaJeztah:protobuf_extensions_fix
Nov 28, 2022
Merged

go.mod: golang_protobuf_extensions v1.0.4 - prevent incompatible versions#7721
estesp merged 1 commit intocontainerd:mainfrom
thaJeztah:protobuf_extensions_fix

Conversation

@thaJeztah
Copy link
Copy Markdown
Member

This module made a whoopsie, and updated to google.golang.org/protobuf in a patch release, but google.golang.org/protobuf is not backward compatible with github.com/golang/protobuf.

Updating the minimum version to v1.0.4 which corrects this, to prevent users of containerd as a module from accidentally pulling in the wrong version:

…ions

This module made a whoopsie, and updated to `google.golang.org/protobuf`
in a patch release, but `google.golang.org/protobuf` is not backward
compatible with `github.com/golang/protobuf`.

Updating the minimum version to v1.0.4 which corrects this, to prevent
users of containerd as a module from accidentally pulling in the wrong
version:

- v1.0.3 switched to use `google.golang.org/protobuf`; https://github.com/matttproud/golang_protobuf_extensions/compare/v1.0.2..v1.0.3
- This was reverted in v1.0.4 (which is the same as v1.0.2); https://github.com/matttproud/golang_protobuf_extensions/compare/v1.0.3..v1.0.4
- And a `v2` was created instead; https://github.com/matttproud/golang_protobuf_extensions/releases/tag/v2.0.0

Signed-off-by: Sebastiaan van Stijn <[email protected]>
Copy link
Copy Markdown
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@estesp estesp merged commit e0be97c into containerd:main Nov 28, 2022
@thaJeztah thaJeztah deleted the protobuf_extensions_fix branch November 28, 2022 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants