Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2025

Bumps the all group with 14 updates in the / directory:

Package From To
code.cloudfoundry.org/bytefmt 0.35.0 0.53.0
github.com/aws/aws-sdk-go-v2 1.36.3 1.39.2
github.com/emicklei/proto 1.14.0 1.14.2
github.com/getsentry/sentry-go 0.31.2-0.20250102155933-f2d4348b0508 0.35.3
github.com/gookit/color 1.5.4 1.6.0
github.com/hashicorp/go-getter 1.8.1 1.8.2
github.com/hashicorp/hcl/v2 2.23.0 2.24.0
github.com/hashicorp/terraform-json 0.24.0 0.27.2
github.com/mackerelio/go-osstat 0.2.5 0.2.6
github.com/moby/buildkit 0.22.0 0.25.0
github.com/tdewolff/minify/v2 2.23.1 2.24.3
mvdan.cc/sh/v3 3.11.0 3.12.0
k8s.io/api 0.34.0 0.34.1
k8s.io/client-go 0.34.0 0.34.1

Updates code.cloudfoundry.org/bytefmt from 0.35.0 to 0.53.0

Commits

Updates github.com/aws/aws-sdk-go-v2 from 1.36.3 to 1.39.2

Commits

Updates github.com/emicklei/proto from 1.14.0 to 1.14.2

Changelog

Sourced from github.com/emicklei/proto's changelog.

v1.14.2 (2025-06-18)

  • fix parsing options for extensions (ISSUE #150)

v1.14.1 (2025-04-29)

  • fix option name with brackets (ISSUE #148)
Commits

Updates github.com/getsentry/sentry-go from 0.31.2-0.20250102155933-f2d4348b0508 to 0.35.3

Release notes

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

0.35.3

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

Bug Fixes

  • Add missing rate limit categories (#1082)

0.35.2

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

Bug Fixes

  • Fix OpenTelemetry spans being created as transactions instead of child spans (#1073)

Misc

  • Add MockTransport to test clients for improved testing (#1071)

0.35.1

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

Bug Fixes

  • Fix race conditions when accessing the scope during logging operations (#1050)
  • Fix nil pointer dereference with malformed URLs when tracing is enabled in fasthttp and fiber integrations (#1055)

Misc

  • Bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.9 in /fiber (#1067)

0.35.0

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

Breaking Changes

  • Changes to the logging API (#1046)

The logging API now supports a fluent interface for structured logging with attributes:

// usage before
logger := sentry.NewLogger(ctx)
// attributes weren't being set permanently
logger.SetAttributes(
    attribute.String("version", "1.0.0"),
)
logger.Infof(ctx, "Message with parameters %d and %d", 1, 2)
// new behavior
ctx := context.Background()
</tr></table>

... (truncated)

Changelog

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

0.35.3

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

Bug Fixes

  • Add missing rate limit categories (#1082)

0.35.2

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

Bug Fixes

  • Fix OpenTelemetry spans being created as transactions instead of child spans (#1073)

Misc

  • Add MockTransport to test clients for improved testing (#1071)

0.35.1

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

Bug Fixes

  • Fix race conditions when accessing the scope during logging operations (#1050)
  • Fix nil pointer dereference with malformed URLs when tracing is enabled in fasthttp and fiber integrations (#1055)

Misc

  • Bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.9 in /fiber (#1067)

0.35.0

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

Breaking Changes

  • Changes to the logging API (#1046)

The logging API now supports a fluent interface for structured logging with attributes:

// usage before
logger := sentry.NewLogger(ctx)
// attributes weren't being set permanently
logger.SetAttributes(
    attribute.String("version", "1.0.0"),
)
</tr></table> 

... (truncated)

Commits

Updates github.com/google/pprof from 0.0.0-20250317173921-a4b03ec1a45e to 0.0.0-20250923004556-9e5a51aed1e8

Commits

Updates github.com/gookit/color from 1.5.4 to 1.6.0

Release notes

Sourced from github.com/gookit/color's releases.

v1.6.0

Change Log

Fixed

Feature

Update

Other

... (truncated)

Commits
  • 0b1dc4c ✅ demo: update the examples deps and some codes
  • fa47891 ⬆️ dep: upgrade gookit/assert to v0.1.1, update some tests
  • d95f213 ✨ feat: add new convert func: HSVToRGB, RGBToHSV
  • 173325a 👔 up: update detect env, use internal Level* instead of the terminfo....
  • c5db0d0 👔 up: remove deprecated var isLikeInCmd, update some tests
  • f46f52e 🔥 chore: remove any.go, merge printer.go to quickstart.go
  • cc45966 🎨 chore: update some go file code style
  • e532935 Optimize RenderCode performance with fast paths for string arguments (#110)
  • f14a7b8 📝 chore: update some code style and some tests
  • 6de7584 Fix race condition in Theme.Tips method when called concurrently (#109)
  • Additional commits viewable in compare view

Updates github.com/hashicorp/go-getter from 1.8.1 to 1.8.2

Release notes

Sourced from github.com/hashicorp/go-getter's releases.

v1.8.2

What's Changed

New Contributors

Full Changelog: hashicorp/go-getter@v1.8.1...v1.8.2

Commits

Updates github.com/hashicorp/hcl/v2 from 2.23.0 to 2.24.0

Release notes

Sourced from github.com/hashicorp/hcl/v2's releases.

v2.24.0

Enhancements

  • Add support for decoding block and attribute source ranges when using gohcl. (#703)
  • hclsyntax: Detect and reject invalid nested splat result. (#724)

Bugs Fixed

  • Correct handling of unknown objects in Index function. (#763)
Changelog

Sourced from github.com/hashicorp/hcl/v2's changelog.

v2.24.0 (July 7, 2025)

Enhancements

  • Add support for decoding block and attribute source ranges when using gohcl. (#703)
  • hclsyntax: Detect and reject invalid nested splat result. (#724)

Bugs Fixed

  • Correct handling of unknown objects in Index function. (#763)
Commits
  • 6b50680 Update CHANGELOG.md (#764)
  • 77ef278 ops: handle unknown objects correctly when looking up by index (#763)
  • dfa124f [Compliance] - PR Template Changes Required (#761)
  • 6b5c4c2 fix errors thrown by errcheck linter (#755)
  • 61bd79d suppress and fix lint errors by unused (#754)
  • 8b8cb9c build(deps): bump golangci/golangci-lint-action
  • aa4e447 build(deps): bump actions/setup-go
  • 7244363 Update go-cty to latest (#749)
  • b4e27ae test_suite: refactor schema validation of diagnostic file range, pos (#750)
  • 314d236 fix staticcheck lint errors
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-json from 0.24.0 to 0.27.2

Release notes

Sourced from github.com/hashicorp/terraform-json's releases.

v0.27.2

NOTES / BUG FIXES

  • UnmarshalLogMessage to use json.Number (instead of default float64) (#178)
    • This avoids precision related problems when decoding numbers in JSON data. This would impact only 0.27.1 consumers.

v0.27.1

What's Changed

ENHANCEMENTS

Full Changelog: hashicorp/terraform-json@v0.27.0...v0.27.1

v0.27.0

What's Changed

ENHANCEMENTS

INTERNAL

New Contributors

Full Changelog: hashicorp/terraform-json@v0.26.0...v0.27.0

v0.26.0

ENHANCEMENTS:

INTERNAL:

New Contributors

... (truncated)

Commits
  • ef5e0b8 UnmarshalLogMessage to use json.Number (#178)
  • 3fe6fb2 Replace json.RawMessage for list log messages (#177)
  • 739a592 actions: remove action types from action schema (#175)
  • 2eaedbe tf query: add identity version for the list_resource_found message (#176)
  • 2fd2922 Merge pull request #172 from hashicorp/mutahhir/add-action-invocation
  • b539674 Add ConfigUnknown field
  • 806b1a6 Fix tests after type change
  • 23522f3 Change ConfigValues and ConfigSensitive to interfaces for redaction
  • dd0e457 Remove Action Invocation as a Resource Mode
  • 4643c0f format plan.json for test
  • Additional commits viewable in compare view

Updates github.com/mackerelio/go-osstat from 0.2.5 to 0.2.6

Release notes

Sourced from github.com/mackerelio/go-osstat's releases.

v0.2.6

What's Changed

Full Changelog: mackerelio/go-osstat@v0.2.5...v0.2.6

Commits
  • e2840f1 Merge pull request #64 from mackerelio/dependabot/github_actions/mackerelio/w...
  • cb41f5c Bump mackerelio/workflows from 1.2.0 to 1.5.0
  • e79a9bb Merge pull request #63 from mackerelio/dependabot/go_modules/golang.org/x/sys...
  • bff3fdf Bump golang.org/x/sys from 0.24.0 to 0.33.0
  • 873f9e8 Merge pull request #58 from mackerelio/dependabot/go_modules/golang.org/x/sys...
  • ef829f9 Merge pull request #61 from mackerelio/nocov
  • 9a03569 remove coveralls status badge
  • 75bb38f Merge pull request #59 from mackerelio/update-workflows
  • e6c8794 use mackerelio/[email protected]
  • 3306aea Bump golang.org/x/sys from 0.20.0 to 0.24.0
  • See full diff in compare view

Updates github.com/moby/buildkit from 0.22.0 to 0.25.0

Release notes

Sourced from github.com/moby/buildkit's releases.

v0.25.0

buildkit 0.25.0

Welcome to the v0.25.0 release of buildkit!

Please try out the release binaries and report any issues at https://github.com/moby/buildkit/issues.

Contributors

  • Tõnis Tiigi
  • CrazyMax
  • Jonathan A. Sternberg
  • Akihiro Suda
  • Brian Goff
  • greggu
  • Sebastiaan van Stijn
  • Søren Hansen
  • Vigilans
  • Sam Oluwalana
  • Shivam
  • Tianon Gravi
  • nikelborm

Notable Changes

  • Git sources now support working with SHA-256 based code repositories. #6194
  • New Checksum has been added to llb.Image to specify verification digest of the image. Unlike the existing digest in the image reference, where digest overrides the tag if both are set, in this mode, the image is resolved by the tag and only verified by checksum. #6234
  • The remote cache exporter (also used in provenance creation) has been completely rewritten to solve various concurrency and loop issues. There should be no user-visible changes in the cache format itself. #6129
  • BuildKit daemon now supports a way to add custom fields to the provenance attestation to specify the environment BuildKit is running in. Additional field are picked up from config files in /etc/buildkitd/provenance.d directory. #6210
  • Containerd executor on Windows now supports HyperVIsolation option. #6224
  • Included runc container runtime has been updated to v1.3.1 #6236
  • CNI plugins have been updated to v1.8.0 #6185
  • Qemu emulation binaries have been updated to v10.0.4. #6215
  • Fix possible infinite loop when exporting cache #6186
  • Fix issue where some errors could lose their source or stack information when wrapped with errors.Join. #6226
  • Multiple fixes to how the builds from Git context are recorded in provenance. #6213
  • Fix issue where build arguments could be missing in the history record's provenance attestation. #6221
  • Fix issue where materials=false could be incorrectly set in provenance attestation for a build that used frontend inputs. #6203
  • Fix not setting the platform in the subject descriptor of the OCI artifact-style attestation manifest. This confused some registries. #6191
  • Fix some improper formatting in error messages. #6192
  • Fix issue with checking out annotated tags by full reference. #6244

Dependency Changes

  • github.com/docker/cli v28.3.3 -> v28.4.0
  • google.golang.org/protobuf v1.36.6 -> v1.36.9

... (truncated)

Commits
  • 14d1ccb Merge pull request #6255 from jsternberg/v0.25-picks-0.25.0
  • 9558f8a git: fix issue with checking out annotated tags by full ref
  • f2a7ec9 Fix grpcerrors.AsGRPCStatus to ignore OK and Unknown status codes for
  • 8b248a9 alpine: fix issue with openssh pkg in 3.22
  • d369dc1 dockerfile: skip customenv tests in dockerd worker
  • c8fad61 Merge pull request #6237 from jsternberg/hack-compose
  • 2777c1b Merge pull request #6236 from tonistiigi/runc-v1.3.1
  • 916074c hack: update hack/compose with newer otel collector
  • eb49527 Merge pull request #6234 from tonistiigi/llb-image-checksum
  • b7176d5 update runc to v1.3.1
  • Additional commits viewable in compare view

Updates github.com/tdewolff/minify/v2 from 2.23.1 to 2.24.3

Release notes

Sourced from github.com/tdewolff/minify/v2's releases.

v2.24.3

v2.24.2

v2.24.1

v2.24.0

v2.23.11

v2.23.10

Fix JS binding

v2.23.9

v2.23.8

  • Fix NPM build

v2.23.7

  • Fix NPM build

v2.23.6

v2.23.5

v2.23.4

v2.23.3

... (truncated)

Commits
  • 9a73c03 Merge pull request #847 from jmooring/update-readme-deprecate-KeepCSS2
  • 2d101c9 Update CSS options in README
  • 19d4ee3 Merge pull request #845 from leo9800/fix-incorrect-css
  • 83580a2 css/css.go: fix background-color:transparent handling
  • 8985643 CSS: fix bug in CSS version, fixes #843
  • 260680a Update build tags for syscalls to use //go:build
  • 7dc8994 Update command readme and bash completion
  • 57e3ebe CSS: use Version and deprecate KeepCSS2 option, see #840
  • c3ae7c0 Fix 5d19a13bab474f6ff0b17a3d931bf3a0e0f6b9c7
  • c8aadf3 Merge branch 'master' of github.com:tdewolff/minify
  • Additional commits viewable in compare view

Updates github.com/zclconf/go-cty from 1.16.2 to 1.16.4

Changelog

Sourced from github.com/zclconf/go-cty's changelog.

1.16.4 (August 20, 2025)

  • cty.UnknownAsNull now accepts marked values and preserves the given marks in its result. Previously it had no direct support for marks and so would either panic or return incorrect results when given marked values.

1.16.3 (May 16, 2025)

  • convert: Now generates more specific error messages in various cases of type conversion failure, giving additional information about the type that was given as compared to the type that was wanted by the caller.
Commits
  • e76eeea v1.16.4 release
  • 700a2bc cty: UnknownAsNull accepts marked values and preserves marks
  • 3c2b6a0 Prepare for future v1.16.4 release
  • a49320f Prepare for v1.16.3 release
  • 89f0621 convert: More forthcoming about cause in MismatchMessage
  • 67d85b6 Prepare for a future v1.16.3 release
  • See full diff in compare view

Updates golang.org/x/net from 0.43.0 to 0.44.0

Commits
  • 3b23d57 http2: fix race condition when disabling goroutine debugging for one test
  • 8741050 http2: simplify TestServer_Push_RejectAfterGoAway
  • 96e405c http2: modernize TestTransportRoundtripCloseOnWriteError
  • 6dc6880 http2: simplify ClientConn Close and Shutdown tests
  • 4e2915b http2: modernize TestTransportAllocationsAfterResponseBodyClose
  • 30b0e78 http2: modernize TestRoundTripDoesntConsumeRequestBodyEarly
  • b9acd77 http2: speed up TestTransportFlowControl
  • 5153f4d go.mod: update golang.org/x dependencies
  • 9338bdd http2: speed up TestTransportHandlerBodyClose
  • 6b20036 http2: add synchronous handler support to serverTester
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.28.0 to 0.29.0

Commits
  • e69f31b go.mod: update golang.org/x dependencies
  • 60c9786 all: upgrade go directive to at least 1.24.0 [generated]
  • See full diff in compare view

Updates mvdan.cc/sh/v3 from 3.11.0 to 3.12.0

Release notes

Sourced from mvdan.cc/sh/v3's releases.

v3.12.0

  • The mvdan-sh JS package is discontinued in favor of sh-syntax - #1145
  • cmd/shfmt
    • Support the "simplify" and "minify" flags via EditorConfig - #819
    • --simplify and --minify are now formatting options, disabling the use of EditorConfig
    • Do not allow --write to replace non-regular files - #843
  • interp
    • Add IsBuiltin to check if a command name is a shell built-in - #1164
    • Add HandlerContext.Builtin to allow ExecHandlerFunc to call built-ins
    • Initial support for $! and wait PID - #221
    • Return non-fatal ExecHandlerFunc errors via the Runner.Run API
    • Add HandlerContext.Pos to provide handlers with source positions
    • Deprecate NewExitStatus and IsExitStatus in favor of ExitStatus
    • Fix wait to always return the status of the last given job
    • Copy all env vars for background subshells to avoid data races
    • Support reading random numbers via $RANDOM and $SRANDOM
    • Set $BASH_REMATCH when matching regular expressions via =~
    • Support modifying local vars from the parent calling function
  • expand
    • Adjust which backslash sequences are expanded in here-docs - #1138
    • Tweak tilde expansions to match Bash semantics
  • pattern
    • Remove the flawed and broken Braces mode; use syntax.SplitBraces instead
    • Tweak ** to only act as "globstar" when alone as a path element - #1149
    • Tweak * and ** to not match leading dots in basenames
    • Add a NoGlobStar mode to match the POSIX semantics
  • fileutil
    • Treat all non-regular files as definitely not shell scripts - #1089

Consider becoming a sponsor if you benefit from the work that went into this release!

Binaries built on go version go1.24.4 linux/amd64 with:

CGO_ENABLED=0 go build -trimpat...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 3, 2025 23:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 3, 2025
@github-actions github-actions bot added bug Something isn't working query New query feature docker Docker query terraform Terraform query aws PR related with AWS Cloud kubernetes Kubernetes query dockerfile labels Oct 3, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-2c49c1ce5c branch 5 times, most recently from 06e05cf to a5e9138 Compare October 14, 2025 23:04
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-2c49c1ce5c branch from a5e9138 to 3bfb3e7 Compare October 15, 2025 23:04
Bumps the all group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [code.cloudfoundry.org/bytefmt](https://github.com/cloudfoundry/bytefmt) | `0.35.0` | `0.53.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.36.3` | `1.39.2` |
| [github.com/emicklei/proto](https://github.com/emicklei/proto) | `1.14.0` | `1.14.2` |
| [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) | `0.31.2-0.20250102155933-f2d4348b0508` | `0.35.3` |
| [github.com/gookit/color](https://github.com/gookit/color) | `1.5.4` | `1.6.0` |
| [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) | `1.8.1` | `1.8.2` |
| [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) | `2.23.0` | `2.24.0` |
| [github.com/hashicorp/terraform-json](https://github.com/hashicorp/terraform-json) | `0.24.0` | `0.27.2` |
| [github.com/mackerelio/go-osstat](https://github.com/mackerelio/go-osstat) | `0.2.5` | `0.2.6` |
| [github.com/moby/buildkit](https://github.com/moby/buildkit) | `0.22.0` | `0.25.0` |
| [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) | `2.23.1` | `2.24.3` |
| [mvdan.cc/sh/v3](https://github.com/mvdan/sh) | `3.11.0` | `3.12.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.34.0` | `0.34.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.34.0` | `0.34.1` |



Updates `code.cloudfoundry.org/bytefmt` from 0.35.0 to 0.53.0
- [Release notes](https://github.com/cloudfoundry/bytefmt/releases)
- [Commits](cloudfoundry/bytefmt@v0.35.0...v0.53.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.36.3 to 1.39.2
- [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.36.3...v1.39.2)

Updates `github.com/emicklei/proto` from 1.14.0 to 1.14.2
- [Changelog](https://github.com/emicklei/proto/blob/master/CHANGES.md)
- [Commits](emicklei/proto@v1.14.0...v1.14.2)

Updates `github.com/getsentry/sentry-go` from 0.31.2-0.20250102155933-f2d4348b0508 to 0.35.3
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-go/commits/v0.35.3)

Updates `github.com/google/pprof` from 0.0.0-20250317173921-a4b03ec1a45e to 0.0.0-20250923004556-9e5a51aed1e8
- [Commits](https://github.com/google/pprof/commits)

Updates `github.com/gookit/color` from 1.5.4 to 1.6.0
- [Release notes](https://github.com/gookit/color/releases)
- [Commits](gookit/color@v1.5.4...v1.6.0)

Updates `github.com/hashicorp/go-getter` from 1.8.1 to 1.8.2
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](hashicorp/go-getter@v1.8.1...v1.8.2)

Updates `github.com/hashicorp/hcl/v2` from 2.23.0 to 2.24.0
- [Release notes](https://github.com/hashicorp/hcl/releases)
- [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
- [Commits](hashicorp/hcl@v2.23.0...v2.24.0)

Updates `github.com/hashicorp/terraform-json` from 0.24.0 to 0.27.2
- [Release notes](https://github.com/hashicorp/terraform-json/releases)
- [Commits](hashicorp/terraform-json@v0.24.0...v0.27.2)

Updates `github.com/mackerelio/go-osstat` from 0.2.5 to 0.2.6
- [Release notes](https://github.com/mackerelio/go-osstat/releases)
- [Commits](mackerelio/go-osstat@v0.2.5...v0.2.6)

Updates `github.com/moby/buildkit` from 0.22.0 to 0.25.0
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.22.0...v0.25.0)

Updates `github.com/tdewolff/minify/v2` from 2.23.1 to 2.24.3
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](tdewolff/minify@v2.23.1...v2.24.3)

Updates `github.com/zclconf/go-cty` from 1.16.2 to 1.16.4
- [Release notes](https://github.com/zclconf/go-cty/releases)
- [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md)
- [Commits](zclconf/go-cty@v1.16.2...v1.16.4)

Updates `golang.org/x/net` from 0.43.0 to 0.44.0
- [Commits](golang/net@v0.43.0...v0.44.0)

Updates `golang.org/x/text` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.28.0...v0.29.0)

Updates `mvdan.cc/sh/v3` from 3.11.0 to 3.12.0
- [Release notes](https://github.com/mvdan/sh/releases)
- [Changelog](https://github.com/mvdan/sh/blob/master/CHANGELOG.md)
- [Commits](mvdan/sh@v3.11.0...v3.12.0)

Updates `k8s.io/api` from 0.34.0 to 0.34.1
- [Commits](kubernetes/api@v0.34.0...v0.34.1)

Updates `k8s.io/apimachinery` from 0.34.0 to 0.34.1
- [Commits](kubernetes/apimachinery@v0.34.0...v0.34.1)

Updates `k8s.io/client-go` from 0.34.0 to 0.34.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.34.0...v0.34.1)

---
updated-dependencies:
- dependency-name: code.cloudfoundry.org/bytefmt
  dependency-version: 0.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.39.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/emicklei/proto
  dependency-version: 1.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/getsentry/sentry-go
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/google/pprof
  dependency-version: 0.0.0-20250923004556-9e5a51aed1e8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/gookit/color
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/hashicorp/go-getter
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/hashicorp/hcl/v2
  dependency-version: 2.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/hashicorp/terraform-json
  dependency-version: 0.27.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/mackerelio/go-osstat
  dependency-version: 0.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/moby/buildkit
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/tdewolff/minify/v2
  dependency-version: 2.24.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/zclconf/go-cty
  dependency-version: 1.16.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: golang.org/x/net
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/text
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: mvdan.cc/sh/v3
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/api
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/client-go
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-2c49c1ce5c branch from 3bfb3e7 to 500cfb5 Compare October 17, 2025 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

aws PR related with AWS Cloud bug Something isn't working dependencies Pull requests that update a dependency file docker Docker query dockerfile go Pull requests that update Go code kubernetes Kubernetes query query New query feature terraform Terraform query

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants