Skip to content

build(deps): bump the build group across 1 directory with 15 updates#4560

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/build-d761c209c2
Open

build(deps): bump the build group across 1 directory with 15 updates#4560
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/build-d761c209c2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps the build group with 9 updates in the / directory:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob 1.6.4 1.7.0
github.com/aws/aws-sdk-go-v2 1.41.6 1.41.7
github.com/aws/aws-sdk-go-v2/config 1.32.16 1.32.17
github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager 0.1.18 0.1.21
github.com/aws/aws-sdk-go-v2/service/ec2 1.299.0 1.303.0
github.com/aws/aws-sdk-go-v2/service/iam 1.53.8 1.53.10
github.com/digitalocean/godo 1.188.0 1.191.0
github.com/vmware/govmomi 0.53.1 0.54.0
google.golang.org/api 0.276.0 0.279.0

Updates github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.6.4 to 1.7.0

Release notes

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

sdk/storage/azblob/v1.7.0

1.7.0 (2026-05-14)

Features Added

  • Includes all features from 1.7.0-beta.1

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

1.7.0-beta.1 (2026-04-23)

Features Added

  • Added support for service version 2026-04-06.
  • Added support for Delete Blob Conditional Tier.
  • Added support for Server-side Encryption Rekeying.
  • Added cross-tenant support for Principal-Bound User Delegation SAS.
  • Added support for Dynamic User Delegation SAS.

Bugs Fixed

  • Added support for error code IncrementalCopyOfEarlierSnapshotNotAllowed. This replaces IncrementalCopyOfEralierVersionSnapshotNotAllowed which has been deprecated.
  • Added support for missing SKU name values.

sdk/storage/azfile/v1.7.0-beta.1

1.7.0-beta.1 (2026-05-05)

Features Added

  • Added support for service version 2026-06-06.
  • Added support for uploading up to 4 MiB of data with Create File API.
Commits

Updates github.com/aws/aws-sdk-go-v2 from 1.41.6 to 1.41.7

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.16 to 1.32.17

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.15 to 1.19.16

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager from 0.1.18 to 0.1.21

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.299.0 to 1.303.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.53.8 to 1.53.10

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.100.0 to 1.101.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.42.0 to 1.42.1

Commits

Updates github.com/aws/smithy-go from 1.25.0 to 1.25.1

Changelog

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

Release (2026-04-23)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.25.1
    • Bug Fix: Fixed a memory leak in the LRU cache implementation used by some AWS services.

Release (2026-04-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.25.0
    • Feature: Add support for endpointBdd trait

Release (2026-04-02)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.3
    • Bug Fix: Add additional sigv4 configuration.
  • github.com/aws/smithy-go/aws-http-auth: v1.1.3
    • Bug Fix: Add additional sigv4 configuration.

Release (2026-02-27)

General Highlights

  • Dependency Update: Bump minimum go version to 1.24.

Release (2026-02-20)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.1
    • Feature: Add new middleware functions to get event stream output from middleware

Release (2025-12-01)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.0

... (truncated)

Commits

Updates github.com/digitalocean/godo from 1.188.0 to 1.191.0

Release notes

Sourced from github.com/digitalocean/godo's releases.

v1.191.0

  • #1005 - Add Serverless Inference APIs (including SSE streaming for chat completions, responses, and image generations

v1.190.0

BREAKING CHANGE Any code that sets HA: true or HA: false on KubernetesClusterCreateRequest will fail to compile after this upgrade and will need to be updated to HA: godo.PtrTo(true/false)

  • #1001 - ensure that kubernetes GetKubeConfigWithExpiry fetches a token-based kubeconfig
  • #1004 - Add custom models API and tests
  • #970 - Make HA flag optional in Kubernetes cluster create request for version-based API defaults

v1.189.0

BREAKING CHANGE: AppIngressSpecRuleStringMatch.Prefix and .Exact changed from string to *string to fix empty-string matching. Consumers that directly read or assign these fields will need to update their code. Use godo.PtrTo("value") for assignment and the GetPrefix()/GetExact() accessors for reading.

Changelog

Sourced from github.com/digitalocean/godo's changelog.

[1.191.0] - 2026-05-14

  • #1005 - Add Serverless Inference APIs

[1.190.0] - 2026-05-14

  • #1001 - ensure that kubernetes GetKubeConfigWithExpiry fetches a token-based kubeconfig
  • #1004 - Add custom models API and tests
  • #970 - Make HA flag optional in Kubernetes cluster create request for version-based API defaults

[1.189.0] - 2026-05-04

BREAKING CHANGE: AppIngressSpecRuleStringMatch.Prefix and .Exact changed from string to *string to fix empty-string matching. Consumers that directly read or assign these fields will need to update their code. Use godo.PtrTo("value") for assignment and the GetPrefix()/GetExact() accessors for reading.

Commits

Updates github.com/vmware/govmomi from 0.53.1 to 0.54.0

Release notes

Sourced from github.com/vmware/govmomi's releases.

v0.54.0

Release v0.54.0

Release Date: 2026-05-08

🐞 Fix

  • [a8ff1b19] parsing vApp properties while converting from OVF envelope to VM ConfigSpec(#3964) (#3964)

💫 API Changes

  • [92f18db2] add FetchVmGroupForMultiwriterDisks vim25 bindings and vcsim support
  • [5ee9945f] Fix OVF disk ID func
  • [65791278] Support NetworkSpec in Namespaces
  • [b54705c9] More OVF->ConfigSpec testing
  • [25afc662] Support OVF->ConfigSpec SR-IOV NICs
  • [513e6265] OVF->ConfigSpec support nil VHW
  • [6c60d63b] Default to first VirtualSystem in OVF
  • [78a5ee48] Support disks sans contrllers
  • [36033dfb] Add OVF test fixtures
  • [76edb74e] vSphere-specific OVF qualifiers
  • [aa917587] Uber OVF
  • [8dc36fef] Product categories
  • [945cef78] Disk capacity via prop, invalid prop keys
  • [e3e5a48a] Fix string min/max
  • [9d8ceb07] Support explicit deployment configuration
  • [a6959449] Parse OVF property qualifiers per DSP0243
  • [7bd69763] File-backed disks in OVF->ConfigSpec

💫 govc (CLI)

  • [b9612be6] add library.import disks option

🧹 Chore

  • [df7c057a] Update version.go for v0.54.0

⚠️ BREAKING

📖 Commits

  • [df7c057a] chore: Update version.go for v0.54.0
  • [280e083a] feat(updateSpec): Remove omitempty from storage spec to have it always rendered Signed-off-by: tribock <louis.baumann93@​gmail.com>
  • [fb18fe03] feat(marshal): Implement new Marshal Function to implement the removal of the last storage policy or the deletion of all policies Signed-off-by: tribock <louis.baumann93@​gmail.com>
  • [92f18db2] api: add FetchVmGroupForMultiwriterDisks vim25 bindings and vcsim support
  • [b7f92a5a] feat(init): add initial implementation of NamespaceNetwork to support Network override in CreateNamespace Signed-off-by: tribock <louis.baumann93@​gmail.com>
  • [8edaddee] chore(deps): bump nokogiri from 1.19.2 to 1.19.3 in /gen
  • [a287dcfa] chore(deps): bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 (#4000) (#4000)

... (truncated)

Commits
  • df7c057 chore: Update version.go for v0.54.0
  • 9b5304c Merge pull request #4008 from tribock/main
  • 30bca44 Merge pull request #4001 from vmware/dependabot/bundler/gen/nokogiri-1.19.3
  • 2b728ea Merge pull request #3997 from vmware/dependabot/github_actions/chuhlomin/rend...
  • 2e1277c Merge pull request #3987 from vmware/dependabot/github_actions/actions/setup-...
  • 280e083 feat(updateSpec): Remove omitempty from storage spec to have it always render...
  • fb18fe0 feat(marshal): Implement new Marshal Function to implement the removal of the...
  • 634317d Merge pull request #4006 from yixinzou-ux/yz038067/topic/govmomi-FetchVmGroup...
  • 92f18db api: add FetchVmGroupForMultiwriterDisks vim25 bindings and vcsim support
  • b656fdb Merge pull request #4005 from tribock/main
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.50.0 to 0.51.0

Commits
  • b8a14a8 go.mod: update golang.org/x dependencies
  • 9d9d507 x509roots/fallback/bundle: fix bundle test with Go 1.27+
  • fd0b90d acme: include Problem in OrderError.Error
  • b9e5359 pbkdf2: turn into a wrapper for crypto/pbkdf2
  • cc0e4fc hkdf: forward Extract to the standard library
  • a8e9237 x509roots/fallback: update bundle
  • See full diff in compare view

Updates golang.org/x/term from 0.42.0 to 0.43.0

Commits

Updates google.golang.org/api from 0.276.0 to 0.279.0

Release notes

Sourced from google.golang.org/api's releases.

v0.279.0

0.279.0 (2026-05-12)

Features

v0.278.0

0.278.0 (2026-05-05)

Features

v0.277.0

0.277.0 (2026-04-29)

Features

Bug Fixes

  • idtoken: Avoid double impersonation in tokenSourceFromBytes (#3576) (75172cf), refs #2301
Changelog

Sourced from google.golang.org/api's changelog.

0.279.0 (2026-05-12)

Features

0.278.0 (2026-05-05)

Features

0.277.0 (2026-04-29)

Features

Bug Fixes

  • idtoken: Avoid double impersonation in tokenSourceFromBytes (#3576) (75172cf), refs #2301
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the build group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://github.com/Azure/azure-sdk-for-go) | `1.6.4` | `1.7.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.6` | `1.41.7` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.16` | `1.32.17` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager](https://github.com/aws/aws-sdk-go-v2) | `0.1.18` | `0.1.21` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.299.0` | `1.303.0` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2) | `1.53.8` | `1.53.10` |
| [github.com/digitalocean/godo](https://github.com/digitalocean/godo) | `1.188.0` | `1.191.0` |
| [github.com/vmware/govmomi](https://github.com/vmware/govmomi) | `0.53.1` | `0.54.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.276.0` | `0.279.0` |



Updates `github.com/Azure/azure-sdk-for-go/sdk/storage/azblob` from 1.6.4 to 1.7.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/storage/azblob/v1.6.4...sdk/azcore/v1.7.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.41.6 to 1.41.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.41.6...v1.41.7)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.16 to 1.32.17
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.16...config/v1.32.17)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.15 to 1.19.16
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.15...credentials/v1.19.16)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager` from 0.1.18 to 0.1.21
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@feature/s3/transfermanager/v0.1.18...feature/s3/transfermanager/v0.1.21)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.299.0 to 1.303.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.299.0...service/ec2/v1.303.0)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.53.8 to 1.53.10
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ecs/v1.53.8...service/ecs/v1.53.10)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.100.0 to 1.101.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.100.0...service/s3/v1.101.0)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.42.0 to 1.42.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.42.0...service/s3/v1.42.1)

Updates `github.com/aws/smithy-go` from 1.25.0 to 1.25.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.25.0...v1.25.1)

Updates `github.com/digitalocean/godo` from 1.188.0 to 1.191.0
- [Release notes](https://github.com/digitalocean/godo/releases)
- [Changelog](https://github.com/digitalocean/godo/blob/main/CHANGELOG.md)
- [Commits](digitalocean/godo@v1.188.0...v1.191.0)

Updates `github.com/vmware/govmomi` from 0.53.1 to 0.54.0
- [Release notes](https://github.com/vmware/govmomi/releases)
- [Changelog](https://github.com/vmware/govmomi/blob/main/CHANGELOG.md)
- [Commits](vmware/govmomi@v0.53.1...v0.54.0)

Updates `golang.org/x/crypto` from 0.50.0 to 0.51.0
- [Commits](golang/crypto@v0.50.0...v0.51.0)

Updates `golang.org/x/term` from 0.42.0 to 0.43.0
- [Commits](golang/term@v0.42.0...v0.43.0)

Updates `google.golang.org/api` from 0.276.0 to 0.279.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.276.0...v0.279.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager
  dependency-version: 0.1.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-version: 1.303.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
  dependency-version: 1.53.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.101.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: github.com/digitalocean/godo
  dependency-version: 1.191.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: github.com/vmware/govmomi
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: golang.org/x/crypto
  dependency-version: 0.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: golang.org/x/term
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: google.golang.org/api
  dependency-version: 0.279.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 19, 2026
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