chore(deps): update go dependencies#684
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
Conversation
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
962162f to
2efd0c6
Compare
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.13.0→v1.0.0v2.72.0→v2.73.0v4.7.0→v5.0.0v3.1.6→v3.1.7v2.2.0→v2.7.0v2.9.1→v2.9.2v2.0.0-alpha.1→v2.0.1v1.4.0→v2.3.3v4.18.3→v5.9.2v2.0.0-beta.1→v2.0.0-beta.2v0.0.5→v1.1.4v3.6.10→v3.6.11v3.6.10→v3.6.11v3.6.10→v3.6.11v3.6.10→v3.6.11v3.6.10→v3.6.11v3.6.10→v3.6.11v3.6.10→v3.6.11v3.6.10→v3.6.11v3.6.10→v3.6.11v1.27.1→v1.28.0v2.4.4→v3.0.4v0.278.0→v0.279.0v4.13.0→v5.9.11v2.4.0→v3.0.1v0.35.4→v0.36.1v0.35.4→v0.36.1v0.35.4→v0.36.1da4e56f→ef417d0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
apache/beam (github.com/apache/beam/sdks/v2)
v2.73.0: Beam 2.73.0 releaseCompare Source
We are happy to present the new 2.73.0 release of Beam.
This release includes both improvements and new functionality.
See the download page for this release.
For more information on changes in 2.73.0, check out the detailed release notes.
Highlights
I/Os
OffsetRetainerinterface andFileSystemOffsetRetainerimplementation to persist and restore CDC offsets across pipeline restarts, and exposedwithStartOffset/withOffsetRetaineronDebeziumIO.Readand the cross-languageReadBuilder(#28248).New Features / Improvements
ADKAgentModelHandlerfor running Google Agent Development Kit (ADK) agents (Python) (#37917).--experiments=pip_no_build_isolationto disable build isolation when installing dependencies in the runtime environment (#37331).apache_beam.ml.ragpackage (#37628).Breaking Changes
boot.gonow passes pipeline options through a file instead of thePIPELINE_OPTIONSenvironment variable. If a user pairs a new Python SDK container with an older SDK version (which does not support the file-based approach), the pipeline options will not be recognized and the pipeline will fail. Users must ensure their SDK and container versions are synchronized (#37370).--update_compatibility_version=2.72.0. To fix typehints replace any incorrect typehints that were previously ignored (#37590)Bugfixes
Security Fixes
List of Contributors
According to git shortlog, the following people contributed to the 2.73.0 release. Thank you to all contributors!
Abdelrahman Ibrahim, Ahmed Abualsaud, Alex Malao, Alexander Nieuwenhuijse, Andres Tiko, Andrew Crites, Arun Pandian, Bentsi Leviav, Bruno Volpato, Chamikara Jayalath, Chandra Kiran Bolla, Danny McCormick, Deji Ibrahim, Derrick Williams, Elia LIU, Esmelealem, Hannes Gustafsson, Jack McCluskey, Joey Tran, Kenneth Knowles, M Junaid Shaukat, Mansi Singh, Matej Aleksandrov, Mathijs Deelen, Mattie Fu, Praneet Nadella, Radek Stankiewicz, Radosław Stankiewicz, Reuven Lax, RuiLong J., S. Veyrié, Sakthivel Subramanian, Sam Whittle, Shubham Thakur, Shunping Huang, Subramanya V, Tarun Annapareddy, Tobias Kaymak, Valentyn Tymofieiev, Vitaly Terentyev, XQ Hu, Yi Hu, ZIHAN DAI, claudevdm, kishorepola, parveensania
avast/retry-go (github.com/avast/retry-go/v4)
v5.0.0Compare Source
What's Changed
New Contributors
Full Changelog: avast/retry-go@4.7.0...v5.0.0
cheggaaa/pb (github.com/cheggaaa/pb/v3)
v3.1.7Compare Source
clipperhouse/uax29 (github.com/clipperhouse/uax29/v2)
v2.7.0Compare Source
v2.6.0Compare Source
v2.5.0Compare Source
What's Changed
Breaking change
The returned iterator type from
FromString()andFromBytes()is now a pointer. This will not present a problem if you are just using it in the typical way, which is assigning to a local variable and iterating.If you are embedding this iterator into another object, and therefore declaring its type, this change might break your compilation. You’ll need to change to a pointer type. Apologies if so — this seems like a small enough change that a v3 would be a bit much.
New Contributors
Full Changelog: clipperhouse/uax29@v2.4.0...v2.5.0
v2.4.0Compare Source
Adds Unicode 16 support
What's Changed
Full Changelog: clipperhouse/uax29@v2.3.0...v2.4.0
v2.3.1Compare Source
v2.3.0Compare Source
fxamacker/cbor (github.com/fxamacker/cbor/v2)
v2.9.2Compare Source
This release refactors and hardens the streaming encoder by adding stricter checks for encoding CBOR indefinite-length data. Other changes include minor bugfixes, defensive checks, and more tests.
Projects that don't use CBOR indefinite-length data may also want to upgrade (summary of prior releases).
The stricter checks in the encoder prevent improper use of the library and bad inputs from producing malformed CBOR indefinite-length data that would be rejected by the decoder.
This release passed fuzz tests (billions of execs) and it is production quality.
What's Changed
CI / GitHub Actions and Docs
🔎 Details...
Full Changelog: fxamacker/cbor@v2.9.1...v2.9.2
google/go-licenses (github.com/google/go-licenses/v2)
v2.0.1Compare Source
What's Changed
New Contributors
Full Changelog: google/go-licenses@v2.0.0...v2.0.1
v2.0.0Compare Source
This is a re-release of v2.0.0-alpha.1
What's Changed
New Contributors
Full Changelog: google/go-licenses@v1.6.0...v2.0.0
grpc-ecosystem/go-grpc-middleware (github.com/grpc-ecosystem/go-grpc-middleware)
v2.3.3Compare Source
What's Changed
handledmetrics with context labels by @t-bowcock in #810New Contributors
Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.3.2...v2.3.3
v2.3.2Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.3.1...v2.3.2
v2.3.1Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.3.0...v2.3.1
v2.3.0Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.2.0...v2.3.0
v2.2.0Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.1.0...v2.2.0
v2.1.0Compare Source
What's Changed
InitializeMetricssignature to allow use withxds.GRPCServerby @bozaro in #689New Contributors
Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.0.1...v2.1.0
v2.0.1Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.0.0...v2.0.1
v2.0.0Compare Source
This is the first stable release of the new v2 release branch 🎉
Many of the interceptors have been rewritten from scratch and the project has been upgraded to use the Go Protobuf v2 API.
See the project README for details and migration guide. Thanks to all contributors who made this possible! 💪🏽
What's Changed
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
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.