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.11.0
->v2.11.1
v4.158.0
->v4.160.0
v0.0.1
->v0.1.0
v0.18.9
->v0.18.10
v0.56.2
->v0.56.5
v3.14.3
->v3.14.4
v0.3.5
->v0.3.6
v2.2.3
->v2.2.4
v1.1287.0
->v1.1288.0
1.3.0
->1.3.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
GoogleContainerTools/skaffold (GoogleContainerTools/skaffold)
v2.11.1
: ReleaseCompare Source
v2.11.1 Release - 2024-04-09
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.11.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.11.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.11.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.11.1/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin
Windows
https://storage.googleapis.com/skaffold/releases/v2.11.1/skaffold-windows-amd64.exe
Docker image
gcr.io/k8s-skaffold/skaffold:v2.11.1
Full Changelog: GoogleContainerTools/skaffold@v2.11.0...v2.11.1
Highlights:
Fixes:
aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.160.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.159.0...v4.160.0
🎉 New Packages
#21798 Songmu/make2help: Utility for self-documented Makefile @lamanotrama
Fixes
#21747 jetpack-io/devbox: Rename the package
jetpack-io/devbox
to jetify-com/devboxThe GitHub Repository of the package
jetpack-io/devbox
was transferred from jetpack-io/devbox to jetify-com/devbox.🎉 New Contributors
Thank you for your contribution!
@lamanotrama #21798
v4.159.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.158.0...v4.159.0
🎉 New Packages
#21629 Bearer/gon: Sign, notarize, and package macOS CLI tools and applications written in any language. Available as both a CLI and a Go library
#21659 koyeb/koyeb-cli: Koyeb cli
Fixes
#21718 dwisiswant0/tlder: Follow up changes of tlder v0.1.0
dwisiswant0/tlder@b61d4d1
#21719 oligot/go-mod-upgrade: Follow up changes of go-mod-upgrade v0.10.0
oligot/go-mod-upgrade@afcc585
dwisiswant0/tlder (dwisiswant0/tlder)
v0.1.0
Compare Source
Changelog
b61d4d1
chore: update goreleaser config409bb73
build: bump mod, lib, & data (#5)226387f
Update fundingaf8252d
workflow: Add expression if DB isn't updatedeza-community/eza (eza-community/eza)
v0.18.10
: eza v0.18.10Compare Source
Changelog
[0.18.10] - 2024-04-11
Bug Fixes
Miscellaneous Tasks
Build
Checksums
sha256sum
md5sum
blake3sum
gruntwork-io/terragrunt (gruntwork-io/terragrunt)
v0.56.5
Compare Source
Updated CLI args, config attributes and blocks
apply -destroy
Description
apply -destroy
alias commandRelated links
v0.56.4
Compare Source
Updated CLI args, config attributes and blocks
--terragrunt-provider-cache
--terragrunt-provider-cache-dir
--terragrunt-provider-cache-disable-partial-lock-file
--terragrunt-provider-cache-registry-names
--terragrunt-provider-cache-hostname
--terragrunt-provider-cache-port
--terragrunt-provider-cache-token
Description
Related links
v0.56.3
Compare Source
Description
Related links
helm/helm (helm/helm)
v3.14.4
: Helm v3.14.4Compare Source
Helm v3.14.4 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Installation and Upgrading
Download Helm v3.14.4. The common platform binaries are here:
This release was signed with
672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E
and can be found at @mattfarina keybase account. Please use the attached signatures for verifying this release usinggpg
.The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with
bash
.What's Next
Changelog
81c902a
(Alex Petrov)5a11c76
(Alex Petrov)fb3d880
(deterclosed)01ac4a2
(dependabot[bot])138602d
(dependabot[bot])aa7d953
(Ricardo Maraschini)rhysd/hgrep (rhysd/hgrep)
v0.3.6
Compare Source
-u
/--unrestricted
flags to built-in ripgrep (ripgrep
feature). This flag reduces the level of "smart" filtering by repeated uses (up to 2). A single flag-u
is equivalent to--no-ignore
. Two flags-uu
are equivalent to--no-ignore --hidden
. Unlike ripgrep, three flags-uuu
are not supported since hgrep doesn't support--binary
flag.sigstore/cosign (sigstore/cosign)
v2.2.4
Compare Source
Bug Fixes
Features
Documentation
Testing
snyk/cli (snyk/cli)
v1.1288.0
Compare Source
Bug Fixes
Features
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.