Skip to content

chore(deps): update dockerfile tool versions#231

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/dockerfile-tool-versions
Jun 14, 2026
Merged

chore(deps): update dockerfile tool versions#231
renovate[bot] merged 1 commit into
mainfrom
renovate/dockerfile-tool-versions

Conversation

@renovate

@renovate renovate Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
derailed/k9s minor v0.50.18v0.51.0
golang (source) patch 1.26.31.26.4
mikefarah/yq patch v4.53.2v4.53.3
nvm-sh/nvm patch v0.40.4v0.40.5
terraform-linters/tflint minor v0.62.1v0.63.1

Release Notes

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#

golang/go (golang)

v1.26.4

mikefarah/yq (mikefarah/yq)

v4.53.3

Compare Source

nvm-sh/nvm (nvm-sh/nvm)

v0.40.5

Compare Source

Security fix

Note this release addresses CVE-2026-10796.

New Stuff

  • nvm install --offline: install from cache without network access

Bug Fixes

  • nvm_download_artifact: reject version strings with disallowed characters
  • nvm_get_checksum: pass the tarball name to awk as data, not program text
  • nvm_download: avoid eval so mirror-supplied version strings can't inject commands
  • nvm_download: send a well-formed Authorization header on the wget path
  • avoid an unbound variable
  • Add local for sanitized_header (#​3837)
  • fix same owner for root when install from binary (#​3834)
  • nvm_normalize_lts: only reject uppercase for LTS names, not regular aliases
  • install.sh: check mkdir return codes
  • install.sh: fix POSIX compliance, printf format strings, and profile detection
  • nvm which: show alias name in infinite loop error message
  • nvm uninstall: fix alias cleanup glob expansion
  • nvm debug: use default empty values for potentially unset variables
  • nvm_iojs_version_has_solaris_binary: fix comparison to detect non-iojs versions
  • nvm_download_artifact: fix error propagation from subshells
  • nvm_install_binary: return failure when binary download fails with -b
  • nvm_get_arch: only apply musl suffix on x64 Alpine
  • nvm_get_arch: add command prefix to uname call
  • nvm_resolve_local_alias: avoid using variable as printf format string
  • nvm_get_mirror: fix awk URL validation to actually reject invalid URLs
  • nvm_ls_remote_combined: propagate iojs remote listing failures
  • nvm install: fix nvm err typo to nvm_err for -s/-b conflict
  • nvm alias: fix colors not showing by default

Refactors

  • nvm_rc_version: use fd 3 instead of exported env var for multiple return

Docs

  • fix --offline help line alignment
  • Clean up wording in docs and shell comments (#​3806)
  • fix CONTRIBUTING grammar (#​3804)
  • do not use tilde expansion in ENV of Dockerfile (#​3821)
  • [readme] use tilde expansion instead of "$HOME" for consistency (#​3799)
  • [readme] use "$HOME" instead of hardcoded "/home/user"
  • [readme] Revise Node.js version usage examples (#​3802)

Misc

  • [meta] Update .gitmodules with relative submodule path (#​3839)
  • [meta] Submodule nvmrc update protocol from git to https (#​3839)
  • [meta] Align and enhance AGENTS.md instructions (#​3774)

Tests

  • install_nvm_from_git: stop git background gc/maintenance racing with cleanup
  • install_nvm_from_git: fix malformed test command (missing space before ])
  • reduce CI flakiness from transient Docker registry failures
  • remove double-substitution in assert_ok and assert_not_ok (#​3826)
  • fix 4 test failures
  • add try/try_err helpers; convert tests to use them
  • [actions] add workflow to update nodejs.org nvm version
  • [actions] set per-job permissions in the nvm install workflow
  • [actions] allow DockerHub's CloudFront CDN so image pulls aren't blocked
  • [actions] upgrade vampire/setup-wsl (#​3775)
terraform-linters/tflint (terraform-linters/tflint)

v0.63.1

Compare Source

What's Changed

[!NOTE]
This release contains only a fix for the release pipeline; the actual behavior remains unchanged from v0.63.0.

Chores

Full Changelog: terraform-linters/tflint@v0.63.0...v0.63.1

v0.63.0

Compare Source

What's Changed

[!NOTE]
Due to a release pipeline issue, this release does not have a corresponding artifact attestation.
If you need to pass gh attestation verify, please use v0.63.1.

Enhancements
Chores

Full Changelog: terraform-linters/tflint@v0.62.1...v0.63.0


Configuration

📅 Schedule: (in timezone Australia/Melbourne)

  • Branch creation
    • "before 4am on Monday"
  • 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 dependencies Pull requests that update a dependency file renovate labels Jun 14, 2026
@renovate renovate Bot enabled auto-merge (squash) June 14, 2026 17:31
@renovate renovate Bot force-pushed the renovate/dockerfile-tool-versions branch from 0dd23e1 to f7f62a8 Compare June 14, 2026 22:00
@renovate renovate Bot merged commit c61cee5 into main Jun 14, 2026
9 checks passed
@renovate renovate Bot deleted the renovate/dockerfile-tool-versions branch June 14, 2026 22:03
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 renovate type: chore 🧹

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants