chore(deps): update aqua #114
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.7.1
->v2.8.0
v4.54.0
->v4.58.0
v0.24.0
->v0.24.1
v2.35.0
->v2.36.0
v1.9.1
->1.9.3
v0.17.0
->v0.17.2
v0.2.51
->v0.2.52
v0.159.0
->v0.161.0
Release Notes
GoogleContainerTools/skaffold (GoogleContainerTools/skaffold)
v2.8.0
Compare Source
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.8.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.8.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.8.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.8.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Windows
https://storage.googleapis.com/skaffold/releases/v2.8.0/skaffold-windows-amd64.exe
Docker image
gcr.io/k8s-skaffold/skaffold:v2.8.0
Note: This release comes with a new config version,
v4beta7
. To upgrade your skaffold.yaml, useskaffold fix
. If you choose not to upgrade, skaffold will auto-upgrade as best as it can.New Features and Additions:
Updates and Refactors:
Docs, Test, and Release Updates:
Huge thanks goes out to all of our contributors for this release:
aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.58.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.57.0...v4.58.0
🎉 New Packages
#16019 #16027 Boeing/config-file-validator: Cross Platform tool to validate configuration files
#16025 #16034 josephburnett/jd: JSON diff and patch
#16038 #16041 kamadorueda/alejandra: The Uncompromising Nix Code Formatter
#16024 #16037 kellyjonbrazil/jc: CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts
#16020 #16040 magodo/tfadd: Generate valid Terraform configuration from state
#16030 orangekame3/viff: Visual Diff Viewer @ponkio-o
#15999 pkgxdev/pkgx: “run anything” from the creator of
brew
#15995 sorenisanerd/gotty: Share your terminal as a web application
#16002 xataio/pgroll: Postgres zero-downtime migrations made easy
Fixes
#15996 awslabs/amazon-ecr-credential-helper: Add checksum and enable rosetta2 @ponkio-o
v4.57.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.56.0...v4.57.0
🎉 New Packages
#15963 #15988 hashicorp/terraform-config-inspect: A helper library for shallow inspection of Terraform configurations
#15965 #15992 magodo/hclgrep: Syntax based grep for HCL(v2)
#15966 #15989 pcasteran/terraform-graph-beautifier: Terraform graph beautifier
#15964 #15991 rgreinho/tfe-cli: CLI client for Terraform enterprise
v4.56.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.55.0...v4.56.0
🎉 New Packages
#15932 cbroglie/mustache: The mustache template language in Go
#15955 k1LoW/gostyle: gostyle is a set of analyzers for coding styles @ponkio-o
Fixes
#15918 marcosnils/bin: Follow up changes of bin v0.17.1
#15933 marcosnils/bin: Follow up changes of bin v0.17.2
v4.55.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.54.0...v4.55.0
🎉 New Packages
#15883 k1LoW/stubin: This is stub binary @ponkio-o
#15882 mashiike/prepalert: Toil reduction tool to prepare before responding to Mackerel alerts @ponkio-o
Fixes
#15813 hashicorp/copywrite: Follow up changes of copywrite v0.16.6
bitnami-labs/sealed-secrets (bitnami-labs/sealed-secrets)
v0.24.1
Compare Source
Changelog
cli/cli (cli/cli)
v2.36.0
: GitHub CLI 2.36.0Compare Source
What's Changed
codespace
: Hint addingcodespace
scope when not logged in by @rajhawaldar in https://github.com/cli/cli/pull/7961codespace ports
: Forward codespace ports over Dev Tunnels by @dmgardiner25 in https://github.com/cli/cli/pull/8023cache delete
: Percent-encode keys by @benoit-pierre in https://github.com/cli/cli/pull/8030gpg-key delete
,run watch
: Return HTTP errors properly by @heaths in https://github.com/cli/cli/pull/8037pr checks
: Show cancelled checks by @rajhawaldar in https://github.com/cli/cli/pull/7960cache list
: Add JSON exporting support by @siketyan in https://github.com/cli/cli/pull/7954auth
: Fix startup panic when logged out by @alrs in https://github.com/cli/cli/pull/8105secret list
,deploy-key list
: Support standard output format flags by @rajhawaldar in https://github.com/cli/cli/pull/8081pr create
: Update the docs on flag--fill
by @peterramaldes in https://github.com/cli/cli/pull/8080run view
: Use attempt input when fetching jobs by @arunsathiya in https://github.com/cli/cli/pull/7831project item-edit
: New clear flag to remove item field value by @arunsathiya in https://github.com/cli/cli/pull/8024New Contributors
Full Changelog: cli/cli@v2.35.0...v2.36.0
kevincobain2000/gobrew (kevincobain2000/gobrew)
v1.9.3
Compare Source
Changelog
987f799
Merge pull request #142 from kevincobain2000/bug1419f2309b
fix: process errors on doRequest with exitv1.9.2
Compare Source
Changelog
b426d86
(ci) coveritup add time taken by unit testsaf2d6ab
Merge pull request #133 from kevincobain2000/feature/ci56a6b97
Merge pull request #134 from kevincobain2000/feature/cif410516
Merge pull request #140 from kevincobain2000/bug/1396bfcb8f
feat: remove Sprintf from color.Errorln2353cdb
feat: simplifying the use of the github api13a1857
fix: processing invalid GITHUB_TOKENb2ca852
purge badgesmarcosnils/bin (marcosnils/bin)
v0.17.2
Compare Source
Changelog
f7265c4
ci: bring back archives formatv0.17.1
Compare Source
Changelog
10be63c
add support GITHUB_TOKEN env var (#176)eb65e2d
feat: Bump Go version to 1.20 (#169)f715904
feat: Detect Go version in the pipeline (#175)4aaa173
remove depracated goreleaser confignektos/act (nektos/act)
v0.2.52
Compare Source
Changelog
Other
44ea01c
chore: bump VERSION to 0.2.522be4def
build(deps): bump github.com/rhysd/actionlint from 1.6.25 to 1.6.26 (#2026)3d47885
build(deps): bump megalinter/megalinter from 7.3.0 to 7.4.0 (#2025)weaveworks/eksctl (weaveworks/eksctl)
v0.161.0
: eksctl 0.161.0 (permalink)Compare Source
Release v0.161.0
🚀 Features
🎯 Improvements
%w
for better formatting and UX (#7115)🧰 Maintenance
v0.160.0
: eksctl 0.160.0 (permalink)Compare Source
Release v0.160.0
🚀 Features
🧰 Maintenance
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 has been generated by Mend Renovate. View repository job log here.