chore(deps): update ⬆️ aqua-packages #454
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.15.0
->v2.16.0
v2.50.0
->v2.51.2
v4.358.0
->v4.367.0
v0.50.4
->v0.50.6
v4.14.0
->v4.15.0
v0.21.2
->v0.21.3
2.42.0
->2.43.0
v2.1.5
->v2.1.6
v0.49.0
->v0.50.0
v0.61.3
->v0.62.0
v4.45.1
->v4.45.4
v1.1296.2
->v1.1297.1
v0.56.0
->v0.57.0
v4.4.0
->v4.6.2
v2.62.2
->v2.62.4
v0.207.0
->v0.208.0
v1.6.1
->v1.6.3
Release Notes
GoogleContainerTools/skaffold (GoogleContainerTools/skaffold)
v2.16.0
Compare Source
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.16.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.16.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.16.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.16.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Windows
https://storage.googleapis.com/skaffold/releases/v2.16.0/skaffold-windows-amd64.exe
Docker image
gcr.io/k8s-skaffold/skaffold:v2.16.0
Highlights:
New Features and Additions:
Fixes:
Updates and Refactors:
Docs, Test, and Release Updates:
skaffold survey
code #9803Huge thanks goes out to all of our contributors for this release:
aquaproj/aqua (aquaproj/aqua)
v2.51.2
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.51.1...v2.51.2
🐛 Bug Fixes
#3868 Fix
version
commandDependency Updates
update module github.com/urfave/cli/v3 to v3.3.3 (#3866)
golang.org/x/term to v0.32.0 (#3863)
v2.51.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.51.0...v2.51.1
Features
#3852 #3853 Support managing a GitHub access token using Keyring
You can now manage a GitHub Access token using secret store such as Windows Credential Manager, macOS Keychain, and GNOME Keyring.
aqua token set
command:or you can also pass a GitHub Access token via standard input:
AQUA_KEYRING_ENABLED
:export AQUA_KEYRING_ENABLED=true
Note that if the environment variable
GITHUB_TOKEN
is set, this feature gets disabled.You can remove a GitHub Access token from keyring by
aqua token rm
command:v2.51.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.50.1...v2.51.0
v2.50.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.50.0...v2.50.1
Improve the performance of command execution
#3826
This release improves the performance of
aqua which
andaqua exec
command.aqua which
read registries, but the standard registry is very large (about 2MB) so it makes the performance worse.Furthermore, the standard registry gets larger every time we improve the standard registry.
To solve the problem, this pull request introduces the cache mechanism of packages by aqua.yaml.
aqua creates a cache file per aqua.yaml into
$(aqua root-dir)/registry-cache/<base64 encoded aqua.yaml absolute path>.json
.The structure of cache files is:
If a registry type is
local
, a cache file isn't created.Cache files are much smaller than the standard registry, so aqua can read them much faster.
If packages aren't found in cache files, aqua reads the original registries and updates cache files.
aqua removes unused records from cache.
Bench mark
Others
#3840 chore: update aqua-proxy to v1.2.9
#3839 chore: update urfave-cli-v3-util to v0.0.4
aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.367.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.366.0...v4.367.0
🎉 New Packages
#36413 bytecodealliance/wrpc/wit-bindgen-wrpc - Wasm component-native RPC framework @AmandaCameron
#36412 bytecodealliance/wasm-pkg-tools @AmandaCameron
#36410 bytecodealliance/wasm-tools - CLI and Rust libraries for low-level manipulation of WebAssembly modules @AmandaCameron
#36409 wasmCloud/wasmCloud/wash - wasmCloud is an open source Cloud Native Computing Foundation (CNCF) project that enables teams to build, manage, and scale polyglot apps across any cloud, K8s, or edge @AmandaCameron
💡 To update
wasmCloud/wasmCloud/wash
using Renovate, please update aqua-renovate-config to 2.8.0 or newer.https://github.com/aquaproj/aqua-renovate-config/releases/tag/2.8.0
#36393 werf/nelm: Nelm is a Helm 3 alternative. It is a Kubernetes deployment tool that manages Helm Charts and deploys them to Kubernetes
#36344 apache/tomcat: An open source implementation of the Jakarta Servlet, Jakarta Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Annotations and Jakarta Authentication specifications @murank
Fixes
#36380 Canop/dysk
v4.366.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.365.0...v4.366.0
🎉 New Packages
#36328 ianlewis/todos - Parse TODO and FIXME comments from code @ianlewis
Fixes
#36333 crates.io/zizmor: Fix the repository of zizmor
v4.365.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.364.0...v4.365.0
🎉 New Packages
#36326 takumin/zizmor-bin: Static build of
zizmor
@takumin#36313 alvinunreal/tmuxai: AI-Powered, Non-Intrusive Terminal Assistant
v4.364.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.363.0...v4.364.0
🎉 New Packages
#36266 KeisukeYamashita/commitlint-rs: Lint commit messages with conventional commit messages @takumin
#36263 psastras/sarif-rs/shellcheck-sarif: Convert shellcheck warnings into SARIF @takumin
#36262 psastras/sarif-rs/hadolint-sarif: Convert hadolint warnings into SARIF @takumin
#36261 psastras/sarif-rs/clang-tidy-sarif: Convert clang-tidy output into SARIF @takumin
#36260 psastras/sarif-rs/miri-sarif: Convert miri output into SARIF @takumin
#36259 psastras/sarif-rs/clippy-sarif: Convert clippy output into SARIF @takumin
#36258 psastras/sarif-rs/sarif-fmt: Pretty print SARIF results @takumin
Fixes
#35665 Re-scaffold tilt-dev/ctlptl
#35661 Re-scaffold ryoppippi/zigchat
v4.363.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.362.0...v4.363.0
🎉 New Packages
#36220 mozilla/grcov: Rust tool to collect and aggregate code coverage data for multiple source files @takumin
#36225 qnighy/clippy-reviewdog-filter: A filter for integrating Clippy with Reviewdog @takumin
#36218 taiki-e/cargo-llvm-cov: Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage) @takumin
Fixes
#36205 Re-scaffold google/go-jsonnet
v4.362.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.361.0...v4.362.0
🎉 New Packages
#36119 k1LoW/deck - deck is a tool for creating deck using Markdown and Google Slides @yashikota
#36146 nil0x42/dnsanity: High-performance DNS validator using template-based verification @takumin
Security
#36152 dhth/bmm: Configure GitHub Artifact Attestations @scop
Fixes
#36113 xo/xo: rename the package to xo/dbtpl
v4.361.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.360.0...v4.361.0
🎉 New Packages
#36073 dyne/zenroom - Embedded no-code VM executing human-like language to manipulate data and process cryptographic operations @matteo-cristino
v4.360.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.359.0...v4.360.0
🎉 New Packages
#35949 yashikota/genenv - A simple CLI tool to generate .env files from template files, automatically filling in placeholders with cryptographically secure random values @yashikota
#35931 actions/go-versions: Go releases for Actions Runner Images
Fixes
#35913 Rename rust-lang/rustup/rustup-init to rust-lang/rustup @takumin
Security
#35947 containerd/nerdctl: Configure GitHub Artifact Attestations @scop
v4.359.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.358.0...v4.359.0
🎉 New Packages
#35909 reproio/terraform-j2md: create readable terraform plan as markdown text from json plan output
#35901 rust-lang/rustup/rustup-init: The installer for rustup @takumin
#35508 openfga/cli - A cross-platform CLI to interact with an OpenFGA server @kaz
Re-scaffold
#35883 ahmetb/kubectx
#35685 utkuozdemir/pv-migrate
#35682 updatecli/updatecli
#35681 txn2/kubefwd
derailed/k9s (derailed/k9s)
v0.50.6
Compare Source
Release v0.50.6
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 corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey,
please consider joining our sponsorship program and/or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
Maintenance Release!
Resolved Issues
Contributed PRs
Please be sure to give
Big Thanks!
andATTA Girls/Boys!
to all the fine contributors for making K9s better for all of us!!v0.50.5
Compare Source
Release v0.50.5
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 corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey,
please consider joining our sponsorship program and/or make some noise on social! @kitesurfer
On Slack? Please join us K9slackers
Maintenance Release!
Resolved Issues
Contributed PRs
Please be sure to give
Big Thanks!
andATTA Girls/Boys!
to all the fine contributors for making K9s better for all of us!!dlvhdr/gh-dash (dlvhdr/gh-dash)
v4.15.0
Compare Source
Better PR sidebar, tab loading indicators and redraw builtin
e
by default)redraw
builtin commandChangelog
cd22afc
Fix glamour link in README.mdd16610d
Fix go.sumed35728
chore: bump bubbles v0.18.0 => v0.21.0556cd98
feat: add redraw builtin key-binding, unboundeb2624d
feat: changes summary7bb2f79
feat: merge as admin33b51f7
feat: set proper inputbox limit (pr/issue)403a213
feat: show loading indicator in tab name83d59e0
feat: summary view moref2fbad5
fix(pr-sidebar): allow long file namesc06efe8
fix: empty checks + sidebar fixeseza-community/eza (eza-community/eza)
v0.21.3
: eza v0.21.3Compare Source
Changelog
[0.21.3] - 2
025-05-02
Features
Miscellaneous Tasks
Styling
Build
Checksums
sha256sum
md5sum
blake3sum
fastfetch-cli/fastfetch (fastfetch-cli/fastfetch)
v2.43.0
Compare Source
Features:
Bugfixes:
Logos:
golangci/golangci-lint (golangci/golangci-lint)
v2.1.6
Compare Source
godot
: from 1.5.0 to 1.5.1musttag
: from 0.13.0 to 0.13.1jesseduffield/lazygit (jesseduffield/lazygit)
v0.50.0
Compare Source
What's Changed
Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
Docs 📖
New Contributors
Full Changelog: jesseduffield/lazygit@v0.49.0...v0.50.0
junegunn/fzf (junegunn/fzf)
v0.62.0
: 0.62.0Compare Source
--color
option syntax to allow whitespace-separated entries (in addition to commas), making multi-line definitions easier to write and readseoul256-light
fzf --style full --color='
fg:#616161 fg+:#616161
bg:#ffffff bg+:#e9e9e9 alt-bg:#f1f1f1
hl:#719872 hl+:#719899
pointer:#e12672 marker:#e17899
header:#719872
spinner:#719899 info:#727100
prompt:#0099bd query:#616161
border:#e1e1e1
'
reload
(#4364)selected-bg
not applied to colored items (#4372)Screenshot
mikefarah/yq (mikefarah/yq)
v4.45.4
: - Fixing wrong map() behaviour on empty mapCompare Source
v4.45.3
: - Fixes regression bug(s)Compare Source
Sorry for the regression folks! 😓
fwiw I have since added automated tests to capture the scenarios provided in the regression bug tickets
v4.45.2
Compare Source
snyk/cli (snyk/cli)
v1.1297.1
Compare Source
The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation
Bug Fixes
1.1297.0
(7991133)v1.1297.0
Compare Source
The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation
Features
Bug Fixes
terraform-linters/tflint (terraform-linters/tflint)
v0.57.0
Compare Source
What's Changed
Enhancements
Bug Fixes
Chores
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.