chore(deps): update ⬆️ aqua-packages#419
Merged
renovate[bot] merged 2 commits intomainfrom Apr 7, 2025
Merged
Conversation
a4dc5a1 to
e7ffc28
Compare
scottames
approved these changes
Apr 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.14.2->v2.15.0v2.46.0->v2.48.1v4.336.0->v4.340.0v0.12.0->v0.12.12.40.0->2.40.3v0.61.0->v0.61.1v2.61.0->v2.62.0Release Notes
GoogleContainerTools/skaffold (GoogleContainerTools/skaffold)
v2.15.0Compare Source
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.15.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/binLinux arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.15.0/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/binmacOS amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.15.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/binmacOS arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.15.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/binWindows
https://storage.googleapis.com/skaffold/releases/v2.15.0/skaffold-windows-amd64.exe
Docker image
gcr.io/k8s-skaffold/skaffold:v2.15.0Note: This release comes with a new config version,
v4beta13. To upgrade your skaffold.yaml, useskaffold fix. If you choose not to upgrade, skaffold will auto-upgrade as best as it can.Highlights:
New Features and Additions:
Fixes:
failed to port forward(#9728) #9759failed to port forward#9728Docs, Test, and Release Updates:
Huge thanks goes out to all of our contributors for this release:
aquaproj/aqua (aquaproj/aqua)
v2.48.1Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.48.0...v2.48.1
🐛 Bug Fixes
#3729 Fix bash and zsh completion command generation @takumin
v2.48.0Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.47.2...v2.48.0
Features
#3725 support disabling slsa-verifier's --source-tag
v2.47.2Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.47.1...v2.47.2
Bug Fixes
#3721 Fix a bug that a panic occurs if aqua tries to verify assets using Minisign on linux/arm64
Improvement
#3718 generate-registry: Add os patterns
v2.47.1Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.47.0...v2.47.1
🐛 Bug Fixes
#3717 Fix the output of the
versioncommandv2.47.0Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.46.0...v2.47.0
Features
#3711 Support
cosign veryf-blob's--bundleoption#3710 generate-registry: Use cosign cert if sig is keyless, not pubkey even if available @scop
Fixes
#3689 generate-registry: Exclude the last element of version_overrides from sort
Others
#3703 Update module github.com/urfave/cli/v2 to v3
aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.340.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.339.0...v4.340.0
🎉 New Packages
#34126 kyverno/chainsaw - Declarative K8s e2e testing @nielsvz
v4.339.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.338.0...v4.339.0
🎉 New Packages
#34106 santhosh-tekuri/jsonschema - JSONSchema (draft 2020-12, draft 2019-09, draft-7, draft-6, draft-4) Validation using Go @takumin
#34078 suzuki-shunsuke/rgo: rgo is a tiny script to release a Homebrew-tap recipe, Scoop App Manifest, and a winget manifest built with GoReleaser
Fixes
#34096 sigstore/cosign: Configure Cosign @scop
v4.338.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.337.0...v4.338.0
🎉 New Packages
#34027 nadoo/glider - glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq) @takumin
Fixes
#34058 fastfetch-cli/fastfetch: Fix for fastfetch 2.40.1 or later
v4.337.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.336.0...v4.337.0
🎉 New Packages
#34020 bazelbuild/buildtools/buildozer - Buildozer is a command line tool to rewrite multiple Bazel BUILD files using standard commands @andreabedini
#34019 bazelbuild/buildtools/buildifier - Format BUILD, BUILD.bazel and BUCK files in a standard way @andreabedini
#34022 jkfran/killport - A command-line tool to easily kill processes running on a specified port @takumin
#34021 tweag/nickel - Better configuration for less @andreabedini
v4.336.1Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.336.0...v4.336.1
Fixes
#33990 ninja-build/ninja: Support arm64 on Linux and Windows @KevSlashNull
cue-lang/cue (cue-lang/cue)
v0.12.1Compare Source
Evaluator
Embedding binary files like
@embed(file="foo", type=binary)no longer interprets the files as Unicode text, which mangled invalid UTF-8 bytes.cmd/cueThe release archives are now built with Go 1.24, which should fix
cue get gowhen used with Go installed at version 1.24.Full list of changes since v0.12.0
c03a715df60e2f39aa9e4fastfetch-cli/fastfetch (fastfetch-cli/fastfetch)
v2.40.3Compare Source
Bugfixes:
v2.40.2Compare Source
Changes:
fastfetch -c groupswould attempt to load/usr/bin/groups. Therefore, we now enforce the.jsoncextension when loading config files. Examples:-c filename: loadsfilename.jsonc-c filename.jsonc: loadsfilename.jsonc-c filename.json: loadsfilename.jsonand enforces strict JSON syntax (no comments or trailing commas)-c filename.ext: loadsfilename.ext.jsonc(.jsoncextension is enforced)Features:
v2.40.1Compare Source
Bugfixes:
--file-raw -no longer working (Logo, #1659)junegunn/fzf (junegunn/fzf)
v0.61.1: 0.61.1Compare Source
twpayne/chezmoi (twpayne/chezmoi)
v2.62.0Compare Source
Changelog
Features
9213598feat: Add --file flag to execute-template commandd26f9ebfeat: Add encoding template directiveDocumentation updates
3e3c0e8docs: Add link to articled70c988docs: Fix reference to KeePassXC linka248722docs: Add link to video58855acdocs: Update link to articleConfiguration
📅 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.