Skip to content

Commit 09d09b1

Browse files
chore(deps): update ⬆️ aqua-packages (#609)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [GoogleContainerTools/skaffold](https://redirect.github.com/GoogleContainerTools/skaffold) | minor | `v2.16.1` -> `v2.17.0` | | [antonmedv/fx](https://redirect.github.com/antonmedv/fx) | minor | `39.1.0` -> `39.2.0` | | [aquaproj/aqua-registry](https://redirect.github.com/aquaproj/aqua-registry) | minor | `v4.433.0` -> `v4.435.0` | | [awslabs/amazon-ecr-credential-helper](https://redirect.github.com/awslabs/amazon-ecr-credential-helper) | minor | `v0.10.1` -> `v0.11.0` | | [casey/just](https://redirect.github.com/casey/just) | patch | `1.43.0` -> `1.43.1` | | [charmbracelet/crush](https://redirect.github.com/charmbracelet/crush) | minor | `v0.15.2` -> `v0.18.1` | | [cli/cli](https://redirect.github.com/cli/cli) | patch | `v2.83.0` -> `v2.83.1` | | [fastfetch-cli/fastfetch](https://redirect.github.com/fastfetch-cli/fastfetch) | minor | `2.54.0` -> `2.55.0` | | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | patch | `v2.6.1` -> `v2.6.2` | | [kubernetes-sigs/kustomize](https://redirect.github.com/kubernetes-sigs/kustomize) | minor | `v5.7.1` -> `v5.8.0` | | [openai/codex](https://redirect.github.com/openai/codex) | minor | `v0.55.0` -> `v0.58.0` | | [sst/opencode](https://redirect.github.com/sst/opencode) | patch | `v1.0.39` -> `v1.0.65` | | [vitor-mariano/regex-tui](https://redirect.github.com/vitor-mariano/regex-tui) | minor | `v0.1.0` -> `v0.3.0` | | [walles/moor](https://redirect.github.com/walles/moor) | minor | `v2.8.1` -> `v2.9.0` | | [weaveworks/eksctl](https://redirect.github.com/weaveworks/eksctl) | minor | `v0.216.0` -> `v0.217.0` | | [withgraphite/homebrew-tap](https://redirect.github.com/withgraphite/homebrew-tap) | patch | `v1.7.7` -> `v1.7.8` | --- ### Release Notes <details> <summary>GoogleContainerTools/skaffold (GoogleContainerTools/skaffold)</summary> ### [`v2.17.0`](https://redirect.github.com/GoogleContainerTools/skaffold/blob/HEAD/CHANGELOG.md#v2170-Release---11132025) [Compare Source](https://redirect.github.com/GoogleContainerTools/skaffold/compare/v2.16.1...v2.17.0) **Linux amd64** `curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin` **Linux arm64** `curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.0/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin` **macOS amd64** `curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin` **macOS arm64** `curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin` **Windows** <https://storage.googleapis.com/skaffold/releases/v2.17.0/skaffold-windows-amd64.exe> **Docker image** `gcr.io/k8s-skaffold/skaffold:v2.17.0` Highlights: New Features and Additions: - feat(helm): Support Helm v4 for rendering and deployment, drop Helm v2 support for rendering since `helm version --client` parameter is not supported anymore in v4 [#&#8203;9892](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9892) - Add support for workerpool resource. [#&#8203;9852](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9852) Fixes: - fix: Avoid sync retry if file/directory was not found [#&#8203;9721](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9721) - fix: Enable registries with self-signed certificates [#&#8203;9863](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9863) - fix: use print-access-token to allow iam impersonation [#&#8203;9841](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9841) - fix: open skaffold-overrides.yaml: no such file or directory since up grading to skaffold "v2.15.0" ([#&#8203;9788](https://redirect.github.com/GoogleContainerTools/skaffold/issues/9788)) [#&#8203;9849](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9849) - fix: handle heredoc in Dockerfile [#&#8203;9835](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9835) - fix: Update PrintNamespacesList to use a YAML parser for multiple manifest files ([#&#8203;9825](https://redirect.github.com/GoogleContainerTools/skaffold/issues/9825)) [#&#8203;9833](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9833) - fix: update debug skip probes annotation to be Kubernetes valid annotation [#&#8203;9831](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9831) - fix: Update PrintNamespacesList to use a YAML parser for multiple manifest files [#&#8203;9825](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9825) - fix(helm): Fix unformatted error message [#&#8203;9814](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9814) Updates and Refactors: Docs, Test, and Release Updates: - chore: upgrade golang to 1.25.4 [#&#8203;9909](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9909) - chore: bump rack from 2.2.14 to 2.2.20 in /integration/examples/ruby/backend [#&#8203;9907](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9907) - chore: bump github.com/opencontainers/selinux from 1.12.0 to 1.13.0 [#&#8203;9908](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9908) - chore: bump the golang group with 10 updates [#&#8203;9905](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9905) - chore: bump github.com/containerd/containerd from 1.7.28 to 1.7.29 [#&#8203;9903](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9903) - chore: fix the broken integration tests [#&#8203;9904](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9904) - chore: bump the golang group with 3 updates [#&#8203;9899](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9899) - chore: bump actions/upload-artifact from 4 to 5 in the github-actions group [#&#8203;9897](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9897) - chore: bump the golang group with 2 updates [#&#8203;9896](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9896) - chore: send one PR a week with *all* golang dependabot updates [#&#8203;9888](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9888) - chore: tell dependabot to ignore the examples directories [#&#8203;9887](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9887) - chore: upgrade the rest of the dependencies [#&#8203;9886](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9886) - Fix minor typo in custom-actions.md [#&#8203;9873](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9873) - chore: bump github/codeql-action from 3 to 4 [#&#8203;9879](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9879) - chore: bump actions/setup-go from 5 to 6 [#&#8203;9865](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9865) - chore: bump ossf/scorecard-action from 2.4.2 to 2.4.3 [#&#8203;9874](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9874) - chore: upgrade a lot of dependencies [#&#8203;9884](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9884) - test: fix the Cloud Run Worker Pool integration test [#&#8203;9885](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9885) - chore: upgrade golang to 1.25.3 [#&#8203;9882](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9882) - chore: upgrade golangcli-lint [#&#8203;9881](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9881) - chore: pin the Windows unit tests to Windows 2022. [#&#8203;9880](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9880) - chore: upgrade to Go 1.25.0 [#&#8203;9859](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9859) - chore: bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 [#&#8203;9854](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9854) - chore: bump actions/checkout from 4 to 5 [#&#8203;9851](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9851) - chore: bump actions/setup-java from 4 to 5 [#&#8203;9858](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9858) - chore: bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 [#&#8203;9836](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9836) - \[bug]: Support helm depBuild flags for helm deploys [#&#8203;9808](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9808) - Fix a small typo in helm documentation [#&#8203;9847](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9847) - chore: fix the proto generation [#&#8203;9844](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9844) - chore: fix the scorecard-action [#&#8203;9842](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9842) - chore: bump golang.org/x/oauth2 from 0.7.0 to 0.27.0 in /integration/examples/grpc-e2e-tests/cloud-spanner-bootstrap [#&#8203;9840](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9840) - chore: updates to the GitHub Actions workflows [#&#8203;9822](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9822) - chore: bump rack from 2.2.13 to 2.2.14 in /integration/examples/ruby/backend [#&#8203;9818](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9818) - chore: reduce dependabot PRs [#&#8203;9819](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9819) - chore: bump rack from 2.2.13 to 2.2.14 in /examples/ruby/backend [#&#8203;9817](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9817) - doc: state default parameter for manifests::rawYaml [#&#8203;9816](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9816) - cicd: migrate internal build config to internal config repository. [#&#8203;9810](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9810) - docs: add a KEYS file for verifying our releases [#&#8203;9813](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9813) Huge thanks goes out to all of our contributors for this release: - Andreas Sommer - Darien Lin - dependabot\[bot] - Halvard Skogsrud - Kaarel Raspel - Katie Zhang - Marcin Skalski - Matt Santa - menahyouyeah - Michael Plump - MochikoNyan - Nelson Chen - Paridhi Shah - Sławek Zborowski - Steve Foster - Suleiman Dibirov - timtlchen - Vihang Mehta </details> <details> <summary>antonmedv/fx (antonmedv/fx)</summary> ### [`v39.2.0`](https://redirect.github.com/antonmedv/fx/releases/tag/39.2.0) [Compare Source](https://redirect.github.com/antonmedv/fx/compare/39.1.0...39.2.0) **Fx is terminal JSON viewer & processor.** <p align="center"><a href="https://fx.wtf"><img src="https://github.com/user-attachments/assets/cde35fb4-fd91-4d12-94d0-22bc3c448463" width="500" alt="fx preview"></a></p> **In this release**: - Improved filtering for streaming mode Now it is possible to use `?.value >= 42` filter in streaming mode. - Improved map func to work in streaming mode as well. </details> <details> <summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary> ### [`v4.435.0`](https://redirect.github.com/aquaproj/aqua-registry/releases/tag/v4.435.0) [Compare Source](https://redirect.github.com/aquaproj/aqua-registry/compare/v4.434.0...v4.435.0) [Issues](https://redirect.github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.435.0) | [Pull Requests](https://redirect.github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.435.0) | <https://github.com/aquaproj/aqua-registry/compare/v4.434.0...v4.435.0> #### 🎉 New Packages [#&#8203;43910](https://redirect.github.com/aquaproj/aqua-registry/issues/43910) [cirruslabs/cirrus-cli](https://redirect.github.com/cirruslabs/cirrus-cli) - CLI for executing Cirrus tasks locally and in any CI [@&#8203;djgoku](https://redirect.github.com/djgoku) #### Fixes [#&#8203;44106](https://redirect.github.com/aquaproj/aqua-registry/issues/44106) Re-scaffold phiresky/ripgrep-all #### Security [#&#8203;43857](https://redirect.github.com/aquaproj/aqua-registry/issues/43857) topgrade-rs/topgrade: GitHub artifact attestations config [@&#8203;scop](https://redirect.github.com/scop) [#&#8203;44024](https://redirect.github.com/aquaproj/aqua-registry/issues/44024) axodotdev/cargo-dist: GitHub artifact attestations config [@&#8203;scop](https://redirect.github.com/scop) ### [`v4.434.0`](https://redirect.github.com/aquaproj/aqua-registry/releases/tag/v4.434.0) [Compare Source](https://redirect.github.com/aquaproj/aqua-registry/compare/v4.433.0...v4.434.0) [Issues](https://redirect.github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.434.0) | [Pull Requests](https://redirect.github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.434.0) | <https://github.com/aquaproj/aqua-registry/compare/v4.433.0...v4.434.0> #### 🎉 New Packages [#&#8203;44060](https://redirect.github.com/aquaproj/aqua-registry/issues/44060) [CrociDB/bulletty](https://redirect.github.com/CrociDB/bulletty): bulletty is a pretty feed reader for the terminal that stores the articles as Markdown [#&#8203;44058](https://redirect.github.com/aquaproj/aqua-registry/issues/44058) [Gaurav-Gosain/tuios](https://redirect.github.com/Gaurav-Gosain/tuios): Terminal UI OS (Terminal Multiplexer) [#&#8203;44059](https://redirect.github.com/aquaproj/aqua-registry/issues/44059) [ck-zhang/reddix](https://redirect.github.com/ck-zhang/reddix): Reddix – Reddit, refined for the terminal [#&#8203;43836](https://redirect.github.com/aquaproj/aqua-registry/issues/43836) [hokaccha/spannerdef](https://redirect.github.com/hokaccha/spannerdef): Idempotent Google Cloud Spanner schema management by SQL, inspired by sqldef [@&#8203;yukukotani](https://redirect.github.com/yukukotani) [#&#8203;44061](https://redirect.github.com/aquaproj/aqua-registry/issues/44061) [lasantosr/intelli-shell](https://redirect.github.com/lasantosr/intelli-shell): Like IntelliSense, but for shells #### Improvement [#&#8203;43941](https://redirect.github.com/aquaproj/aqua-registry/issues/43941) flutter/flutter: Enable to change [Flutter channel](https://redirect.github.com/flutter/flutter/blob/master/docs/releases/Flutter-build-release-channels.md) [@&#8203;yumafuu](https://redirect.github.com/yumafuu) e.g. ```yaml packages: - name: flutter/flutter version: 3.38.0-0.2.pre vars: channel: beta ``` #### Fixes [#&#8203;44057](https://redirect.github.com/aquaproj/aqua-registry/issues/44057) Re-scaffold cue-lang/cue [#&#8203;43790](https://redirect.github.com/aquaproj/aqua-registry/issues/43790) Rename the package microsandbox/microsandbox to zerocore-ai/microsandbox </details> <details> <summary>awslabs/amazon-ecr-credential-helper (awslabs/amazon-ecr-credential-helper)</summary> ### [`v0.11.0`](https://redirect.github.com/awslabs/amazon-ecr-credential-helper/releases/tag/v0.11.0): Amazon ECR Credential Helper - Release v0.11.0 [Compare Source](https://redirect.github.com/awslabs/amazon-ecr-credential-helper/compare/v0.10.1...v0.11.0) - Add support for AWS EUSC partition ([#&#8203;1034](https://redirect.github.com/awslabs/amazon-ecr-credential-helper/pull/1034)). - Upgrade dependencies. #### Assets - [release.tar.gz](https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/0.11.0/release.tar.gz) ([SHA256](https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/0.11.0/release.tar.gz.sha256)) - [release-novendor.tar.gz](https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/0.11.0/release-novendor.tar.gz) ([SHA256](https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/0.11.0/release-novendor.tar.gz.sha256)) - [linux-amd64/docker-credential-ecr-login](https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/0.11.0/linux-amd64/docker-credential-ecr-login) ([SHA256](https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/0.11.0/linux-amd64/docker-credential-ecr-login.sha256)) - [linux-arm64/docker-credential-ecr-login](https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/0.11.0/linux-arm64/docker-credential-ecr-login) ([SHA256](https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/0.11.0/linux-arm64/docker-credential-ecr-login.sha256)) - [darwin-amd64/docker-credential-ecr-login](https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/0.11.0/darwin-amd64/docker-credential-ecr-login) ([SHA256](https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/0.11.0/darwin-amd64/docker-credential-ecr-login.sha256)) - [darwin-arm64/docker-credential-ecr-login](https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/0.11.0/darwin-arm64/docker-credential-ecr-login) ([SHA256](https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/0.11.0/darwin-arm64/docker-credential-ecr-login.sha256)) - [windows-amd64/docker-credential-ecr-login.exe](https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/0.11.0/windows-amd64/docker-credential-ecr-login.exe) ([SHA256](https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/0.11.0/windows-amd64/docker-credential-ecr-login.exe.sha256)) - [windows-arm64/docker-credential-ecr-login.exe](https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/0.11.0/windows-arm64/docker-credential-ecr-login.exe) ([SHA256](https://amazon-ecr-credential-helper-releases.s3.us-east-2.amazonaws.com/0.11.0/windows-arm64/docker-credential-ecr-login.exe.sha256)) </details> <details> <summary>casey/just (casey/just)</summary> ### [`v1.43.1`](https://redirect.github.com/casey/just/blob/HEAD/CHANGELOG.md#1431---2025-11-12) [Compare Source](https://redirect.github.com/casey/just/compare/1.43.0...1.43.1) ##### Fixed - Only initialize signal handler once ([#&#8203;2953](https://redirect.github.com/casey/just/pull/2953) by [casey](https://redirect.github.com/casey)) - Preserve module docs when formatting ([#&#8203;2931](https://redirect.github.com/casey/just/pull/2931) by [casey](https://redirect.github.com/casey)) - Preserve module groups when formatting ([#&#8203;2930](https://redirect.github.com/casey/just/pull/2930) by [casey](https://redirect.github.com/casey)) - Don't suggest private recipes and aliases ([#&#8203;2916](https://redirect.github.com/casey/just/pull/2916) by [casey](https://redirect.github.com/casey)) ##### Misc - Update softprops/action-gh-release to 2.4.2 ([#&#8203;2948](https://redirect.github.com/casey/just/pull/2948) by [app/dependabot](https://redirect.github.com/app/dependabot)) - Fix `env()` usage in readme ([#&#8203;2936](https://redirect.github.com/casey/just/pull/2936) by [laniakea64](https://redirect.github.com/laniakea64)) - Use a case statement to install target dependencies ([#&#8203;2929](https://redirect.github.com/casey/just/pull/2929) by [casey](https://redirect.github.com/casey)) - Build loongarch64 release binaries ([#&#8203;2886](https://redirect.github.com/casey/just/pull/2886) by [SkyBird233](https://redirect.github.com/SkyBird233)) - Bump softprops/action-gh-release to 2.4.1 ([#&#8203;2919](https://redirect.github.com/casey/just/pull/2919) by [app/dependabot](https://redirect.github.com/app/dependabot)) - Update softprops/action-gh-release to 2.3.4 ([#&#8203;2910](https://redirect.github.com/casey/just/pull/2910) by [app/dependabot](https://redirect.github.com/app/dependabot)) </details> <details> <summary>charmbracelet/crush (charmbracelet/crush)</summary> ### [`v0.18.1`](https://redirect.github.com/charmbracelet/crush/releases/tag/v0.18.1) [Compare Source](https://redirect.github.com/charmbracelet/crush/compare/v0.18.0...v0.18.1) ### OMG! GPT-5.1! This update adds support for gpt-5.1, gpt-5.1-codex, gpt-5.1-codex-mini. Get it now! ##### Docs - [`882914d`](https://redirect.github.com/charmbracelet/crush/commit/882914dcae7b52302c59c10880a5f66dc0d2923e): docs(readme): add initialize\_as ([#&#8203;1438](https://redirect.github.com/charmbracelet/crush/issues/1438)) ([@&#8203;Amolith](https://redirect.github.com/Amolith)) ##### Other Stuff - [`7af916b`](https://redirect.github.com/charmbracelet/crush/commit/7af916bfec670b92c6915c938bbc2fda0317b097): chore: update fantasy & add support for gpt-5.1 ([#&#8203;1439](https://redirect.github.com/charmbracelet/crush/issues/1439)) ([@&#8203;kujtimiihoxha](https://redirect.github.com/kujtimiihoxha)) *** <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://redirect.github.com/charmbracelet/crush/releases/download/v0.18.1/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/crush/releases/download/v0.18.1/checksums.txt' ``` Then, verify it using [`cosign`](https://redirect.github.com/sigstore/cosign): ```bash cosign verify-blob \ --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \ --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \ --cert 'https://github.com/charmbracelet/crush/releases/download/v0.18.1/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/crush/releases/download/v0.18.1/checksums.txt.sig' \ ./checksums.txt ``` If the output is `Verified OK`, you can safely use it to verify the checksums of other artifacts you downloaded from the release using `sha256sum`: ```bash sha256sum --ignore-missing -c checksums.txt ``` Done! You artifacts are now verified! </details> <a href="https://charm.land/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [X](https://x.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.social/@&#8203;charmcli), [Bluesky](https://bsky.app/profile/charm.land). ### [`v0.18.0`](https://redirect.github.com/charmbracelet/crush/releases/tag/v0.18.0) [Compare Source](https://redirect.github.com/charmbracelet/crush/compare/v0.17.0...v0.18.0) ### Alright, alright: AGENTS.md Crush will now default to creating an `AGENTS.md` by default on new projects, instead of the `CRUSH.md` you know and love. This all in effort of standards and is another step to more closely following [that convention](https://agents.md/). If your project still has a `CRUSH.md` file, don't worry. We'll still read that if available. Like things the old way? Want to use a different filename altogether? Cool: [you can customize the behavior](https://redirect.github.com/charmbracelet/crush?tab=readme-ov-file#initialization). This is, of course, another feature from our hot contributor friend, [@&#8203;Amolith](https://redirect.github.com/Amolith). Thanks, and see you in the next release! 💘 #### Changelog ##### New! - [`4e40b47`](https://redirect.github.com/charmbracelet/crush/commit/4e40b4714644fd1bcb03fc3f0a74ca037f2189a5): feat(config): default to AGENTS.md w/ new setting ([#&#8203;1403](https://redirect.github.com/charmbracelet/crush/issues/1403)) ([@&#8203;Amolith](https://redirect.github.com/Amolith)) ##### Fixed - [`c094eaf`](https://redirect.github.com/charmbracelet/crush/commit/c094eaf6c73a02e1972ce1d323175b92d4315d5e): fix(test): set a fixed attribution to avoid system prompt mismatch ([@&#8203;andreynering](https://redirect.github.com/andreynering)) *** <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://redirect.github.com/charmbracelet/crush/releases/download/v0.18.0/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/crush/releases/download/v0.18.0/checksums.txt' ``` Then, verify it using [`cosign`](https://redirect.github.com/sigstore/cosign): ```bash cosign verify-blob \ --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \ --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \ --cert 'https://github.com/charmbracelet/crush/releases/download/v0.18.0/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/crush/releases/download/v0.18.0/checksums.txt.sig' \ ./checksums.txt ``` If the output is `Verified OK`, you can safely use it to verify the checksums of other artifacts you downloaded from the release using `sha256sum`: ```bash sha256sum --ignore-missing -c checksums.txt ``` Done! You artifacts are now verified! </details> <a href="https://charm.land/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [X](https://x.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.social/@&#8203;charmcli), [Bluesky](https://bsky.app/profile/charm.land). ### [`v0.17.0`](https://redirect.github.com/charmbracelet/crush/releases/tag/v0.17.0) [Compare Source](https://redirect.github.com/charmbracelet/crush/compare/v0.16.1...v0.17.0) ### It’s all about [@&#8203;Amolith](https://redirect.github.com/Amolith) Star contributor [@&#8203;Amolith](https://redirect.github.com/Amolith) rolled in hot this release with a series of fixes and improvements. Let's get into it! #### This Year’s Model There are a lot of models available in Crush. If you’re like [@&#8203;Amolith](https://redirect.github.com/Amolith) you usually switch between a few of your faves—and now that's a lot easier to do as your recently chosen models are now automatically collected at the top of the model chooser. It's quite handy! <img width="750" src="https://github.com/user-attachments/assets/31b4b279-45c1-4f09-a239-eb78c0cb1cdc" /> #### Assisted-by is the New Co-Authored-by The Fedora Council recently put together [some guidelines for disclosing AI assistance in open source](https://docs.fedoraproject.org/en-US/council/policy/ai-contribution-policy/). We think the guidelines are really cool, and so does [@&#8203;Amolith](https://redirect.github.com/Amolith)—and he took it upon himself to make this vision a reality in Crush. ``` Assisted-by: Claude Sonnet 4.5 via Crush ``` This is currently opt-in, and the behavior is [customizable](https://redirect.github.com/charmbracelet/crush?tab=readme-ov-file#attribution-settings). #### Other Stuff [@&#8203;danielmerja](https://redirect.github.com/danielmerja), [@&#8203;caarlos0](https://redirect.github.com/caarlos0), and [@&#8203;kujtimiihoxha](https://redirect.github.com/kujtimiihoxha) rolled in hot with a bunch fixes and, of course, no release would be complete without the fine detail work of [@&#8203;andreynering](https://redirect.github.com/andreynering). Cheers everyone, and thanks for the contributions. Let us know what you think and enjoy the release! 💘 #### Changelog ##### New! - [`7b47c6c`](https://redirect.github.com/charmbracelet/crush/commit/7b47c6ccf32072aeeac39004d72401b46c751f7b): feat(config): add trailer\_style option ([@&#8203;Amolith](https://redirect.github.com/Amolith)) - [`27093ea`](https://redirect.github.com/charmbracelet/crush/commit/27093ea42e1fe96bb99d84b62b68978d8e3156c2): feat(config): migrate deprecated co\_authored\_by ([@&#8203;Amolith](https://redirect.github.com/Amolith)) - [`fa28347`](https://redirect.github.com/charmbracelet/crush/commit/fa283472586b87236abf101bff15b42ffde4d600): feat: recent models section in picker ([#&#8203;1374](https://redirect.github.com/charmbracelet/crush/issues/1374)) ([@&#8203;Amolith](https://redirect.github.com/Amolith)) ##### Fixed - [`425d873`](https://redirect.github.com/charmbracelet/crush/commit/425d873242950cc313bb0a40561ebc7f4ba87eff): fix(bash): use model name instead of ID ([@&#8203;Amolith](https://redirect.github.com/Amolith)) - [`5a7c715`](https://redirect.github.com/charmbracelet/crush/commit/5a7c715414e0b77e68bf5ce5ae5bf4dbc4afc241): fix(mcp): client being killed ([#&#8203;1419](https://redirect.github.com/charmbracelet/crush/issues/1419)) ([@&#8203;caarlos0](https://redirect.github.com/caarlos0)) - [`665ee06`](https://redirect.github.com/charmbracelet/crush/commit/665ee069cf9b6e15e7b520b7cef4ed5564132c6f): fix: append `ImageURLContent` part in `unmarshallParts` ([#&#8203;1387](https://redirect.github.com/charmbracelet/crush/issues/1387)) ([@&#8203;danielmerja](https://redirect.github.com/danielmerja)) - [`e9b30f7`](https://redirect.github.com/charmbracelet/crush/commit/e9b30f720f6a369798438388d415b9891e7b2d10): fix: recent models test ([@&#8203;kujtimiihoxha](https://redirect.github.com/kujtimiihoxha)) ##### Docs - [`025d604`](https://redirect.github.com/charmbracelet/crush/commit/025d6041ed4d19a884fbf9abb9a1ca59c4282ea9): docs(readme): move "local models" section to be under "custom providers" ([#&#8203;1402](https://redirect.github.com/charmbracelet/crush/issues/1402)) ([@&#8203;andreynering](https://redirect.github.com/andreynering)) ##### Other stuff - [`c9ca0b7`](https://redirect.github.com/charmbracelet/crush/commit/c9ca0b72e657d761bec0f7c9d5ba16f9c4e8b260): chore(task): fetch tags before installing ([@&#8203;meowgorithm](https://redirect.github.com/meowgorithm)) - [`02329dc`](https://redirect.github.com/charmbracelet/crush/commit/02329dc80bad5bd340ad3761f2fd36ecf4ba4a3b): chore(taskfile): add task to record all cassettes ([@&#8203;andreynering](https://redirect.github.com/andreynering)) - [`b095afd`](https://redirect.github.com/charmbracelet/crush/commit/b095afd649295d86d9c1d74cfa7ee7b345195c08): chore: record all cassettes after fantasy update ([@&#8203;andreynering](https://redirect.github.com/andreynering)) - [`4e244de`](https://redirect.github.com/charmbracelet/crush/commit/4e244de616891a49f9535a093b87cd4fb329bb99): chore: update fantasy to v0.2.1 ([@&#8203;andreynering](https://redirect.github.com/andreynering)) - [`ef1990a`](https://redirect.github.com/charmbracelet/crush/commit/ef1990a520259dfde9a83e39a861368156d51adb): refactor(bash): make whitespace conform to spec ([@&#8203;Amolith](https://redirect.github.com/Amolith)) *** <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://redirect.github.com/charmbracelet/crush/releases/download/v0.17.0/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/crush/releases/download/v0.17.0/checksums.txt' ``` Then, verify it using [`cosign`](https://redirect.github.com/sigstore/cosign): ```bash cosign verify-blob \ --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \ --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \ --cert 'https://github.com/charmbracelet/crush/releases/download/v0.17.0/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/crush/releases/download/v0.17.0/checksums.txt.sig' \ ./checksums.txt ``` If the output is `Verified OK`, you can safely use it to verify the checksums of other artifacts you downloaded from the release using `sha256sum`: ```bash sha256sum --ignore-missing -c checksums.txt ``` Done! You artifacts are now verified! </details> <a href="https://charm.land/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [X](https://x.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.social/@&#8203;charmcli), [Bluesky](https://bsky.app/profile/charm.land). ### [`v0.16.1`](https://redirect.github.com/charmbracelet/crush/releases/tag/v0.16.1) [Compare Source](https://redirect.github.com/charmbracelet/crush/compare/v0.16.0...v0.16.1) ### Small Quality of Life ™️ improvements Some highlights of this release, mostly focused on QoL: - When an API call to the provider fails, we're now presenting more useful error messages. (We want to improve this even further with time!) - In the same area, a bug was fixed for some OpenAI compatible providers where errors were basically blank. We're now showing a meaningful error message so you can better understand what gone wrong. - Retries were happening more times than we intended. This is now fixes and the relevant errors (too many requests, etc) will be retried up to 2 extra times only. - Some rendering fixes were made on the TUI. Have a great weekend! #### Changelog ##### Fixed - [`07a4738`](https://redirect.github.com/charmbracelet/crush/commit/07a4738eecdf33e66e659e0a77ad70db21aaea0d): fix: improve ux for presenting errors from providers ([#&#8203;1388](https://redirect.github.com/charmbracelet/crush/issues/1388)) ([@&#8203;andreynering](https://redirect.github.com/andreynering)) ##### Other stuff - [`87df66d`](https://redirect.github.com/charmbracelet/crush/commit/87df66ddc0f9a21af2529738572dc9e73c73f66c): chore: upgrade dependencies and fix related code ([#&#8203;1404](https://redirect.github.com/charmbracelet/crush/issues/1404)) ([@&#8203;aymanbagabas](https://redirect.github.com/aymanbagabas)) *** <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://redirect.github.com/charmbracelet/crush/releases/download/v0.16.1/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/crush/releases/download/v0.16.1/checksums.txt' ``` Then, verify it using [`cosign`](https://redirect.github.com/sigstore/cosign): ```bash cosign verify-blob \ --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \ --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \ --cert 'https://github.com/charmbracelet/crush/releases/download/v0.16.1/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/crush/releases/download/v0.16.1/checksums.txt.sig' \ ./checksums.txt ``` If the output is `Verified OK`, you can safely use it to verify the checksums of other artifacts you downloaded from the release using `sha256sum`: ```bash sha256sum --ignore-missing -c checksums.txt ``` Done! You artifacts are now verified! </details> <a href="https://charm.land/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [X](https://x.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.social/@&#8203;charmcli), [Bluesky](https://bsky.app/profile/charm.land). ### [`v0.16.0`](https://redirect.github.com/charmbracelet/crush/releases/tag/v0.16.0) [Compare Source](https://redirect.github.com/charmbracelet/crush/compare/v0.15.2...v0.16.0) ### Jobs! The big, new feature today is background jobs! Crush can spawn and manage background jobs. Spin up servers, run parallel builds, and go crazy. The asynchronous world is now at your (LLM’s) fingertips. Let us know what you think! 💘 <p><img width="850" src="https://github.com/user-attachments/assets/c36041c5-9a0d-497e-b584-4a5bd8b9f2f6" /></p> #### Changelog ##### New! * 4401d5b37f037b712d5b493bb94ba04f5bb6be3c: feat: background jobs & remove persistent shell (#&#8203;1328) (@&#8203;kujtimiihoxha) ##### Other stuff * a8f90ff06ce66abb19b7e9a847cf20d8e60ef67c: chore: remove flaky tests (@&#8203;kujtimiihoxha) *** <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://redirect.github.com/charmbracelet/crush/releases/download/v0.16.0/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/crush/releases/download/v0.16.0/checksums.txt' ``` Then, verify it using [`cosign`](https://redirect.github.com/sigstore/cosign): ```bash cosign verify-blob \ --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \ --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \ --cert 'https://github.com/charmbracelet/crush/releases/download/v0.16.0/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/crush/releases/download/v0.16.0/checksums.txt.sig' \ ./checksums.txt ``` If the output is `Verified OK`, you can safely use it to verify the checksums of other artifacts you downloaded from the release using `sha256sum`: ```bash sha256sum --ignore-missing -c checksums.txt ``` Done! You artifacts are now verified! </details> <a href="https://charm.land/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [X](https://x.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.social/@&#8203;charmcli), [Bluesky](https://bsky.app/profile/charm.land). </details> <details> <summary>cli/cli (cli/cli)</summary> ### [`v2.83.1`](https://redirect.github.com/cli/cli/releases/tag/v2.83.1): GitHub CLI 2.83.1 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.83.0...v2.83.1) ##### What's Changed ##### 🐛 Fixes - `gh pr edit`: Ensure empty arrays for reviewers in PR API calls by [@&#8203;BagToad](https://redirect.github.com/BagToad) in [#&#8203;12122](https://redirect.github.com/cli/cli/pull/12122) ##### 📚 Docs & Chores - Integrate license checks back into lint workflow by [@&#8203;BagToad](https://redirect.github.com/BagToad) in [#&#8203;12112](https://redirect.github.com/cli/cli/pull/12112) - Update third-party licenses and dependencies by [@&#8203;BagToad](https://redirect.github.com/BagToad) in [#&#8203;12123](https://redirect.github.com/cli/cli/pull/12123) ##### :dependabot: Dependencies - chore(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;12134](https://redirect.github.com/cli/cli/pull/12134) **Full Changelog**: <https://github.com/cli/cli/compare/v2.83.0...v2.83.1> </details> <details> <summary>fastfetch-cli/fastfetch (fastfetch-cli/fastfetch)</summary> ### [`v2.55.0`](https://redirect.github.com/fastfetch-cli/fastfetch/blob/HEAD/CHANGELOG.md#2550) [Compare Source](https://redirect.github.com/fastfetch-cli/fastfetch/compare/2.54.0...2.55.0) Changes: - Commands are now executed in parallel by default to improve performance ([#&#8203;2045](https://redirect.github.com/fastfetch-cli/fastfetch/issues/2045), Command) - This behavior can be disabled in the config file with `"parallel": false` if it causes problems with certain scripts - Folder/filesystem hiding is moved to the detection stage; hidden entries are no longer probed, improving performance ([#&#8203;2043](https://redirect.github.com/fastfetch-cli/fastfetch/issues/2043), Disk) Features: - Adds `command.parallel` and `command.useStdErr` config options (Command) - `parallel`: set to `false` to disable parallel execution (see Changes above) - `useStdErr`: set to `true` to use stderr output instead of stdout - Adds the command-line flag `--dynamic-interval <interval-in-ms>` to enable dynamic output auto-refresh ([#&#8203;2041](https://redirect.github.com/fastfetch-cli/fastfetch/issues/2041)) - Due to internal limitations, some modules do not support dynamic updates (notably Display and Media) - Adds support for using the current playing media's cover art as a logo source (Media / Logo) - Usage: `"logo": { "type": "<image-protocol>", "source": "media-cover" }` in JSON config; or `--<image-protocol> media-cover` in command line - Supports local sources only - Adds native GPU detection support on OpenBSD and NetBSD (instead of depending on `libpciaccess`) (GPU) - No functional changes - Root privileges are required to access PCI config space on OpenBSD (as always) - Adds GPU detection support on GNU/Hurd (GPU) - Requires building with `libpciaccess` - Shows Debian point release on Raspberry Pi OS ([#&#8203;2032](https://redirect.github.com/fastfetch-cli/fastfetch/issues/2032), OS, Linux) - Adds `Brush` shell version detection (Shell) - Improves Mac family detection via prefix matching (Host) Bugfixes: - Ignores `run-parts` during terminal/shell detection ([#&#8203;2048](https://redirect.github.com/fastfetch-cli/fastfetch/issues/2048), Terminal / Shell, Linux) - Fixes fish version detection when `LC_ALL` is set ([#&#8203;2014](https://redirect.github.com/fastfetch-cli/fastfetch/issues/2014), Shell, Linux) - Hides the module when no desktop icons are found ([#&#8203;2023](https://redirect.github.com/fastfetch-cli/fastfetch/issues/2023), Icons, Windows) - Skips auxiliary display controllers to prevent the module from reporting duplicate entries ([#&#8203;2034](https://redirect.github.com/fastfetch-cli/fastfetch/issues/2034), GPU, Linux) - Refines Apple rpath handling; fixes building for the Homebrew version on macOS ([#&#8203;1998](https://redirect.github.com/fastfetch-cli/fastfetch/issues/1998), CMake) Logos: - Adds Vincent OS and MacaroniOS </details> <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v2.6.2`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v262) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.6.1...v2.6.2) 1. Bug fixes - `fmt` command with symlinks - use file depending on build configuration to invalidate cache 2. Linters bug fixes - `testableexamples`: from 1.0.0 to 1.0.1 - `testpackage`: from 1.1.1 to 1.1.2 </details> <details> <summary>kubernetes-sigs/kustomize (kubernetes-sigs/kustomize)</summary> ### [`v5.8.0`](https://redirect.github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.8.0) [Compare Source](https://redirect.github.com/kubernetes-sigs/kustomize/compare/kustomize/v5.7.1...kustomize/v5.8.0) ### Highlights ##### implements to replacements value in the structured data Now, We can edit yaml/json in yaml manifests with replacements transformer. See [#&#8203;5679](https://redirect.github.com/kubernetes-sigs/kustomize/issues/5679) ##### For example ```yaml ## source apiVersion: v1 kind: ConfigMap metadata: name: source-configmap data: HOSTNAME: www.example.com --- apiVersion: v1 kind: ConfigMap metadata: name: target-configmap data: config.json: |- {"config": { "id": "42", "hostname": "REPLACE_TARGET_HOSTNAME" }} ``` ```yaml ## replacement replacements: - source: kind: ConfigMap name: source-configmap fieldPath: data.HOSTNAME targets: - select: kind: ConfigMap name: target-configmap fieldPaths: - data.config\.json.config.hostname ``` ##### fix: Propagate Namespace correctly to Helm The long-standing bug where kustomize's namespace transformer did not pass namespaces to helmCharts has been fixed. See [#&#8203;5940](https://redirect.github.com/kubernetes-sigs/kustomize/issues/5940) ##### For example ```yaml ## define namespace namespace: any-namespace helmCharts: - name: minecraft repo: https://kubernetes-charts.storage.googleapis.com version: v1.2.0 # namespace: any-namespace ## propagates without additional namespace specific valuesFile: values.yaml ``` #### Feature [#&#8203;5679](https://redirect.github.com/kubernetes-sigs/kustomize/issues/5679): implements to replacements value in the structured data [#&#8203;5863](https://redirect.github.com/kubernetes-sigs/kustomize/issues/5863): Add regex support for Replacement selectors [#&#8203;5930](https://redirect.github.com/kubernetes-sigs/kustomize/issues/5930): feat: add PatchArgs API type to populate patch options #### fix [#&#8203;5940](https://redirect.github.com/kubernetes-sigs/kustomize/issues/5940): fix: Propagate Namespace correctly to Helm [#&#8203;5971](https://redirect.github.com/kubernetes-sigs/kustomize/issues/5971): fix: performance recession when propagating namespace to helm [#&#8203;5942](https://redirect.github.com/kubernetes-sigs/kustomize/issues/5942): fix fnplugin storagemounts validation [#&#8203;5958](https://redirect.github.com/kubernetes-sigs/kustomize/issues/5958): fix: make AbsorbAll conflict error more verbose [#&#8203;5961](https://redirect.github.com/kubernetes-sigs/kustomize/issues/5961): refactor: nested format string [#&#8203;5967](https://redirect.github.com/kubernetes-sigs/kustomize/issues/5967): Fix infinite loop in HTTP client by validating URLs before requests [#&#8203;5985](https://redirect.github.com/kubernetes-sigs/kustomize/issues/5985): fix(kyaml/yaml): minor nil safety fix for RNode.Content etc [#&#8203;5991](https://redirect.github.com/kubernetes-sigs/kustomize/issues/5991): Fix duplicate key error when adding multiple labels with --without-selector #### Dependencies [#&#8203;5962](https://redirect.github.com/kubernetes-sigs/kustomize/issues/5962): chore: update dependencies from security alert [#&#8203;5959](https://redirect.github.com/kubernetes-sigs/kustomize/issues/5959): update go 1.24.6 #### chore [#&#8203;6007](https://redirect.github.com/kubernetes-sigs/kustomize/issues/6007): Update kyaml to v0.21.0 [#&#8203;6008](https://redirect.github.com/kubernetes-sigs/kustomize/issues/6008): Update cmd/config to v0.21.0 [#&#8203;6009](https://redirect.github.com/kubernetes-sigs/kustomize/issues/6009): Update api to v0.21.0 </details> <details> <summary>openai/codex (openai/codex)</summary> ### [`v0.58.0`](https://redirect.github.com/openai/codex/releases/tag/rust-v0.58.0): 0.58.0 [Compare Source](https://redirect.github.com/openai/codex/compare/rust-v0.57.0-alpha.1...rust-v0.58.0-alpha.1) ##### Highlights - Support for gpt5.1 models family. [Read more](www.openai.com/index/gpt-5-1) - App server enhancements: new JSON schema generator command, item started/completed events, macro cleanup, reduced boilerplate, and tightened duplicate-code hygiene ([#&#8203;6406](https://redirect.github.com/openai/codex/issues/6406) [#&#8203;6517](https://redirect.github.com/openai/codex/issues/6517) [#&#8203;6470](https://redirect.github.com/openai/codex/issues/6470) [#&#8203;6488](https://redirect.github.com/openai/codex/issues/6488)). - Quality of life fixes: doc updates (web\_search, SDK, config), TUI shortcuts inline, seatbelt/Wayland/brew/compaction/cloud-tasks bugfixes, clearer warnings, auth-aware status output, and OTEL test stabilization ([#&#8203;5889](https://redirect.github.com/openai/codex/issues/5889) [#&#8203;6424](https://redirect.github.com/openai/codex/issues/6424) [#&#8203;6425](https://redirect.github.com/openai/codex/issues/6425) [#&#8203;6376](https://redirect.github.com/openai/codex/issues/6376) [#&#8203;6421](https://redirect.github.com/openai/codex/issues/6421) [#&#8203;4824](https://redirect.github.com/openai/codex/issues/4824) [#&#8203;6238](https://redirect.github.com/openai/codex/issues/6238) [#&#8203;5856](https://redirect.github.com/openai/codex/issues/5856) [#&#8203;6446](https://redirect.github.com/openai/codex/issues/6446) [#&#8203;6529](https://redirect.github.com/openai/codex/issues/6529) [#&#8203;6541](https://redirect.github.com/openai/codex/issues/6541)). ##### PRs Merged - [#&#8203;6381](https://redirect.github.com/openai/codex/issues/6381) — Improve world-writable scan (`917f39ec1`) - [#&#8203;5889](https://redirect.github.com/openai/codex/issues/5889) — feat(tui): Display keyboard shortcuts inline for approval options (`5beb6167c`) - [#&#8203;6389](https://redirect.github.com/openai/codex/issues/6389) — more world-writable warning improvements (`a47181e47`) - [#&#8203;6425](https://redirect.github.com/openai/codex/issues/6425) — Fix SDK documentation: replace “file diffs” with “file change notifications” (`8b80a0a26`) - [#&#8203;6421](https://redirect.github.com/openai/codex/issues/6421) — fix(seatbelt): Allow reading hw\.physicalcpu (`c07461e6f`) - [#&#8203;5856](https://redirect.github.com/openai/codex/issues/5856) — fix(cloud-tasks): respect `cli_auth_credentials_store` config (`5f1fab0e7`) - [#&#8203;6387](https://redirect.github.com/openai/codex/issues/6387) — For npm upgrade on Windows, go through cmd.exe to get path traversal working (`625f2208c`) - [#&#8203;6437](https://redirect.github.com/openai/codex/issues/6437) — chore(deps): bump codespell-project/actions-codespell from 2.1 to 2.2 (`7c7c7567d`) - [#&#8203;6438](https://redirect.github.com/openai/codex/issues/6438) — chore(deps): bump taiki-e/install-action from 2.60.0 to 2.62.49 (`082d2fa19`) - [#&#8203;6443](https://redirect.github.com/openai/codex/issues/6443) — chore(deps): bump askama from 0.12.1 to 0.14.0 in /codex-rs (`78b2aeea5`) - [#&#8203;6444](https://redirect.github.com/openai/codex/issues/6444) — chore(deps): bump zeroize from 1.8.1 to 1.8.2 in /codex-rs (`e2598f509`) - [#&#8203;6446](https://redirect.github.com/openai/codex/issues/6446) — Fix warning message phrasing (`131c38436`) - [#&#8203;6424](https://redirect.github.com/openai/codex/issues/6424) — Fix config documentation: correct TOML parsing description (`557ac6309`) - [#&#8203;6454](https://redirect.github.com/openai/codex/issues/6454) — Move compact (`50a77dc13`) - [#&#8203;6376](https://redirect.github.com/openai/codex/issues/6376) — Updated docs to reflect recent changes in `web_search` configuration (`65cb1a1b7`) - [#&#8203;6407](https://redirect.github.com/openai/codex/issues/6407) — fix: use generate\_ts from app\_server\_protocol (`42683dadf`) - [#&#8203;6419](https://redirect.github.com/openai/codex/issues/6419) — Support exiting from the login menu (`b46012e48`) - [#&#8203;6422](https://redirect.github.com/openai/codex/issues/6422) — Don’t lock PRs that have been closed without merging (`591615315`) - [#&#8203;6406](https://redirect.github.com/openai/codex/issues/6406) — \[app-server] feat: add command to generate json schema (`fbdedd9a0`) - [#&#8203;6238](https://redirect.github.com/openai/codex/issues/6238) — fix: update brew auto update version check (`788badd22`) - [#&#8203;6433](https://redirect.github.com/openai/codex/issues/6433) — Add opt-out for rate limit model nudge (`e743d251a`) - [#&#8203;6246](https://redirect.github.com/openai/codex/issues/6246) — Add user command event types (`980886498`) - [#&#8203;6466](https://redirect.github.com/openai/codex/issues/6466) — feat: add workdir to unified\_exec (`f01f2ec9e`) - [#&#8203;6468](https://redirect.github.com/openai/codex/issues/6468) — \[app-server] chore: move initialize out of deprecated API section (`2ac49fea5`) - [#&#8203;4824](https://redirect.github.com/openai/codex/issues/4824) — Fix wayland image paste error (`52e97b9b6`) - [#&#8203;4098](https://redirect.github.com/openai/codex/issues/4098) — add codex debug seatbelt --log-denials (`0271c20d8`) - [#&#8203;6477](https://redirect.github.com/openai/codex/issues/6477) — refactor(tui): job-control for Ctrl-Z handling (`60deb6773`) - [#&#8203;6470](https://redirect.github.com/openai/codex/issues/6470) — \[app-server] update macro to make renaming methods less boilerplate-y (`3838d6739`) - [#&#8203;6478](https://redirect.github.com/openai/codex/issues/6478) — upload Windows .exe file artifacts for CLI releases (`9aff64e01`) - [#&#8203;6482](https://redirect.github.com/openai/codex/issues/6482) — flip rate limit status bar (`930f81a17`) - [#&#8203;6480](https://redirect.github.com/openai/codex/issues/6480) — Use codex-linux-sandbox in unified exec (`6c36318bd`) - [#&#8203;6489](https://redirect.github.com/openai/codex/issues/6489) — Colocate more of bash parsing (`bb7b0213a`) - [#&#8203;6488](https://redirect.github.com/openai/codex/issues/6488) — \[hygiene]\[app-server] have a helper function for duplicate code in turn APIs (`695187277`) - [#&#8203;6041](https://redirect.github.com/openai/codex/issues/6041) — Enable ghost\_commit feature by default (`052b05283`) - [#&#8203;6503](https://redirect.github.com/openai/codex/issues/6503) — nit: logs to trace (`ad279eacd`) - [#&#8203;6492](https://redirect.github.com/openai/codex/issues/6492) — Add unified exec escalation handling and tests (`807e2c27f`) - [#&#8203;6517](https://redirect.github.com/openai/codex/issues/6517) — \[app-server] add item started/completed events for turn items (`e357fc723`) - [#&#8203;6523](https://redirect.github.com/openai/codex/issues/6523) — Update full-auto description with on-request (`eb1c651c0`) - [#&#8203;6528](https://redirect.github.com/openai/codex/issues/6528) — Re-add prettier log-level=warn to generate-ts (`424bfecd0`) - [#&#8203;6507](https://redirect.github.com/openai/codex/issues/6507) — feat: warning switch model on resume (`530db0ad7`) - [#&#8203;6510](https://redirect.github.com/openai/codex/issues/6510) — feat: shell\_command tool (`29364f3a9`) - [#&#8203;6516](https://redirect.github.com/openai/codex/issues/6516) — chore: verify boolean values can be parsed as config overrides (`c3a710ee1`) - [#&#8203;6541](https://redirect.github.com/openai/codex/issues/6541) — Fix otel tests (`7d9ad3eff`) - [#&#8203;6534](https://redirect.github.com/openai/codex/issues/6534) — feat: only wait for mutating tools for ghost commit (`e00eb50db`) - [#&#8203;6529](https://redirect.github.com/openai/codex/issues/6529) — Fixed status output to use auth information from AuthManager (`ad09c138b`) - [#&#8203;6551](https://redirect.github.com/openai/codex/issues/6551) — Add gpt-5.1 model definitions (`ec69a4a81`) - [#&#8203;6558](https://redirect.github.com/openai/codex/issues/6558) — Do not double encode request bodies in logging (`2f58e6999`) - [#&#8203;6483](https://redirect.github.com/openai/codex/issues/6483) — \[app-server] feat: thread/resume supports history, path, and overrides (`964220ac9`) - [#&#8203;6561](https://redirect.github.com/openai/codex/issues/6561) — NUX for gpt5.1 (`e63ab0dd6`) - [#&#8203;6568](https://redirect.github.com/openai/codex/issues/6568) — Set verbosity to low for 5.1 (`f97874093`) - [#&#8203;6567](https://redirect.github.com/openai/codex/issues/6567) — Update subtitle of model picker as part of the nux (`966d71c02`) - [#&#8203;6569](https://redirect.github.com/openai/codex/issues/6569) — Change model picker to include gpt5.1 (`ad7eaa80f`) - [#&#8203;6575](https://redirect.github.com/openai/codex/issues/6575) — Avoid hang when tool’s process spawns grandchild that shares stderr/stdout (`73ed30d7e`) - [#&#8203;6580](https://redirect.github.com/openai/codex/issues/6580) — remove porcupine model slug (`b1979b70a`) - [#&#8203;6583](https://redirect.github.com/openai/codex/issues/6583) — feat: show gpt mini (`e3aaee00c`) - [#&#8203;6585](https://redirect.github.com/openai/codex/issues/6585) — copy for model migration nudge (`305fe73d8`) - [#&#8203;6586](https://redirect.github.com/openai/codex/issues/6586) — Reasoning level update (`e3dd362c9`) - [#&#8203;6593](https://redirect.github.com/openai/codex/issues/6593) — Default to explicit medium reasoning for 5.1 (`34621166d`) - [#&#8203;6588](https://redirect.github.com/openai/codex/issues/6588) — chore(core) Update prompt for gpt-5.1 (`8dcbd29ed`) - [#&#8203;6597](https://redirect.github.com/openai/codex/issues/6597) — feat: proxy context left after compaction (`2a417c47a`) - [#&#8203;6589](https://redirect.github.com/openai/codex/issues/6589) — fix model picker wrapping (`ba74cee6f`) ### [`v0.57.0`](https://redirect.github.com/openai/codex/releases/tag/rust-v0.57.0): 0.57.0 [Compare Source](https://redirect.github.com/openai/codex/compare/rust-v0.56.0-alpha.1...rust-v0.57.0-alpha.1) ##### Highlights - TUI quality-of-life: ctrl-n/p navigation for slash command lists and backtracking skips the /status noise. - Improve timeout on long running commasnds ##### PRs Merged - [#&#8203;6233](https://redirect.github.com/openai/codex/issues/6233) – Freeform unified exec output formatting - [#&#8203;6342](https://redirect.github.com/openai/codex/issues/6342) – Make `generate_ts` prettier output warn-only - [#&#8203;6335](https://redirect.github.com/openai/codex/issues/6335) – TUI: fix backtracking past `/status` - [#&#8203;1994](https://redirect.github.com/openai/codex/issues/1994) – Enable CTRL-n/CTRL-p for navigating slash commands, files, history - [#&#8203;6340](https://redirect.github.com/openai/codex/issues/6340) – Skip retries on `insufficient_quota` errors - [#&#8203;6345](https://redirect.github.com/openai/codex/issues/6345) – Remove shell tool when unified exec is enabled - [#&#8203;6347](https://redirect.github.com/openai/codex/issues/6347) – Refresh AI labeler rules to match issue tracker labels - [#&#8203;6346](https://redirect.github.com/openai/codex/issues/6346) – Prefer `wait_for_event` over `wait_for_event_with_timeout` (initial update) - [#&#8203;5486](https://redirect.github.com/openai/codex/issues/5486) – Fix `apply_patch` rename/move path resolution - [#&#8203;6349](https://redirect.github.com/openai/codex/issues/6349) – Prefer `wait_for_event` over `wait_ </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 4pm on thursday" in timezone America/Los_Angeles, 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/scottames/dots). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: scottames-github-bot[bot] <162828115+scottames-github-bot[bot]@users.noreply.github.com>
1 parent dc101ea commit 09d09b1

File tree

2 files changed

+126
-126
lines changed

2 files changed

+126
-126
lines changed

0 commit comments

Comments
 (0)