Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the go-deps group across 1 directory with 19 updates #4575

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2025

Bumps the go-deps group with 15 updates in the / directory:

Package From To
cloud.google.com/go/storage 1.44.0 1.50.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.8.0 1.8.1
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob 1.5.0 1.6.0
github.com/aws/aws-sdk-go-v2 1.30.4 1.33.0
github.com/aws/aws-sdk-go-v2/config 1.27.31 1.29.1
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.17.16 1.17.53
github.com/aws/aws-sdk-go-v2/service/autoscaling 1.43.5 1.51.7
github.com/aws/aws-sdk-go-v2/service/ec2 1.177.0 1.201.0
github.com/getsentry/sentry-go 0.28.1 0.31.1
github.com/gophercloud/gophercloud 1.14.0 1.14.1
github.com/jackc/pgtype 1.14.3 1.14.4
github.com/openshift-online/ocm-sdk-go 0.1.438 0.1.456
github.com/osbuild/images 0.109.0 0.111.0
github.com/prometheus/client_golang 1.20.2 1.20.5
google.golang.org/api 0.214.0 0.218.0

Updates cloud.google.com/go/storage from 1.44.0 to 1.50.0

Release notes

Sourced from cloud.google.com/go/storage's releases.

storage: v1.50.0

1.50.0 (2025-01-09)

Features

  • storage/internal: Add new appendable Object to BidiWrite API (2e4feb9)
  • storage/internal: Add new preview BidiReadObject API (2e4feb9)
  • storage: Add support for gRPC bi-directional multi-range reads. This API is in private preview and not generally and is not yet available for general use. (#11377) (b4d86a5)
  • storage: Add support for ReadHandle, a gRPC feature that allows for accelerated resumption of streams when one is interrupted. ReadHandle requires the bi-directional read API, which is in private preview and is not yet available for general use. (#11377) (b4d86a5)
  • storage: Support appendable semantics for writes in gRPC. This API is in preview. (#11377) (b4d86a5)
  • storage: Refactor gRPC writer flow (#11377) (b4d86a5)

Bug Fixes

  • storage: Add mutex around uses of mrd variables (#11405) (54bfc32)
  • storage: Return the appropriate error for method not supported (#11416) (56d704e)

Documentation

  • storage/internal: Add IAM information to RPC comments for reference documentation (2e4feb9)
  • storage: Add preview comment to NewMultiRangeDownloader (#11420) (4ec1d66)
Commits
  • 22ab199 chore(main): release spanner 1.50.0 (#8484)
  • a79e693 feat(auth): add idtoken package (#8580)
  • 5feb3ea chore(alloydb/connectors): add config to generate apiv1 (#8636)
  • 57fc1a6 feat(networkconnectivity): add Network Connectivity Center APIs related to VP...
  • 38b957d chore(main): release bigtable 1.20.0 (#8243)
  • 69a8347 feat(auth): add grpctransport package (#8625)
  • 852a230 chore(auth): cleanup some small todos (#8628)
  • dd0b039 chore: fix publish job (#8627)
  • 2b5a2b5 chore(bigtable): switch to google.golang.org/protobuf (#8626)
  • 6933c5a feat(auth/oauth2adapt): adds a new module to translate types (#8595)
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.0 to 1.8.1

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.

sdk/azidentity/v1.8.1

1.8.1 (2025-01-15)

Bugs Fixed

  • User credential types inconsistently log access token scopes
  • DefaultAzureCredential skips managed identity in Azure Container Instances
  • Credentials having optional tenant IDs such as AzureCLICredential and InteractiveBrowserCredential require setting AdditionallyAllowedTenants when used with some clients

Other Changes

  • ChainedTokenCredential and DefaultAzureCredential continue to their next credential after ManagedIdentityCredential receives an unexpected response from IMDS, indicating the response is from something else such as a proxy
Commits
  • d5e09ea Prepare azidentity v1.8.1 for release (#23954)
  • af8249d Increment package version after release of storage/azblob (#23940)
  • 8b21042 Increment package version after release of storage/azdatalake (#23958)
  • a44e152 Release storage stg96 azdatalake preview (#23957)
  • b11c1a5 Relax tenant verification for credentials having optional tenant IDs (#23951)
  • e557039 remove erroneous package inclusion during package-properties evaluation (#23948)
  • 0fb4336 Increment package version after release of messaging/azservicebus (#23950)
  • b1480a2 Updating docs.microsoft.com to learn.microsoft.com (#23934)
  • 786b0be Credential chains continue iterating after unexpected IMDS responses (#23894)
  • 7d4721b add liftr base package dep to emitter dep list (#23938)
  • Additional commits viewable in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.5.0 to 1.6.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/storage/azblob's releases.

sdk/storage/azblob/v1.6.0

1.6.0 (2025-01-23)

Features Added

  • Upgraded service version to 2025-01-05.

sdk/storage/azblob/v1.6.0-beta.1

1.6.0-beta.1 (2025-01-13)

Features Added

  • Added permissions & resourcetype parameters in listblob response.
  • Added BlobProperties field in BlobPrefix definition in listblob response.

Bugs Fixed

  • Fix FilterBlob API if Query contains a space character. Fixes #23546
Commits
  • 36f766d add sdk/resourcemanager/cosmos/armcosmos live test (#20705)
  • c005ed6 sdk/resourcemanager/network/armnetwork live test (#20331)
  • 5fa7df4 add sdk/resourcemanager/compute/armcompute live test (#20048)
  • 0d22aed add sdk/resourcemanager/eventhub/armeventhub live test (#20686)
  • 2a8d96d add sdk/resourcemanager/postgresql/armpostgresql live test (#20685)
  • b2cddab [Release] sdk/resourcemanager/paloaltonetworksngfw/armpanngfw/0.1.0 (#20437)
  • ed7f3c7 Fix azidentity troubleshooting guide link (#20736)
  • 6dfd0cb [azeventhubs] Fixing checkpoint store race condition (#20727)
  • 745d967 pass along the artifact name so we can override it later (#20732)
  • 20b4dd8 Update changelog with latest features (#20730)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.30.4 to 1.33.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.31 to 1.29.1

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.30 to 1.17.54

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.16.12 to 1.16.24

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.16 to 1.17.53

Commits

Updates github.com/aws/aws-sdk-go-v2/service/autoscaling from 1.43.5 to 1.51.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.177.0 to 1.201.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.61.0 to 1.74.0

Commits

Updates github.com/aws/smithy-go from 1.20.4 to 1.22.1

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2025-01-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.2
    • Bug Fix: Fix HTTP metrics data race.
    • Bug Fix: Replace usages of deprecated ioutil package.

Release (2024-11-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.1
    • Bug Fix: Fix failure to replace URI path segments when their names overlap.

Release (2024-10-03)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.0
    • Feature: Add HTTP client metrics.

Release (2024-09-25)

Module Highlights

  • github.com/aws/smithy-go/aws-http-auth: v1.0.0
    • Release: Initial release of module aws-http-auth, which implements generically consumable SigV4 and SigV4a request signing.

Release (2024-09-19)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.21.0
    • Feature: Add tracing and metrics APIs, and builtin instrumentation for both, in generated clients.
  • github.com/aws/smithy-go/metrics/smithyotelmetrics: v1.0.0
    • Release: Initial release of smithyotelmetrics module, which is used to adapt an OpenTelemetry SDK meter provider to be used with Smithy clients.
  • github.com/aws/smithy-go/tracing/smithyoteltracing: v1.0.0
    • Release: Initial release of smithyoteltracing module, which is used to adapt an OpenTelemetry SDK tracer provider to be used with Smithy clients.

Release (2024-08-14)

Module Highlights

... (truncated)

Commits
  • bed421c Release 2024-11-15
  • 4d1e793 add changelog for fix pr
  • 84c6c7e Fix: URI path element replace issue due to elements name overlap (#553)
  • 253cd26 fixup jmespath multiselect codegen (#551)
  • a4c9efc Update Smithy version to 1.52.1 (#550)
  • 48250f4 Update string shape from synthetic to base (#549)
  • e6338ca Allow all headers to be set to an empty value (#547)
  • e3a9df9 add annotation to package docs when the service shape is deprecated (#546)
  • 90c085e fix: allow empty headers on prefix headers (#544)
  • a73f41b stabilize order of client plugin additions (#545)
  • Additional commits viewable in compare view

Updates github.com/getsentry/sentry-go from 0.28.1 to 0.31.1

Release notes

Sourced from github.com/getsentry/sentry-go's releases.

0.31.1

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.31.1.

Bug Fixes

  • Correct wrong module name for sentry-go/logrus (#950)

0.31.0

Breaking Changes

  • Remove support for metrics. Read more about the end of the Metrics beta here. (#914)

  • Remove support for profiling. (#915)

  • Remove Segment field from the User struct. This field is no longer used in the Sentry product. (#928)

  • Every integration is now a separate module, reducing the binary size and number of dependencies. Once you update sentry-go to latest version, you'll need to go get the integration you want to use. For example, if you want to use the echo integration, you'll need to run go get github.com/getsentry/sentry-go/echo (#919).

Features

  • Add the ability to override hub in context for integrations that use custom context. (#931)

  • Add HubProvider Hook for sentrylogrus, enabling dynamic Sentry hub allocation for each log entry or goroutine. (#936)

This change enhances compatibility with Sentry's recommendation of using separate hubs per goroutine. To ensure a separate Sentry hub for each goroutine, configure the HubProvider like this:

hook, err := sentrylogrus.New(nil, sentry.ClientOptions{})
if err != nil {
    log.Fatalf("Failed to initialize Sentry hook: %v", err)
}
// Set a custom HubProvider to generate a new hub for each goroutine or log entry
hook.SetHubProvider(func() *sentry.Hub {
client, _ := sentry.NewClient(sentry.ClientOptions{})
return sentry.NewHub(client, sentry.NewScope())
})
logrus.AddHook(hook)

Bug Fixes

  • Add support for closing worker goroutines started by the HTTPTranport to prevent goroutine leaks. (#894)
client, _ := sentry.NewClient()
defer client.Close()

... (truncated)

Changelog

Sourced from github.com/getsentry/sentry-go's changelog.

0.31.1

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.31.1.

Bug Fixes

  • Correct wrong module name for sentry-go/logrus (#950)

0.31.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.31.0.

Breaking Changes

  • Remove support for metrics. Read more about the end of the Metrics beta here. (#914)

  • Remove support for profiling. (#915)

  • Remove Segment field from the User struct. This field is no longer used in the Sentry product. (#928)

  • Every integration is now a separate module, reducing the binary size and number of dependencies. Once you update sentry-go to latest version, you'll need to go get the integration you want to use. For example, if you want to use the echo integration, you'll need to run go get github.com/getsentry/sentry-go/echo (#919).

Features

Add the ability to override hub in context for integrations that use custom context. (#931)

  • Add HubProvider Hook for sentrylogrus, enabling dynamic Sentry hub allocation for each log entry or goroutine. (#936)

This change enhances compatibility with Sentry's recommendation of using separate hubs per goroutine. To ensure a separate Sentry hub for each goroutine, configure the HubProvider like this:

hook, err := sentrylogrus.New(nil, sentry.ClientOptions{})
if err != nil {
    log.Fatalf("Failed to initialize Sentry hook: %v", err)
}
// Set a custom HubProvider to generate a new hub for each goroutine or log entry
hook.SetHubProvider(func() *sentry.Hub {
client, _ := sentry.NewClient(sentry.ClientOptions{})
return sentry.NewHub(client, sentry.NewScope())
})
logrus.AddHook(hook)

Bug Fixes

  • Add support for closing worker goroutines started by the HTTPTranport to prevent goroutine leaks. (#894)
</tr></table> 

... (truncated)

Commits

Updates github.com/gophercloud/gophercloud from 1.14.0 to 1.14.1

Release notes

Sourced from github.com/gophercloud/gophercloud's releases.

v1.14.1

What's Changed

Full Changelog: gophercloud/gophercloud@v1.14.0...v1.14.1

Changelog

Sourced from github.com/gophercloud/gophercloud's changelog.

v1.14.1 (2024-09-18)

  • GH-3162 Fix security group rule "any protocol"
Commits
  • b26ed82 Merge pull request #3174 from shiftstack/prepare_v1.14.1
  • 815c7c8 Prepare v1.14.1
  • 7121f43 Merge pull request #3162 from shiftstack/sec_group_rule_create_any_protocol
  • 4ffa3ea Fix security group rule "any protocol"
  • See full diff in compare view

Updates github.com/jackc/pgtype from 1.14.3 to 1.14.4

Changelog

Sourced from github.com/jackc/pgtype's changelog.

1.14.4 (October 18, 2024)

  • Update pgx to v4.18.3
Commits

Updates github.com/openshift-online/ocm-sdk-go from 0.1.438 to 0.1.456

Release notes

Sourced from github.com/openshift-online/ocm-sdk-go's releases.

Release 0.1.456

  • Update model version to v0.0.409
    • Update cluster migration state to match API object

Release 0.1.455

  • Update model version to v0.0.408
    • Update cluster migration type constant

Release 0.1.454

  • Update model version to v0.0.407
    • Add ClusterMigration resources

Release 0.1.453

  • Update model version to v0.0.406
    • Expose the GCP Shielded VM secure boot setting at the machine pool level

Release 0.1.452

  • Update model version v0.0.405
  • Update metamodel version v0.0.64
    • Add ARO HCP v1alpha1 root resource

Release 0.1.451

  • Update model version v0.0.404
    • Add WifConfig patch endpoint

Release 0.1.450

  • Update model version v0.0.403
    • Add NodesOutboundConnectivity in azure_type.model to the Azure model
    • Add AzureNodesOutboundConnectivity model

Release 0.1.449

Update model version v0.0.402

  • Add WifConfig status endpoint
  • Add WifConfigStatus model

Release 0.1.448

  • Update model version v0.0.401
    • Include support for HCP shared vpc fields in Cluster and DNS models.

Release 0.1.447

  • Update model version v0.0.400
    • Update ocm-sdk-go examples for Addons
    • Update Parameters attribute in addon_installation_type.model to the List of AddonInstallationParameter type.
    • Update Parameters attribute in addon_type.model to the List of AddonParameter type.

Release 0.1.446

  • Update model version v0.0.399
    • Improve Clusters Azure API type documentation
    • Add Azure Operators Authentication related types
    • Add AzureOperatorsAuthentication type to Azure type

... (truncated)

Changelog

Sourced from github.com/openshift-online/ocm-sdk-go's changelog.

0.1.456

  • Update model version to v0.0.409
    • Update cluster migration state to match API object

0.1.455

  • Update model version to v0.0.408
    • Update cluster migration type constant

0.1.454

  • Update model version to v0.0.407
    • Add ClusterMigration resources

0.1.453

  • Update model version to v0.0.406
    • Expose the GCP Shielded VM secure boot setting at the machine pool level

0.1.452

  • Update model version v0.0.405
  • Update metamodel version v0.0.64
    • Add ARO HCP v1alpha1 root resource

0.1.451

  • Update model version v0.0.404
    • Add WifConfig patch endpoint

0.1.450

  • Update model version v0.0.403
    • Add NodesOutboundConnectivity in azure_type.model to the Azure model
    • Add AzureNodesOutboundConnectivity model

0.1.449

Update model version v0.0.402

  • Add WifConfig status endpoint
  • Add WifConfigStatus model

0.1.448

  • Update model version v0.0.401
    • Include support for HCP shared vpc fields in Cluster and DNS models.

0.1.447

  • Update model version v0.0.400
    • Update ocm-sdk-go examples for Addons
    • Update Parameters attribute in addon_installation_type.model to the List of AddonInstallationParameter type.
    • Update Parameters attribute in addon_type.model to the List of AddonParameter type.

0.1.446

  • Update model version v0.0.399
    • Improve Clusters Azure API type documentation
    • Add Azure Operators Authentication related types
    • Add AzureOperatorsAuthentication type to Azure type

... (truncated)

Commits
  • 3e36cfd Merge pull request #1020 from AlexVulaj/OCM-13173_update-model-409
  • be44d46 Update version and release notes
  • f638996 Update model to 0.0.409
  • 8d1c5a5 Merge pull request #1019 from AlexVulaj/OCM-12069_update-model
  • 6c7aa86 Bump version
  • 6db10a5 OCM-12069 | (chore): Update model version
  • e01df08 Merge pull request #1018 from AlexVulaj/OCM-12069_cluster-migrations
  • 89c40bd Bump version
  • 027fe8d OCM-12069 | (feat): Add cluster migrations with examples
  • be9d26c Merge pull request #1017 from renan-campos/OCM-13172
  • Additional commits viewable in compare view

Updates github.com/osbuild/images from 0.109.0 to 0.111.0

Release notes

Sourced from github.com/osbuild/images's releases.

0.111.0

Changes with 0.111.0

  • Unify locales and timezones in RHEL 10 disk images (HMS-5342) (#1147)
    • Author: Achilleas Koutsou, Reviewers: Tomáš Hozza
  • test: switch F41 repo snapshots to GA (#1149)
    • Author: Achilleas Koutsou, Reviewers: Simon de Vlieger

— Somewhere on the Internet, 2025-01-20

0.110.0

Changes with 0.110.0

  • Add erofs support (#1117)
    • Author: Brian C. Lane, Reviewers: Tomáš Hozza
  • Remove dnsmasq from iot package sets (#1138)
    • Author: djach7, Reviewers: Achilleas Koutsou
  • Update osbuild dependency commit ID to latest (#1136)
    • Author: SchutzBot, Reviewers: Achilleas Koutsou
  • Update snapshots to 20250109 (#1134)
    • Author: SchutzBot, Reviewers: Achilleas Koutsou
  • Update snapshots to 20250115 (#1144)
    • Author: SchutzBot, Reviewers: Achilleas Koutsou
  • anaconda: Use erroronfail (#1137)
    • Author: Colin Walters, Reviewers: Michael Vogt, Simon de Vlieger
  • crypt: provide non-cgo implementation of "crypt()" to be more cross-build friendly (#1114)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger, Tomáš Hozza
  • manifest,sources: add librepo support to Serialize/GenSources (#1142)
    • Author: Michael Vogt, Reviewers: Tomáš Hozza
  • manifest: change the serializeStart() to take a new Inputs arg (#1139)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai, Simon de Vlieger, Tomáš Hozza
  • osbuild: add org.osbuild.librepo source wrapper (#1141)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai
  • rpmmd,dnfjson: add Path, RepoID to PackageSpec for librepo (#1140)
    • Author: Michael Vogt, Reviewers: Achilleas Koutsou, Tomáš Hozza

— Somewhere on the Internet, 2025-01-17

Commits
  • 6adb03d test: switch F41 repo snapshots to GA
  • 937c9a9 distro/rhel10: use only distro-wide locale and timezone
  • ee82baa distro: set default locales on installer image types
  • 1b8820e image: allow setting the locale for Installer images
  • 3187760 image: check for nil object before assignments in tests
  • 78250a4 manifest: allow setting the locale for Anaconda ISOs
  • 83e6770 distro/rhel10: all image timezones are UTC by default
  • 9e334dd distro/rhel10: all image locales are C.UTF-8 by default
  • 97ca7c6 gen-manifest: tweak check for empty pkgsets
  • b8ca69d osbuild: introduce new SourceName{Ostree,Inline,Curl,Librepo} consts
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.20.2 to 1.20.5

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.20.5 / 2024-10-15

We decided to revert the testutil change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.

Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced testutil package/module with more flexible and safer APIs.

Thanks to @​dashpole @​dgrisonnet @​kakkoyun @​ArthurSens @​vesari @​logicalhan @​krajorama @​bwplotka who helped in this patch release! 🤗

Changelog

[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645

v1.20.4

  • [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #1623

v1.20.3

  • [BUGFIX] histograms: Fix possible data race when appending exemplars. #1608
Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.20.5 / 2024-10-15

  • [BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input.

1.20.4 / 2024-09-07

  • [BUGFIX] histograms: Fix possible data race when appending exemplars vs metrics gather. #1623

1.20.3 / 2024-09-05

  • [BUGFIX] histograms: Fix possible data race when appending exemplars. #1608
Commits
  • 48e12a1 Merge pull request #1645 from prometheus/cut-1204-pr1424

Bumps the go-deps group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.44.0` | `1.50.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.8.0` | `1.8.1` |
| [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://github.com/Azure/azure-sdk-for-go) | `1.5.0` | `1.6.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.30.4` | `1.33.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.31` | `1.29.1` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.17.16` | `1.17.53` |
| [github.com/aws/aws-sdk-go-v2/service/autoscaling](https://github.com/aws/aws-sdk-go-v2) | `1.43.5` | `1.51.7` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.177.0` | `1.201.0` |
| [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) | `0.28.1` | `0.31.1` |
| [github.com/gophercloud/gophercloud](https://github.com/gophercloud/gophercloud) | `1.14.0` | `1.14.1` |
| [github.com/jackc/pgtype](https://github.com/jackc/pgtype) | `1.14.3` | `1.14.4` |
| [github.com/openshift-online/ocm-sdk-go](https://github.com/openshift-online/ocm-sdk-go) | `0.1.438` | `0.1.456` |
| [github.com/osbuild/images](https://github.com/osbuild/images) | `0.109.0` | `0.111.0` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.2` | `1.20.5` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.214.0` | `0.218.0` |



Updates `cloud.google.com/go/storage` from 1.44.0 to 1.50.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.44.0...spanner/v1.50.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.8.0...sdk/azidentity/v1.8.1)

Updates `github.com/Azure/azure-sdk-for-go/sdk/storage/azblob` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.5.0...sdk/azcore/v1.6.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.30.4 to 1.33.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.30.4...v1.33.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.31 to 1.29.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.31...config/v1.29.1)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.30 to 1.17.54
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.30...credentials/v1.17.54)

Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.16.12 to 1.16.24
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.16.12...service/ram/v1.16.24)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.17.16 to 1.17.53
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.16...credentials/v1.17.53)

Updates `github.com/aws/aws-sdk-go-v2/service/autoscaling` from 1.43.5 to 1.51.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/fsx/v1.43.5...service/autoscaling/v1.51.7)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.177.0 to 1.201.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.177.0...service/ec2/v1.201.0)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.61.0 to 1.74.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.61.0...service/s3/v1.74.0)

Updates `github.com/aws/smithy-go` from 1.20.4 to 1.22.1
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.20.4...v1.22.1)

Updates `github.com/getsentry/sentry-go` from 0.28.1 to 0.31.1
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.28.1...v0.31.1)

Updates `github.com/gophercloud/gophercloud` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/gophercloud/gophercloud/releases)
- [Changelog](https://github.com/gophercloud/gophercloud/blob/v1.14.1/CHANGELOG.md)
- [Commits](gophercloud/gophercloud@v1.14.0...v1.14.1)

Updates `github.com/jackc/pgtype` from 1.14.3 to 1.14.4
- [Changelog](https://github.com/jackc/pgtype/blob/master/CHANGELOG.md)
- [Commits](jackc/pgtype@v1.14.3...v1.14.4)

Updates `github.com/openshift-online/ocm-sdk-go` from 0.1.438 to 0.1.456
- [Release notes](https://github.com/openshift-online/ocm-sdk-go/releases)
- [Changelog](https://github.com/openshift-online/ocm-sdk-go/blob/main/CHANGES.md)
- [Commits](openshift-online/ocm-sdk-go@v0.1.438...v0.1.456)

Updates `github.com/osbuild/images` from 0.109.0 to 0.111.0
- [Release notes](https://github.com/osbuild/images/releases)
- [Commits](osbuild/images@v0.109.0...v0.111.0)

Updates `github.com/prometheus/client_golang` from 1.20.2 to 1.20.5
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.20.2...v1.20.5)

Updates `google.golang.org/api` from 0.214.0 to 0.218.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.214.0...v0.218.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/ec2/imds
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/autoscaling
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/smithy-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/getsentry/sentry-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/gophercloud/gophercloud
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/jackc/pgtype
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/openshift-online/ocm-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/osbuild/images
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants