Skip to content

Conversation

@red-hat-konflux
Copy link

@red-hat-konflux red-hat-konflux bot commented Nov 19, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/matttproud/golang_protobuf_extensions v1.0.2 -> v2.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

matttproud/golang_protobuf_extensions (github.com/matttproud/golang_protobuf_extensions)

v2.0.0

Compare Source

Summary: Modernization of this package to Go standards in 2022, mostly
through internal cleanups.

New Features: None

The last time this package was significantly modified was 2016, which predates
cmp, subtests, the modern Protocol Buffer implementation, and numerous Go
practices that emerged in the intervening years. The new release is tested
against Go 1.19, though I expect it would work with Go 1.13 just fine.

Finally, I declared bankruptcy on the vendored test fixtures and opted for
creating my own. This is due to the underlying implementation of the generated
code in conjunction with working with a moving target that is an external data
model representation.

Upgrade Notes: This is the aborted v1.0.3 release repackaged as a new
major version 2. To use this, you will need to do or check the following:

  1. The Protocol Buffer messages you provide to this API are from the
    google.golang.org/protobuf module. Take special care to audit any
    generated or checked-in Protocol Buffer message file assets. They may need
    to be regenerated.

  2. Your code should presumably use the google.golang.org/protobuf module for
    Protocol Buffers.

  3. This is a new major version of the module, so you will need to transition
    from module github.com/matttproud/golang_protobuf_extensions to
    github.com/matttproud/golang_protobuf_extensions/v2.

v1.0.4

Compare Source

Summary: This is an emergency re-tag of v1.0.2 since v1.0.3 broke API
compatibility for legacy users. See the description of v1.0.2 for details.

v1.0.3

Compare Source

DO NOT USE: Use v1.0.4 instead. What is described in v1.0.3 will be
transitioned to a new major version.

Summary: Modernization of this package to Go standards in 2022, mostly
through internal cleanups.

New Features: None

The last time this package was significantly modified was 2016, which predates
cmp, subtests, the modern Protocol Buffer implementation, and numerous Go
practices that emerged in the intervening years. The new release is tested
against Go 1.19, though I expect it would work with Go 1.13 just fine.

Finally, I declared bankruptcy on the vendored test fixtures and opted for
creating my own. This is due to the underlying implementation of the generated
code in conjunction with working with a moving target that is an external data
model representation.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/osc-release/github.com-matttproud-golang_protobuf_extensions-2.x branch 2 times, most recently from 5dbdbc1 to 6282ecb Compare November 19, 2025 17:04
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2 chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2 - abandoned Nov 20, 2025
@red-hat-konflux
Copy link
Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2 - abandoned chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2 Nov 21, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2 chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2 - abandoned Nov 25, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2 - abandoned chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2 Nov 25, 2025
…nsions to v2

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/osc-release/github.com-matttproud-golang_protobuf_extensions-2.x branch from 6282ecb to 5924690 Compare November 26, 2025 17:14
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.

0 participants