chore(deps): update ⬆️ aqua-packages #609
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.16.1->v2.17.039.1.0->39.2.0v4.433.0->v4.435.0v0.10.1->v0.11.01.43.0->1.43.1v0.15.2->v0.18.1v2.83.0->v2.83.12.54.0->2.55.0v2.6.1->v2.6.2v5.7.1->v5.8.0v0.55.0->v0.58.0v1.0.39->v1.0.65v0.1.0->v0.3.0v2.8.1->v2.9.0v0.216.0->v0.217.0v1.7.7->v1.7.8Release Notes
GoogleContainerTools/skaffold (GoogleContainerTools/skaffold)
v2.17.0Compare Source
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/binLinux arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.0/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/binmacOS amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/binmacOS arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.17.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/binWindows
https://storage.googleapis.com/skaffold/releases/v2.17.0/skaffold-windows-amd64.exe
Docker image
gcr.io/k8s-skaffold/skaffold:v2.17.0Highlights:
New Features and Additions:
helm version --clientparameter is not supported anymore in v4 #9892Fixes:
Updates and Refactors:
Docs, Test, and Release Updates:
Huge thanks goes out to all of our contributors for this release:
antonmedv/fx (antonmedv/fx)
v39.2.0Compare Source
Fx is terminal JSON viewer & processor.
In this release:
Now it is possible to use
?.value >= 42filter in streaming mode.aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.435.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.434.0...v4.435.0
🎉 New Packages
#43910 cirruslabs/cirrus-cli - CLI for executing Cirrus tasks locally and in any CI @djgoku
Fixes
#44106 Re-scaffold phiresky/ripgrep-all
Security
#43857 topgrade-rs/topgrade: GitHub artifact attestations config @scop
#44024 axodotdev/cargo-dist: GitHub artifact attestations config @scop
v4.434.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.433.0...v4.434.0
🎉 New Packages
#44060 CrociDB/bulletty: bulletty is a pretty feed reader for the terminal that stores the articles as Markdown
#44058 Gaurav-Gosain/tuios: Terminal UI OS (Terminal Multiplexer)
#44059 ck-zhang/reddix: Reddix – Reddit, refined for the terminal
#43836 hokaccha/spannerdef: Idempotent Google Cloud Spanner schema management by SQL, inspired by sqldef @yukukotani
#44061 lasantosr/intelli-shell: Like IntelliSense, but for shells
Improvement
#43941 flutter/flutter: Enable to change Flutter channel @yumafuu
e.g.
Fixes
#44057 Re-scaffold cue-lang/cue
#43790 Rename the package microsandbox/microsandbox to zerocore-ai/microsandbox
awslabs/amazon-ecr-credential-helper (awslabs/amazon-ecr-credential-helper)
v0.11.0: Amazon ECR Credential Helper - Release v0.11.0Compare Source
Assets
casey/just (casey/just)
v1.43.1Compare Source
Fixed
Misc
env()usage in readme (#2936 by laniakea64)charmbracelet/crush (charmbracelet/crush)
v0.18.1Compare Source
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: docs(readme): add initialize_as (#1438) (@Amolith)Other Stuff
7af916b: chore: update fantasy & add support for gpt-5.1 (#1439) (@kujtimiihoxha)Verifying the artifacts
First, download the
checksums.txtfile, for example, withwget:wget 'https://github.com/charmbracelet/crush/releases/download/v0.18.1/checksums.txt'Then, verify it using
cosign:If the output is
Verified OK, you can safely use it to verify the checksums of other artifacts you downloaded from the release usingsha256sum:Done! You artifacts are now verified!
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v0.18.0Compare Source
Alright, alright: AGENTS.md
Crush will now default to creating an
AGENTS.mdby default on new projects, instead of theCRUSH.mdyou know and love. This all in effort of standards and is another step to more closely following that convention. If your project still has aCRUSH.mdfile, 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.
This is, of course, another feature from our hot contributor friend, @Amolith.
Thanks, and see you in the next release! 💘
Changelog
New!
4e40b47: feat(config): default to AGENTS.md w/ new setting (#1403) (@Amolith)Fixed
c094eaf: fix(test): set a fixed attribution to avoid system prompt mismatch (@andreynering)Verifying the artifacts
First, download the
checksums.txtfile, for example, withwget:wget 'https://github.com/charmbracelet/crush/releases/download/v0.18.0/checksums.txt'Then, verify it using
cosign:If the output is
Verified OK, you can safely use it to verify the checksums of other artifacts you downloaded from the release usingsha256sum:Done! You artifacts are now verified!
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v0.17.0Compare Source
It’s all about @Amolith
Star contributor @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 @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!
Assisted-by is the New Co-Authored-by
The Fedora Council recently put together some guidelines for disclosing AI assistance in open source. We think the guidelines are really cool, and so does @Amolith—and he took it upon himself to make this vision a reality in Crush.
This is currently opt-in, and the behavior is customizable.
Other Stuff
@danielmerja, @caarlos0, and @kujtimiihoxha rolled in hot with a bunch fixes and, of course, no release would be complete without the fine detail work of @andreynering. Cheers everyone, and thanks for the contributions.
Let us know what you think and enjoy the release! 💘
Changelog
New!
7b47c6c: feat(config): add trailer_style option (@Amolith)27093ea: feat(config): migrate deprecated co_authored_by (@Amolith)fa28347: feat: recent models section in picker (#1374) (@Amolith)Fixed
425d873: fix(bash): use model name instead of ID (@Amolith)5a7c715: fix(mcp): client being killed (#1419) (@caarlos0)665ee06: fix: appendImageURLContentpart inunmarshallParts(#1387) (@danielmerja)e9b30f7: fix: recent models test (@kujtimiihoxha)Docs
025d604: docs(readme): move "local models" section to be under "custom providers" (#1402) (@andreynering)Other stuff
c9ca0b7: chore(task): fetch tags before installing (@meowgorithm)02329dc: chore(taskfile): add task to record all cassettes (@andreynering)b095afd: chore: record all cassettes after fantasy update (@andreynering)4e244de: chore: update fantasy to v0.2.1 (@andreynering)ef1990a: refactor(bash): make whitespace conform to spec (@Amolith)Verifying the artifacts
First, download the
checksums.txtfile, for example, withwget:wget 'https://github.com/charmbracelet/crush/releases/download/v0.17.0/checksums.txt'Then, verify it using
cosign:If the output is
Verified OK, you can safely use it to verify the checksums of other artifacts you downloaded from the release usingsha256sum:Done! You artifacts are now verified!
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v0.16.1Compare Source
Small Quality of Life ™️ improvements
Some highlights of this release, mostly focused on QoL:
Have a great weekend!
Changelog
Fixed
07a4738: fix: improve ux for presenting errors from providers (#1388) (@andreynering)Other stuff
87df66d: chore: upgrade dependencies and fix related code (#1404) (@aymanbagabas)Verifying the artifacts
First, download the
checksums.txtfile, for example, withwget:wget 'https://github.com/charmbracelet/crush/releases/download/v0.16.1/checksums.txt'Then, verify it using
cosign:If the output is
Verified OK, you can safely use it to verify the checksums of other artifacts you downloaded from the release usingsha256sum:Done! You artifacts are now verified!
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v0.16.0Compare Source
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! 💘
Changelog
New!
Other stuff
Verifying the artifacts
First, download the
checksums.txtfile, for example, withwget:wget 'https://github.com/charmbracelet/crush/releases/download/v0.16.0/checksums.txt'Then, verify it using
cosign:If the output is
Verified OK, you can safely use it to verify the checksums of other artifacts you downloaded from the release usingsha256sum:Done! You artifacts are now verified!
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
cli/cli (cli/cli)
v2.83.1: GitHub CLI 2.83.1Compare Source
What's Changed
🐛 Fixes
gh pr edit: Ensure empty arrays for reviewers in PR API calls by @BagToad in #12122📚 Docs & Chores
Full Changelog: cli/cli@v2.83.0...v2.83.1
fastfetch-cli/fastfetch (fastfetch-cli/fastfetch)
v2.55.0Compare Source
Changes:
"parallel": falseif it causes problems with certain scriptsFeatures:
command.parallelandcommand.useStdErrconfig options (Command)parallel: set tofalseto disable parallel execution (see Changes above)useStdErr: set totrueto use stderr output instead of stdout--dynamic-interval <interval-in-ms>to enable dynamic output auto-refresh (#2041)"logo": { "type": "<image-protocol>", "source": "media-cover" }in JSON config; or--<image-protocol> media-coverin command linelibpciaccess) (GPU)libpciaccessBrushshell version detection (Shell)Bugfixes:
run-partsduring terminal/shell detection (#2048, Terminal / Shell, Linux)LC_ALLis set (#2014, Shell, Linux)Logos:
golangci/golangci-lint (golangci/golangci-lint)
v2.6.2Compare Source
fmtcommand with symlinkstestableexamples: from 1.0.0 to 1.0.1testpackage: from 1.1.1 to 1.1.2kubernetes-sigs/kustomize (kubernetes-sigs/kustomize)
v5.8.0Compare Source
Highlights
implements to replacements value in the structured data
Now, We can edit yaml/json in yaml manifests with replacements transformer.
See #5679
For example
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 #5940
For example
Feature
#5679: implements to replacements value in the structured data
#5863: Add regex support for Replacement selectors
#5930: feat: add PatchArgs API type to populate patch options
fix
#5940: fix: Propagate Namespace correctly to Helm
#5971: fix: performance recession when propagating namespace to helm
#5942: fix fnplugin storagemounts validation
#5958: fix: make AbsorbAll conflict error more verbose
#5961: refactor: nested format string
#5967: Fix infinite loop in HTTP client by validating URLs before requests
#5985: fix(kyaml/yaml): minor nil safety fix for RNode.Content etc
#5991: Fix duplicate key error when adding multiple labels with --without-selector
Dependencies
#5962: chore: update dependencies from security alert
#5959: update go 1.24.6
chore
#6007: Update kyaml to v0.21.0
#6008: Update cmd/config to v0.21.0
#6009: Update api to v0.21.0
openai/codex (openai/codex)
v0.58.0: 0.58.0Compare Source
Highlights
PRs Merged
917f39ec1)5beb6167c)a47181e47)8b80a0a26)c07461e6f)cli_auth_credentials_storeconfig (5f1fab0e7)625f2208c)7c7c7567d)082d2fa19)78b2aeea5)e2598f509)131c38436)557ac6309)50a77dc13)web_searchconfiguration (65cb1a1b7)42683dadf)b46012e48)591615315)fbdedd9a0)788badd22)e743d251a)980886498)f01f2ec9e)2ac49fea5)52e97b9b6)0271c20d8)60deb6773)3838d6739)9aff64e01)930f81a17)6c36318bd)bb7b0213a)695187277)052b05283)ad279eacd)807e2c27f)e357fc723)eb1c651c0)424bfecd0)530db0ad7)29364f3a9)c3a710ee1)7d9ad3eff)e00eb50db)ad09c138b)ec69a4a81)2f58e6999)964220ac9)e63ab0dd6)f97874093)966d71c02)ad7eaa80f)73ed30d7e)b1979b70a)e3aaee00c)305fe73d8)e3dd362c9)34621166d)8dcbd29ed)2a417c47a)ba74cee6f)v0.57.0: 0.57.0Compare Source
Highlights
PRs Merged
generate_tsprettier output warn-only/statusinsufficient_quotaerrorswait_for_eventoverwait_for_event_with_timeout(initial update)apply_patchrename/move path resolutionwait_for_eventover `wait_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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.