Skip to content

chore(deps): bump the dev-tools group across 1 directory with 58 updates - #581

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/go_modules/hack/tools/dev-tools-abc7e43e9d
Open

chore(deps): bump the dev-tools group across 1 directory with 58 updates#581
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/go_modules/hack/tools/dev-tools-abc7e43e9d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-tools group with 25 updates in the /hack/tools directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.43.4 1.43.7
github.com/aws/aws-sdk-go-v2/config 1.32.35 1.32.38
github.com/aws/aws-sdk-go-v2/service/ecr 1.60.4 1.60.7
github.com/aws/aws-sdk-go-v2/service/ecrpublic 1.41.4 1.41.7
github.com/bits-and-blooms/bitset 1.24.6 1.25.0
github.com/charmbracelet/x/ansi 0.11.7 0.11.8
github.com/dlclark/regexp2/v2 2.6.0 2.7.1
github.com/fxamacker/cbor/v2 2.9.2 2.9.3
github.com/go-openapi/loads 0.25.0 0.25.1
github.com/go-openapi/runtime 0.33.0 0.33.1
github.com/go-openapi/swag 0.28.0 0.29.1
github.com/gohugoio/hugo 0.164.0 0.165.0
github.com/google/go-containerregistry 0.21.9 0.22.0
github.com/mattn/go-runewidth 0.0.27 0.0.28
github.com/onsi/ginkgo/v2 2.32.0 2.32.1
github.com/secure-systems-lab/go-securesystemslib 0.11.0 0.11.1
github.com/sigstore/protobuf-specs 0.5.1 0.5.2
github.com/sigstore/rekor 1.5.3 1.5.4
github.com/sirupsen/logrus 1.9.4 1.10.1
github.com/tdewolff/parse/v2 2.8.15 2.8.16
github.com/xo/terminfo 0.0.0-20220910002029-abceb7e1c41e 1.0.0
google.golang.org/grpc 1.83.0 1.83.1
helm.sh/helm/v3 3.21.3 3.21.4
k8s.io/api 0.36.3 0.36.4
k8s.io/apiextensions-apiserver 0.36.3 0.36.4

Updates github.com/aws/aws-sdk-go-v2 from 1.43.4 to 1.43.7

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.35 to 1.32.38

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.34 to 1.19.37

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.18.35 to 1.18.38

Commits

Updates github.com/aws/aws-sdk-go-v2/internal/configsources from 1.4.35 to 1.4.38

Commits

Updates github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 from 2.7.35 to 2.7.38

Commits

Updates github.com/aws/aws-sdk-go-v2/internal/v4a from 1.4.36 to 1.4.39

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.60.4 to 1.60.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecrpublic from 1.41.4 to 1.41.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding from 1.13.15 to 1.13.17

Commits

Updates github.com/aws/aws-sdk-go-v2/service/internal/presigned-url from 1.13.35 to 1.13.38

Commits

Updates github.com/aws/aws-sdk-go-v2/service/signin from 1.5.4 to 1.5.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sso from 1.33.4 to 1.33.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ssooidc from 1.38.4 to 1.38.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.45.4 to 1.45.7

Commits

Updates github.com/aws/smithy-go from 1.27.7 to 1.27.8

Changelog

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

Release (2026-08-26)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.28.1
    • Bug Fix: Fix broken AddLogger middleware since its insert point was removed.

Release (2026-08-25.2)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.28.0
    • Feature: Set Content-Length inline when the request body is set via SetStream. The ComputeContentLength middleware is now deprecated.

Release (2026-08-25)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.10
    • Bug Fix: Fix a data race on the underlying writer when an event stream is closed while an event write is in flight.
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.9
    • Bug Fix: Fix a generic event stream exception not carrying the error code and message from its payload.
    • Bug Fix: Fix an event stream not being closed when its connection is lost, which would cause a caller writing to the stream to block indefinitely.
    • Bug Fix: Fix deserialization of an empty list producing a nil slice instead of an empty one.
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-14)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.8
    • Bug Fix: Restore draining the HTTP response body in CloseResponseBody to avoid issues with TCP connection reuse.

Release (2026-08-07)

... (truncated)

Commits

Updates github.com/bits-and-blooms/bitset from 1.24.6 to 1.25.0

Release notes

Sourced from github.com/bits-and-blooms/bitset's releases.

Version 1.25.0

What's Changed

New Contributors

Full Changelog: bits-and-blooms/bitset@v1.24.6...v1.25.0

Commits
  • 222fc1c Merge pull request #223 from tecnickcom/testing
  • 154e055 Merge pull request #226 from bits-and-blooms/fix/deleteat-shrink-slice
  • bb7c7fb Merge pull request #228 from T-J-L/setall
  • 2d81193 Potential fix for pull request finding
  • db937a3 feat: add SetRange method to BitSet
  • 79a6ce7 fix deleteat
  • 8c78148 Add Go versions 1.25.x and 1.26.x to test matrix
  • 44c4782 Merge pull request #220 from bits-and-blooms/dependabot/github_actions/github...
  • 8160780 build: add missing legacy build header
  • 1dff309 test: raise coverage with edge-case tests, pextgen tests, and godoc examples
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/x/ansi from 0.11.7 to 0.11.8

Commits
  • 00c6608 fix(wcwidth): measure wcwidth per codepoint (#933)
  • 240ce7b chore: lint cellbuf (#944)
  • c2cf573 chore(ansi): lint (#943)
  • 3755eba chore(deps): bump github.com/charmbracelet/x/xpty (#932)
  • 75eb341 chore(deps): bump github.com/mattn/go-runewidth (#925)
  • 7e2d3e6 fix(xpty): report context cancellation in WaitProcess
  • 41c9e6b chore(deps): bump github.com/mattn/go-runewidth (#924)
  • 482a565 chore(powernap): update lsp configs from nvim-lspconfig
  • 3eef36e chore(deps): bump github.com/bits-and-blooms/bitset (#914)
  • 872754a chore(deps): bump golang.org/x/sys (#909)
  • Additional commits viewable in compare view

Updates github.com/dlclark/regexp2/v2 from 2.6.0 to 2.7.1

Commits
  • b65641f fixes for codegen engines
  • 278268a more performance improvements to prevent unneeded string conversion to runes
  • See full diff in compare view

Updates github.com/fxamacker/cbor/v2 from 2.9.2 to 2.9.3

Release notes

Sourced from github.com/fxamacker/cbor/v2's releases.

v2.9.3

This release fixes a potential panic when decoding into a time.Time from a CBOR byte string, map, or array under certain conditions.

Not affected: standard CBOR time data (RFC 8949 tag 0 or tag 1), and decoders configured with timeTag = DecTagRequired.

Upgrading to v2.9.3 is recommended.

The panic stack trace was publicly reported on 2026-08-17, and the fix was released the same day. Fuzz testing was extended to cover this class of bug, and fuzzing of v2.9.3 is ongoing.

What's Changed

Full Changelog: fxamacker/cbor@v2.9.2...v2.9.3

Commits
  • f0c90b6 Merge pull request #803 from fxamacker/fxamacker/fix-unmarshal-to-time
  • c20692a Skip data item when decoding to time.Time fails
  • See full diff in compare view

Updates github.com/go-openapi/loads from 0.25.0 to 0.25.1

Release notes

Sourced from github.com/go-openapi/loads's releases.

v0.25.1

0.25.1 - 2026-08-14

Full Changelog: go-openapi/loads@v0.25.0...v0.25.1

8 commits in this release.


Fixed bugs

Documentation

Updates


People who contributed to this release


loads license terms

License

Commits
  • c5a9a83 build(deps): bump github.com/go-openapi/analysis
  • 3cd66bb fix(errors): fix error wrapping (#165)
  • 01e48a4 build(deps): bump the development-dependencies group with 9 updates
  • 06b652f build(deps): bump the development-dependencies group with 9 updates
  • 4620746 build(deps): bump go.yaml.in/yaml/v3 (#160)
  • c289d0b doc: updated contributors file
  • f4933a0 build(deps): bump the go-openapi-dependencies group with 2 updates
  • 83f593d build(deps): bump the development-dependencies group with 9 updates
  • See full diff in compare view

Updates github.com/go-openapi/runtime from 0.33.0 to 0.33.1

Release notes

Sourced from github.com/go-openapi/runtime's releases.

v0.33.1

0.33.1 - 2026-08-21

Full Changelog: go-openapi/runtime@v0.33.0...v0.33.1

15 commits in this release.


Fixed bugs

  • fix: adapt multipart stream to support go1.27 io.EOF change by @​fredbi in #521 ...

Documentation

Code quality

Testing

Miscellaneous tasks

Updates


People who contributed to this release

... (truncated)

Commits
  • cbfaad3 chore: prepare release v0.33.1
  • fdb0bb5 chore: dependabot frequency to twice a week (#523)
  • d22f886 doc: fix doc style (#522)
  • e7be759 build(deps): bump the development-dependencies group across 1 directory with ...
  • 4fb7297 fix: adapt multipart stream to support go1.27 io.EOF change (#521)
  • d7ec5a2 build(deps): bump the go-openapi-dependencies group across 2 directories with...
  • 3b96ca8 chore: updated go dependencies (#518)
  • a4a97e0 test: rename the fixtures directory to testdata (#517)
  • fb0e040 build(deps): bump the go-openapi-dependencies group across 2 directories with...
  • 5143565 build(deps): bump the development-dependencies group with 10 updates
  • Additional commits viewable in compare view

Updates github.com/go-openapi/runtime/server-middleware from 0.33.0 to 0.33.1

Release notes

Sourced from github.com/go-openapi/runtime/server-middleware's releases.

v0.33.1

0.33.1 - 2026-08-21

Full Changelog: go-openapi/runtime@v0.33.0...v0.33.1

15 commits in this release.


Fixed bugs

  • fix: adapt multipart stream to support go1.27 io.EOF change by @​fredbi in #521 ...

Documentation

Code quality

Testing

Miscellaneous tasks

Updates


People who contributed to this release

... (truncated)

<...

Description has been truncated

Bumps the dev-tools group with 25 updates in the /hack/tools directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.43.4` | `1.43.7` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.35` | `1.32.38` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.60.4` | `1.60.7` |
| [github.com/aws/aws-sdk-go-v2/service/ecrpublic](https://github.com/aws/aws-sdk-go-v2) | `1.41.4` | `1.41.7` |
| [github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset) | `1.24.6` | `1.25.0` |
| [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x) | `0.11.7` | `0.11.8` |
| [github.com/dlclark/regexp2/v2](https://github.com/dlclark/regexp2) | `2.6.0` | `2.7.1` |
| [github.com/fxamacker/cbor/v2](https://github.com/fxamacker/cbor) | `2.9.2` | `2.9.3` |
| [github.com/go-openapi/loads](https://github.com/go-openapi/loads) | `0.25.0` | `0.25.1` |
| [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) | `0.33.0` | `0.33.1` |
| [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.28.0` | `0.29.1` |
| [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) | `0.164.0` | `0.165.0` |
| [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.21.9` | `0.22.0` |
| [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.27` | `0.0.28` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.32.0` | `2.32.1` |
| [github.com/secure-systems-lab/go-securesystemslib](https://github.com/secure-systems-lab/go-securesystemslib) | `0.11.0` | `0.11.1` |
| [github.com/sigstore/protobuf-specs](https://github.com/sigstore/protobuf-specs) | `0.5.1` | `0.5.2` |
| [github.com/sigstore/rekor](https://github.com/sigstore/rekor) | `1.5.3` | `1.5.4` |
| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.4` | `1.10.1` |
| [github.com/tdewolff/parse/v2](https://github.com/tdewolff/parse) | `2.8.15` | `2.8.16` |
| [github.com/xo/terminfo](https://github.com/xo/terminfo) | `0.0.0-20220910002029-abceb7e1c41e` | `1.0.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.83.0` | `1.83.1` |
| [helm.sh/helm/v3](https://github.com/helm/helm) | `3.21.3` | `3.21.4` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.36.3` | `0.36.4` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.36.3` | `0.36.4` |



Updates `github.com/aws/aws-sdk-go-v2` from 1.43.4 to 1.43.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.43.4...v1.43.7)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.35 to 1.32.38
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.35...config/v1.32.38)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.34 to 1.19.37
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.34...credentials/v1.19.37)

Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.18.35 to 1.18.38
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.35...config/v1.18.38)

Updates `github.com/aws/aws-sdk-go-v2/internal/configsources` from 1.4.35 to 1.4.38
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@internal/v4a/v1.4.35...internal/v4a/v1.4.38)

Updates `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2` from 2.7.35 to 2.7.38
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@internal/endpoints/v2.7.35...internal/endpoints/v2.7.38)

Updates `github.com/aws/aws-sdk-go-v2/internal/v4a` from 1.4.36 to 1.4.39
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@internal/v4a/v1.4.36...internal/v4a/v1.4.39)

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.60.4 to 1.60.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ecr/v1.60.4...service/ecr/v1.60.7)

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

Updates `github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding` from 1.13.15 to 1.13.17
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/mq/v1.13.15...service/mq/v1.13.17)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/presigned-url` from 1.13.35 to 1.13.38
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.13.35...credentials/v1.13.38)

Updates `github.com/aws/aws-sdk-go-v2/service/signin` from 1.5.4 to 1.5.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/odb/v1.5.4...service/mpa/v1.5.7)

Updates `github.com/aws/aws-sdk-go-v2/service/sso` from 1.33.4 to 1.33.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/efs/v1.33.4...service/ebs/v1.33.7)

Updates `github.com/aws/aws-sdk-go-v2/service/ssooidc` from 1.38.4 to 1.38.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.38.4...service/sts/v1.38.7)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.45.4 to 1.45.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/sts/v1.45.4...service/sts/v1.45.7)

Updates `github.com/aws/smithy-go` from 1.27.7 to 1.27.8
- [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.27.7...v1.27.8)

Updates `github.com/bits-and-blooms/bitset` from 1.24.6 to 1.25.0
- [Release notes](https://github.com/bits-and-blooms/bitset/releases)
- [Commits](bits-and-blooms/bitset@v1.24.6...v1.25.0)

Updates `github.com/charmbracelet/x/ansi` from 0.11.7 to 0.11.8
- [Commits](charmbracelet/x@ansi/v0.11.7...ansi/v0.11.8)

Updates `github.com/dlclark/regexp2/v2` from 2.6.0 to 2.7.1
- [Commits](dlclark/regexp2@v2.6.0...v2.7.1)

Updates `github.com/fxamacker/cbor/v2` from 2.9.2 to 2.9.3
- [Release notes](https://github.com/fxamacker/cbor/releases)
- [Commits](fxamacker/cbor@v2.9.2...v2.9.3)

Updates `github.com/go-openapi/loads` from 0.25.0 to 0.25.1
- [Release notes](https://github.com/go-openapi/loads/releases)
- [Commits](go-openapi/loads@v0.25.0...v0.25.1)

Updates `github.com/go-openapi/runtime` from 0.33.0 to 0.33.1
- [Release notes](https://github.com/go-openapi/runtime/releases)
- [Commits](go-openapi/runtime@v0.33.0...v0.33.1)

Updates `github.com/go-openapi/runtime/server-middleware` from 0.33.0 to 0.33.1
- [Release notes](https://github.com/go-openapi/runtime/releases)
- [Commits](go-openapi/runtime@v0.33.0...v0.33.1)

Updates `github.com/go-openapi/swag` from 0.28.0 to 0.29.1
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.28.0...v0.29.1)

Updates `github.com/go-openapi/swag/cmdutils` from 0.28.0 to 0.29.1
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.28.0...v0.29.1)

Updates `github.com/go-openapi/swag/conv` from 0.28.0 to 0.29.1
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.28.0...v0.29.1)

Updates `github.com/go-openapi/swag/fileutils` from 0.28.0 to 0.29.1
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.28.0...v0.29.1)

Updates `github.com/go-openapi/swag/jsonutils` from 0.28.0 to 0.29.1
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.28.0...v0.29.1)

Updates `github.com/go-openapi/swag/loading` from 0.28.0 to 0.29.1
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.28.0...v0.29.1)

Updates `github.com/go-openapi/swag/mangling` from 0.28.0 to 0.29.1
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.28.0...v0.29.1)

Updates `github.com/go-openapi/swag/netutils` from 0.28.0 to 0.29.1
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.28.0...v0.29.1)

Updates `github.com/go-openapi/swag/pools` from 0.28.0 to 0.29.1
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.28.0...v0.29.1)

Updates `github.com/go-openapi/swag/stringutils` from 0.28.0 to 0.29.1
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.28.0...v0.29.1)

Updates `github.com/go-openapi/swag/typeutils` from 0.28.0 to 0.29.1
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.28.0...v0.29.1)

Updates `github.com/go-openapi/swag/yamlutils` from 0.28.0 to 0.29.1
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.28.0...v0.29.1)

Updates `github.com/gohugoio/hugo` from 0.164.0 to 0.165.0
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Commits](gohugoio/hugo@v0.164.0...v0.165.0)

Updates `github.com/google/go-containerregistry` from 0.21.9 to 0.22.0
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Commits](google/go-containerregistry@v0.21.9...v0.22.0)

Updates `github.com/mattn/go-runewidth` from 0.0.27 to 0.0.28
- [Commits](mattn/go-runewidth@v0.0.27...v0.0.28)

Updates `github.com/onsi/ginkgo/v2` from 2.32.0 to 2.32.1
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.32.0...v2.32.1)

Updates `github.com/secure-systems-lab/go-securesystemslib` from 0.11.0 to 0.11.1
- [Release notes](https://github.com/secure-systems-lab/go-securesystemslib/releases)
- [Commits](secure-systems-lab/go-securesystemslib@v0.11.0...v0.11.1)

Updates `github.com/sigstore/protobuf-specs` from 0.5.1 to 0.5.2
- [Changelog](https://github.com/sigstore/protobuf-specs/blob/main/CHANGELOG.md)
- [Commits](sigstore/protobuf-specs@v0.5.1...v0.5.2)

Updates `github.com/sigstore/rekor` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/sigstore/rekor/releases)
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md)
- [Commits](sigstore/rekor@v1.5.3...v1.5.4)

Updates `github.com/sirupsen/logrus` from 1.9.4 to 1.10.1
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.9.4...v1.10.1)

Updates `github.com/tdewolff/parse/v2` from 2.8.15 to 2.8.16
- [Release notes](https://github.com/tdewolff/parse/releases)
- [Commits](tdewolff/parse@v2.8.15...v2.8.16)

Updates `github.com/xo/terminfo` from 0.0.0-20220910002029-abceb7e1c41e to 1.0.0
- [Commits](https://github.com/xo/terminfo/commits/v1.0.0)

Updates `golang.org/x/crypto` from 0.54.0 to 0.55.0
- [Commits](golang/crypto@v0.54.0...v0.55.0)

Updates `golang.org/x/mod` from 0.38.0 to 0.39.0
- [Commits](golang/mod@v0.38.0...v0.39.0)

Updates `golang.org/x/net` from 0.57.0 to 0.58.0
- [Commits](golang/net@v0.57.0...v0.58.0)

Updates `golang.org/x/telemetry` from 0.0.0-20260708182218-49f421fb7959 to 0.0.0-20260811182544-a038080d80e5
- [Commits](https://github.com/golang/telemetry/commits)

Updates `golang.org/x/text` from 0.40.0 to 0.41.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.40.0...v0.41.0)

Updates `golang.org/x/tools` from 0.48.0 to 0.49.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.48.0...v0.49.0)

Updates `google.golang.org/grpc` from 1.83.0 to 1.83.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.83.0...v1.83.1)

Updates `google.golang.org/protobuf` from 1.36.12-0.20260120151049-f2248ac996af to 1.36.12

Updates `helm.sh/helm/v3` from 3.21.3 to 3.21.4
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.21.3...v3.21.4)

Updates `k8s.io/api` from 0.36.3 to 0.36.4
- [Commits](kubernetes/api@v0.36.3...v0.36.4)

Updates `k8s.io/apiextensions-apiserver` from 0.36.3 to 0.36.4
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.36.3...v0.36.4)

Updates `k8s.io/apimachinery` from 0.36.3 to 0.36.4
- [Commits](kubernetes/apimachinery@v0.36.3...v0.36.4)

Updates `k8s.io/code-generator` from 0.36.3 to 0.36.4
- [Commits](kubernetes/code-generator@v0.36.3...v0.36.4)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.43.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.37
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/ec2/imds
  dependency-version: 1.18.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/configsources
  dependency-version: 1.4.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
  dependency-version: 2.7.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/v4a
  dependency-version: 1.4.39
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-version: 1.60.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecrpublic
  dependency-version: 1.41.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
  dependency-version: 1.13.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
  dependency-version: 1.13.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/aws/aws-sdk-go-v2/service/signin
  dependency-version: 1.5.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sso
  dependency-version: 1.33.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ssooidc
  dependency-version: 1.38.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.45.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.27.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/bits-and-blooms/bitset
  dependency-version: 1.25.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: github.com/charmbracelet/x/ansi
  dependency-version: 0.11.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/dlclark/regexp2/v2
  dependency-version: 2.7.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: github.com/fxamacker/cbor/v2
  dependency-version: 2.9.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/go-openapi/loads
  dependency-version: 0.25.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/go-openapi/runtime
  dependency-version: 0.33.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/go-openapi/runtime/server-middleware
  dependency-version: 0.33.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/go-openapi/swag
  dependency-version: 0.29.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: github.com/go-openapi/swag/cmdutils
  dependency-version: 0.29.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: github.com/go-openapi/swag/conv
  dependency-version: 0.29.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: github.com/go-openapi/swag/fileutils
  dependency-version: 0.29.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: github.com/go-openapi/swag/jsonutils
  dependency-version: 0.29.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: github.com/go-openapi/swag/loading
  dependency-version: 0.29.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: github.com/go-openapi/swag/mangling
  dependency-version: 0.29.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: github.com/go-openapi/swag/netutils
  dependency-version: 0.29.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: github.com/go-openapi/swag/pools
  dependency-version: 0.29.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: github.com/go-openapi/swag/stringutils
  dependency-version: 0.29.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: github.com/go-openapi/swag/typeutils
  dependency-version: 0.29.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: github.com/go-openapi/swag/yamlutils
  dependency-version: 0.29.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: github.com/gohugoio/hugo
  dependency-version: 0.165.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: github.com/google/go-containerregistry
  dependency-version: 0.22.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.28
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.32.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/secure-systems-lab/go-securesystemslib
  dependency-version: 0.11.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/sigstore/protobuf-specs
  dependency-version: 0.5.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/sigstore/rekor
  dependency-version: 1.5.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.10.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: github.com/tdewolff/parse/v2
  dependency-version: 2.8.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: github.com/xo/terminfo
  dependency-version: 1.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: dev-tools
- dependency-name: golang.org/x/crypto
  dependency-version: 0.55.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: golang.org/x/mod
  dependency-version: 0.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: golang.org/x/net
  dependency-version: 0.58.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: golang.org/x/telemetry
  dependency-version: 0.0.0-20260811182544-a038080d80e5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: golang.org/x/text
  dependency-version: 0.41.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: golang.org/x/tools
  dependency-version: 0.49.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-tools
- dependency-name: google.golang.org/grpc
  dependency-version: 1.83.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: helm.sh/helm/v3
  dependency-version: 3.21.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: k8s.io/api
  dependency-version: 0.36.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.36.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.36.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
- dependency-name: k8s.io/code-generator
  dependency-version: 0.36.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-tools
...

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 Aug 26, 2026
@gitautomator

gitautomator Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Thanks to your contribution, the maintainers will review it as soon as they can!

@gitautomator
gitautomator Bot requested review from dm3ch and jwcesign August 26, 2026 21:49
@gitautomator gitautomator Bot added the chore Routine maintenance or housekeeping tasks label Aug 26, 2026
@jwcesign

Copy link
Copy Markdown
Contributor

/approve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Routine maintenance or housekeeping tasks 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.

1 participant