Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the go-dependencies group with 23 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.40.0 1.41.0
github.com/aws/aws-sdk-go-v2/config 1.32.1 1.32.6
github.com/aws/aws-sdk-go-v2/service/cloudcontrol 1.29.4 1.29.8
github.com/aws/aws-sdk-go-v2/service/cloudformation 1.71.0 1.71.4
github.com/aws/aws-sdk-go-v2/service/ec2 1.274.0 1.279.0
github.com/aws/aws-sdk-go-v2/service/ecr 1.54.0 1.55.0
github.com/charmbracelet/x/ansi 0.11.1 0.11.3
github.com/go-openapi/errors 0.22.4 0.22.6
github.com/go-openapi/jsonpointer 0.22.3 0.22.4
github.com/go-openapi/spec 0.22.1 0.22.2
github.com/go-playground/validator/v10 10.28.0 10.30.0
github.com/goccy/go-yaml 1.18.0 1.19.1
github.com/projectcontour/contour 1.33.0 1.33.1
github.com/spf13/cobra 1.10.1 1.10.2
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.63.0 0.64.0
go.opentelemetry.io/contrib/instrumentation/runtime 0.63.0 0.64.0
go.opentelemetry.io/otel/exporters/prometheus 0.60.0 0.61.0
go.opentelemetry.io/otel/exporters/zipkin 1.38.0 1.39.0
helm.sh/helm/v3 3.19.2 3.19.4
k8s.io/cli-runtime 0.34.2 0.35.0
k8s.io/kubectl 0.34.2 0.35.0
sigs.k8s.io/secrets-store-csi-driver 1.5.4 1.5.5
github.com/containerd/containerd 1.7.29 1.7.30

Updates github.com/aws/aws-sdk-go-v2 from 1.40.0 to 1.41.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.1 to 1.32.6

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.1 to 1.19.6

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudcontrol from 1.29.4 to 1.29.8

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.71.0 to 1.71.4

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.274.0 to 1.279.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.54.0 to 1.55.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.41.1 to 1.41.5

Commits

Updates github.com/aws/smithy-go from 1.23.2 to 1.24.0

Changelog

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

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
    • Feature: Improve allocation footprint of the middleware stack. This should convey a ~10% reduction in allocations per SDK request.

Release (2025-11-03)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.23.2
    • Bug Fix: Adjust the initial sizes of each middleware phase to avoid some unnecessary reallocation.
    • Bug Fix: Avoid unnecessary allocation overhead from the metrics system when not in use.

Release (2025-10-15)

General Highlights

  • Dependency Update: Bump minimum go version to 1.23.
  • Dependency Update: Updated to the latest SDK module versions

Release (2025-09-18)

Module Highlights

  • github.com/aws/smithy-go/aws-http-auth: v1.1.0
    • Feature: Added support for SIG4/SIGV4A querystring authentication.

Release (2025-08-27)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.23.0
    • Feature: Sort map keys in JSON Document types.

Release (2025-07-24)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.5
    • Feature: Add HTTP interceptors.

Release (2025-06-16)

... (truncated)

Commits

Updates github.com/charmbracelet/x/ansi from 0.11.1 to 0.11.3

Commits
  • 5cb9121 chore(ansi): add test for nil colors in Style
  • 274a282 fix(ansi): add nil case guards for color functions
  • b3d4d1e chore(deps): bump the all group across 1 directory with 2 updates (#688)
  • 596eb15 feat(etag): add Matches
  • 76b0bc3 Merge remote-tracking branch 'origin/main'
  • 8ca2b06 fix: examples
  • 3be0d41 feat: add etag pkg (#689)
  • b34105f ci: update scripts/builds for setup-go@v6
  • 9f73bfd chore(deps): bump actions/checkout from 5 to 6 in the all group (#681)
  • 1b539e4 chore(deps): bump the all group in /mosaic with 2 updates (#615)
  • Additional commits viewable in compare view

Updates github.com/go-openapi/errors from 0.22.4 to 0.22.6

Release notes

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

v0.22.6

0.22.6 - 2025-12-19

Documentation update.|Released to be visible on pkg.go.dev

Full Changelog: go-openapi/errors@v0.22.5...v0.22.6

1 commits in this release.


Documentationumentation


People who contributed to this release


errors license terms

License

v0.22.5

0.22.5 - 2025-12-06

Full Changelog: go-openapi/errors@v0.22.4...v0.22.5

1 commits in this release.


Code quality

  • chore(lint): relinted code base according to strengthened rules. by @​fredbi in #79 ...

... (truncated)

Commits
  • d54d158 doc: complete godoc coverage with testable examples (#85)
  • 2da66a2 chore: fix typos in comments
  • 8590df6 doc: announced new discord channel
  • d20a6a4 doc: fixed a few hiccups in README and maintainers doc
  • 458c474 ci: removed redundant release workflow
  • bcdc857 doc: updated contributors file
  • 1580f0b chore(lint): relinted code base according to strengthened rules.
  • b1b6a71 ci: realigned CI and docs
  • 298ae86 Bump actions/checkout from 5 to 6 in the development-dependencies group
  • 7dece76 Bump golangci/golangci-lint-action in the development-dependencies group
  • See full diff in compare view

Updates github.com/go-openapi/jsonpointer from 0.22.3 to 0.22.4

Release notes

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

v0.22.4

0.22.4 - 2025-12-06

Full Changelog: go-openapi/jsonpointer@v0.22.3...v0.22.4

1 commits in this release.


Miscellaneous tasks


People who contributed to this release


jsonpointer license terms

License

Commits
  • 51b82ce ci: aligned CI to use shared workflows
  • b3a47c4 chore(deps): bump the development-dependencies group with 6 updates
  • cadf52c doc: updated contributors file
  • 9bac24e chore(deps): bump the development-dependencies group with 3 updates
  • a05f70b doc: replaced go.mod badge by github version
  • a95d3c2 chore(deps): bump github.com/go-openapi/swag/jsonname
  • cdc3f14 ci: fixed a few details
  • 6fc6e74 ci: fixed typo in action sha set manually
  • 3873ddc doc: updated ci action that keeps CONTRIBUTORS.md
  • 5462cea chore(deps): bump the development-dependencies group across 1 directory with ...
  • Additional commits viewable in compare view

Updates github.com/go-openapi/spec from 0.22.1 to 0.22.2

Release notes

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

v0.22.2

0.22.2 - 2025-12-08

Full Changelog: go-openapi/spec@v0.22.1...v0.22.2

1 commits in this release.


Documentation


People who contributed to this release


spec license terms

License

Commits
  • 324f6d9 doc: removed old version of the README
  • e58b915 chore: updated jsonpointer and reference
  • 1ffcd7a doc: updated contributors file
  • 90bc044 test(readability): used embedded FS for fixtures
  • b75931b fix: added guard for edge case causing potential panic
  • 4f79daa ci: aligned CI and doc with go-openapi repos
  • a637b92 build(deps): bump actions/checkout in the development-dependencies group
  • f532082 build(deps): bump the go-openapi-dependencies group with 5 updates
  • f0c3eff build(deps): bump the go-openapi-dependencies group with 6 updates
  • 817d7f9 build(deps): bump golangci/golangci-lint-action
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/loading from 0.25.3 to 0.25.4

Commits
  • 73525ad prepared release v0.25.4
  • 2bf1ed6 fix(mangling): overlapping pluralized initialisms trigger panic
  • 171b7e8 build(deps): bump the development-dependencies group across 2 directories wit...
  • See full diff in compare view

Updates github.com/go-playground/validator/v10 from 10.28.0 to 10.30.0

Release notes

Sourced from github.com/go-playground/validator/v10's releases.

Release 10.30.0

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.29.0...v10.30.0

v10.29.0

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.28.0...v10.29.0

Commits

Updates github.com/goccy/go-yaml from 1.18.0 to 1.19.1

Release notes

Sourced from github.com/goccy/go-yaml's releases.

1.19.1

What's Changed

Full Changelog: goccy/go-yaml@v1.19.0...v1.19.1

1.19.0

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.18.0...v1.19.0

Commits
  • b0ab069 Support line comment for flow sequence or flow map (#834)
  • 9e98b0c Fix decoding of integer keys of map type (#829)
  • a7b4bfb Add support for RawMessage, similar to json.RawMessage (#790)
  • 07c09c0 Add indentation to flow values on new lines (#759)
  • 0040ab4 Skip directive in path operations (#758)
  • 7901e98 Support non string map keys (#756)
  • f4d1347 Normalize CR and CRLF in multi-line strings (#754)
  • 90e8525 Add decode option that allows specific field prefixes (#795)
  • 25e5d90 Revert "feat: Dont make copies of structs for validation (#737)" (#763)
  • See full diff in compare view

Updates github.com/projectcontour/contour from 1.33.0 to 1.33.1

Release notes

Sourced from github.com/projectcontour/contour's releases.

Contour v1.33.1

We are delighted to present version v1.33.1 of Contour, our layer 7 HTTP reverse proxy for Kubernetes clusters.

All Changes

  • Updates Envoy to v1.35.8. See the Envoy release notes for more information about the content of the release.
  • Updates Go to v1.25.5. See the Go release notes for more information about the content of the release.

Installing and Upgrading

For a fresh install of Contour, consult the getting started documentation.

To upgrade an existing Contour installation, please consult the upgrade documentation.

Compatible Kubernetes Versions

Contour v1.33.1 is tested against Kubernetes 1.32 through 1.34.

Are you a Contour user? We would love to know!

If you're using Contour and want to add your organization to our adopters list, please visit this page. If you prefer to keep your organization name anonymous but still give us feedback into your usage and scenarios for Contour, please post on this GitHub thread.

Commits
  • 38be74f Update Contour Docker image to v1.33.1.
  • cbb7186 release-1.33: Bump to envoy 1.35.8 (#7332)
  • 02045e5 release-1.33: Bump to go 1.25.5 (#7333)
  • 88611b3 build(deps): bump github.com/cert-manager/cert-manager (#7350)
  • 668d0de build(deps): bump github.com/onsi/gomega from 1.38.2 to 1.38.3 (#7348)
  • 9d54e19 build(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 (#7349)
  • 569662b build(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 (#7346)
  • 7c5b0d9 build(deps): bump the k8s-dependencies group with 4 updates (#7347)
  • db8ca23 build(deps): bump actions/checkout from 5.0.0 to 5.0.1 (#7317)
  • 43ab736 build(deps): bump the k8s-dependencies group with 4 updates (#7305)
  • Additional commits viewable in compare view

Updates github.com/spf13/cobra from 1.10.1 to 1.10.2

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.2

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in spf13/cobra#2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

Commits

Updates go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.63.0 to 0.64.0

Release notes

Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's releases.

Release v1.39.0/v2.1.0/v0.64.0/v0.33.0/v0.19.0/v0.14.0/v0.12.0/v0.11.0

Overview

Added

  • ParseYAML in go.opentelemetry.io/contrib/otelconf now supports environment variables substitution in the format ${[env:]VAR_NAME[:-defaultvalue]}. (#6215)
  • Add the http.route metric attribute to go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#7966)
  • Support db.client.operation.duration metric for go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo. (#7983)
  • Add a WithSpanNameFormatter option to go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo. (#7986)
  • WithOnError option for otelecho middleware in go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho to specify the behavior when an error occurs. (#8025)
  • Updated go.opentelemetry.io/contrib/otelconf to include the v1.0.0-rc2 release candidate of schema which includes backwards incompatible changes. (#8026)
  • Introduce v1.0.0-rc.2 model in go.opentelemetry.io/contrib/otelconf. (#8031)
  • Add unmarshaling and validation for CardinalityLimits and SpanLimits to v1.0.0 model in go.opentelemetry.io/contrib/otelconf. (

…8 updates

Bumps the go-dependencies group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.40.0` | `1.41.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.1` | `1.32.6` |
| [github.com/aws/aws-sdk-go-v2/service/cloudcontrol](https://github.com/aws/aws-sdk-go-v2) | `1.29.4` | `1.29.8` |
| [github.com/aws/aws-sdk-go-v2/service/cloudformation](https://github.com/aws/aws-sdk-go-v2) | `1.71.0` | `1.71.4` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.274.0` | `1.279.0` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.54.0` | `1.55.0` |
| [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x) | `0.11.1` | `0.11.3` |
| [github.com/go-openapi/errors](https://github.com/go-openapi/errors) | `0.22.4` | `0.22.6` |
| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.22.3` | `0.22.4` |
| [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.22.1` | `0.22.2` |
| [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.28.0` | `10.30.0` |
| [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.18.0` | `1.19.1` |
| [github.com/projectcontour/contour](https://github.com/projectcontour/contour) | `1.33.0` | `1.33.1` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.10.1` | `1.10.2` |
| [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.63.0` | `0.64.0` |
| [go.opentelemetry.io/contrib/instrumentation/runtime](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.63.0` | `0.64.0` |
| [go.opentelemetry.io/otel/exporters/prometheus](https://github.com/open-telemetry/opentelemetry-go) | `0.60.0` | `0.61.0` |
| [go.opentelemetry.io/otel/exporters/zipkin](https://github.com/open-telemetry/opentelemetry-go) | `1.38.0` | `1.39.0` |
| [helm.sh/helm/v3](https://github.com/helm/helm) | `3.19.2` | `3.19.4` |
| [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.34.2` | `0.35.0` |
| [k8s.io/kubectl](https://github.com/kubernetes/kubectl) | `0.34.2` | `0.35.0` |
| [sigs.k8s.io/secrets-store-csi-driver](https://github.com/kubernetes-sigs/secrets-store-csi-driver) | `1.5.4` | `1.5.5` |
| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.29` | `1.7.30` |



Updates `github.com/aws/aws-sdk-go-v2` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.40.0...v1.41.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.1 to 1.32.6
- [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.32.1...v1.32.6)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.1 to 1.19.6
- [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.19.1...service/m2/v1.19.6)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudcontrol` from 1.29.4 to 1.29.8
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.29.4...config/v1.29.8)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudformation` from 1.71.0 to 1.71.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.71.0...service/lambda/v1.71.4)

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

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.54.0 to 1.55.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.54.0...service/s3/v1.55.0)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.41.1 to 1.41.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/kms/v1.41.1...service/sts/v1.41.5)

Updates `github.com/aws/smithy-go` from 1.23.2 to 1.24.0
- [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.23.2...v1.24.0)

Updates `github.com/charmbracelet/x/ansi` from 0.11.1 to 0.11.3
- [Commits](charmbracelet/x@ansi/v0.11.1...ansi/v0.11.3)

Updates `github.com/go-openapi/errors` from 0.22.4 to 0.22.6
- [Release notes](https://github.com/go-openapi/errors/releases)
- [Commits](go-openapi/errors@v0.22.4...v0.22.6)

Updates `github.com/go-openapi/jsonpointer` from 0.22.3 to 0.22.4
- [Release notes](https://github.com/go-openapi/jsonpointer/releases)
- [Commits](go-openapi/jsonpointer@v0.22.3...v0.22.4)

Updates `github.com/go-openapi/spec` from 0.22.1 to 0.22.2
- [Release notes](https://github.com/go-openapi/spec/releases)
- [Commits](go-openapi/spec@v0.22.1...v0.22.2)

Updates `github.com/go-openapi/swag/loading` from 0.25.3 to 0.25.4
- [Commits](go-openapi/swag@v0.25.3...v0.25.4)

Updates `github.com/go-playground/validator/v10` from 10.28.0 to 10.30.0
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.28.0...v10.30.0)

Updates `github.com/goccy/go-yaml` from 1.18.0 to 1.19.1
- [Release notes](https://github.com/goccy/go-yaml/releases)
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md)
- [Commits](goccy/go-yaml@v1.18.0...v1.19.1)

Updates `github.com/projectcontour/contour` from 1.33.0 to 1.33.1
- [Release notes](https://github.com/projectcontour/contour/releases)
- [Changelog](https://github.com/projectcontour/contour/blob/main/RELEASES.md)
- [Commits](projectcontour/contour@v1.33.0...v1.33.1)

Updates `github.com/spf13/cobra` from 1.10.1 to 1.10.2
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.10.1...v1.10.2)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.63.0 to 0.64.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.63.0...zpages/v0.64.0)

Updates `go.opentelemetry.io/contrib/instrumentation/runtime` from 0.63.0 to 0.64.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.63.0...zpages/v0.64.0)

Updates `go.opentelemetry.io/otel` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `go.opentelemetry.io/otel/exporters/prometheus` from 0.60.0 to 0.61.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@exporters/prometheus/v0.60.0...exporters/prometheus/v0.61.0)

Updates `go.opentelemetry.io/otel/exporters/zipkin` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `go.opentelemetry.io/otel/metric` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `go.opentelemetry.io/otel/sdk/metric` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `go.opentelemetry.io/otel/trace` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `golang.org/x/sync` from 0.18.0 to 0.19.0
- [Commits](golang/sync@v0.18.0...v0.19.0)

Updates `golang.org/x/text` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.31.0...v0.32.0)

Updates `helm.sh/helm/v3` from 3.19.2 to 3.19.4
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.19.2...v3.19.4)

Updates `k8s.io/api` from 0.34.2 to 0.34.3
- [Commits](kubernetes/api@v0.34.2...v0.34.3)

Updates `k8s.io/apiextensions-apiserver` from 0.34.2 to 0.34.3
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.34.2...v0.34.3)

Updates `k8s.io/apimachinery` from 0.34.2 to 0.34.3
- [Commits](kubernetes/apimachinery@v0.34.2...v0.34.3)

Updates `k8s.io/cli-runtime` from 0.34.2 to 0.35.0
- [Commits](kubernetes/cli-runtime@v0.34.2...v0.35.0)

Updates `k8s.io/client-go` from 0.34.2 to 0.35.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.34.2...v0.35.0)

Updates `k8s.io/kubectl` from 0.34.2 to 0.35.0
- [Commits](kubernetes/kubectl@v0.34.2...v0.35.0)

Updates `sigs.k8s.io/secrets-store-csi-driver` from 1.5.4 to 1.5.5
- [Release notes](https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases)
- [Changelog](https://github.com/kubernetes-sigs/secrets-store-csi-driver/blob/main/docs/RELEASE.md)
- [Commits](kubernetes-sigs/secrets-store-csi-driver@v1.5.4...v1.5.5)

Updates `github.com/containerd/containerd` from 1.7.29 to 1.7.30
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.7.29...v1.7.30)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudcontrol
  dependency-version: 1.29.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudformation
  dependency-version: 1.71.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-version: 1.279.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.41.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/charmbracelet/x/ansi
  dependency-version: 0.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/errors
  dependency-version: 0.22.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/jsonpointer
  dependency-version: 0.22.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/spec
  dependency-version: 0.22.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag/loading
  dependency-version: 0.25.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/go-playground/validator/v10
  dependency-version: 10.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/goccy/go-yaml
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/projectcontour/contour
  dependency-version: 1.33.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-version: 0.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/contrib/instrumentation/runtime
  dependency-version: 0.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/prometheus
  dependency-version: 0.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/zipkin
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/sdk/metric
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sync
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/text
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: helm.sh/helm/v3
  dependency-version: 3.19.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: k8s.io/api
  dependency-version: 0.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: k8s.io/cli-runtime
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: k8s.io/kubectl
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: sigs.k8s.io/secrets-store-csi-driver
  dependency-version: 1.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/containerd/containerd
  dependency-version: 1.7.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 24, 2025
@dependabot dependabot bot requested review from a team as code owners December 24, 2025 01:39
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 24, 2025
@github-actions
Copy link

Unit Tests

4 525 tests  ±0   4 522 ✅ ±0   7m 35s ⏱️ -13s
  329 suites ±0       3 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit 2558825. ± Comparison against base commit 488a220.

@vishwahiremat
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 29, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 29, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/go-dependencies-9c3c4af591 branch December 29, 2025 06:57
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.

2 participants