Skip to content

ci: Bump Base Space#87

Open
weebo-update-cli[bot] wants to merge 3 commits into
mainfrom
updatecli_main_b2953c14201aba5345763c8e9cfb0eb24f27286e207e871bba1bfe716172de46
Open

ci: Bump Base Space#87
weebo-update-cli[bot] wants to merge 3 commits into
mainfrom
updatecli_main_b2953c14201aba5345763c8e9cfb0eb24f27286e207e871bba1bfe716172de46

Conversation

@weebo-update-cli
Copy link
Copy Markdown
Contributor

@weebo-update-cli weebo-update-cli Bot commented Jun 3, 2026

Upgrade BaseSpace

Bump mise version

change detected: * key "$.base_tools.mise" updated from "v2026.6.0" to "v2026.6.1", in file "versions.yaml"

v2026.6.1
## Added
- **(aqua)** Support multiple custom registries via `aqua.registries`; deprecates single-string `aqua.registry_url` ([#10179](https://github.com/jdx/mise/pull/10179) by @risu729).
- **(env)** Decrypt SOPS-encrypted TOML env files (`.env.toml`) through `rops` ([#10201](https://github.com/jdx/mise/pull/10201) by @risu729).
- **(hooks)** Add `run_windows` for Windows-specific inline hook commands ([#10202](https://github.com/jdx/mise/pull/10202) by @risu729).
- **(task)** Render `task_config.includes` with the Tera config context and expand `~/` for local includes ([#10225](https://github.com/jdx/mise/pull/10225) by @risu729).
- **(task)** Support standalone `.toml` task files via `git::` directory includes ([#10219](https://github.com/jdx/mise/pull/10219) by @davidolrik).
- **(aqua)** Extract `7z` archives, including auto-detection of `.7z` assets ([#10224](https://github.com/jdx/mise/pull/10224) by @risu729).

## Fixed
- **(env)** Include the uv venv (`uv.lock` + `.venv`) in the `env_cache` key so `VIRTUAL_ENV` no longer leaks across sibling directories when `env_cache=true` and `python.uv_venv_auto` is set ([#10217](https://github.com/jdx/mise/pull/10217) by @Nagato-Yuzuru).
- **(task)** Resolve dependency `sources` relative to each task's directory and pass per-dependency `--watch` paths to watchexec ([#10054](https://github.com/jdx/mise/pull/10054) by @43081j).
- **(ruby)** Include resolved Ruby install options (compile mode, installer, build repo, precompiled URL, patch inputs) in lock identity ([#9992](https://github.com/jdx/mise/pull/9992) by @risu729).
- **(elixir)** Resolve lockfile URL and SHA-256 from `builds.hex.pm` metadata; locked installs reuse the lockfile URL ([#10226](https://github.com/jdx/mise/pull/10226) by @risu729).
- **(github)** Accept GitHub-canonicalized owner/repo casing when validating `mise-versions` release asset URLs ([#10240](https://github.com/jdx/mise/pull/10240) by @risu729).
- **(github)** Detect 401 responses on cached native OAuth tokens, refresh once, and retry transparently ([#10246](https://github.com/jdx/mise/pull/10246) by @jdx).
- **(github)** Warn when `mise-versions` GitHub metadata lookups hit rate limits or non-404 errors ([#10254](https://github.com/jdx/mise/pull/10254) by @jdx).
- **(github)** Skip the versions host for non-registry `github:` tools ([#10255](https://github.com/jdx/mise/pull/10255) by @jdx).
- **(github)** Emit logfmt-style structured fields for versions-host calls, with credentials and query stripped from URLs ([#10256](https://github.com/jdx/mise/pull/10256) by @jdx).
- Nix flake build test failure by adding `git` to `nativeCheckInputs` ([#10243](https://github.com/jdx/mise/pull/10243) by @okuuva).

## Security
- **(http)** Sanitize HTTP backend version names in install symlink paths to prevent repository-controlled versions from escaping the installs directory (GHSA-f94h-j2qg-fxw3) ([#10245](https://github.com/jdx/mise/pull/10245) by @jdx).

## Documentation
- Recommend the stable Snap channel for Linux installation ([#10250](https://github.com/jdx/mise/pull/10250) by @salim-b).

## Registry
- Prefer `aqua:endevco/aube` for `aube` so glibc/musl libc variants are picked up automatically ([#10171](https://github.com/jdx/mise/pull/10171) by @jdx).
- Add `pgroll` ([#10252](https://github.com/jdx/mise/pull/10252) by @diegoholiveira).
- Add `cargo-release` ([#10258](https://github.com/jdx/mise/pull/10258) by @jdx).

## 💚 Sponsor mise

mise is built by [@jdx](https://github.com/jdx) under [**en.dev**](https://en.dev) — an independent studio making developer tooling (mise, [aube](https://aube.en.dev/), and more). Development is funded by sponsors.

If mise saves you or your team time, please consider sponsoring at [en.dev](https://en.dev). Individual and company sponsorships keep mise fast, free, and independent.
v2026.6.0
A focused release that wires npm into Corepack when requested, brings aqua's Windows extension handling in line with upstream, and fixes task include ordering plus a Git Bash `cygdrive` regression.

## Added
- **(npm)** Ensure npm itself is managed by Corepack when `node.corepack=true` and `node.npm_shim=false`, so the Corepack-managed npm shim is enabled alongside yarn/pnpm ([#10196](https://github.com/jdx/mise/pull/10196) by @roele).
- **(cli)** New `mise sponsors` subcommand and a sponsor block on the docs site that lists sponsors fetched from `en.dev/sponsors.json` ([#10182](https://github.com/jdx/mise/pull/10182) by @jdx).

## Fixed
- **(aqua)** Mirror aqua's Windows extension semantics end-to-end ([#10167](https://github.com/jdx/mise/pull/10167) by @risu729):
  - `complete_windows_ext` is now tri-state — explicit `true` completes Windows asset/URL/file source names, explicit `false` leaves them alone, and an omitted value completes by default except for `github_content`/`github_archive` packages.
  - Registry `windows_ext` (default `.exe`, `.sh` for `github_content`/`github_archive`) and `append_ext` are honored when rendering assets, URLs, and Windows install links.
  - `.exe` and `.jar` assets are treated as already complete, existing extensions like `.ps1` are preserved when `format` is omitted, and version dots in names like `tool.1.0.0` no longer suppress Windows completion. The registry compilation cache is bumped to version 2 and will be regenerated on next use.
- **(spm)** Include `provider`, `api_url`, `artifactbundle`, and `artifactbundle_asset` in SPM lock identity so toggling between source builds and artifact bundles no longer silently reuses a stale `mise.lock` entry. `provider` is canonicalized to lowercase (default `github` omitted), `api_url` has trailing slashes trimmed, and `filter_bins` stays out of lock identity since it only affects which built executables are exposed ([#10160](https://github.com/jdx/mise/pull/10160) by @risu729).
- **(bun)** Improve musl detection on Linux: when the system libc preference is unset, fall back to runtime detection and treat unknown results as non-musl, fixing glibc-system installs that were incorrectly resolving to bun's musl build ([#10195](https://github.com/jdx/mise/pull/10195) by @roele).
- **(task)** Honor `task_config.includes` order so a local task can override a same-named `git::` include. Previously a regression in #9147 combined with non-git includes being loaded before all `git::` includes meant a `git::` include always clobbered a same-named local task regardless of position. Includes now load in their declared order with first-wins file-task dedup, so the earlier entry in the list takes precedence uniformly across directory, toml-file, and `git::` includes ([#10191](https://github.com/jdx/mise/pull/10191) by @vmaleze).
- **(task)** Honor `MISE_CYGDRIVE_PREFIX` for Git Bash / MSYS2, not only Cygwin. Git Bash users with a custom `/etc/fstab` automount root can now set the prefix to fix the converted PATH; defaults are unchanged (`/c/...` for Git Bash, `/cygdrive/c/...` for Cygwin) ([#10190](https://github.com/jdx/mise/pull/10190) by @JamBalaya56562).
- **(completion)** Rely on usage 3.4.0's [usage#649](https://github.com/jdx/usage/pull/649) for inherited global flags so `-C`/`--cd`, `-j`/`--jobs`, and `-q`/`--quiet` are recognized before a mounted task without the broad promotion workaround. The narrowed promotion now only covers orphan-short flags `-r`/`-S` (whose root globals are long-only), and `min_usage_version` is bumped to `3.4` so older usage CLIs warn to upgrade instead of silently regressing ([#10176](https://github.com/jdx/mise/pull/10176) by @JamBalaya56562).

## Documentation
- Fix the `choice` template function example to use named-argument syntax ([#10197](https://github.com/jdx/mise/pull/10197) by @joekrill).

## New Contributors
* @joekrill made their first contribution in [#10197](https://github.com/jdx/mise/pull/10197)

**Full Changelog**: https://github.com/jdx/mise/compare/v2026.5.18...v2026.6.0

## 💚 Sponsor mise

mise is built by [@jdx](https://github.com/jdx) under [**en.dev**](https://en.dev) — an independent studio making developer tooling (mise, [aube](https://aube.en.dev/), and more). Development is funded by sponsors.

If mise saves you or your team time, please consider sponsoring at [en.dev](https://en.dev). Individual and company sponsorships keep mise fast, free, and independent.
v2026.5.18
A focused release that teaches hooks to accept script arrays, ships an `npm install -g mise` package, and tightens lock identity across several backends so `mise.lock` entries can no longer be reused for option combinations that resolve to a different artifact set.

## Added
- **(config)** Hooks now accept `script`/`scripts` arrays for current-shell hooks ([#9836](https://github.com/jdx/mise/pull/9836) by @risu729):

  ```toml
  [hooks.enter]
  shell = "bash"
  script = [
    "source completions.sh",
    "export PROJECT_READY=1",
  ]
  ```

  Note that `run` is still string-only — to spawn multiple inline commands, use a list of `{ run = "..." }` entries or one multiline `run` string.

## Fixed
- **(env)** PATH entries under mise's installs directory are now treated as mise-managed during `hook-env` reactivation, so an inactive install path like `installs/node/24/bin` inherited from a parent shell can no longer sit ahead of the active project's `installs/node/22.17.1/bin` ([#10162](https://github.com/jdx/mise/pull/10162) by @risu729).
- **(config)** `.miserc.toml` discovery now stops at raw `MISE_CEILING_PATHS` entries (without recursing through the lazy fallback), preventing a parent `.miserc.toml` above the ceiling from injecting `MISE_ENV` ([#10165](https://github.com/jdx/mise/pull/10165) by @risu729).
- **(task)** `mise tasks ls --json`, `tasks info --json`, and the MCP tasks resource now serialize full `run` entries — including single task refs and task groups — instead of script-only strings ([#10163](https://github.com/jdx/mise/pull/10163) by @risu729).
- **(task)** Bump `usage-lib` to 3.4.0 and update the zsh completion to read `display<TAB>insert` pairs from `usage complete-word`, restoring task completions after the `usage-cli` 3.4.0 output change ([#10181](https://github.com/jdx/mise/pull/10181) by @jdx).
- **(installer)** Add the missing `warn` helper used by the standalone installer's checksum fallback paths ([#10157](https://github.com/jdx/mise/pull/10157) by @risu729, recreating @olfway's original fix).

### Lock identity

A batch of fixes ensures `mise lock` selects entries by an identity that actually reflects the installed result, so toggling an option no longer silently reuses a stale lock entry:

- **(conda)** Include the conda channel — the same `tool@version` resolved against `conda-forge`, `bioconda`, or a private channel can produce entirely different builds and checksums ([#9984](https://github.com/jdx/mise/pull/9984) by @risu729).
- **(rust)** Include rustup `profile`, `components`, and `targets`, read from both tool options and `rust-toolchain.toml`, with stable sorting ([#9988](https://github.com/jdx/mise/pull/9988) by @risu729).
- **(github)** Include target artifact selectors (`api_url`, `version_prefix`, per-platform `asset_pattern`, direct `url`, `no_app`) for GitHub, GitLab, and Forgejo backends, resolved per target platform ([#9985](https://github.com/jdx/mise/pull/9985) by @risu729).
- **(python)** Include non-default `patch_sysconfig = false` (the interpreter tree differs after install); `virtualenv` stays out as an activation-only overlay ([#10161](https://github.com/jdx/mise/pull/10161) by @risu729).

## Changed
- **(npm)** mise is now published to npm under the unscoped `mise` package, so `npm install -g mise` and `npx mise` work directly. The legacy `@jdxcode/mise` scoped package continues to be published, and the new wrapper reuses the existing `@jdxcode/mise-<os>-<arch>` platform tarballs ([#10183](https://github.com/jdx/mise/pull/10183) by @jdx).

**Full Changelog**: https://github.com/jdx/mise/compare/v2026.5.17...v2026.5.18

## 💚 Sponsor mise

mise is built by [@jdx](https://github.com/jdx) under [**en.dev**](https://en.dev) — an independent studio making developer tooling (mise, [aube](https://aube.en.dev/), and more). Development is funded by sponsors.

If mise saves you or your team time, please consider sponsoring at [en.dev](https://en.dev). Individual and company sponsorships keep mise fast, free, and independent.
Bump k9s version

change detected: * key "$.base_tools.k9s" updated from "v0.50.18" to "v0.51.0", in file "versions.yaml"

v0.51.0
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/k9s.png" align="center" width="800" height="auto"/>

# 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](https://github.com/sponsors/derailed) and/or make some noise on social! [@kitesurfer](https://twitter.com/kitesurfer)

On Slack? Please join us [K9slackers](https://join.slack.com/t/k9sers/shared_invite/zt-3360a389v-ElLHrb0Dp1kAXqYUItSAFA)

---

## ♫ Sounds Behind The Release ♭

* [Aprieta - Vincen Garcia](https://www.youtube.com/watch?v=ldQ6hpg9BD0&list=RDldQ6hpg9BD0&start_radio=1)
* [Graham Chapman - John Cleese](https://www.youtube.com/watch?v=Bm2XPkqENaw)
* [Kill the pain - SYZGYX](https://www.youtube.com/watch?v=5XuvMhHZorw&list=RD5XuvMhHZorw&start_radio=1)

---

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

---
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2026 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)#
v0.50.18
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/k9s.png" align="center" width="800" height="auto"/>

# Release v0.50.18

## Notes

🥳🎉 Happy new year fellow k9ers!🎊🍾 Hoping 2026 will bring good health and great success to you and yours...

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](https://github.com/sponsors/derailed) and/or make some noise on social! [@kitesurfer](https://twitter.com/kitesurfer)

On Slack? Please join us [K9slackers](https://join.slack.com/t/k9sers/shared_invite/zt-3360a389v-ElLHrb0Dp1kAXqYUItSAFA)

---

## ♫ Sounds Behind The Release ♭

* [A cool new way - Joe Satriani](https://www.youtube.com/watch?v=4apA948yOF0)
* [Song for you - Ray Charles](https://www.youtube.com/watch?v=CzAkTrDiXxg)
* [Kill the pain - SYZGYX](https://www.youtube.com/watch?v=5XuvMhHZorw&list=RD5XuvMhHZorw&start_radio=1)

---

## Maintenance Release!

Oops! I've missed a PR in the v0.50.17 excitement ;( Dropping v0.50.18 with feelings...

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!

---

## A Word From Our Sponsors...

To all the good folks and orgs below that opted to `pay it forward` and join our sponsorship program, I salute you!!

* [Philomena Yeboah](https://github.com/PhilomenaYeboah1989)
* [Kilian](https://github.com/kaerbr)
* [TVRiddle](https://github.com/TVRiddle)
* [Tom Morelly](https://github.com/FalcoSuessgott)
* [Nikhil Narayen](https://github.com/nnarayen)
* [Andrew Aadland](https://github.com/DaemonDude23)
* [Radek](https://github.com/radvym)
* [Timothée Gerber](https://github.com/TimotheeGerber)
* [Matthias](https://github.com/maetthu)
* [DKB](https://github.com/dkb-bank) ❤️
* [Kraken Tech](https://github.com/kraken-tech)
* [Daniel](https://github.com/sherlock7402)
* [Fred Loucks](https://github.com/fullmetal-fred)
* [Patricia Mascaros](https://github.com/ccong2586)
* [Qube Research & Technologies](https://github.com/qube-rt)
* [Michel Jung](https://github.com/micheljung)
* [Ümüt Özalp](https://github.com/uozalp)
* [Nathan Papapietro](https://github.com/npapapietro)
* [Oleksandr Podze](https://github.com/dasdy)
* [Lee Jones](https://github.com/leejones)
* [tsahlif](https://github.com/tshalif)
* [Jean-Christophe Amiel](https://github.com/jcamiel)
* [Lightspark](https://github.com/lightsparkdev)
* [egs-hub](https://github.com/egs-hub) ❤️
* [Sergey](https://github.com/malsatin)
* [Wynter Inc](https://github.com/copytesting)
* [Jen Norris](https://github.com/tnorris)
* [Joakim-Byg](https://github.com/Joakim-Byg)
* [Oleksandr Podze](https://github.com/dasdy)
* [Lee Jones](https://github.com/leejones)

> Sponsorship cancellations since the last release: **17!** 🥹

## Resolved Issues

* [#3765](https://github.com/derailed/k9s/issues/3765) quay.io docker images not up to date but referenced in README.md
* [#3762](https://github.com/derailed/k9s/issues/3762) Copy multiple selected items
* [#3751](https://github.com/derailed/k9s/issues/3751) Improve visual distinction for cordoned nodes in Node view
* [#3735](https://github.com/derailed/k9s/issues/3735) Cannot decode secret if there is no get permissions for all secrets
* [#3708](https://github.com/derailed/k9s/issues/3708) Editing a single Namespace opens the editor with a list of all Namespaces
* [#3731](https://github.com/derailed/k9s/issues/3731) feat: add neat plugin
* [#3735](https://github.com/derailed/k9s/issues/3735) Cannot decode secret if there is no get permissions for all secrets
* [#3708](https://github.com/derailed/k9s/issues/3708) Editing a single Namespace opens the editor with a list of all Namespaces
* [#3649](https://github.com/derailed/k9s/issues/3649) Improved Column Sorting

---

## 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!!

* [#3763](https://github.com/derailed/k9s/pull/3763) feat: enable copying multiple resource, namespace names to clipboard
* [#3760](https://github.com/derailed/k9s/pull/3760) fix: Editing a single Namespace opens the editor with a list of all Namespaces
* [#3756](https://github.com/derailed/k9s/pull/3756) feat: Add reconcile plugin for Flux instances
* [#3755](https://github.com/derailed/k9s/pull/3755) fix: panic on 'jump to owner' of reflect.Value.Elem on zero Value
* [#3753](https://github.com/derailed/k9s/pull/3553) feat: add plugins for argo workflows
* [#3750](https://github.com/derailed/k9s/pull/3750) fix: Flux trace plugin shortcut conflict by changing to Shift-Q
* [#3749](https://github.com/derailed/k9s/pull/3749) feat: add dark/light theme inversion using Oklch
* [#3739](https://github.com/derailed/k9s/pull/3739) chore: refine LabelsSelector comment to match function behavior
* [#3738](https://github.com/derailed/k9s/pull/3738) feat: add symlink handle for plugin directory
* [#3720](https://github.com/derailed/k9s/pull/3720) fix(internal/render): ensure object is deep copied before realization in Render method
* [#3704](https://github.com/derailed/k9s/pull/3704) Allow k9s to start without a valid Kubernetes context
* [#3699](https://github.com/derailed/k9s/pull/3699) feat(pulse): map hjkl to navigate as help shows
* [#3697](https://github.com/derailed/k9s/pull/3697) Issue 3667 Fix
* [#3696](https://github.com/derailed/k9s/pull/3696) fix for scale option appearing on non-scalable resources
* [#3690](https://github.com/derailed/k9s/pull/3690) feat: add support for scaling HPA targets
* [#3671](https://github.com/derailed/k9s/pull/3671) fix fails to modify or delete namespaces using RBAC
* [#3669](https://github.com/derailed/k9s/pull/3669) feat: logs column lock
* [#3663](https://github.com/derailed/k9s/pull/3663) Map Q to "Back"
* [#3661](https://github.com/derailed/k9s/pull/3661) refactor: remove unused sorting key bindings from various views
* [#3859](https://github.com/derailed/k9s/pull/3859) fix: update busybox image version to 1.37.0 in configuration files
* [#3650](https://github.com/derailed/k9s/pull/3650) Sort all columns
* [#3458](https://github.com/derailed/k9s/pull/3458) Document how to install on Fedora

---
<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2026 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)#
GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

Made with ❤️️ by updatecli
@weebo-update-cli weebo-update-cli Bot force-pushed the updatecli_main_b2953c14201aba5345763c8e9cfb0eb24f27286e207e871bba1bfe716172de46 branch 7 times, most recently from 876c501 to 9dc57b6 Compare June 3, 2026 19:21
GitHub Actions Bot added 2 commits June 7, 2026 00:36
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
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.

0 participants