Skip to content

chore(deps): update devbox#1078

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/devbox
Open

chore(deps): update devbox#1078
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/devbox

Conversation

@renovate

@renovate renovate Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ctlptl patch 0.9.00.9.4
docker minor 29.4.029.5.2
go minor 1.25.51.26.3
golangci-lint minor 2.8.02.12.2
govulncheck minor 1.1.41.3.0
kubebuilder minor 4.10.14.13.1
kubectl minor 1.35.01.36.1
kubernetes-helm minor 3.19.13.20.2
kustomize patch 5.8.05.8.1
kyverno-chainsaw patch 0.2.140.2.15
tilt minor 0.36.00.37.3

Release Notes

tilt-dev/ctlptl (ctlptl)

v0.9.4

What's Changed

Full Changelog: tilt-dev/ctlptl@v0.9.3...v0.9.4

v0.9.3

Changelog

v0.9.2

Changelog

v0.9.1

Changelog

kubernetes-sigs/kubebuilder (kubebuilder)

v4.13.1

🚀 Keep Your Scaffold Updated

The migration guide covers upgrading from any version to the latest, including AI-assisted helpers/commands for legacy scaffolds that may require manual steps. For the smoothest path, enable the AutoUpdate Plugin (uses GitHub Actions) or run kubebuilder alpha update locally—both use the same update logic. The other options are primarily for older projects missing cliVersion in the PROJECT file as a one-time step to reach a supported version; after that, you can rely on these workflows for ongoing updates.

✨ Upgrades

  • (go/v4): Upgrade cert-manager from v1.19.4 to v1.20.0 (#​5531)
  • (go/v4): Upgrade controller-runtime from v0.23.1 to v0.23.3 (#​5532)

🐛 Bug Fixes

  • (API): Move test/e2e/helpers to test/e2e/internal (#​5516
  • (API): Move logging and alpha packages to internal (#​5514)
  • (helm/v2-alpha): Fix double-escaping of YAML-encoded quotes in template expressions (#​5529)
  • (go/v4): Add SchemeGroupVersion for applyconfiguration compatibility (#​5491)
  • (config/v3): Ignore unknown fields in the PROJECT file for forward compatibility (#​5540)
  • (alpha/generate): Skip Go version check by default (#​5547)

What's Changed

New Contributors

Full Changelog: kubernetes-sigs/kubebuilder@v4.13.0...v4.13.1

kubernetes/kubectl (kubectl)

v1.36.1

v1.36.0

v1.35.4

v1.35.3

v1.35.2

helm/helm (kubernetes-helm)

v3.20.2: Helm v3.20.2

v3.20.2

Helm v3.20.2 is a security 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

Security fixes

  • GHSA-hr2v-4r36-88hr Helm Chart extraction output directory collapse via Chart.yaml name dot-segment

Installation and Upgrading

Download Helm v3.20.2. The common platform binaries are here:

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.1.5 and 3.20.3 are the next patch (bug fix) releases and will be on April 8, 2026
  • 4.2.0 and 3.21.0 are the next minor (feature) releases and will be on May 13, 2026

Changelog

  • fix: Chart dot-name path bug 8fb76d6 (George Jenkins)
  • fix: pin codeql-action/upload-sarif to commit SHA in scorecards workflow 3a8927e (Terry Howe)

v3.20.1: Helm v3.20.1

Helm v3.20.1 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

  • Backport of #​31644: Fixed a bug where user-provided nil value was not preserved when chart has an empty map or no default for a key
  • Backport of #​31601: Fixed a bug where OCI references with tag+digest failed with "invalid byte" error

Installation and Upgrading

Download Helm v3.20.1. 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(deps): bump the k8s-io group with 7 updates a2369ca (dependabot[bot])
  • add image index test 90e1056 (Pedro Tôrres)
  • fix pulling charts from OCI indices 911f2e9 (Pedro Tôrres)
  • Remove refactorring changes from coalesce_test.go 76dad33 (Evans Mungai)
  • Fix import 45c12f7 (Evans Mungai)
  • Update pkg/chart/common/util/coalesce_test.go 26c6f19 (Evans Mungai)
  • Fix lint warning 09f5129 (Evans Mungai)
  • Preserve nil values in chart already 417deb2 (Evans Mungai)
  • fix(values): preserve nil values when chart default is empty map 5417bfa (Evans Mungai)
kubernetes-sigs/kustomize (kustomize)

v5.8.1

Introduction

This release completes a fix for namespace propagation that occurred in v5.8.0. #​6031 (comment)
Also addressed the breaking changes introduced in helm v4. #​6016

fix

#​5990: fix: allow empty patches files
#​6016: fix: support helm v4 beside v3
#​6038: Fix a failing test
#​6044: Fix namespace propagation problem at v5.8.0

Dependencies

#​6057: Upgrade json-patch to v4.13.0 to remove pkg/errors dependency

chore

#​6065: Update kyaml to v0.21.1
#​6066: Update cmd/config to v0.21.1
#​6067: Update api to v0.21.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 12:59 AM, on day 1 and 15 of the month (* 0 1,15 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the dependencies Pull requests that update a dependency file label Jun 1, 2026
@codecov

codecov Bot commented Jun 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.15%. Comparing base (8903f4d) to head (1d5e6c0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1078   +/-   ##
=======================================
  Coverage   69.15%   69.15%           
=======================================
  Files          71       71           
  Lines        6543     6543           
=======================================
  Hits         4525     4525           
  Misses       1724     1724           
  Partials      294      294           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants