chore(deps): update ⬆️ aqua-packages #293
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.13.0
->v2.13.1
v4.205.0
->v4.208.0
v0.14.1
->v0.14.3
v4.3.0
->v4.4.0
v0.18.22
->v0.18.23
v1.8.0
->v1.8.1
v0.54.0
->v0.54.2
v1.10.8
->v1.10.9
v5.4.2
->v5.4.3
v0.4.2
->v0.4.3
v0.10.0
->v0.10.1
v2.2.4
->v2.3.0
v1.19.0
->v1.20.1
v2.6.1
->v2.7.9
Release Notes
GoogleContainerTools/skaffold (GoogleContainerTools/skaffold)
v2.13.1
: ReleaseCompare Source
v2.13.1 Release - 2024-07-26
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.1/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Linux arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.1/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.1/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
macOS arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.1/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Windows
https://storage.googleapis.com/skaffold/releases/v2.13.1/skaffold-windows-amd64.exe
Docker image
gcr.io/k8s-skaffold/skaffold:v2.13.1
Full Changelog: GoogleContainerTools/skaffold@v2.13.0...v2.13.1
Highlights:
New Features and Additions:
Fixes:
aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.208.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.207.0...v4.208.0
🎉 New Packages
#25225 qdrant/qdrant: High-performance, massive-scale Vector Database for the next generation of AI @takumin
#25226 weaviate/weaviate: Weaviate is an open-source vector database that stores both objects and vectors, allowing for the combination of vector search with structured filtering with the fault tolerance and scalability of a cloud-native database @takumin
Fixes
#25228 Rename the package
dagu-dev/dagu
to daguflow/daguv4.207.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.206.0...v4.207.0
🎉 New Packages
#25168 suzuki-shunsuke/ghproj: Add GitHub Issues and Pull Requests to GitHub Projects
Fixes
#25164 rancher/rke: Regenerate the setting
v4.206.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.205.0...v4.206.0
🎉 New Packages
#25077 kattouf/ProgressLine: Track commands progress in a compact one-line format
Fixes
#25080 aquaproj/aqua-registry-updater, aquaproj/registry-tool: Remove
cosign_experimental
#25123 woodpecker ci/woodpecker/woodpecker-cli: Regenerate the setting
charmbracelet/gum (charmbracelet/gum)
v0.14.3
Compare Source
Fixin’ more bugs
Hot on the heels of the last release (very hot, in fact), here’s one more quick point release to fix a regression in spinner.
Verifying the artifacts
First, download the
checksums.txt
file, for example, withwget
:wget 'https://github.com/charmbracelet/gum/releases/download/v0.14.3/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 Twitter, The Fediverse, or on Discord.
v0.14.2
Compare Source
Fixin’ bugs
This is a maintenance release to pull in various fixes from huh upstream. As a bonus, macOS binaries are now also signed and notarized courtesy @goreleaser.
Thanks for using Gum!
Changelog
New
Changed
Fixed
New Contributors
Full Changelog: charmbracelet/gum@v0.14.1...v0.14.2
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Discord.
dlvhdr/gh-dash (dlvhdr/gh-dash)
v4.4.0
Compare Source
Changelog
f060107
feat(approve): Add PR approval cmd (#399)eza-community/eza (eza-community/eza)
v0.18.23
: eza v0.18.23Compare Source
Changelog
Bug Fixes
Documentation
Miscellaneous Tasks
Build
Checksums
sha256sum
md5sum
blake3sum
homeport/dyff (homeport/dyff)
v1.8.1
: dyff release v1.8.1Compare Source
junegunn/fzf (junegunn/fzf)
v0.54.2
: 0.54.2Compare Source
tar.gz
format instead ofzip
format since we no longer notarize the zip files but binaries--no-height
).--no-height
to your$FZF_DEFAULT_OPTS
.v0.54.1
: 0.54.1Compare Source
cd
instead ofbuiltin cd
builtin cd
was introduced to work around a bug ofcd
coming fromzoxide init --cmd cd fish
where it cannot handle--
argument.cd
of fish is actually a wrapper function for supportingcd -
, so we want to use it instead.kevincobain2000/gobrew (kevincobain2000/gobrew)
v1.10.9
Compare Source
Changelog
2f4683c
(ci) coveritup v2 (#188)262f7cd
(ci) minor fix for eventsa14e160
(feat) added benchmarks for a simple Go installation (#191)f7156da
Update .goreleaser.yaml (#190)ba3e176
Update README.mdb27e357
Update README.md - add instructions forgobrew use mod
andgobrew use latest
(#185)dd3d8a3
Update git.io.sh (#186)218238b
feat: update github actions (#192)50870b9
feat: update goreleaser (#195)338c4a4
fix: do not install not exist version (#198)kubernetes-sigs/kustomize (kubernetes-sigs/kustomize)
v5.4.3
Compare Source
Caution
The
kustomize localize
subcommand(this subcommand is now in thebeta
stage) now verifies the success ofkustomize build
when executed.If you are using the missing manifests, maybe you failed to download them with the
localize
subcommand. Please use the--no-verify
flag to skip validation steps.#5544: Run kustomize build with kustomize localize and add a no-verify flag.
Fix Bugs
#5682: fix: include label in templates when adding by cli
#5689: Fix sortOptions removal when running edit command
chore
#5506: fix some comments
#5718: fix lint error in kustomizationfile_test.go
Dependencies
#5734: Update kyaml to v0.17.2
#5735: Update cmd/config to v0.14.2
#5736: Update api to v0.17.3
leg100/pug (leg100/pug)
v0.4.3
Compare Source
Bug Fixes
remote_state
block (#108) (379bea9)Miscellaneous
neovim/neovim (neovim/neovim)
v0.10.1
: NVIM 0.10.1Compare Source
Changes since 0.10.0:
Features
Build System
Bug Fixes
Documentation
Refactor
Testing
Install
Windows
Zip
nvim.exe
on your CLI of choiceMSI
nvim.exe
on your CLI of choicemacOS (x86_64)
xattr -c ./nvim-macos-x86_64.tar.gz
(to avoid "unknown developer" warning)tar xzvf nvim-macos-x86_64.tar.gz
./nvim-macos-x86_64/bin/nvim
macOS (arm64)
xattr -c ./nvim-macos-arm64.tar.gz
(to avoid "unknown developer" warning)tar xzvf nvim-macos-arm64.tar.gz
./nvim-macos-arm64/bin/nvim
Linux (x64)
Minimum glibc version to run these releases is 2.31. People requiring releases
that work on older glibc versions can find them at
https://github.com/neovim/neovim-releases.
AppImage
chmod u+x nvim.appimage && ./nvim.appimage
./nvim.appimage --appimage-extract
./squashfs-root/usr/bin/nvim
Tarball
tar xzvf nvim-linux64.tar.gz
./nvim-linux64/bin/nvim
Other
SHA256 Checksums
sigstore/cosign (sigstore/cosign)
v2.3.0
Compare Source
Features
Bug Fixes
bundleVerified
to true after Rekor verification (Resolves #3740) (#3745)Documentation
Testing
Contributors
starship/starship (starship/starship)
v1.20.1
Compare Source
Bug Fixes
v1.20.0
Compare Source
Features
Bug Fixes
Performance Improvements
tofuutils/tenv (tofuutils/tenv)
v2.7.9
Compare Source
Full Changelog: tofuutils/tenv@v2.7.8...v2.7.9
v2.7.8
Compare Source
Full Changelog: tofuutils/tenv@v2.7.7...v2.7.8
v2.7.7
Compare Source
Full Changelog: tofuutils/tenv@v2.7.6...v2.7.7
v2.7.6
Compare Source
Full Changelog: tofuutils/tenv@v2.7.5...v2.7.6
v2.7.5
Compare Source
Full Changelog: tofuutils/tenv@v2.7.4...v2.7.5
v2.7.4
Compare Source
Full Changelog: tofuutils/tenv@v2.7.3...v2.7.4
v2.7.3
Compare Source
Full Changelog: tofuutils/tenv@v2.7.2...v2.7.3
v2.7.2
Compare Source
Full Changelog: tofuutils/tenv@v2.7.1...v2.7.2
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.