Skip to content

chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2#296

Open
red-hat-konflux-kflux-prd-rh03[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/github.com-matttproud-golang_protobuf_extensions-2.x
Open

chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2#296
red-hat-konflux-kflux-prd-rh03[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/github.com-matttproud-golang_protobuf_extensions-2.x

Conversation

@red-hat-konflux-kflux-prd-rh03

@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/matttproud/golang_protobuf_extensions v1.0.4v2.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard 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.


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • Between 02:00 AM and 04:59 AM, Monday through Friday (* 2-4 * * 1-5)
  • 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-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot added area/dependency Issues or PRs related to dependency changes major-update manual-review-required ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Jun 17, 2026
@openshift-ci openshift-ci Bot requested review from luis-falcon and tnierman June 17, 2026 04:25
@openshift-ci

openshift-ci Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Hi @red-hat-konflux-kflux-prd-rh03[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@codecov-commenter

codecov-commenter commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.06%. Comparing base (95122f0) to head (a6e70c0).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #296   +/-   ##
=======================================
  Coverage   65.06%   65.06%           
=======================================
  Files           5        5           
  Lines         541      541           
=======================================
  Hits          352      352           
  Misses        152      152           
  Partials       37       37           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 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 - autoclosed Jun 20, 2026
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot deleted the konflux/mintmaker/master/github.com-matttproud-golang_protobuf_extensions-2.x branch June 20, 2026 20:14
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot changed the title chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2 - autoclosed chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2 Jun 22, 2026
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/github.com-matttproud-golang_protobuf_extensions-2.x branch 2 times, most recently from 84df0aa to 9d339ba Compare June 22, 2026 04:21
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 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 - autoclosed Jun 26, 2026
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot changed the title chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2 - autoclosed chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2 Jun 29, 2026
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/github.com-matttproud-golang_protobuf_extensions-2.x branch 2 times, most recently from 9d339ba to 70627e3 Compare June 29, 2026 04:17
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 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 - autoclosed Jul 6, 2026
…nsions to v2

Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot changed the title chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2 - autoclosed chore(deps): update module github.com/matttproud/golang_protobuf_extensions to v2 Jul 7, 2026
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/github.com-matttproud-golang_protobuf_extensions-2.x branch from a6e70c0 to 70627e3 Compare July 7, 2026 04:08
@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/github.com-matttproud-golang_protobuf_extensions-2.x branch from 70627e3 to a6e70c0 Compare July 7, 2026 04:08
@openshift-ci

openshift-ci Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux-kflux-prd-rh03[bot]
Once this PR has been reviewed and has the lgtm label, please assign geowa4 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

1 similar comment
@openshift-ci

openshift-ci Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux-kflux-prd-rh03[bot]
Once this PR has been reviewed and has the lgtm label, please assign geowa4 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependency Issues or PRs related to dependency changes major-update manual-review-required ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant