Skip to content

build(deps): bump the build group across 1 directory with 14 updates#2243

Merged
prestist merged 2 commits into
mainfrom
dependabot/go_modules/build-4c72abe4c9
Jul 9, 2026
Merged

build(deps): bump the build group across 1 directory with 14 updates#2243
prestist merged 2 commits into
mainfrom
dependabot/go_modules/build-4c72abe4c9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.13.1 1.14.0
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob 1.6.3 1.8.0
github.com/aws/aws-sdk-go-v2 1.41.5 1.42.1
github.com/aws/aws-sdk-go-v2/credentials 1.19.7 1.19.28
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.20.19 1.22.32
github.com/containers/libhvee 0.10.0 0.11.0
github.com/coreos/go-systemd/v22 22.6.0 22.7.0
github.com/google/renameio/v2 2.0.1 2.0.2
github.com/mdlayher/vsock 1.2.1 1.3.0
golang.org/x/oauth2 0.34.0 0.36.0

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.13.1 to 1.14.0

Release notes

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

sdk/azidentity/v1.14.0

1.14.0 (2026-06-15)

Breaking Changes

These changes affect only code written against a beta version such as v1.14.0-beta.3

  • Removed WorkloadIdentityCredentialOptions.EnableAzureProxy. It will return in v1.15.0-beta.1

Bugs Fixed

  • AzureDeveloperCLICredential improved reporting of error messages returned from azd

Other Changes

  • Returned azidentity errors include links to the troubleshooting guide when appropriate
  • This module now requires a minimum Go version of 1.25
  • Upgraded dependencies
Commits

Updates github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.6.3 to 1.8.0

Release notes

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

sdk/storage/azblob/v1.8.0

1.8.0 (2026-06-15)

Features Added

  • Includes all features from 1.8.0-beta.1 and 1.8.0-beta.2

sdk/storage/azblob/v1.8.0-beta.2

1.8.0-beta.2 (2026-06-03)

Features Added

  • Added support for the Expect: 100-continue HTTP header on requests with a body. The new ExpectContinueBehavior field on ClientOptions configures the behavior via ExpectContinueOptions. By default (ExpectContinueModeApplyOnThrottle) the header is sent for one minute after a 429, 500, or 503 response is received; the interval can be overridden via ExpectContinueOptions.ThrottleInterval. Other modes are ExpectContinueModeOn (always send) and ExpectContinueModeOff (never send). Set the environment variable AZURE_STORAGE_DISABLE_EXPECT_CONTINUE_HEADER=true to disable the feature regardless of ClientOptions.

sdk/storage/azfile/v1.7.0

1.7.0 (2026-06-15)

Features Added

  • Includes all features from 1.7.0-beta.1
Commits

Updates github.com/aws/aws-sdk-go-v2 from 1.41.5 to 1.42.1

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.7 to 1.19.28

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.18.17 to 1.18.30

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.20.19 to 1.22.32

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.97.3 to 1.105.0

Commits

Updates github.com/containers/libhvee from 0.10.0 to 0.11.0

Release notes

Sourced from github.com/containers/libhvee's releases.

Release 0.11.0

+## 0.11.0 +* DVD Drive Support(422aa7d): Added ability to attach DVD devices when creating VMs, useful for delivering cloud-init configuration via ISO +* Improved Error Messages(567e418): Enhanced Hyper-V job errors to display detailed error descriptions instead of just error codes +* Go Dependency updates

Changelog

Sourced from github.com/containers/libhvee's changelog.

0.11.0

  • DVD Drive Support(422aa7d): Added ability to attach DVD devices when creating VMs, useful for delivering cloud-init configuration via ISO
  • Improved Error Messages(567e418): Enhanced Hyper-V job errors to display detailed error descriptions instead of just error codes
  • Go Dependency updates
Commits
  • f81bb5c Release v0.11.0
  • 2776e52 Merge pull request #283 from containers/renovate/golang.org-x-sys-0.x
  • 13e6e35 fix(deps): update module golang.org/x/sys to v0.43.0
  • 37ba2da Merge pull request #281 from containers/renovate/major-ci-vm-image
  • 7e928db Merge pull request #279 from containers/renovate/golangci-golangci-lint-2.x
  • c225940 Merge pull request #280 from containers/renovate/golang.org-x-sys-0.x
  • 441fa30 chore(deps): update dependency containers/automation_images to v20260310
  • d5714c1 chore(deps): update dependency golangci/golangci-lint to v2.11.3
  • 6ead160 fix(deps): update module golang.org/x/sys to v0.42.0
  • 0f3a6ad Merge pull request #271 from containers/renovate/github.com-onsi-gomega-1.x
  • Additional commits viewable in compare view

Updates github.com/coreos/go-systemd/v22 from 22.6.0 to 22.7.0

Release notes

Sourced from github.com/coreos/go-systemd/v22's releases.

v22.7.0

This release fixes an issue with multiple calls to (e.g.) StopUnit, simplifies and improves code and documentation, and adds a few new methods.

What's Changed

New Contributors

Full Changelog: coreos/go-systemd@v22.6.0...v22.7.0

Commits
  • 4dc4ee6 activation: stub out for plan9
  • 8f5a75c dbus: add StartTransientUnitAux for starting transient units with auxiliary u...
  • 9211a7b activation: add FilesWithNames()
  • 2c3ebed dbus: dedup result conversion code
  • aac8e00 unit: fix Deserialize deprecation notice
  • d4795ce Fix doc references
  • abb50b3 dbus: allow multiple calls for the same unit to *Unit
  • 27f6bea activation: simplify ListenersWithNames
  • e615438 sdjournal: fix copyrights
  • d25876d import1: add missing close method to conn
  • Additional commits viewable in compare view

Updates github.com/google/renameio/v2 from 2.0.1 to 2.0.2

Commits
  • 2cc5e30 implement support for *os.Root
  • bcc5eac cleanup: go fix
  • 0790d6f cleanup: use math/rand/v2
  • 3c12e50 go.mod: bump Go language version to 1.25
  • d0e779f cleanup: the package is called renameio
  • b2a41f6 cleanup: switch from deprecated ioutil.* to os.*
  • 6db26b5 cleanup: remove old // +build directives
  • See full diff in compare view

Updates github.com/mdlayher/vsock from 1.2.1 to 1.3.0

Release notes

Sourced from github.com/mdlayher/vsock's releases.

v1.3.0

What's Changed

New Contributors

Full Changelog: mdlayher/vsock@v1.2.1...v1.3.0

Changelog

Sourced from github.com/mdlayher/vsock's changelog.

v1.3.0

  • [Improvement]: Updated dependencies and now requires Go 1.25. (#63)
  • [Improvement]: Update to use net.ErrClosed error (#57)
  • [Tests]: Check for ENETUNREACH and ETIMEDOUT in tests (#54)
Commits
  • ffafd72 Merge pull request #69 from mdlayher/superq/v1.3.0
  • 93ed5b8 Bump Go deps.
  • 8ab1d6f Fix dependabot grouping.
  • eca7514 Release v1.3.0
  • da413f3 Merge pull request #68 from mdlayher/dependabot/go_modules/github.com/mdlayhe...
  • 3b7f48a Merge pull request #64 from mdlayher/dependabot/github_actions/golangci/golan...
  • c603ef1 Merge pull request #57 from blocky/feature/use-net-err-closed-instead-of-err-...
  • 3764192 build(deps): bump github.com/mdlayher/socket from 0.5.1 to 0.6.0
  • 92ea793 build(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1
  • fa29923 Merge pull request #63 from mdlayher/superq/update_ci
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.55.0 to 0.56.0

Commits
  • 9e7fdbf internal/http3: fix wrong argument being given when validating header value
  • b686e5f internal/http3: add gzip support to transport
  • 8a34885 go.mod: update golang.org/x dependencies
  • 72eaf98 dns/dnsmessage: correctly validate SVCB record parameter order
  • 82e7868 dns/dnsmessage: avoid panic when parsing SVCB record with truncated data
  • b64f1fa internal/http3: add server support for "Trailer:" magic prefix
  • 2707ee2 internal/http3: implement HTTP/3 clientConn methods
  • 31358cc internal/http3: snapshot response headers at WriteHeader time
  • 8ecbaa9 html: don't adjust xml:base
  • 8ae811a html: properly handle end script tag in fragment mode
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.34.0 to 0.36.0

Commits
  • 4d954e6 all: upgrade go directive to at least 1.25.0 [generated]
  • 89ff2e1 google: add safer credentials JSON loading options.
  • See full diff in compare view

Updates golang.org/x/sys from 0.45.0 to 0.46.0

Commits

@dependabot dependabot Bot added dependency Pull requests that update a dependency file skip-notes This PR does not need release notes labels Jul 6, 2026
@github-actions github-actions Bot requested review from aaradhak, prestist and tlbueno July 6, 2026 18:53
@dependabot dependabot Bot force-pushed the dependabot/go_modules/build-4c72abe4c9 branch from 1a9ea95 to 4e3ca76 Compare July 7, 2026 12:10
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

Binary size report (bin/amd64/ignition)

Size
Base (main) 21MiB
PR (#2243) 21MiB
Delta -115KiB (-0.55%)

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

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.13.1` | `1.14.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://github.com/Azure/azure-sdk-for-go) | `1.6.3` | `1.8.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.5` | `1.42.1` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.7` | `1.19.28` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.20.19` | `1.22.32` |
| [github.com/containers/libhvee](https://github.com/containers/libhvee) | `0.10.0` | `0.11.0` |
| [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) | `22.6.0` | `22.7.0` |
| [github.com/google/renameio/v2](https://github.com/google/renameio) | `2.0.1` | `2.0.2` |
| [github.com/mdlayher/vsock](https://github.com/mdlayher/vsock) | `1.2.1` | `1.3.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.34.0` | `0.36.0` |



Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.13.1 to 1.14.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azidentity/v1.13.1...sdk/azcore/v1.14.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/storage/azblob` from 1.6.3 to 1.8.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/storage/azblob/v1.6.3...sdk/azcore/v1.8.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.41.5 to 1.42.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.41.5...v1.42.1)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.7 to 1.19.28
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.19.7...credentials/v1.19.28)

Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.18.17 to 1.18.30
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.17...config/v1.18.30)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.20.19 to 1.22.32
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@feature/s3/manager/v1.20.19...feature/s3/manager/v1.22.32)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.97.3 to 1.105.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.97.3...service/s3/v1.105.0)

Updates `github.com/containers/libhvee` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/containers/libhvee/releases)
- [Changelog](https://github.com/containers/libhvee/blob/main/RELEASE_NOTES.md)
- [Commits](containers/libhvee@v0.10.0...v0.11.0)

Updates `github.com/coreos/go-systemd/v22` from 22.6.0 to 22.7.0
- [Release notes](https://github.com/coreos/go-systemd/releases)
- [Commits](coreos/go-systemd@v22.6.0...v22.7.0)

Updates `github.com/google/renameio/v2` from 2.0.1 to 2.0.2
- [Commits](google/renameio@v2.0.1...v2.0.2)

Updates `github.com/mdlayher/vsock` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/mdlayher/vsock/releases)
- [Changelog](https://github.com/mdlayher/vsock/blob/main/CHANGELOG.md)
- [Commits](mdlayher/vsock@v1.2.1...v1.3.0)

Updates `golang.org/x/net` from 0.55.0 to 0.56.0
- [Commits](golang/net@v0.55.0...v0.56.0)

Updates `golang.org/x/oauth2` from 0.34.0 to 0.36.0
- [Commits](golang/oauth2@v0.34.0...v0.36.0)

Updates `golang.org/x/sys` from 0.45.0 to 0.46.0
- [Commits](golang/sys@v0.45.0...v0.46.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/ec2/imds
  dependency-version: 1.18.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-version: 1.22.30
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.104.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: github.com/containers/libhvee
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: github.com/coreos/go-systemd/v22
  dependency-version: 22.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: github.com/google/renameio/v2
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: github.com/mdlayher/vsock
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: golang.org/x/net
  dependency-version: 0.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: golang.org/x/sys
  dependency-version: 0.46.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 force-pushed the dependabot/go_modules/build-4c72abe4c9 branch from 4e3ca76 to 479f436 Compare July 9, 2026 13:56
Replace unit.Deserialize with unit.DeserializeOptions (drop-in rename)
and suppress SA1019 on s3 manager.NewDownloader/Download since the
replacement transfermanager package is not yet vendored.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@prestist prestist merged commit 2bdd043 into main Jul 9, 2026
11 checks passed
@prestist prestist deleted the dependabot/go_modules/build-4c72abe4c9 branch July 9, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Pull requests that update a dependency file skip-notes This PR does not need release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant