Skip to content

Update all non-major dependencies - #76

Merged
Moulick merged 1 commit into
mainfrom
renovate/all-minor-patch
Sep 9, 2026
Merged

Update all non-major dependencies#76
Moulick merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
aws-cli minor 2.35.132.36.41
docker (source) minor 29.6.129.8.0
ghcr.io/astral-sh/uv final minor 0.110.12
grpcurl patch v1.9.3v1.9.4
helm patch v4.2.2v4.2.4
kubectl minor v1.36.2v1.37.0
libserdes patch v8.3.0v8.3.1
oha minor v1.14.0v1.16.0
yq patch v4.53.3v4.53.6

Release Notes

aws/aws-cli (aws-cli)

v2.36.41

Compare Source

v2.36.40

Compare Source

v2.36.39

Compare Source

v2.36.38

Compare Source

v2.36.37

Compare Source

v2.36.36

Compare Source

v2.36.35

Compare Source

v2.36.34

Compare Source

v2.36.33

Compare Source

v2.36.32

Compare Source

v2.36.31

Compare Source

v2.36.30

Compare Source

v2.36.29

Compare Source

v2.36.28

Compare Source

v2.36.27

Compare Source

v2.36.26

Compare Source

v2.36.25

Compare Source

v2.36.24

Compare Source

v2.36.23

Compare Source

v2.36.22

Compare Source

v2.36.21

Compare Source

v2.36.20

Compare Source

v2.36.19

Compare Source

v2.36.18

Compare Source

v2.36.17

Compare Source

v2.36.16

Compare Source

v2.36.15

Compare Source

v2.36.14

Compare Source

v2.36.13

Compare Source

v2.36.12

Compare Source

v2.36.11

Compare Source

v2.36.10

Compare Source

v2.36.9

Compare Source

v2.36.8

Compare Source

v2.36.7

Compare Source

v2.36.6

Compare Source

v2.36.5

Compare Source

v2.36.4

Compare Source

v2.36.3

Compare Source

v2.36.2

Compare Source

v2.36.1

Compare Source

v2.36.0

Compare Source

v2.35.24

Compare Source

v2.35.23

Compare Source

v2.35.22

Compare Source

v2.35.21

Compare Source

v2.35.20

Compare Source

v2.35.19

Compare Source

v2.35.18

Compare Source

v2.35.17

Compare Source

v2.35.16

Compare Source

v2.35.15

Compare Source

v2.35.14

Compare Source

astral-sh/uv (ghcr.io/astral-sh/uv)

v0.12

Released on 2026-09-04.

Enhancements
  • Attempt to revoke short-lived PyPI trusted-publishing tokens after uv publish completes, including when publishing fails (#​21423)
Preview features
  • Omit exclude-newer-package settings for packages outside the resolution from uv.lock with the missing-exclude-newer-package-lock preview feature (#​21455)
  • Show terminal dependency cycles in uv tree --invert output (#​21404)
Performance
  • Speed up locking large workspaces with conflicts by excluding unrelated extras and dependency groups from conflict simplification (#​21399)
  • Speed up uv publish by hashing each artifact in a single blocking task and reusing the buffer across reads (#​21389)
Bug fixes
  • Prevent --locked from failing when exclude-newer-package settings differ only for packages outside the resolution (#​21454)
  • Allow uv lock --check to reuse a lockfile when an absolute exclude-newer cutoff is moved later (#​19571)
  • Allow uv lock --check to reuse a lockfile when a package-specific exclude-newer cutoff is disabled (#​21450)
  • Require an explicit --name when uv init would infer a project name reserved for a Python interpreter (#​21395)
  • Write package-specific exclude-newer cutoffs to uv.lock in a deterministic order (#​21453)
fullstorydev/grpcurl (grpcurl)

v1.9.4

Compare Source

What's Changed

Dependencies
Changes

New Contributors

Full Changelog: fullstorydev/grpcurl@v1.9.3...v1.9.4

helm/helm (helm)

v4.2.4: Helm v4.2.4

Compare Source

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

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

Installation and Upgrading

Download Helm v4.2.4. 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.3.0 and 3.22.0 are the next minor releases scheduled for September 9, 2026

Changelog

  • Minimal fix to build failure from #​31211. 3900f43 (Scott Rigby)
  • fix: bump go.opentelemetry.io/otel to v1.44.0 for GO-2026-5158 (#​32521) f7c6e8f (Terry Howe)
  • chore(deps): bump google.golang.org/grpc from 1.80.0 to 1.82.1 035a2c3 (dependabot[bot])
  • fix: pass registry client to downloader.Manager in upgrade f76a5f4 (Gates Wang)
  • Apply suggestions 5a7c6c7 (Will Noble)
  • Properly format the extra field in gzipped packages 2281848 (Will Noble)
  • Fix missing conflict retry with server-side apply (#​32088) 2c979a1 (Jakub Jaruszewski)
  • Potential fix for pull request finding 2bd2c66 (kimsungmin1)
  • fix(registry): resolve golangci-lint issues in token-auth tests 183a540 (kimsm28)
  • chore: go mod tidy after rebase on main 08d8da1 (kimsm28)
  • fix(registry): use plain-http registry in token-auth scope test 9655b5a (kimsm28)
  • Update pkg/registry/client.go 430dfac (Terry Howe)
  • test: improve client_scope_test.go to avoid data races and brittle assertions 9569605 (kimsm28)
  • fix typos in withScopeHint function comment 63f2b68 (kimsm28)
  • fix registry test failures by adjusting DockerRegistryHost and auth server listener management f7488c0 (kimsm28)
  • fix variable naming requestUrl -> requestURL 8fe78fb (kimsm28)
  • fix typo, remove unnecessary code, fix to avoid to use the assertion in http hanlder d0670d2 (kimsm28)
  • change suite.Nil, suite.NotNill to more proper function(suite.NoError, suite.Error) 804256e (kimsungmin1)
  • change client_scope_test.go to use httptest d79bceb (kimsungmin1)
  • fix typo d34fcd9 (kimsungmin1)
  • remove freeport dependency 9fbd190 (kimsungmin1)
  • add newline in license header 9275661 (kimsungmin1)
  • fix scope when helm push to a registry that use token auth fef91f3 (kimsungmin1)
  • fix panic on repeated IsReachable calls e89ce68 (Mohammad Abdolirad)
  • fix(provenance): check error return in Digest ff1ac83 (Sebastien Tardif)
  • fix: address review feedback 4b4dedb (Sebastien Tardif)
  • fix: fetch logs from all containers in test pods 7c80103 (Sebastien Tardif)
  • chore: rename savedErr to clear its specific purpose ecc9cd2 (Jeaeun Kim)
  • chore: fix lint f6211ba (Jeaeun Kim)
  • chore: store err separately for clarity 3507ea5 (Jeaeun Kim)
  • chore: Improve error reporting for helm template --debug with --show-only 211ffae (Jeaeun Kim)
  • Address review comments 51a9837 (Matheus Pimenta)
  • Fix vanishing empty lines 83a8b70 (Matheus Pimenta)

Full Changelog: helm/helm@v4.2.3...v4.2.4

v4.2.3

Compare Source

kubernetes/kubernetes (kubectl)

v1.37.0

Compare Source

See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.

See the CHANGELOG for more details.

v1.36.4

Compare Source

See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.

See the CHANGELOG for more details.

v1.36.3

Compare Source

See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.

See the CHANGELOG for more details.

confluentinc/libserdes (libserdes)

v8.3.1

Compare Source

hatoo/oha (oha)

v1.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: hatoo/oha@v1.15.0...v1.16.0

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: hatoo/oha@v1.14.0...v1.15.0

mikefarah/yq (yq)

v4.53.6

Compare Source

v4.53.4

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 04:00 PM and 04:59 PM, only on Tuesday (* 16 * * TUE)
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from Moulick September 8, 2026 16:03
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 2ae5dd1 to 483ef25 Compare September 8, 2026 22:38
@Moulick
Moulick merged commit 31dbc2d into main Sep 9, 2026
3 checks passed
@Moulick
Moulick deleted the renovate/all-minor-patch branch September 9, 2026 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant