chore(deps): update aqua #74
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.6.1->v2.6.2v2.9.0->v2.10.1v2.1.1->v2.1.2v4.26.0->v4.32.0v0.22.0->v0.23.0v0.10.0->v0.11.0v2.32.0->v2.32.1v0.38.2->v0.39.4v5.1.0->v5.1.11.27.3->1.27.4v1.30.1->v1.31.1v0.16.2->v0.17.0v1.15.0->v1.16.0v2.34.3->v2.36.1v0.149.0->v0.150.0Release Notes
GoogleContainerTools/skaffold (GoogleContainerTools/skaffold)
v2.6.2: ReleaseCompare Source
v2.6.2 Release - 2023-07-19
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.6.2/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/binLinux arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.6.2/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/binmacOS amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.6.2/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/binmacOS arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.6.2/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/binWindows
https://storage.googleapis.com/skaffold/releases/v2.6.2/skaffold-windows-amd64.exe
Docker image
gcr.io/k8s-skaffold/skaffold:v2.6.2Full Changelog: GoogleContainerTools/skaffold@v2.6.1...v2.6.2
aquaproj/aqua (aquaproj/aqua)
v2.10.1Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.10.0...v2.10.1
Bug Fixes
#2119 Stop outputting checksum file paths except for
aqua update-checksumThis is a bug of aqua v2.10.0 #2108
v2.10.0Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.9.1...v2.10.0
Features
#2111 Add a subcommand
info#2108 update-checksum: Output created or updated file names
Others
#2110 Update aqua-proxy v1.2.0 to v1.2.1
https://github.com/aquaproj/aqua-proxy/releases/tag/v1.2.1
Features - Add a subcommand
info#2111
e.g.
GitHub Access Token and user name are masked.
This is useful for troubleshooting.
Please paste the result of this command to your support issues.
Features - update-checksum: Output created or updated file names
#2108
$ aqua update-checksumThis is useful to commit and push created or updated files in CI.
v2.9.1Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.9.0...v2.9.1
Bug Fixes
#2098 Fix the Windows support. Fix a bug that aqua skips renaming files mistakenly on Windows.
This bug affects only Windows.
Windows can't execute files without file extension, but some packages release executable files without file extension.
So aqua renames files to add file extension such as
.exeon Windows when aqua installs them.This release fixes a bug that this feature doesn't work well.
Others
#2091 Update Go 1.20.5 to 1.20.6
aquaproj/aqua-installer (aquaproj/aqua-installer)
v2.1.2Compare Source
Issues | Pull Requests | aquaproj/aqua-installer@v2.1.1...v2.1.2
Fixes
#432 Fix typo
#461 #463 Fix a bug that action doesn't work in a container
Fix a bug that action doesn't work in a container
#461 #463
GitHub Actions supports running a job in a container.
https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container
But in a container the variable
${{ github.action_path }}is wrong, so action can't access the scriptaqua-installer.This is a known issue of GitHub Actions.
To solve the issue, we copy the content of the script
aqua-installerinto action itself, then action don't have to access the scriptaqua-installer.aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.32.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.31.0...v4.32.0
🎉 New Packages
#13691 #14174 Scalingo/cli: Command Line client for Scalingo PaaS
#14209 connectrpc/connect-go/protoc-gen-connect-go: Simple, reliable, interoperable. A better gRPC @ichizero
💡 https://github.com/bufbuild/connect-go was relocated to https://github.com/connectrpc/connect-go
#14173 segmentio/topicctl: Tool for declarative management of Kafka topics
🎉 New Contributors
Thank you for your contribution!
@ichizero #14209
v4.31.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.30.0...v4.31.0
🎉 New Packages
#14076 b4b4r07/vtest: Unix
testcommand for Version comparison#14097 bflad/tfproviderdocs: Terraform Provider Documentation Tool @ponkio-o
#14099 golangci/misspell: Correct commonly misspelled English words in source files @ponkio-o
#14102 hashicorp/copywrite: Automate copyright headers and license files at scale @ponkio-o
#14101 pavius/impi: Verify proper golang import directives, beyond the capability of gofmt and goimports @ponkio-o
Fixes
#14078 stoplightio/spectral: Follow up changes of spectral v6.7.0
#14077 hhatto/gocloc: Follow up changes of gocloc v0.5.1
v4.30.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.29.1...v4.30.0
🎉 New Packages
#13987 snaplet/cli: Seed your PostgreSQL database with production-like data so you can code, debug, and test with ease @Gowiem
Improvements
#14005 #14026 aws/aws-cli: Support macOS
Fixes
#14021 apache/camel-k: Follow up changes of camel-k
#14004 mattn/efm-langserver: Ignore v0.0.45 @4513ECHO
#14022 watchexec/watchexec: Follow up changes of watchexec v1.20.6
v4.29.1Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.29.0...v4.29.1
Fixes
#13979 arttor/helmify: Follow up changes of helmify v0.4.5
#13974 birdayz/kaf: Follow up changes of kaf v0.2.6
#13971 caarlos0/fork-cleaner: Follow up change of fork-cleaner
#13969 charmbracelet/vhs: Follow up changes of vhs
#13980 google/mtail: Follow up changes of mtail
#13978 kyverno/kyverno: Follow up changes of kyverno
#13975 tmknom/actdocs: Follow up changes of actdocs v0.5.0
v4.29.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.28.0...v4.29.0
🎉 New Packages
#13931 k0kubun/xremap/gnome: Key remapper for X11 and Wayland (for GNOME Wayland) @4513ECHO
#13931 k0kubun/xremap/hypr: Key remapper for X11 and Wayland (for Hyprland) @4513ECHO
#13931 k0kubun/xremap/kde: Key remapper for X11 and Wayland (for KDE-Plasma Wayland) @4513ECHO
#13931 k0kubun/xremap/sway: Key remapper for X11 and Wayland (for Sway) @4513ECHO
#13931 k0kubun/xremap/x11: Key remapper for X11 and Wayland (for X11) @4513ECHO
Fixes
#13930 sheepla/fzwiki: Follow up changes of fzwiki v0.1.0-alpha @4513ECHO
v4.28.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.27.0...v4.28.0
🎉 New Packages
#13862 JohnnyMorganz/StyLua: An opinionated Lua code formatter @4513ECHO
#13863 itchyny/maze: A maze command written in Go @4513ECHO
v4.27.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.26.0...v4.27.0
🎉 New Packages
#13784 crates.io/shellharden: The corrective bash syntax highlighter @hituzi-no-sippo
bitnami-labs/sealed-secrets (bitnami-labs/sealed-secrets)
v0.23.0Compare Source
Changelog
charmbracelet/gum (charmbracelet/gum)
v0.11.0Compare Source
Pager Search, Timeouts, and Bug fixes
This release of Gum includes several features and bug fixes to make your Gum usage more smooooth! 🧈
What’s Changed
New
gum filterandgum choosewhen output is not a TTYgum writewill use the entire terminal widthGUM_FORMAT_THEME/GUM_FORMAT_LANGUAGEenvironment variables--no-sortflag forgum filter--timeoutflag to all subcommands (by @deicon)Fixed
Other stuff
termenv.EnvColorProfile()by @kennyp in https://github.com/charmbracelet/gum/pull/387New Contributors
Full Changelog: charmbracelet/gum@v0.10.0...v0.11.0
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
cli/cli (cli/cli)
v2.32.1: GitHub CLI 2.32.1Compare Source
What's Changed
pr checks: Fix regression making it unusable in GHES versions older than 3.9 by @samcoe in https://github.com/cli/cli/pull/7725pr edit: Do not make reviewer update request if there are no reviewer changes by @samcoe in https://github.com/cli/cli/pull/7730repo view: Sanitize file contents before displaying them by @samcoe in https://github.com/cli/cli/pull/7694release download: Use filepath.Clean to sanitize path for archive downloads by @samcoe in https://github.com/cli/cli/pull/7720auth: Do not add auth token to redirect requests which do not have the same host as the initial request by @samcoe in https://github.com/cli/cli/pull/7692Full Changelog: cli/cli@v2.32.0...v2.32.1
jesseduffield/lazygit (jesseduffield/lazygit)
v0.39.4Compare Source
What's Changed
Enhancements 🔥
Fixes 🔧
Docs 📖
New Contributors
Full Changelog: jesseduffield/lazygit@v0.39.3...v0.39.4
v0.39.3Compare Source
What's Changed
Enhancements 🔥
Fixes 🔧
Full Changelog: jesseduffield/lazygit@v0.39.2...v0.39.3
v0.39.2Compare Source
This release fixes an issue on windows where the main view would stop rendering new content. This issue mostly affected users running git through a shim. Thanks to @AndrewSav for the investigation and fix https://github.com/jesseduffield/lazygit/pull/2806
v0.39.1Compare Source
Full Changelog: jesseduffield/lazygit@v0.39.0...v0.39.1
What's Changed
There's lots of stuff in this release! Some favourites of mine include:
gui.showBranchCommitHash: true)As you can see @stefanhaller is behind many of the improvements in this release so kudos to you Stefan! And thanks to all the contributors who made this release possible.
In the next release we're adding worktree support. It's a big feature so we want to get it right! If you use worktrees as part of your daily flow please respond to the poll (and even test out the draft PR) in the Worktree UX discussion
Enhancements 🔥
Fixes 🔧
git initprompt by @jesseduffield in https://github.com/jesseduffield/lazygit/pull/2771Maintenance ⚙️
github.com/jesseduffield/yamlpackage by @Ryooooooga in https://github.com/jesseduffield/lazygit/pull/2508Docs 📖
I18n 🌎
New Contributors
If you contributed to this release but don't see your name here, let me know!
Full Changelog: jesseduffield/lazygit@v0.38.2...v0.39.1
kubernetes-sigs/kustomize (kubernetes-sigs/kustomize)
v5.1.1Compare Source
Built with go 1.20.6 to address CVEs in previous go versions.
#5245: Fix typo in help for the create subcommand
kubernetes/kubectl (kubernetes/kubectl)
v1.27.4Compare Source
kubernetes/minikube (kubernetes/minikube)
v1.31.1Compare Source
📣😀 Please fill out our fast 5-question survey so that we can learn how & why you use minikube, and what improvements we should make. Thank you! 💃🎉
Release Notes
Version 1.31.1 - 2023-07-20
For a more detailed changelog, see CHANGELOG.md.
Thank you to our contributors for this release!
Thank you to our triage members for this release!
Check out our contributions leaderboard for this release!
Installation
See Getting Started
Binary Checksums
darwin-amd64:
a465e5b537b63ac8e6624396f490dd79516fd625c1110cbf1f49e7b55c1dfcf6darwin-arm64:
b58bfb3eaa9f5ab04ced7f6e23184c04fdaadb4ac06cf982e2c50c37466e465alinux-amd64:
ebcdfb0a520e9e746360a9dd954a9006ca75770e53fcdae493b6ac9a20026733linux-arm:
372414001ac449f6b33d7189b7fad68980169136221b94dca5cf5e1a9d90259flinux-arm64:
1bc6dd8bb2f7f0eaae49a3f5685cda0472abdc6e870f5105681e877017826281linux-ppc64le:
ce979d3698c573eb39ec6fe4d013a714aafcb15331d6c0fed2e38b5f91000162linux-s390x:
5d9a2cedfa79fbcbfd85a3034eed747da1baf8d1d4004fc4cd18bcafdfe3f6f5windows-amd64.exe:
a08699d25fede796e6fdc56d8630380bd5864fb291592fc2be24fe881656d064ISO Checksums
amd64:
4cc52896d9ab0444300737ddae6d49dd2dbcf67c14579bf3b975d55213ce96aearm64:
355556716c1de155eeb04e37ed289808f12f2a650e6aa2967f61ab4539241eb6v1.31.0Compare Source
📣😀 Please fill out our fast 5-question survey so that we can learn how & why you use minikube, and what improvements we should make. Thank you! 💃🎉
Release Notes
Version 1.31.0 - 2023-07-18
Features:
docker-envsupports the containerd runtime (experimental) #15452 #16761Major Improvements:
minikube cpsupports providing directory as a target #15519Minor Improvements:
image buildcommand #16252Bugs:
minikube startnot working withoutsudo#16408minikube image build#16386New ISO Modules:
Version Upgrades:
For a more detailed changelog, see CHANGELOG.md.
Thank you to our contributors for this release!
Thank you to our PR reviewers for this release!
Configuration
📅 Schedule: Branch creation - "after 4pm on thursday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.