Skip to content

chore(deps): update obolup.sh dependency updates#603

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
renovate/obolup.sh-dependency-updates
Open

chore(deps): update obolup.sh dependency updates#603
github-actions[bot] wants to merge 1 commit into
mainfrom
renovate/obolup.sh-dependency-updates

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
databus23/helm-diff patch 3.15.73.15.8
derailed/k9s minor 0.50.180.51.0
helm/helm patch 3.21.03.21.1
helmfile/helmfile patch 1.5.21.5.3
k3d-io/k3d minor 5.8.35.9.0
kubernetes/kubernetes patch 1.36.11.36.2
ollama/ollama minor 0.24.00.30.8

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

databus23/helm-diff (databus23/helm-diff)

v3.15.8

Compare Source

What's Changed

Full Changelog: databus23/helm-diff@v3.15.7...v3.15.8

derailed/k9s (derailed/k9s)

v0.51.0

Compare Source

Release v0.51.0

Notes

Thank you to all that contributed with flushing out issues and enhancements for K9s!
I'll try to mark some of these issues as fixed. But if you don't mind grab the latest rev
and see if we're happier with some of the fixes!
If you've filed an issue please help me verify and close.

Your support, kindness and awesome suggestions to make K9s better are, as ever, very much noted and appreciated!
Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!

As you may know, K9s is not pimped out by big corporations with deep pockets, thus if you feel K9s is helping in your Kubernetes journey, please consider joining our sponsorship program and/or make some noise on social! @​kitesurfer

On Slack? Please join us K9slackers


♫ Sounds Behind The Release ♭


Maintenance Release!

Please help me welcome Ümüt Özalp as a core contributor to K9s!
Ümüt has been instrumental in helping this project grow.
I trust you will help Ümüt triage issues and prs reviews and show him
the kindness and patience all k9sers are famous for!

Sponsorships are dropping at an alarming rate which puts this project in the red.
This is becoming a concern and sad not to mention unsustainable ;(
If you dig k9s and want to help the project, please consider paying it forward! and
don't become just another satisfied, non paying customer!.
K9s does take a lot of my free time to maintain, enhance and keep the light on.
Many cool ideas are making it straight to the freezer as I just can't budget them in.
I know many of you work for big corporations, so please put in the word/work and have
them help us out via sponsorships or other means.

Thank you!


Contributed PRs

Please be sure to give Big Thanks! and ATTA Girls/Boys! to all the fine contributors for making K9s better for all of us!!

  • #​4026 fix(xray): disable edit/delete actions in XRay view when readonly mode is enabled
  • #​4024 Fix 'J'umping to owner of cluster scoped resources
  • #​4005 Fix pod status for sidecar init containers
  • #​4001 Adjust namespace handling for RBAC checks in CanForResource and CanForInstance
  • #​3997 chore: fix wrong function name in comment
  • #​3993 fix(browser): show syncing status instead of spurious no-resources warning
  • #​3989 perf: skip reconcile cycle when informer data is unchanged
  • #​3988 perf: raise default client QPS from 5 to 50
  • #​3987 fix: paginate metrics API calls to prevent timeout on large clusters
  • #​3986 perf: batch Hydrate workers to eliminate per-item goroutine overhead
  • #​3917 Respect wide columns in default view
  • #​3911 fix: reset styles before loading skin on context switch
  • #​3908 fix: populate pod count in Node.Get() for single-node view
  • #​3902 Add OSC52 clipboard backend with native fallback
  • #​3888 feat: add One Light skin
  • #​3879 feat: allow users to cycle pulse grid selection forwards and backwards
  • #​3873 feat: enhance pvc-shell configuration with dynamic inputs and RWO support
  • #​3872 Add default confirm:true for plugins with inputs
  • #​3871 internal/render: prevent index out of range panic in initContainerStats
  • #​3865 Handle blank PVC capacities for the purpose of sorting
  • #​3854 feat: enhance debug container configuration with input fields
  • #​3851 Use *grey instead of grey in black-and-wtf.yaml
  • #​3839 fix: optimize context switching to reduce redundant API calls
  • #​3823 feat: add resize PVC plugin for dynamic storage resizing
  • #​3821 feat: add support for plugin input fields
  • #​3817 Fix Readme: Ubuntu installation command not working
  • #​3798 Fix boom on Jumping Owner in rare cases
  • #​3797 feat: add extra hints for column navigation in table view
  • #​3792 fix: adjust resource access checks for namespace resources
  • #​3783 fix: avoid logging errors when no context is configured
  • #​3780 feat: add selected color to table header
  • #​3736 feat: add custom resource jump support
  • #​3634 Add shell detection for Windows NanoServer containers

© 2026 Imhotep Software LLC. All materials licensed under Apache v2.0#

helm/helm (helm/helm)

v3.21.1: Helm v3.21.1

Compare Source

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

  • Fixed nil pointer panic that could happen with helm template in ClientOnly flows. Now correctly returns a template error #​31920
  • Bumped golang.org/x/net to v0.55.0 to address GO-2026-5026 #​32152
  • Bumped Go from 1.25 to 1.26 #​32168
  • Dependency version updates

Installation and Upgrading

Download Helm v3.21.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.2 and 3.21.2 are the next patch releases scheduled for July 8, 2026
  • 4.3.0 and 3.22.0 are the next minor releases scheduled for September 9, 2026

Changelog

  • fix(action): avoid nil REST client getter panic when installing CRDs c56dd00 (sergiochan)
  • fix(registry): keep credentials on plain-HTTP fallback with oras-go v2.6.1 702529f (Terry Howe)
  • chore(deps): bump oras.land/oras-go/v2 from 2.6.0 to 2.6.1 178e120 (dependabot[bot])
  • chore(deps): bump golang.org/x/crypto from 0.52.0 to 0.53.0 dcf35f8 (dependabot[bot])
  • chore(deps): bump golang.org/x/term from 0.43.0 to 0.44.0 44aff8b (dependabot[bot])
  • chore(deps): bump golang.org/x/text from 0.37.0 to 0.38.0 ae2f31f (dependabot[bot])
  • Update .github/env 402225f (Terry Howe)
  • ci: bump golangci-lint to v2.11.3 for go 1.26 00eac21 (Terry Howe)
  • chore: bump go to 1.26 bec346a (Terry Howe)
  • chore(deps): bump github.com/lib/pq from 1.11.2 to 1.12.3 58b6ccf (dependabot[bot])
  • chore(deps): bump github.com/distribution/distribution/v3 30b9f51 (dependabot[bot])
  • chore(deps): bump github.com/containerd/containerd from 1.7.30 to 1.7.32 858aa47 (dependabot[bot])
  • chore(deps): bump github.com/Masterminds/semver/v3 from 3.4.0 to 3.5.0 1af25d4 (dependabot[bot])
  • chore(deps): bump github.com/mattn/go-shellwords from 1.0.12 to 1.0.13 97e4bc3 (dependabot[bot])
  • chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 29bdd1b (dependabot[bot])
  • fix(deps): bump golang.org/x/net to v0.55.0 to address GO-2026-5026 bad6cd4 (Terry Howe)
  • chore(deps): bump k8s.io/klog/v2 from 2.130.1 to 2.140.0 75c2e9b (dependabot[bot])
  • chore(deps): bump golang.org/x/text from 0.35.0 to 0.37.0 cd4dac3 (dependabot[bot])

Full Changelog: helm/helm@v3.21.0...v3.21.1

helmfile/helmfile (helmfile/helmfile)

v1.5.3

Compare Source

What's Changed

  • build(deps): bump github.com/gookit/color from 1.5.4 to 1.6.1 by @​dependabot[bot] in #​2608
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.17 to 1.32.18 by @​dependabot[bot] in #​2610
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.101.0 to 1.102.0 by @​dependabot[bot] in #​2612
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.102.0 to 1.102.1 by @​dependabot[bot] in #​2613
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.18 to 1.32.20 by @​dependabot[bot] in #​2614
  • fix: support array of maps in set/setTemplate values by @​yxxhero in #​2615
  • fix: remove naked return by returning expected values by @​ceriath in #​2617
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.102.1 to 1.103.0 by @​dependabot[bot] in #​2619
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.20 to 1.32.21 by @​dependabot[bot] in #​2618
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.103.0 to 1.103.1 by @​dependabot[bot] in #​2620
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.21 to 1.32.22 by @​dependabot[bot] in #​2621
  • build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.103.1 to 1.103.2 by @​dependabot[bot] in #​2622
  • build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.22 to 1.32.23 by @​dependabot[bot] in #​2623
  • Bump helm-diff to v3.15.8 across runtime defaults and execution environments by @​Copilot in #​2624
  • build(deps): bump golang.org/x/sync from 0.20.0 to 0.21.0 by @​dependabot[bot] in #​2625

Full Changelog: helmfile/helmfile@v1.5.2...v1.5.3

k3d-io/k3d (k3d-io/k3d)

v5.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: k3d-io/k3d@v5.8.3...v5.9.0

kubernetes/kubernetes (kubernetes/kubernetes)

v1.36.2

Compare Source

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

See the CHANGELOG for more details.

ollama/ollama (ollama/ollama)

v0.30.8

Compare Source

What's Changed

  • Fixed ollama launch selecting the wrong provider in some cases
  • Improved prompt caching by decoupling it from context shift for better KV cache reuse
  • More stable MLX inference with hardened linear and embedding layers
  • MLX runner now creates snapshots during prompt processing and speculative decoding for improved reliability
  • Improved recurrent model support with per-boundary states from the gated-delta kernels

Full Changelog: ollama/ollama@v0.30.7...v0.30.8

v0.30.7

Compare Source

Ollama Launch now supports Hermes Desktop, a native desktop interface for the Hermes agent. Run it alongside your Hermes agent to get a visual interface for managing conversations, integrations, and messaging apps.

ollama launch hermes-desktop
image

What's Changed

  • Hermes Desktop is now available via ollama launch hermes-desktop with native Windows configuration path support
  • OpenAI-compatible API models list now aligns with available model tags
  • Added documentation describing the llama.cpp update process
  • Updated Zod schema examples to use the native toJSONSchema helper

Full Changelog: ollama/ollama@v0.30.6...v0.30.7

v0.30.6

Compare Source

New models

  • Gemma 4 QAT weights: the Gemma 4 family is now optimized with Quantization-Aware Training (QAT) to dramatically reduce memory requirements and maximize on-device performance. Look for the tags ending in -qat:
    • gemma4:e2b-it-qat
    • gemma4:e4b-it-qat
    • gemma4:12b-it-qat
    • gemma4:26b-a4b-it-qat
    • gemma4:31b-it-qat

What's Changed

  • ollama launch omp now integrates with Oh My Pi, an AI coding agent with IDE integration
  • MLX embedding layers now use NVFP4 global scale for improved quantization on Apple Silicon

Full Changelog: ollama/ollama@v0.30.5...v0.30.6

v0.30.5

Compare Source

What's Changed

  • Fixed the gemma4:12b floating point exception crash on x86, CUDA, Linux, and Windows systems.
  • ollama launch hermes-desktop now launches Hermes Desktop and can skip rebuilding when a packaged desktop app is already installed.
  • ollama launch hermes now supports native Windows installs through the Hermes PowerShell installer.
  • Added Cline CLI integration docs.

Full Changelog: ollama/ollama@v0.30.4...v0.30.5

v0.30.4

Compare Source

New models

  • Nemotron-3-Ultra: NVIDIA Nemotron 3 Ultra is built for high-throughput reasoning and long-running agent workflows.

What's Changed

  • Fixed multimodal models not using GPU on the llama.cpp backend can now use Metal GPU offload on Apple Silicon, improving multimodal performance on supported Macs.
  • ollama create --experimental now respects REQUIRES in Modelfiles for MLX-based models.
  • ollama launch codex now cleans up old conflicting Codex profile config before launching.
  • ollama launch pi now migrates users from the legacy Pi package to the official package and preserves the correct npm install prefix.
  • Pi web search setup now updates only when a newer package is available.
  • Windows cleanup now terminates the llama.cpp backend more reliably.
  • Updated the llama.cpp backend.

Known Issues

  • gemma4:12b crashes with floating point exception

Full Changelog: ollama/ollama@v0.30.3...v0.30.4

v0.30.3

Compare Source

New models

  • Gemma 4 12B: high-performance multimodal intelligence that runs directly on laptops, combining efficiency with advanced reasoning.

What's Changed

  • Added support for gemma4:12b.

Full Changelog: ollama/ollama@v0.30.2...v0.30.3

v0.30.2

Compare Source

What's Changed

  • ollama launch now supports Qwen Code and can guide users through installing the Cline CLI when it is missing.
  • ollama launch codex now uses an isolated launch configuration, avoiding conflicts with a user's existing Codex settings.
  • Added llama.cpp backend compatibility support for Poolside's Laguna architecture.
  • The llama.cpp backend now includes cached prompt tokens in token accounting, improving usage reporting for requests with prompt cache hits.
  • The llama.cpp backend now ignores SSE ping comments, improving streaming compatibility with newer backend behavior.
  • The llama.cpp backend now detects load stalls from server output so failed model loads surface more reliably instead of hanging.
  • Radeon 8060S integrated GPUs are now allowed by default.
  • Template details are included in logs to make troubleshooting model prompts easier.
  • Added Hermes Desktop configuration docs.
  • Fixed a build issue in the Laguna compatibility patch, restoring Laguna support in release builds.

Full Changelog: ollama/ollama@v0.30.0...v0.30.2

v0.30.0

Compare Source

Ollama 0.30 is now available, with improved compatibility and performance using llama.cpp. This augments the MLX engine on Apple Silicon, bringing support to a wider range of hardware.

This release brings support for a wider range of models, including GGUF-based models from Hugging Face and your own fine-tuned models along with faster performance on NVIDIA hardware.

Known issues:

  • laguna-xs.2 is not yet supported on Windows/Linux.
  • llama3.2-vision is not yet supported
  • nomic-embed-text now converts inputs to lowercase per the model card where prior Ollama versions incorrectly preserved mixed case

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on monday"
  • 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 Mend Renovate.

@github-actions github-actions Bot force-pushed the renovate/obolup.sh-dependency-updates branch 4 times, most recently from 6c3a3ed to be81daf Compare June 12, 2026 15:01
@github-actions github-actions Bot force-pushed the renovate/obolup.sh-dependency-updates branch from be81daf to dc88c54 Compare June 12, 2026 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants