chore(deps): update go dependencies#371
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
Conversation
b57cb92 to
abe73a6
Compare
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
5525b7f to
fb71d28
Compare
daac8d3 to
c268eb5
Compare
7298a1c to
f0d0efc
Compare
Author
|
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
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.1.50→v0.1.81v0.1.93(+11)v1.7.0→v1.11.0v1.27.0→v1.31.0v0.9.0→v1.0.0v1.1.0v1.20.0→v1.25.0v1.21.0→v1.22.0v1.13.1→v1.14.0v1.4.0→v1.5.0v3.3.1→v3.5.0v1.6.0→v1.6.1v1.41.5→v1.42.0v1.32.14→v1.32.25v1.19.14→v1.19.24v1.18.21→v1.18.29v1.4.21→v1.4.29v2.7.21→v2.7.29v1.13.7→v1.13.12v1.13.21→v1.13.29v1.50.4→v1.53.4v1.24.3→v1.27.2v1.27.3v4.3.0→v6.0.1v5.0.3→v6.0.1v3.17.0→v3.19.0v1.0.4→v1.1.0v1.9.0→v1.10.1v3.0.4→v4.1.4v0.21.4→v0.21.7v0.3.14→v0.3.17v2.21.0→v2.22.0v1.4.0→v2.3.3v2.28.0→v2.29.0v1.0.1-vault-7→v2.24.0v3.4.0→v3.4.1v0.20260406.0→v0.20260623.0v2.3.0→v2.4.2v0.67.5→v0.69.0v0.10.0→v0.11.0v1.10.5→v1.10.8v1.10.5→v1.10.8v1.10.5→v1.10.8v1.10.5→v1.10.8v1.10.5→v1.10.8v2.6.0→v2.8.1v2.1.0→v3.0.0v2.2.0→v2.3.0v2.6.0→v2.7.0v0.67.0→v0.69.0v0.67.0→v0.69.0v1.43.0→v1.44.0v1.43.0→v1.44.0v1.43.0→v1.44.0v1.43.0→v1.44.0v0.77.2→v0.83.0v0.84.1(+1)v1.27.1→v1.28.0v2.4.4→v3.0.4v3.25.3→v3.28.0v0.49.0→v0.53.0v0.52.0→v0.56.0v0.20.0→v0.21.0v0.42.0→v0.46.0v0.41.0→v0.44.0v0.35.0→v0.38.0v0.274.0→v0.286.06f92a3b→b703f566f92a3b→b703f566f92a3b→b703f56v1.80.0→v1.81.1Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
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.
v0.11.0Compare Source
Clients for spanner, pubsub and video are now in beta.
New client for DLP.
spanner: performance and testing improvements.
storage: requester-pays buckets are supported.
storage, profiler, bigtable, bigquery: bug fixes and other minor improvements.
pubsub: bug fixes and other minor improvements
v0.10.0Compare Source
pubsub: Subscription.ModifyPushConfig replaced with Subscription.Update.
pubsub: Subscription.Receive now runs concurrently for higher throughput.
vision: cloud.google.com/go/vision is deprecated. Use
cloud.google.com/go/vision/apiv1 instead.
translation: now stable.
trace: several changes to the surface. See the link below.
Code changes required from v0.9.0
pubsub: Replace
with
trace: traceGRPCServerInterceptor will be provided from *trace.Client.
Given an initialized
*trace.Clientnamedtc, instead ofwrite
trace trace.GRPCClientInterceptor will also provided from *trace.Client.
Instead of
write
trace: We removed the deprecated
trace.EnableGRPCTracing. Use the gRPCinterceptor as a dial option as shown below when initializing Cloud package
clients:
Masterminds/semver (github.com/Masterminds/semver/v3)
v3.5.0Compare Source
What's Changed
New Contributors
Full Changelog: Masterminds/semver@v3.4.0...v3.5.0
v3.4.0Compare Source
There are a few changes in this release to highlight:
Constraintsnow has a propertyIncludePrerelease. When set to true theCheckandValidatemethods will include prereleases.>1.0.0-beta.1 < 2. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. This is considered a long standing bug fix. Note, this does not carry across OR groups. For example,>1.0.0-beta.1 < 2 || > 3. In this case, prereleases will not be included when evaluating against>3.NewVersioncoercion with leading "0"'s is restored. This can be disabled by setting the package level propertyCoerceNewVersiontofalse.What's Changed
New Contributors
Full Changelog: Masterminds/semver@v3.3.1...v3.4.0
ThalesGroup/crypto11 (github.com/ThalesGroup/crypto11)
v1.6.1Compare Source
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)
v1.42.0Compare Source
General Highlights
Module Highlights
github.com/aws/aws-sdk-go-v2: v1.42.0github.com/aws/aws-sdk-go-v2/service/computeoptimizer: v1.53.0github.com/aws/aws-sdk-go-v2/service/costoptimizationhub: v1.24.0github.com/aws/aws-sdk-go-v2/service/deadline: v1.33.0github.com/aws/aws-sdk-go-v2/service/devopsagent: v1.6.0github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.59.0github.com/aws/aws-sdk-go-v2/service/dynamodbstreams: v1.33.0github.com/aws/aws-sdk-go-v2/service/mediapackagev2: v1.40.0github.com/aws/aws-sdk-go-v2/service/mgn: v1.45.0github.com/aws/aws-sdk-go-v2/service/observabilityadmin: v1.17.0github.com/aws/aws-sdk-go-v2/service/omics: v1.44.0github.com/aws/aws-sdk-go-v2/service/sfn: v1.43.0github.com/aws/aws-sdk-go-v2/service/sqs: v1.44.0github.com/aws/aws-sdk-go-v2/service/swf: v1.35.0github.com/aws/aws-sdk-go-v2/service/taxsettings: v1.18.0v1.41.12Compare Source
General Highlights
Module Highlights
github.com/aws/aws-sdk-go-v2: v1.41.12github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.33.0github.com/aws/aws-sdk-go-v2/service/appflow: v1.52.0github.com/aws/aws-sdk-go-v2/service/appintegrations: v1.38.0github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.47.0github.com/aws/aws-sdk-go-v2/service/chimesdkvoice: v1.29.0github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.72.0github.com/aws/aws-sdk-go-v2/service/configservice: v1.64.0github.com/aws/aws-sdk-go-v2/service/connectparticipant: v1.37.0github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.65.0github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect: v1.33.0github.com/aws/aws-sdk-go-v2/service/efs: v1.42.0github.com/aws/aws-sdk-go-v2/service/emr: v1.61.0github.com/aws/aws-sdk-go-v2/service/geomaps: v1.11.0github.com/aws/aws-sdk-go-v2/service/glue: v1.143.0github.com/aws/aws-sdk-go-v2/service/guardduty: v1.79.2github.com/aws/aws-sdk-go-v2/service/interconnect: v1.1.0github.com/aws/aws-sdk-go-v2/service/ivs: v1.52.0github.com/aws/aws-sdk-go-v2/service/kendra: v1.61.0github.com/aws/aws-sdk-go-v2/service/mediaconnect: v1.50.0github.com/aws/aws-sdk-go-v2/service/mediapackage: v1.40.0github.com/aws/aws-sdk-go-v2/service/mediapackagevod: v1.40.0github.com/aws/aws-sdk-go-v2/service/mq: v1.35.0github.com/aws/aws-sdk-go-v2/service/mwaaserverless: v1.1.0github.com/aws/aws-sdk-go-v2/service/opensearchserverless: v1.32.0github.com/aws/aws-sdk-go-v2/service/route53recoveryreadiness: v1.27.0github.com/aws/aws-sdk-go-v2/service/s3files: v1.1.0github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.252.0github.com/aws/aws-sdk-go-v2/service/sagemakerruntimehttp2: v1.1.0github.com/aws/aws-sdk-go-v2/service/signerdata: v1.1.0github.com/aws/aws-sdk-go-v2/service/sns: v1.40.0github.com/aws/aws-sdk-go-v2/service/sustainability: v1.1.0github.com/aws/aws-sdk-go-v2/service/taxsettings: v1.17.0github.com/aws/aws-sdk-go-v2/service/uxc: v1.1.0github.com/aws/aws-sdk-go-v2/service/wickr: v1.3.0github.com/aws/aws-sdk-go-v2/service/workdocs: v1.31.0github.com/aws/aws-sdk-go-v2/service/workspaces: v1.69.0v1.41.11Compare Source
General Highlights
Module Highlights
github.com/aws/aws-sdk-go-v2: v1.41.11github.com/aws/aws-sdk-go-v2/service/georoutes: v1.12.0v1.41.10Compare Source
General Highlights
Module Highlights
github.com/aws/aws-sdk-go-v2: v1.41.10github.com/aws/aws-sdk-go-v2/service/cloudwatch: v1.58.0github.com/aws/aws-sdk-go-v2/service/ec2: v1.305.0github.com/aws/aws-sdk-go-v2/service/elasticache: v1.54.0github.com/aws/aws-sdk-go-v2/service/georoutes: v1.11.0github.com/aws/aws-sdk-go-v2/service/guardduty: v1.79.0github.com/aws/aws-sdk-go-v2/service/iot: v1.75.1github.com/aws/aws-sdk-go-v2/service/keyspacesstreams: v1.8.0github.com/aws/aws-sdk-go-v2/service/lambda: v1.92.0github.com/aws/aws-sdk-go-v2/service/lexruntimeservice: v1.30.0github.com/aws/aws-sdk-go-v2/service/managedblockchain: v1.32.0github.com/aws/aws-sdk-go-v2/service/marketplacemetering: v1.37.0github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.92.0github.com/aws/aws-sdk-go-v2/service/medialive: v1.98.0github.com/aws/aws-sdk-go-v2/service/mediastore: v1.30.0github.com/aws/aws-sdk-go-v2/service/migrationhub: v1.32.0github.com/aws/aws-sdk-go-v2/service/mturk: v1.31.0github.com/aws/aws-sdk-go-v2/service/neptune: v1.45.0github.com/aws/aws-sdk-go-v2/service/personalizeruntime: v1.34.0github.com/aws/aws-sdk-go-v2/service/pi: v1.37.0github.com/aws/aws-sdk-go-v2/service/pinpoint: v1.40.0github.com/aws/aws-sdk-go-v2/service/pinpointemail: v1.30.0github.com/aws/aws-sdk-go-v2/service/polly: v1.58.0github.com/aws/aws-sdk-go-v2/service/ram: v1.37.0github.com/aws/aws-sdk-go-v2/service/redshift: v1.63.0github.com/aws/aws-sdk-go-v2/service/rekognition: v1.52.0github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi: v1.33.0github.com/aws/aws-sdk-go-v2/service/route53: v1.63.0github.com/aws/aws-sdk-go-v2/service/route53domains: v1.36.0github.com/aws/aws-sdk-go-v2/service/s3: v1.103.0github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.251.0github.com/aws/aws-sdk-go-v2/service/sagemakerjobruntime: v1.0.0github.com/aws/aws-sdk-go-v2/service/secretsmanager: v1.42.0github.com/aws/aws-sdk-go-v2/service/servicecatalog: v1.40.0github.com/aws/aws-sdk-go-v2/service/sfn: v1.42.0github.com/aws/aws-sdk-go-v2/service/shield: v1.35.0github.com/aws/aws-sdk-go-v2/service/snowball: v1.37.0github.com/aws/aws-sdk-go-v2/service/sqs: v1.43.0github.com/aws/aws-sdk-go-v2/service/ssm: v1.69.0github.com/aws/aws-sdk-go-v2/service/sso: v1.31.0github.com/aws/aws-sdk-go-v2/service/storagegateway: v1.44.0github.com/aws/aws-sdk-go-v2/service/sts: v1.43.0github.com/aws/aws-sdk-go-v2/service/swf: v1.34.0github.com/aws/aws-sdk-go-v2/service/transcribe: v1.56.0github.com/aws/aws-sdk-go-v2/service/transfer: v1.73.0github.com/aws/aws-sdk-go-v2/service/waf: v1.31.0github.com/aws/aws-sdk-go-v2/service/xray: v1.37.0v1.41.9Compare Source
v1.41.8Compare Source
General Highlights
Module Highlights
github.com/aws/aws-sdk-go-v2: v1.41.8github.com/aws/aws-sdk-go-v2/config: v1.32.19github.com/aws/aws-sdk-go-v2/credentials: v1.19.18github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager: v0.2.1github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.49.0github.com/aws/aws-sdk-go-v2/service/amp: v1.43.0github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.29.0github.com/aws/aws-sdk-go-v2/service/appstream: v1.60.0github.com/aws/aws-sdk-go-v2/service/arcregionswitch: v1.8.0github.com/aws/aws-sdk-go-v2/service/artifact: v1.16.0github.com/aws/aws-sdk-go-v2/service/backupsearch: v1.7.0github.com/aws/aws-sdk-go-v2/service/bedrock: v1.62.0github.com/aws/aws-sdk-go-v2/service/bedrockagentcore: v1.28.0github.com/aws/aws-sdk-go-v2/service/bedrockagentcorecontrol: v1.41.0github.com/aws/aws-sdk-go-v2/service/bedrockdataautomationruntime: v1.11.0github.com/aws/aws-sdk-go-v2/service/bedrockruntime: v1.53.0github.com/aws/aws-sdk-go-v2/service/billingconductor: v1.30.0github.com/aws/aws-sdk-go-v2/service/braket: v1.41.0github.com/aws/aws-sdk-go-v2/service/chatbot: v1.15.0github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.34.0github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging: v1.33.0github.com/aws/aws-sdk-go-v2/service/cloudfrontkeyvaluestore: v1.13.0github.com/aws/aws-sdk-go-v2/service/codegurureviewer: v1.35.0github.com/aws/aws-sdk-go-v2/service/codestarconnections: v1.36.0github.com/aws/aws-sdk-go-v2/service/controlcatalog: v1.16.0github.com/aws/aws-sdk-go-v2/service/costoptimizationhub: v1.23.0github.com/aws/aws-sdk-go-v2/service/customerprofiles: v1.62.0github.com/aws/aws-sdk-go-v2/service/deadline: v1.32.0github.com/aws/aws-sdk-go-v2/service/detective: v1.39.0github.com/aws/aws-sdk-go-v2/service/finspacedata: v1.34.0github.com/aws/aws-sdk-go-v2/service/georoutes: v1.10.0github.com/aws/aws-sdk-go-v2/service/groundstation: v1.42.0github.com/aws/aws-sdk-go-v2/service/iot: v1.74.0github.com/aws/aws-sdk-go-v2/service/iotdataplane: v1.33.0github.com/aws/aws-sdk-go-v2/service/iottwinmaker: v1.30.0github.com/aws/aws-sdk-go-v2/service/ivs: v1.51.0github.com/aws/aws-sdk-go-v2/service/keyspaces: v1.26.0github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2: v1.38.0github.com/aws/aws-sdk-go-v2/service/kinesisvideosignaling: v1.29.0github.com/aws/aws-sdk-go-v2/service/lookoutequipment: v1.37.0github.com/aws/aws-sdk-go-v2/service/marketplacereporting: v1.8.0github.com/aws/aws-sdk-go-v2/service/migrationhubstrategy: v1.27.0github.com/aws/aws-sdk-go-v2/service/neptunegraph: v1.22.0github.com/aws/aws-sdk-go-v2/service/networkmonitor: v1.14.0github.com/aws/aws-sdk-go-v2/service/opensearchserverless: v1.31.0github.com/aws/aws-sdk-go-v2/service/pcs: v1.19.0github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoicev2: v1.29.0github.com/aws/aws-sdk-go-v2/service/redshiftdata: v1.40.0github.com/aws/aws-sdk-go-v2/service/resiliencehubv2: v1.0.0github.com/aws/aws-sdk-go-v2/service/route53recoverycontrolconfig: v1.33.0github.com/aws/aws-sdk-go-v2/service/s3control: v1.71.0github.com/aws/aws-sdk-go-v2/service/sagemakera2iruntime: v1.33.0github.com/aws/aws-sdk-go-v2/service/sagemakerruntime: v1.40.0github.com/aws/aws-sdk-go-v2/service/securityagent: v1.4.0github.com/aws/aws-sdk-go-v2/service/signin: v1.1.0github.com/aws/aws-sdk-go-v2/service/socialmessaging: v1.10.0github.com/aws/aws-sdk-go-v2/service/ssmincidents: v1.40.0github.com/aws/aws-sdk-go-v2/service/supplychain: v1.18.0github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb: v1.20.0github.com/aws/aws-sdk-go-v2/service/trustedadvisor: v1.15.0github.com/aws/aws-sdk-go-v2/service/verifiedpermissions: v1.34.0github.com/aws/aws-sdk-go-v2/service/wickr: v1.2.0v1.41.7Compare Source
Module Highlights
github.com/aws/aws-sdk-go-v2/service/ecs: v1.41.7github.com/aws/aws-sdk-go-v2/service/glue: v1.78.0github.com/aws/aws-sdk-go-v2/service/ivschat: v1.12.5github.com/aws/aws-sdk-go-v2/service/rolesanywhere: v1.10.0github.com/aws/aws-sdk-go-v2/service/securityhub: v1.47.2v1.41.6Compare Source
aws/smithy-go (github.com/aws/smi
Configuration
📅 Schedule: (UTC)
🚦 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.