Skip to content

fix(deps): update all go dependencies main (main)#44783

Merged
julianwiedmann merged 1 commit into
mainfrom
renovate/main-all-go-deps-main
Mar 16, 2026
Merged

fix(deps): update all go dependencies main (main)#44783
julianwiedmann merged 1 commit into
mainfrom
renovate/main-all-go-deps-main

Conversation

@cilium-renovate
Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/aws/aws-sdk-go-v2 v1.41.3v1.41.4 age confidence require patch
github.com/aws/aws-sdk-go-v2/config v1.32.11v1.32.12 age confidence require patch
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.19v1.18.20 age confidence require patch
github.com/aws/aws-sdk-go-v2/service/ec2 v1.294.0v1.294.1 age confidence require patch
github.com/cilium/hive v1.0.0v1.0.1 age confidence require patch
github.com/go-openapi/loads v0.23.2v0.23.3 age confidence require patch
github.com/go-openapi/runtime v0.29.2v0.29.3 age confidence require patch
github.com/go-openapi/validate v0.25.1v0.25.2 age confidence require patch
github.com/mackerelio/go-osstat v0.2.6v0.2.7 age confidence require patch
github.com/vishvananda/netlink c7039a4b2290cd require digest
golang.org/x/crypto v0.48.0v0.49.0 age confidence require minor
golang.org/x/exp 3dfff047ab1446 age confidence require digest
golang.org/x/mod v0.33.0v0.34.0 age confidence require minor
golang.org/x/net v0.51.0v0.52.0 age confidence require minor
golang.org/x/oauth2 v0.35.0v0.36.0 age confidence require minor
golang.org/x/sync v0.19.0v0.20.0 age confidence require minor
golang.org/x/sys v0.41.0v0.42.0 age confidence require minor
golang.org/x/term v0.40.0v0.41.0 age confidence require minor
golang.org/x/text v0.34.0v0.35.0 age confidence require minor
golang.org/x/time v0.14.0v0.15.0 age confidence require minor
golang.org/x/tools v0.42.0v0.43.0 age confidence require minor
google.golang.org/genproto/googleapis/rpc a57be1484a4fc4 age confidence require digest
helm.sh/helm/v4 v4.1.1v4.1.3 age confidence require patch
sigs.k8s.io/mcs-api/conformance 6a4a49e15301c2 age confidence require digest
sigs.k8s.io/mcs-api/controllers 6a4a49e15301c2 age confidence require digest

Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.41.4

Compare Source

General Highlights

  • Bug Fix: Replace usages of the old ioutil/ package throughout the SDK.
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.41.4
    • Bug Fix: Remove X-Amz-Security-Token header on redirect.
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue: v1.20.35
    • Bug Fix: Fix documentation typo.
  • github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue: v1.19.35
    • Bug Fix: Fix documentation typo.
  • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.39.0
    • Feature: API Gateway now supports an additional security policy "SecurityPolicy-TLS13-1-2-FIPS-PFS-PQ-2025-09" for REST APIs and custom domain names. The new policy is compliant with TLS 1.3, Federal Information Processing Standards (FIPS), Perfect Forward Secrecy (PFS), and post-quantum (PQ) cryptography
  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.62.0
    • Feature: Fix pagination support for DescribeConformancePackCompliance, and update OrganizationConfigRule InputParameters max length to match ConfigRule.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.166.0
    • Feature: Deprecating PredefinedNotificationID field
  • github.com/aws/aws-sdk-go-v2/service/gameliftstreams: v1.11.0
    • Feature: Feature launch that enables customers to connect streaming sessions to their own VPCs running in AWS.
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.138.0
    • Feature: Add QuerySessionContext to BatchGetPartitionRequest
  • github.com/aws/aws-sdk-go-v2/service/ivsrealtime: v1.33.0
    • Feature: Updates maximum reconnect window seconds from 60 to 300 for participant replication
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.88.0
    • Feature: This update adds support for Dolby AC-4 audio output, frame rate conversion between non-Dolby Vision inputs to Dolby Vision outputs, and clear lead CMAF HLS output.
  • github.com/aws/aws-sdk-go-v2/service/medialive: v1.93.2
    • Documentation: Documents the VideoDescription.ScalingBehavior.SMART(underscore)CROP enum value.
  • github.com/aws/aws-sdk-go-v2/service/mgn: v1.41.0
    • Feature: Network Migration APIs are now publicly available for direct programmatic access. Customers can now call Network Migration APIs directly without going through AWS Transform (ATX), enabling automation, integration with existing tools, and self-service migration workflows.
  • github.com/aws/aws-sdk-go-v2/service/polly: v1.55.1
    • Bug Fix: Add missing fields serd of polly SynthesizeSpeech presign
  • github.com/aws/aws-sdk-go-v2/service/quicksight: v1.105.0
    • Feature: The change adds a new capability named ManageSharedFolders in Custom Permissions
cilium/hive (github.com/cilium/hive)

v1.0.1

Compare Source

What's Changed

Full Changelog: cilium/hive@v1.0.0...v1.0.1

go-openapi/loads (github.com/go-openapi/loads)

v0.23.3

Compare Source

0.23.3 - 2026-03-08

Full Changelog: go-openapi/loads@v0.23.2...v0.23.3

27 commits in this release.


Documentation
Code quality
Testing
Miscellaneous tasks
Updates

People who contributed to this release

New Contributors

loads license terms

License

go-openapi/runtime (github.com/go-openapi/runtime)

v0.29.3

Compare Source

0.29.3 - 2026-03-08

Full Changelog: go-openapi/runtime@v0.29.2...v0.29.3

27 commits in this release.


Fixed bugs
Documentation
Code quality
Miscellaneous tasks
Updates

People who contributed to this release

New Contributors

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.29.3)

Documentation
Code quality
Miscellaneous tasks
go-openapi/validate (github.com/go-openapi/validate)

v0.25.2

Compare Source

0.25.2 - 2026-03-08

Full Changelog: go-openapi/validate@v0.25.1...v0.25.2

23 commits in this release.


Documentation
Code quality
Miscellaneous tasks
Updates

People who contributed to this release

New Contributors

validate license terms

License

mackerelio/go-osstat (github.com/mackerelio/go-osstat)

v0.2.7

Compare Source

What's Changed

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

helm/helm (helm.sh/helm/v4)

v4.1.3: Helm v4.1.3

Compare Source

Helm v4.1.3 is a patch release. Users are encouraged to upgrade for the best experience.

Note there was no 4.1.2 release due to a release automation issue.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Notable Changes

  • Fixed a bug where --dry-run=server was not respecting generateName #​31563
  • Fixed a bug where empty CRD resources caused a crash. Now it prints an error #​31578
  • Fixed a bug where OCI references with tag+digest failed with "invalid byte" error #​31601
  • Fixed a bug where user-provided nil value was not preserved when chart has an empty map or no default for a key #​31644
  • Fixed a regression since Helm 3.18.0 where Pulling charts from OCI repositories that use an index to store both Container Images and Helm Charts under the same tag failed #​31776
  • Fixed a Helm 4 regression where gotemplate white space trimming directly after YAML doc separators, when present after postrendering, caused YAML file corruption #​31868
  • Fixed a bug where FailedStatus is treated as a terminal state, causing upgrades to fail prematurely when cluster autoscalers needed time to provision nodes, or when pods were being deleted during rolling updates #​31897
  • Fixed broken backwards compatibility for deprecated --atomic flag on install command #​31901
  • SDK: Fixed a Windows 'Access Deined' error if multiple processes try to download the same chart version concurrently #​31128
  • SDK: Fixed a bug where users did not receive any logs from the waiter, causing confusion as several minutes could pass with no user feedback #​31717
  • SDK: Fixed a bug where server-side apply defaults did not always match the CLI defaults #​31732
  • SDK: Fixed a Go import issue when downstream tooling attempted to vendor helm.sh/helm/v4/pkg/kube #​31852

Installation and Upgrading

Download Helm v4.1.3. The common platform binaries are here:

This release was signed with 208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155 and can be found at @​scottrigby keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 4.2.0 and 3.21.0 are the next minor releases and will be on May 13, 2026
  • 4.1.4 and 3.20.2 are the next patch releases and will be on April 8, 2026

Changelog

  • chore(defaults): server-side apply SDK defaults should always match the CLI defaults c94d381 (Matheus Pimenta)
  • whitespace b36d660 (Austin Abro)
  • use logger with waiter 04a91af (Austin Abro)
  • Remove refactorring changes from coalesce_test.go c3c57db (Evans Mungai)
  • Fix import d47cb2b (Evans Mungai)
  • Update pkg/chart/common/util/coalesce_test.go 790bf92 (Evans Mungai)
  • Fix lint warning f7cec12 (Evans Mungai)
  • Preserve nil values in chart already d94a5c9 (Evans Mungai)
  • fix(values): preserve nil values when chart default is empty map 8c5fe4e (Evans Mungai)
  • chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 217db28 (dependabot[bot])
  • Restored --atomic flag on install command 7cb43e0 (Travis Leeden)
  • fix: bump go.opentelemetry.io/otel/sdk to v1.40.0 for GO-2026-4394 5b26d4f (Terry Howe)
  • fix: bump fluxcd/cli-utils to v0.37.2-flux.1 360c131 (Terry Howe)
  • chore(deps): bump sigs.k8s.io/kustomize/kyaml from 0.21.0 to 0.21.1 69a0a92 (dependabot[bot])
  • fix: insert newline after doc separators glued to content by template trimming b868e6a (Matheus Pimenta)
  • fix: correct import comment in statuswait.go from v3 to v4 dbfbea9 (rohansood10)
  • chore(deps): bump the k8s-io group with 7 updates 099192c (dependabot[bot])
  • add image index test 4967ead (Pedro Tôrres)
  • fix pulling charts from OCI indices 2fe6b10 (Pedro Tôrres)
  • fix: handle OCI digest algorithm prefix in chart downloader (#​31601) e3e2d01 (Evans Mungai)
  • fix(install): check nil for restClientGetter and fix tests c15e711 (Manuel Alonso)
  • chore(refactor): better testing and functionality for installing crd df82e68 (Manuel Alonso)
  • fix(test): fix tests and check nil for restclient 4b896ca (Manuel Alonso)
  • fix(test): merge fix correctly 3fc7939 (Manuel Alonso Gonzalez)
  • fix(install): add more tests and check nil file data 6017d2b (Manuel Alonso)
  • fix(test): no check empty resources f451967 (Manuel Alonso)
  • fix(install): check lenght and file nil, add tests fdadff5 (Manuel Alonso)
  • fix(action): crd resources can be empty 10d6067 (Manuel Alonso)
  • fix: casing issue fixed 0fec40f (Mujib Ahasan)
  • fix: error handled correctly 2637498 (Mujib Ahasan)
  • fix: doc string added [961d7d7](https://redirect.github.com/helm/helm/commit/961d7d7cd6b39ccc3

Configuration

📅 Schedule: Branch creation - "on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@cilium-renovate cilium-renovate Bot added kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR labels Mar 15, 2026
@cilium-renovate cilium-renovate Bot requested a review from a team as a code owner March 15, 2026 01:08
@cilium-renovate cilium-renovate Bot requested a review from tklauser March 15, 2026 01:08
@cilium-renovate cilium-renovate Bot added kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR labels Mar 15, 2026
@cilium-renovate cilium-renovate Bot requested a review from ciliumbot March 15, 2026 01:08
@cilium-renovate
Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 23 additional dependencies were updated

Details:

Package Change
github.com/onsi/ginkgo/v2 v2.27.2 -> v2.28.1
github.com/onsi/gomega v1.38.2 -> v1.39.0
sigs.k8s.io/controller-runtime v0.22.4 -> v0.23.1
github.com/aws/aws-sdk-go-v2/credentials v1.19.11 -> v1.19.12
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.19 -> v1.4.20
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.19 -> v2.7.20
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.5 -> v1.8.6
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.6 -> v1.13.7
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.19 -> v1.13.20
github.com/aws/aws-sdk-go-v2/service/signin v1.0.7 -> v1.0.8
github.com/aws/aws-sdk-go-v2/service/sso v1.30.12 -> v1.30.13
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.16 -> v1.35.17
github.com/aws/aws-sdk-go-v2/service/sts v1.41.8 -> v1.41.9
github.com/fluxcd/cli-utils v0.37.0-flux.1 -> v0.37.2-flux.1
github.com/go-openapi/analysis v0.24.1 -> v0.24.3
github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 -> v0.0.0-20260115054156-294ebfa9ad83
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 -> v2.27.7
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 -> v0.65.0
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 -> v0.0.0-20260311193753-579e4da9a98c
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 -> v0.0.0-20260128011058-8636f8732409
sigs.k8s.io/kustomize/api v0.20.1 -> v0.21.1
sigs.k8s.io/kustomize/kyaml v0.21.0 -> v0.21.1
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 -> v6.3.2-0.20260122202528-d9cc6641c482

@ciliumbot ciliumbot requested review from a team and ciliumbot and removed request for tklauser March 15, 2026 01:08
@github-actions github-actions Bot added the kind/community-contribution This was a contribution made by a community member. label Mar 15, 2026
@cilium-renovate cilium-renovate Bot temporarily deployed to Trigger CI from renovate PRs March 15, 2026 01:28 Inactive
@cilium-ci-trigger
Copy link
Copy Markdown

/test

1 similar comment
@julianwiedmann
Copy link
Copy Markdown
Member

/test

@maintainer-s-little-helper maintainer-s-little-helper Bot added ready-to-merge This PR has passed all tests and received consensus from code owners to merge. labels Mar 16, 2026
@julianwiedmann julianwiedmann added this pull request to the merge queue Mar 16, 2026
Merged via the queue into main with commit 2dd73a0 Mar 16, 2026
526 of 529 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/community-contribution This was a contribution made by a community member. kind/enhancement This would improve or streamline existing functionality. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants