Conversation
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
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.10.1->v2.11.0v4.155.1->v4.158.0v0.26.1->v0.26.2v2.46.0->v2.47.0v0.8.0->v0.8.10.45.0->0.45.1v0.55.20->v0.56.20.48.1->0.49.0v5.3.0->v5.4.1v0.2.60->v0.2.61v0.3.4->v0.3.50.13.1->0.13.2v1.1286.1->v1.1287.0v1.18.1->v1.18.2v2.47.2->v2.47.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
GoogleContainerTools/skaffold (GoogleContainerTools/skaffold)
v2.11.0Compare Source
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.11.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/binLinux arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.11.0/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/binmacOS amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.11.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/binmacOS arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.11.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/binWindows
https://storage.googleapis.com/skaffold/releases/v2.11.0/skaffold-windows-amd64.exe
Docker image
gcr.io/k8s-skaffold/skaffold:v2.11.0Note: This release comes with a new config version,
v4beta10. 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:
Updates and Refactors:
skaffold inspect config-dependencies addto support GCB Repo v2 #9349Docs, Test, and Release Updates:
Huge thanks goes out to all of our contributors for this release:
aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.158.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.157.0...v4.158.0
🎉 New Packages
#21584 getporter/porter/porter: Porter enables you to package your application artifact, client tools, configuration and deployment logic together as an installer that you can distribute, and install with a single command @air-hand
#21576 termkit/gama: Manage your GitHub Actions from Terminal with great UI @ponkio-o
#21531 watchexec/cargo-watch: Watches over your Cargo project's source @ryoppippi
Fixes
#21558 exoscale/cli: Regenerate the setting
#21620 golang/tools/guru
guru was deleted at v0.20.0
v4.157.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.156.0...v4.157.0
🎉 New Packages
#21505 kyoshidajp/dep-doctor: Diagnose whether your software dependency libraries are maintained @chaspy
#21500 moby/buildkit: concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit @ponkio-o
v4.156.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.155.1...v4.156.0
🎉 New Packages
#21293 #21301 charmbracelet/freeze: Generate images of code and terminal output
#21486 fe3dback/go-arch-lint: GoLang architecture linter (checker) tool. Will check all project import path and compare with arch rules defined in yml file. Useful for hexagonal / onion / ddd / mvc and other architectural patterns. Tool can by used in your CI
Bug Fixes
#21287 lxc/incus: Fix the bug that the different binary (incus-migrate) is installed on linux
Fixes
#21410 commercialhaskell/stack: Regenerate the setting
bitnami-labs/sealed-secrets (bitnami-labs/sealed-secrets)
v0.26.2Compare Source
Changelog
cli/cli (cli/cli)
v2.47.0: GitHub CLI 2.47.0Compare Source
What's Changed
gh repo renameby @satoqz in https://github.com/cli/cli/pull/8888New Contributors
Full Changelog: cli/cli@v2.46.0...v2.47.0
cue-lang/cue (cue-lang/cue)
v0.8.1Compare Source
This release includes a number of fixes detailed below:
CL 1186144 fixes a number of evaluator panics which could be triggered by calling the
cue.Value.Exprmethod, which also happened when using the OpenAPI encoder.CL 1173100 fixes
cue get gopanics which might occur when any Go packages are vendored or use imported alias declarations.CL 1185281 fixes a regression introduced in
v0.8.0which led to some incorrect failures intools/flowandcue cmd.Full list of changes since v0.8.0
95bed3d4cdb3170630a37773ab2ddprint/dprint (dprint/dprint)
v0.45.1Compare Source
Changes
dprint on Mac now starts up faster.
Before:
After:
Install
Run
dprint upgradeor see https://dprint.dev/install/Checksums
gruntwork-io/terragrunt (gruntwork-io/terragrunt)
v0.56.2Compare Source
Updated CLI args, config attributes and blocks
json-renderremote_stateDescription
--terragrunt-json-disable-dependent-modulesto disable identification of root modules duringrender-jsonSpecial thanks
Special thanks to @kaden-l-nelson for their contribution!
Related links
v0.56.1Compare Source
Updated CLI args, config attributes and blocks
terragrunt-infoDescription
terragrunt-infoto return parsed info data in case of error.Related links
v0.56.0Compare Source
Description
Related links
v0.55.21Compare Source
Updated CLI args, config attributes and blocks
remote_stateDescription
Related links
junegunn/fzf (junegunn/fzf)
v0.49.0Compare Source
--info=hiddenand--info=inline-rightwill no longer hide the horizontal separator by default. This gives you more flexibility in customizing the layout.FZF_PREVIEW_LABELFZF_BORDER_LABELUse the current value of $FZF_PREVIEW_LABEL to determine which actions to perform
trackaction totrack-currentto highlight the difference between the global tracking state set by--trackand a one-off tracking actiontrackis still available as an aliasuntrack-currentandtoggle-track-currentactions*-currentactions are no-op when the global tracking state is setkubernetes-sigs/kustomize (kubernetes-sigs/kustomize)
v5.4.1Compare Source
This is a patch of kustomize v5.4.0 and should fix the
kustomize versionsubcommand issues in its assets.kustomize v5.4.1
https://github.com/kubernetes-sigs/kustomize/pull/5644: fix version subcommand is not working after release build
kustomize v5.4.0
Breaking changes
https://github.com/kubernetes-sigs/kustomize/pull/5519: Fix null YAML values being replaced by "null"
Features
#5411: Add --load-restrictor completion
#5467: feat: edit set secret
More better error handling
Bug fixes/performance improvements
#5234: fix edit set image to parse both tag and digest
#5621: Use require for Error and NoError
Dependencies
#5479: Revert "Switch to json-patch v5"
#5541: Use canonical json-patch v4 import
#5615: update dependencies google.golang.org/[email protected]
update internal Dependencies
#5639: Update kyaml to v0.17.0
#5640: Update cmd/config to v0.14.0
#5641: Update api to v0.17.0
cleanup Dependencies
#5044: Remove non-essential dependency
imdario/mergo#5567: fix 'golang.org/x/exp/slices' dependencies
#5627: Remove klog/v1 dependencies
chore
#5495: chore: move removetest.go to the internal package
#5518: Update owners file
#5622: Pin tool versions with hack/go.mod
v5.4.0Compare Source
Breaking changes
https://github.com/kubernetes-sigs/kustomize/pull/5519: Fix null YAML values being replaced by "null"
Features
#5411: Add --load-restrictor completion
#5467: feat: edit set secret
More better error handling
Bug fixes/performance improvements
#5234: fix edit set image to parse both tag and digest
#5621: Use require for Error and NoError
Dependencies
#5479: Revert "Switch to json-patch v5"
#5541: Use canonical json-patch v4 import
#5615: update dependencies google.golang.org/[email protected]
update internal Dependencies
#5639: Update kyaml to v0.17.0
#5640: Update cmd/config to v0.14.0
#5641: Update api to v0.17.0
cleanup Dependencies
#5044: Remove non-essential dependency
imdario/mergo#5567: fix 'golang.org/x/exp/slices' dependencies
#5627: Remove klog/v1 dependencies
chore
#5495: chore: move removetest.go to the internal package
#5518: Update owners file
#5622: Pin tool versions with hack/go.mod
nektos/act (nektos/act)
v0.2.61Compare Source
Changelog
Bug fixes
f825e42fix: cache adjust restore order of exact key matches (#2267)119ceb8fix: rootless permission bits (new actions cache) (#2242)75e4ad9fix: docker buildx cache restore not working (#2236)Other
361b7e9chore: bump VERSION to 0.2.61d9a19c8Trivial: reduce log spam. (#2256)3949d74chore: remove repetitive words (#2259)b9382a2Support overwriting caches (#2265)f56dd65test: use ping to improve network test (#2266)069720abuild(deps): bump github.com/docker/docker (#2252)8c83d57build(deps): bump golang.org/x/term from 0.17.0 to 0.18.0 (#2244)352ad41fix function name in comment (#2240)934b13abuild(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#2235)rhysd/hgrep (rhysd/hgrep)
v0.3.5Compare Source
HGREP_DEFAULT_OPTSenvironment variable to set the default command line options. For example, the following configuration enablesayu-darktheme and background colors by default. See the document for more details.TERMenvironment variable in addition toCOLORTERMenvironment variable. For example,xterm-256colorenables 256 colors support. See the document to know the logic of the color support detection.[Changes][v0.3.5]
simulot/immich-go (simulot/immich-go)
v0.13.2Compare Source
Changelog
6634a2aSimulot/issue205 (#206)9c62473Version 0.13.0 not working as expected (#200)159e381immich-go appears to retain/cache an API key Fixes #211snyk/cli (snyk/cli)
v1.1287.0Compare Source
Features
v1.1286.4Compare Source
Bug Fixes
v1.1286.3Compare Source
Bug Fixes
v1.1286.2Compare Source
Bug Fixes
starship/starship (starship/starship)
v1.18.2Compare Source
Bug Fixes
yaml-rust,dirs-next(#5887) (796a411)Reverts
twpayne/chezmoi (twpayne/chezmoi)
v2.47.3Compare Source
Changelog
Fixes
2e4236cfix: Don't traverse into ignored directories when adding files8a83dccfix: Skip adding entries in external dirs instead of erroringb366d0efix: Fix panic when adding children in exact_ dirsad77158fix: Increase range of types accepted by promptChoice template functionConfiguration
📅 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.