chore(deps): update go dependencies#617
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
Conversation
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
0dfd4b2 to
441a764
Compare
64ae2da to
467dc07
Compare
1b4b8f5 to
b607d9d
Compare
b607d9d to
983431a
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
983431a to
cc5ddc0
Compare
Author
|
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.25.1→v0.25.2v1.9.0→v1.11.0v0.11.0→v1.0.0v1.27.0→v1.29.0v1.90.0→v1.91.0v1.62.0→v1.62.1v1.14.0→v1.16.0v1.31.0→v1.32.0v2.61.0→v2.73.0v4.6.0→v5.0.0v1.55.7→v1.55.8v3.1.6→v3.1.7v22.6.0→v22.7.0v3.12.2→v3.13.0v1.36.0→v1.37.0v1.18.0→v1.19.0v1.9.3→v1.10.0v0.10.5→v0.10.6v2.0.0-alpha.1→v2.0.1545e8a4→92041b7v2.21.0→v2.22.0v1.4.0→v2.3.3v2.1.0→v2.3.3v2.28.0→v2.29.0v0.3.16→v1.0.2v5.9.1→v5.9.2v2.0.0-beta.1→v2.0.0-beta.2v4.0.0→v4.0.1v0.0.21→v0.0.22v1.16.5→v2.28.3v0.304.2→v0.311.3v3.6.9→v3.6.11v3.6.9→v3.6.11v3.6.9→v3.6.11v3.6.9→v3.6.11v3.6.9→v3.6.11v3.6.9→v3.6.11v3.6.9→v3.6.11v3.6.9→v3.6.11v3.6.9→v3.6.11v1.39.0→v1.43.0v1.40.0→v1.43.0v1.40.0→v1.43.0v1.27.1→v1.28.0v2.4.3→v3.0.4v0.50.0→v0.51.0746e56f→74f9aabv0.35.0→v0.36.0v0.53.0→v0.54.0v0.43.0→v0.44.0v0.42.0→v0.43.0v0.36.0→v0.37.0v0.44.0→v0.45.0v0.276.0→v0.279.0e10c466→3700d41e10c466→3700d41e10c466→3700d41v1.80.0→v1.81.1v1.6.1→v1.6.2v4.13.0→v5.9.11v2.4.0→v3.0.1v0.35.4→v0.36.1v0.35.4→v0.36.1v0.35.4→v0.36.1v2.130.1→v2.140.0ec9c827→ef417d028399d8→ff6756fv6.3.0→v6.4.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
google/cel-spec (cel.dev/expr)
v0.25.2Compare Source
What's Changed
New Contributors
Full Changelog: google/cel-spec@v0.25.1...v0.25.2
googleapis/google-cloud-go (cloud.google.com/go/longrunning)
v0.13.0Compare Source
bigquery: UseLegacySQL options for CreateTable and QueryConfig. Use these
options to continue using Legacy SQL after the client switches its default
to Standard SQL.
bigquery: Support for updating dataset labels.
bigquery: Set DatasetIterator.ProjectID to list datasets in a project other
than the client's. DatasetsInProject is no longer needed and is deprecated.
bigtable: Fail ListInstances when any zones fail.
spanner: support decoding of slices of basic types (e.g. []string, []int64,
etc.)
logging/logadmin: UpdateSink no longer creates a sink if it is missing
(actually a change to the underlying service, not the client)
profiler: Service and ServiceVersion replace Target in Config.
v0.12.0Compare Source
pubsub: Subscription.Receive now uses streaming pull.
pubsub: add Client.TopicInProject to access topics in a different project
than the client.
errors: renamed errorreporting. The errors package will be removed shortly.
datastore: improved retry behavior.
bigquery: support updates to dataset metadata, with etags.
bigquery: add etag support to Table.Update (BREAKING: etag argument added).
bigquery: generate all job IDs on the client.
storage: support bucket lifecycle configurations.
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
v2.72.0: Beam 2.72.0 releaseCompare Source
We are happy to present the new 2.72.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.72.0, check out the detailed release notes.
Highlights
I/Os
New Features / Improvements
--experiments=pip_no_build_isolationto disable build isolation when installing dependencies in the runtime environment (#37331).Deprecations
Bugfixes
Security Fixes
List of Contributors
According to git shortlog, the following people contributed to the 2.72.0 release. Thank you to all contributors!
Abdelrahman Ibrahim, Ahmed Abualsaud, Andrew Crites, Arun Pandian, Ben Feinstein, Bentsi Leviav, Celeste Zeng, Danny McCormick, Danny Mccormick, Derrick Williams, Elia LIU, Ganesh, Jack McCluskey, Kenneth Knowles, Labesse Kévin, M Junaid Shaukat, Mansi Singh, Mattie Fu, Nayan Mathur, Pablo Estrada, Pirzada Ahmad Faraz, Radek Stankiewicz, Radosław Stankiewicz, Robert Bradshaw, Rohan Sah, RuiLong J., Sakthivel Subramanian, Sam Whittle, Shaheer Amjad, Shunping Huang, Steven van Rossum, Tarun Annapareddy, Tobias Kaymak, Valentyn Tymofieiev, Vitaly Terentyev, Yi Hu, XQ Hu, ZIHAN DAI, apanich, chenxuesdu, claudevdm, franzonia137
v2.71.0: Beam 2.71.0 releaseCompare Source
We are happy to present the new 2.71.0 release of Beam.
This release includes both improvements and new functionality.
For more information on changes in 2.71.0, check out the detailed release notes.
I/Os
New Features / Improvements
Bugfixes
Known Issues
For the most up to date list of known issues, see https://github.com/apache/beam/blob/master/CHANGES.md
List of Contributors
According to git shortlog, the following people contributed to the 2.71.0 release. Thank you to all contributors!
Abacn, Ahmed Abualsaud, Amar3tto, Andrew Crites, apanich, Arun, Arun Pandian, assaf127, Chamikara Jayalath, CherisPatelInfocusp, Cheskel Twersky, Claire McGinty, Claude, Danny Mccormick, dependabot[bot], Derrick Williams, Egbert van der Wal, Evan Galpin, Ganesh, github-actions[bot], hekk-kaori-maeda, Jack Dingilian, Jack McCluskey, JayajP, Jiang Zhu, Kenneth Knowles, liferoad, M Junaid Shaukat, Nayan Mathur, Noah Stapp, Paco Avila, Radek Stankiewicz, Radosław Stankiewicz, Robert Stupp, Sam Whittle, Shunping Huang, Steven van Rossum, Suvrat Acharya, Tarun Annapareddy, tvalentyn, Utkarsh Parekh, Vitaly Terentyev, Xiaochu Liu, Yala Huang Feng, Yi Hu, Yu Watanabe, zhan7236
v2.70.0: Beam 2.70.0 releaseCompare Source
We are happy to present the new 2.70.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.70.0, check out the detailed release notes.
Highlights
New Features / Improvements
including jupyter notebook example (Python) (#36176).
Now Beam has full support for Milvus integration including Milvus enrichment and sink operations.
Breaking Changes
pip install apache-beam[gcp,interactive,yaml,redis,hadoop,tfrecord], though most users will not need all of these extras (#34554).Deprecations
List of Contributors
According to git shortlog, the following people contributed to the 2.70.0 release. Thank you to all contributors!
Abdelrahman Ibrahim, Ahmed Abualsaud, Alex Chermenin, Andrew Crites, Arun Pandian, Celeste Zeng, Chamikara Jayalath, Chenzo, Claire McGinty, Danny McCormick, Derrick Williams, Dustin Rhodes, Enrique Calderon, Ian Liao, Jack McCluskey, Jessica Hsiao, Joey Tran, Karthik Talluri, Kenneth Knowles, Maciej Szwaja, Mehdi.D, Mohamed Awnallah, Praneet Nadella, Radek Stankiewicz, Radosław Stankiewicz, Reuven Lax, RuiLong J., S. Veyrié, Sam Whittle, Shunping Huang, Stephan Hoyer, Steven van Rossum, Tanu Sharma, Tarun Annapareddy, Tom Stepp, Valentyn Tymofieiev, Vitaly Terentyev, XQ Hu, Yi Hu, changliiu, claudevdm, fozzie15, kristynsmith, wolfchris-google
v2.69.0: Beam 2.69.0 releaseCompare Source
We are happy to present the new 2.69.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.69.0, check out the detailed release notes.
Highlights
I/Os
New Features / Improvements
--gbekpipeline option to automatically replace all GroupByKey transforms (Java/Python) (#36214).Breaking Changes
dillis no longer a required, default dependency for Apache Beam (#21298).pickle_library=dillpipeline option.dill==0.3.1.1is still pre-installed on the official Beam SDK base images, it is no longer a direct dependency of the apache-beam Python package. This means it can be overridden by other dependencies in your environment.pickle_library=dill, you must manually ensuredill==0.3.1.1is installed in both your submission and runtime environments.pip install apache-beam[gcpdill].FROM apache/beam_python3.10_sdk:2.69.0dill==0.3.1.1to your worker's requirements file (e.g., requirements.txt)FROM python:3.9-slimRUN pip install --no-cache-dir apache-beam[gcp,dill]Can't get attribute '_create_code' on <module 'dill._dill' from....ImportError: Pipeline option pickle_library=dill is set, but dill is not installed...pickle_library=dillto the GitHub issue (#21298)pickle_library=dill_unsafepipeline option. This allows overridingdill==0.3.1.1using dill as the pickle_library. Use with extreme caution. Other versions of dill has not been tested with Apache Beam (#21298).--update_compatibility_version=2.68.0(#36345).This may break update compatibility if you don't provide a
--transform_name_mapping.Bugfixes
function (un-partitioned topics, without schema support, timestamp ordered messages for read) (Java)
(#36141).
List of Contributors
According to git shortlog, the following people contributed to the 2.69.0 release. Thank you to all contributors!
Abdelrahman Ibrahim, Ahmed Abualsaud, Andrew Crites, Arun Pandian, Bryan Dang, Chamikara Jayalath, Charles Nguyen, Chenzo, Clay Johnson, Danny McCormick, David A, Derrick Williams, Enrique Calderon, Hai Joey Tran, Ian Liao, Ian Mburu, Jack McCluskey, Jiang Zhu, Joey Tran, Kenneth Knowles, Kyle Stanley, Maciej Szwaja, Minbo Bae, Mohamed Awnallah, Radek Stankiewicz, Radosław Stankiewicz, Razvan Culea, Reuven Lax, Sagnik Ghosh, Sam Whittle, Shunping Huang, Steven van Rossum, Talat UYARER, Tanu Sharma, Tarun Annapareddy, Tom Stepp, Valentyn Tymofieiev, Vitaly Terentyev, XQ Hu, Yi Hu, Yilei, claudevdm, flpablo, fozzie15, johnjcasey, lim1t, parveensania, yashu
v2.68.0: Beam 2.68.0 releaseCompare Source
We are happy to present the new 2.68.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.68.0, check out the detailed release notes.
Highlights
I/Os
New Features / Improvements
sdks/java/testing/junit, which providesTestPipelineExtensionfor JUnit 5 while maintaining backward compatibility with existing JUnit 4TestRule-based tests (Java) (#18733, #35688).org.apache.beam:beam-sdks-java-testing-junit.Beam now supports data enrichment capabilities using SQL databases, with built-in support for:
ReactiveThrottlerandThrottlingSignalerclasses to streamline throttling behavior in DoFns, expose throttling mechanisms for users (#35984)--element_processing_timeout_minutesoption to reduce the chance of having stalled pipelines due to unexpected cases of slow processing, where slowness might not happen again if processing of the same element is retried.Breaking Changes
ZetaSQL users could migrate to Calcite SQL with BigQuery dialect enabled.
improves support for BigQuery and other SQL dialects. Note: Minor behavior changes are observed such as output
significant digits related to casting.
--update_compatibility_version=2.67.0(35725). Report any pickling related issues to #34903Deprecations
(apache_beam/io/gcp/spanner) instead (Python) (#35860).
Bugfixes
List of Contributors
According to git shortlog, the following people contributed to the 2.68.0 release. Thank you to all contributors!
Ahmed Abualsaud, Andrew Crites, Ashok Devireddy, Chamikara Jayalath, Charles Nguyen, Danny McCormick, Davda James, Derrick Williams, Diego Hernandez, Dip Patel, Dustin Rhodes, Enrique Calderon, Hai Joey Tran, Jack McCluskey, Kenneth Knowles, Keshav, Khorbaladze A., LEEKYE, Lanny Boarts, Mattie Fu, Minbo Bae, Mohamed Awnallah, Naireen Hussain, Nathaniel Young, Radosław Stankiewicz, Razvan Culea, Robert Bradshaw, Robert Burke, Sam Whittle, Shehab, Shingo Furuyama, Shunping Huang, Steven van Rossum, Suvrat Acharya, Svetak Sundhar, Tarun Annapareddy, Tom Stepp, Valentyn Tymofieiev, Vitaly Terentyev, XQ Hu, Yi Hu, apanich, arnavarora2004, claudevdm, flpablo, kristynsmith, shreyakhajanchi
v2.67.0: Beam 2.67.0 releaseCompare Source
We are happy to present the new 2.67.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.67.0, check out the detailed release notes.
Highlights
I/Os
New Features / Improvements
Python SDK now supports comma-separated values for experiments and dataflow_service_options,
matching Java SDK behavior while maintaining backward compatibility.
Beam now supports Milvus enrichment handler capabilities for vector, keyword,
and hybrid search operations.
JdbcIO.WriteWithResults. Previously, these settings were ignored (#35669).Breaking Changes
ParquetTableexternal table provider has changed its handling of theLOCATIONproperty. To read from a directory, the path must now end with a trailing slash (e.g.,LOCATION '/path/to/data/'). Previously, a trailing slash was not required. This change was made to enable support for glob patterns and single-file paths ([#35582])(#35582).Bugfixes
Known Issues
List of Contributors
According to git shortlog, the following people contributed to the 2.66.0 release. Thank you to all contributors!
Aditya Shukla, Ahmed Abualsaud, Arun Pandian, Boris Li, Chamikara Jayalath, Charles Nguyen, Chenzo, Danny McCormick, David Adeniji, Derrick Williams, Dmytro Tsyliuryk, Dustin Rhodes, Enrique Calderon, Gottipati Gautam, Hai Joey Tran, Hunor Portik, Jack McCluskey, Kenneth Knowles, Khorbaladze A., Marcio Sugar, Minh Son Nguyen, Mohamed Awnallah, Nathaniel Young, Nhon Dinh, Quentin Sommer, Rafael Raposo, Rakesh Kumar, Razvan Culea, Reuven Lax, Robert Bradshaw, Sam Whittle, Shunping Huang, Steven van Rossum, Talat UYARER, Tanu Sharma, Tarun Annapareddy, Tobi Kaymak, Tobias Kaymak, Valentyn Tymofieiev, Veronica Wasson, Vitaly Terentyev, XQ Hu, Yi Hu, akashorabek, arnavarora2004, changliiu, claudevdm, fozzie15, mvhensbergen, twosom
v2.66.0: Beam 2.66.0 releaseCompare Source
We are happy to present the new 2.66.0 release of Beam.
This release includes both improvements and new functionality.
For more information on changes in 2.66.0, check out the detailed release notes.
Beam 3.0.0 Development Highlights
From now, pipeline submitted by Java 8 client uses Java 11 SDK container for
remote pipeline execution (35064).
Highlights
I/Os
New Features / Improvements
Breaking Changes
--rfor--runner), you will now need to specify the whole argument (#34934).updateCompatibilityVersionoption to the SDK version used for the original pipeline, example--updateCompatabilityVersion=2.64.0AlloyDBVectorWriterConfigAPI to align with newPostgresVectorWritertransform. Heres a quick guide to update your code: (#35225)Bugfixes
Known Issues
N/A
List of Contributors
According to git shortlog, the following people contributed to the 2.66.0 release. Thank you to all contributors!
Aditya Yadav, Adrian Stoll, Ahmed Abualsaud, Bhargavkonidena, Chamikara Jayalath, Charles Nguyen, Chenzo, Damon, Danny McCormick, Derrick Williams, Enrique Calderon, Hai Joey Tran, Jack McCluskey, Kenneth Knowles, Leonardo Cesar Borges, Michael Gruschke, Minbo Bae, Minh Son Nguyen, Niel Markwick, Radosław Stankiewicz, Rakesh Kumar, Robert Bradshaw, S. Veyrié, Sam Whittle, Shubham Jaiswal, Shunping Huang, Steven van Rossum, Tanu Sharma, Vardhan Thigle, Vitaly Terentyev, XQ Hu, Yi Hu, akashorabek, atask-g, atognolag, bullet03, changliiu, claudevdm, fozzie15, ikarapanca, kristynsmith, Pablo Rodriguez Defino, tvalentyn, twosom, wollowizard
v2.65.0: Beam 2.65.0 ReleaseCompare Source
We are happy to present the new 2.65.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.65.0, check out the detailed release notes.
Highlights
I/Os
v17()) tocurrent()for better backward compatibility in the future.New Features / Improvements
Breaking Changes
pickle_library, where previouslydill was the default in #34695.
For known issues, reporting new issues, and understanding cloudpickle
behavior refer to #34903.
after reshuffle. To opt out of this change, set the
update_compatibility_version to a previous Beam version e.g. "2.64.0".
(#34348).
encoded with FastPrimitivesCoder falling back to PickleCoder. This only
affects cases where PaneInfo is directly stored as an element.
(#34824).
This fixes a bug where there can be data loss in a streaming pipeline if there
is a pending load job during autoscaling. To opt out of this change, set the
update_compatibility_version to a previous Beam version e.g. "2.64.0".
(#34657)
For older Beam versions, streaming update compatiblity can be maintained by specifying the pipeline
option
update_compatibility_version(#34767).Deprecations
Users are recommended to switch to Calcite SQL dialect.
Bugfixes
TypedDicttypehints are now compatible withMappingandDicttype annotations.Security Fixes
Known Issues
N/A
List of Contributors
According to git shortlog, the following people contributed to the 2.65.0 release. Thank you to all contributors!
Aaron Trelstad, Adrian Stoll, Ahmed Abualsaud, akashorabek, Arun Pandian, Bentsi Leviav, Bryan Dang, Celeste Zeng, Chamikara Jayalath, claudevdm, Danny McCormick, Derrick Williams, Ozzie Fernandez, Gabija Balvociute, Gayatri Kate, illoise, Jack McCluskey, Jan Lukavský, Jinho Lee, Justin Bandoro, Kenneth Knowles, XQ Hu, Luke Tsekouras, Martin Trieu, Matthew Suozzo, Naireen Hussain, Niel Markwick, Radosław Stankiewicz, Razvan Culea, Robert Bradshaw, Robert Burke, RuiLong J., Sam Whittle, Sarthak, Shubham Jaiswal, Shunping Huang, Steven van Rossum, Suvrat Acharya, sveyrie@luminatedata.com, Talat Uyarer, TanuSharma2511, Tobias Kaymak, Tom Stepp, Valentyn Tymofieiev, twosom, Vitaly Terentyev, wollowizard, Yi Hu, Yifan Ye, Zilin Du
v2.64.0: Beam 2.64.0 releaseCompare Source
We are happy to present the new 2.64.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.64.0, check out the detailed release notes.
Highlights
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.