From d3f5cd1334cfd4853875e80a547666e376a9b638 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 5 Apr 2024 14:07:10 -0700
Subject: [PATCH] chore(deps): update aquas (#226)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[GoogleContainerTools/skaffold](https://togithub.com/GoogleContainerTools/skaffold)
| minor | `v2.10.1` -> `v2.11.0` |
| [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry)
| minor | `v4.155.1` -> `v4.158.0` |
|
[bitnami-labs/sealed-secrets](https://togithub.com/bitnami-labs/sealed-secrets)
| patch | `v0.26.1` -> `v0.26.2` |
| [cli/cli](https://togithub.com/cli/cli) | minor | `v2.46.0` ->
`v2.47.0` |
| [cue-lang/cue](https://togithub.com/cue-lang/cue) | patch | `v0.8.0`
-> `v0.8.1` |
| [dprint/dprint](https://togithub.com/dprint/dprint) | patch | `0.45.0`
-> `0.45.1` |
|
[gruntwork-io/terragrunt](https://togithub.com/gruntwork-io/terragrunt)
| minor | `v0.55.20` -> `v0.56.2` |
| [junegunn/fzf](https://togithub.com/junegunn/fzf) | minor | `0.48.1`
-> `0.49.0` |
|
[kubernetes-sigs/kustomize](https://togithub.com/kubernetes-sigs/kustomize)
| minor | `v5.3.0` -> `v5.4.1` |
| [nektos/act](https://togithub.com/nektos/act) | patch | `v0.2.60` ->
`v0.2.61` |
| [rhysd/hgrep](https://togithub.com/rhysd/hgrep) | patch | `v0.3.4` ->
`v0.3.5` |
| [simulot/immich-go](https://togithub.com/simulot/immich-go) | patch |
`0.13.1` -> `0.13.2` |
| [snyk/cli](https://togithub.com/snyk/cli) | minor | `v1.1286.1` ->
`v1.1287.0` |
| [starship/starship](https://togithub.com/starship/starship) | patch |
`v1.18.1` -> `v1.18.2` |
| [twpayne/chezmoi](https://togithub.com/twpayne/chezmoi) | patch |
`v2.47.2` -> `v2.47.3` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
GoogleContainerTools/skaffold
(GoogleContainerTools/skaffold)
###
[`v2.11.0`](https://togithub.com/GoogleContainerTools/skaffold/blob/HEAD/CHANGELOG.md#v2110-Release---04022024)
[Compare
Source](https://togithub.com/GoogleContainerTools/skaffold/compare/v2.10.1...v2.11.0)
**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/bin`
**Linux arm64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.11.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.11.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.11.0/skaffold-darwin-arm64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`
**Windows**
https://storage.googleapis.com/skaffold/releases/v2.11.0/skaffold-windows-amd64.exe
**Docker image**
`gcr.io/k8s-skaffold/skaffold:v2.11.0`
Note: This release comes with a new config version, `v4beta10`. To
upgrade your skaffold.yaml, use `skaffold fix`. If you choose not to
upgrade, skaffold will auto-upgrade as best as it can.
Highlights:
New Features and Additions:
- feat: Support Bazel platform mappings
[#9300](https://togithub.com/GoogleContainerTools/skaffold/pull/9300)
- feat: new repo resolver logic to fetch info from a gcbrepov2
[#9283](https://togithub.com/GoogleContainerTools/skaffold/pull/9283)
- feat: extracted kaniko copyTimeout and copyMaxRetries into config
[#9267](https://togithub.com/GoogleContainerTools/skaffold/pull/9267)
- feat(tar): added logs to CreateTar func
[#9271](https://togithub.com/GoogleContainerTools/skaffold/pull/9271)
Fixes:
- fix: revert cache lookup changes
[#9313](https://togithub.com/GoogleContainerTools/skaffold/pull/9313)
- fix(lookupRemote): fixed lookup.go lookupRemote to compare remote and
cached digests
[#9278](https://togithub.com/GoogleContainerTools/skaffold/pull/9278)
- fix(helm): use secrets helm plugin to render when useHelmSecrets is
true
[#9295](https://togithub.com/GoogleContainerTools/skaffold/pull/9295)
Updates and Refactors:
- chore: upgrade cosign from 2.0.3-0.20230523133326-0544abd8fc8a to
2.2.1
[#9369](https://togithub.com/GoogleContainerTools/skaffold/pull/9369)
- chore: bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3
[#9333](https://togithub.com/GoogleContainerTools/skaffold/pull/9333)
- chore: bump github.com/cloudflare/circl from 1.3.3 to 1.3.7
[#9242](https://togithub.com/GoogleContainerTools/skaffold/pull/9242)
- chore: bump flask from 3.0.1 to 3.0.2 in /integration/examples
[#9297](https://togithub.com/GoogleContainerTools/skaffold/pull/9297)
- chore: bump rack from 2.2.6.4 to 2.2.8.1 in /examples/ruby/backend
[#9328](https://togithub.com/GoogleContainerTools/skaffold/pull/9328)
- chore: bump rack from 2.2.6.4 to 2.2.8.1 in
/integration/examples/ruby/backend
[#9329](https://togithub.com/GoogleContainerTools/skaffold/pull/9329)
- chore: bump github/codeql-action from 3.24.8 to 3.24.9
[#9354](https://togithub.com/GoogleContainerTools/skaffold/pull/9354)
- chore: bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in
/integration/examples/grpc-e2e-tests/cloud-spanner-bootstrap
[#9339](https://togithub.com/GoogleContainerTools/skaffold/pull/9339)
- chore: bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in
/examples/grpc-e2e-tests/cloud-spanner-bootstrap
[#9341](https://togithub.com/GoogleContainerTools/skaffold/pull/9341)
- chore: bump github.com/docker/docker from 25.0.3+incompatible to
25.0.5+incompatible
[#9366](https://togithub.com/GoogleContainerTools/skaffold/pull/9366)
- chore: bump moby/buildkit and opencontainers/runc versions, upgrade go
to 1.22
[#9364](https://togithub.com/GoogleContainerTools/skaffold/pull/9364)
- chore: updating google api and opentelemetry version
[#9352](https://togithub.com/GoogleContainerTools/skaffold/pull/9352)
- feat: extend `skaffold inspect config-dependencies add` to support GCB
Repo v2
[#9349](https://togithub.com/GoogleContainerTools/skaffold/pull/9349)
- chore: bump github/codeql-action from 3.24.0 to 3.24.8
[#9348](https://togithub.com/GoogleContainerTools/skaffold/pull/9348)
- chore: bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in
/integration/examples/grpc-e2e-tests/service
[#9342](https://togithub.com/GoogleContainerTools/skaffold/pull/9342)
- chore: new googleCloudBuildRepoV2 field to configure a remote
dependency
[#9293](https://togithub.com/GoogleContainerTools/skaffold/pull/9293)
- chore: upgrade go to v1.21.6 due to vuls
[#9303](https://togithub.com/GoogleContainerTools/skaffold/pull/9303)
- chore: bump github.com/opencontainers/runc from 1.1.7 to 1.1.12
[#9290](https://togithub.com/GoogleContainerTools/skaffold/pull/9290)
- chore: bump flask from 3.0.1 to 3.0.2 in /examples
[#9298](https://togithub.com/GoogleContainerTools/skaffold/pull/9298)
- chore: bump actions/upload-artifact from 4.3.0 to 4.3.1
[#9299](https://togithub.com/GoogleContainerTools/skaffold/pull/9299)
- chore: bump github/codeql-action from 3.23.1 to 3.24.0
[#9296](https://togithub.com/GoogleContainerTools/skaffold/pull/9296)
- chore: generate schema v4beta9
[#9287](https://togithub.com/GoogleContainerTools/skaffold/pull/9287)
Docs, Test, and Release Updates:
Huge thanks goes out to all of our contributors for this release:
- Angel Montero
- Aran Donohue
- Benjamin Kaplan
- Renzo Rojas
- dependabot\[bot]
- ericzzzzzzz
- idsulik
aquaproj/aqua-registry (aquaproj/aqua-registry)
###
[`v4.158.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.158.0)
[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.157.0...v4.158.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.158.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.158.0)
| https://github.com/aquaproj/aqua-registry/compare/v4.157.0...v4.158.0
#### 🎉 New Packages
[#21584](https://togithub.com/aquaproj/aqua-registry/issues/21584)
[getporter/porter/porter](https://togithub.com/getporter/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](https://togithub.com/air-hand)
[#21576](https://togithub.com/aquaproj/aqua-registry/issues/21576)
[termkit/gama](https://togithub.com/termkit/gama): Manage your GitHub
Actions from Terminal with great UI
[@ponkio-o](https://togithub.com/ponkio-o)
[#21531](https://togithub.com/aquaproj/aqua-registry/issues/21531)
[watchexec/cargo-watch](https://togithub.com/watchexec/cargo-watch):
Watches over your Cargo project's source
[@ryoppippi](https://togithub.com/ryoppippi)
#### Fixes
[#21558](https://togithub.com/aquaproj/aqua-registry/issues/21558)
exoscale/cli: Regenerate the setting
[#21620](https://togithub.com/aquaproj/aqua-registry/issues/21620)
golang/tools/guru
guru was deleted at v0.20.0
-
https://github.com/golang/tools/commit/1f580da07881ed47f85cf39907a0b5c8e0d649b7
-
[https://github.com/golang/go/issues/65880](https://togithub.com/golang/go/issues/65880)
> RIP guru, Go's LSP server before LSP was invented.
###
[`v4.157.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.157.0)
[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.156.0...v4.157.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.157.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.157.0)
| https://github.com/aquaproj/aqua-registry/compare/v4.156.0...v4.157.0
#### 🎉 New Packages
[#21505](https://togithub.com/aquaproj/aqua-registry/issues/21505)
[kyoshidajp/dep-doctor](https://togithub.com/kyoshidajp/dep-doctor):
Diagnose whether your software dependency libraries are maintained
[@chaspy](https://togithub.com/chaspy)
[#21500](https://togithub.com/aquaproj/aqua-registry/issues/21500)
[moby/buildkit](https://togithub.com/moby/buildkit): concurrent,
cache-efficient, and Dockerfile-agnostic builder toolkit
[@ponkio-o](https://togithub.com/ponkio-o)
###
[`v4.156.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.156.0)
[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.155.1...v4.156.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.156.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.156.0)
| https://github.com/aquaproj/aqua-registry/compare/v4.155.1...v4.156.0
#### 🎉 New Packages
[#21293](https://togithub.com/aquaproj/aqua-registry/issues/21293)
[#21301](https://togithub.com/aquaproj/aqua-registry/issues/21301)
[charmbracelet/freeze](https://togithub.com/charmbracelet/freeze):
Generate images of code and terminal output
[#21486](https://togithub.com/aquaproj/aqua-registry/issues/21486)
[fe3dback/go-arch-lint](https://togithub.com/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](https://togithub.com/aquaproj/aqua-registry/issues/21287)
lxc/incus: Fix the bug that the different binary (incus-migrate) is
installed on linux
#### Fixes
[#21410](https://togithub.com/aquaproj/aqua-registry/issues/21410)
commercialhaskell/stack: Regenerate the setting
bitnami-labs/sealed-secrets
(bitnami-labs/sealed-secrets)
###
[`v0.26.2`](https://togithub.com/bitnami-labs/sealed-secrets/blob/HEAD/RELEASE-NOTES.md#v0262)
[Compare
Source](https://togithub.com/bitnami-labs/sealed-secrets/compare/v0.26.1...v0.26.2)
##### Changelog
- fix: update dependencies and version for CVE-2023-45288
([#1501](https://togithub.com/bitnami-labs/sealed-secrets/pull/1501))
- fix(helm): role binding annotations
([#1494](https://togithub.com/bitnami-labs/sealed-secrets/pull/1494))
- chore: update cosign version
([#1495](https://togithub.com/bitnami-labs/sealed-secrets/pull/1495))
- chore: Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.1
([#1497](https://togithub.com/bitnami-labs/sealed-secrets/pull/1497))
- chore: Bump k8s.io/client-go from 0.29.2 to 0.29.3
([#1486](https://togithub.com/bitnami-labs/sealed-secrets/pull/1486))
- chore: Bump k8s.io/code-generator from 0.29.2 to 0.29.3
([#1488](https://togithub.com/bitnami-labs/sealed-secrets/pull/1488))
- chore: Bump github.com/onsi/gomega from 1.31.1 to 1.32.0
([#1489](https://togithub.com/bitnami-labs/sealed-secrets/pull/1489))
- chore: Bump k8s.io/apimachinery from 0.29.2 to 0.29.3
([#1490](https://togithub.com/bitnami-labs/sealed-secrets/pull/1490))
- chore: Update security contact and other references DL to the new team
one
([#1500](https://togithub.com/bitnami-labs/sealed-secrets/pull/1500))
cli/cli (cli/cli)
### [`v2.47.0`](https://togithub.com/cli/cli/releases/tag/v2.47.0):
GitHub CLI 2.47.0
[Compare Source](https://togithub.com/cli/cli/compare/v2.46.0...v2.47.0)
#### What's Changed
- Fix typo in auth switch help example by
[@ihommani](https://togithub.com/ihommani) in
[https://github.com/cli/cli/pull/8870](https://togithub.com/cli/cli/pull/8870)
- Bump go-gh to 2.7.0 by
[@williammartin](https://togithub.com/williammartin) in
[https://github.com/cli/cli/pull/8884](https://togithub.com/cli/cli/pull/8884)
- gh-attestation cmd integration by
[@malancas](https://togithub.com/malancas) in
[https://github.com/cli/cli/pull/8698](https://togithub.com/cli/cli/pull/8698)
- Upgrade to Go 1.22 by [@yanskun](https://togithub.com/yanskun)
in
[https://github.com/cli/cli/pull/8836](https://togithub.com/cli/cli/pull/8836)
- Rely on go.mod go version in all workflows by
[@williammartin](https://togithub.com/williammartin) in
[https://github.com/cli/cli/pull/8911](https://togithub.com/cli/cli/pull/8911)
- build(deps): bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/cli/cli/pull/8902](https://togithub.com/cli/cli/pull/8902)
- build(deps): bump github.com/docker/docker from 24.0.7+incompatible to
24.0.9+incompatible by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/cli/cli/pull/8903](https://togithub.com/cli/cli/pull/8903)
- Fix segfault in error handling of `gh repo rename` by
[@satoqz](https://togithub.com/satoqz) in
[https://github.com/cli/cli/pull/8888](https://togithub.com/cli/cli/pull/8888)
- build(deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/cli/cli/pull/8912](https://togithub.com/cli/cli/pull/8912)
- build(deps): bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/cli/cli/pull/8913](https://togithub.com/cli/cli/pull/8913)
- build(deps): bump github.com/google/go-containerregistry from 0.19.0
to 0.19.1 by [@dependabot](https://togithub.com/dependabot) in
[https://github.com/cli/cli/pull/8914](https://togithub.com/cli/cli/pull/8914)
- build(deps): bump github.com/sigstore/protobuf-specs from 0.3.0 to
0.3.1 by [@dependabot](https://togithub.com/dependabot) in
[https://github.com/cli/cli/pull/8923](https://togithub.com/cli/cli/pull/8923)
- Bump glamour to v0.7.0 and go mod tidy by
[@williammartin](https://togithub.com/williammartin) in
[https://github.com/cli/cli/pull/8920](https://togithub.com/cli/cli/pull/8920)
#### New Contributors
- [@ihommani](https://togithub.com/ihommani) made their first
contribution in
[https://github.com/cli/cli/pull/8870](https://togithub.com/cli/cli/pull/8870)
- [@malancas](https://togithub.com/malancas) made their first
contribution in
[https://github.com/cli/cli/pull/8698](https://togithub.com/cli/cli/pull/8698)
- [@satoqz](https://togithub.com/satoqz) made their first
contribution in
[https://github.com/cli/cli/pull/8888](https://togithub.com/cli/cli/pull/8888)
**Full Changelog**: https://github.com/cli/cli/compare/v2.46.0...v2.47.0
cue-lang/cue (cue-lang/cue)
### [`v0.8.1`](https://togithub.com/cue-lang/cue/releases/tag/v0.8.1)
[Compare
Source](https://togithub.com/cue-lang/cue/compare/v0.8.0...v0.8.1)
This release includes a number of fixes detailed below:
[CL 1186144](https://cuelang.org/cl/1186144) fixes a number of evaluator
panics which could be triggered by calling the `cue.Value.Expr` method,
which also happened when using the OpenAPI encoder.
[CL 1173100](https://cuelang.org/cl/1173100) fixes `cue get go` panics
which might occur when any Go packages are vendored or use imported
alias declarations.
[CL 1185281](https://cuelang.org/cl/1185281) fixes a regression
introduced in `v0.8.0` which led to some incorrect failures in
`tools/flow` and `cue cmd`.
Full list of changes since v0.8.0
- internal/cueversion: bump for v0.8.1 by
[@mvdan](https://togithub.com/mvdan) in
[`95bed3d`](https://togithub.com/cue-lang/cue/commit/95bed3d42cda04c2e5a43c408195781adddce51e)
- cue: adjust Environment for comprehensions by
[@mpvl](https://togithub.com/mpvl) in
[`4cdb317`](https://togithub.com/cue-lang/cue/commit/4cdb3175b889b0ce9d198b26e0699d313d4156ab)
- Revert "tools/flow: check and return errors from task values" by
[@rogpeppe](https://togithub.com/rogpeppe) in
[`0630a37`](https://togithub.com/cue-lang/cue/commit/0630a37c42b56133b247d31c100cb145a5244699)
- cmd/cue: find packages by canonical path in get go by
[@uhthomas](https://togithub.com/uhthomas) in
[`773ab2d`](https://togithub.com/cue-lang/cue/commit/773ab2d76c513381d6c732397c866d16e4219776)
dprint/dprint (dprint/dprint)
### [`v0.45.1`](https://togithub.com/dprint/dprint/releases/tag/0.45.1)
[Compare
Source](https://togithub.com/dprint/dprint/compare/0.45.0...0.45.1)
#### Changes
- perf: lazily create ureq agents
([#836](https://togithub.com/dprint/dprint/issues/836))
dprint on Mac now starts up faster.
Before:
% dprint -v
0.45.0
% time dprint check --incremental=false ./data/package-template.json
0.173s total
After:
% dprint -v
0.45.1
% time dprint --incremental=false ./data/package-template.json
0.023s total
#### Install
Run `dprint upgrade` or see https://dprint.dev/install/
#### Checksums
|Artifact|SHA-256 Checksum|
|:--|:--|
|dprint-x86\_64-apple-darwin.zip|83cce6b82d8674dbdddaf911bc117f1c866aaa4712aa381e54ab9466526026aa|
|dprint-aarch64-apple-darwin.zip|be6e4bcf9aafeb4ef34f27385717004cc0dfd06f8bce8e67b18937b53285d436|
|dprint-x86\_64-pc-windows-msvc.zip|71fef42ad86017a50bee977836dfd387d8584d6a9c4c03354d62977eaa1f135b|
|dprint-x86\_64-pc-windows-msvc-installer.exe|6db6148387b9e2e0434d0eaef3624bc1a401c85175e4863c220143d6151857a0|
|dprint-x86\_64-unknown-linux-gnu.zip|4e0c1d4f0f9f41efc08d929616c9f73abea7e57b9658a8f5f478a26e165c331c|
|dprint-x86\_64-unknown-linux-musl.zip|eaf2690b7414d11bc33fb2a81898f285748a7a6a7983f965b569e536fb67b815|
|dprint-aarch64-unknown-linux-gnu.zip|828133ac7a7591a2d9e63d5f10a70751f558152b20653383ae32ce76199662ad|
|dprint-aarch64-unknown-linux-musl.zip|c05d839d1f187d68d55effc60add4e66afb373015a1d1126c310b5c8669a8563|
gruntwork-io/terragrunt (gruntwork-io/terragrunt)
###
[`v0.56.2`](https://togithub.com/gruntwork-io/terragrunt/releases/tag/v0.56.2)
[Compare
Source](https://togithub.com/gruntwork-io/terragrunt/compare/v0.56.1...v0.56.2)
#### Updated CLI args, config attributes and blocks
- `json-render`
- `remote_state`
#### Description
- Adjusted logging level for S3 bucket encryption warnings
- Added CLI flag `--terragrunt-json-disable-dependent-modules` to
disable identification of root modules during `render-json`
#### Special thanks
Special thanks to
[@kaden-l-nelson](https://togithub.com/kaden-l-nelson) for their
contribution!
#### Related links
-
[https://github.com/gruntwork-io/terragrunt/pull/2918](https://togithub.com/gruntwork-io/terragrunt/pull/2918)
-
[https://github.com/gruntwork-io/terragrunt/pull/2878](https://togithub.com/gruntwork-io/terragrunt/pull/2878)
###
[`v0.56.1`](https://togithub.com/gruntwork-io/terragrunt/releases/tag/v0.56.1)
[Compare
Source](https://togithub.com/gruntwork-io/terragrunt/compare/v0.56.0...v0.56.1)
#### Updated CLI args, config attributes and blocks
- `terragrunt-info`
#### Description
- Updated `terragrunt-info` to return parsed info data in case of error.
#### Related links
-
[https://github.com/gruntwork-io/terragrunt/pull/2901](https://togithub.com/gruntwork-io/terragrunt/pull/2901)
###
[`v0.56.0`](https://togithub.com/gruntwork-io/terragrunt/releases/tag/v0.56.0)
[Compare
Source](https://togithub.com/gruntwork-io/terragrunt/compare/v0.55.21...v0.56.0)
#### Description
- Updated officially supported versions of OpenTofu and Terraform
- Updated CICD tests to run integration tests using Terraform 1.5 and
latest Terraform (1.7.x)
#### Related links
-
[https://github.com/gruntwork-io/terragrunt/pull/2754](https://togithub.com/gruntwork-io/terragrunt/pull/2754)
-
[https://github.com/gruntwork-io/terragrunt/pull/3035](https://togithub.com/gruntwork-io/terragrunt/pull/3035)
###
[`v0.55.21`](https://togithub.com/gruntwork-io/terragrunt/releases/tag/v0.55.21)
[Compare
Source](https://togithub.com/gruntwork-io/terragrunt/compare/v0.55.20...v0.55.21)
#### Updated CLI args, config attributes and blocks
- `remote_state`
#### Description
- Updated remote state creation/update errors to include bucket name.
#### Related links
-
[https://github.com/gruntwork-io/terragrunt/pull/3032](https://togithub.com/gruntwork-io/terragrunt/pull/3032)
junegunn/fzf (junegunn/fzf)
###
[`v0.49.0`](https://togithub.com/junegunn/fzf/blob/HEAD/CHANGELOG.md#0490)
[Compare
Source](https://togithub.com/junegunn/fzf/compare/0.48.1...0.49.0)
- Ingestion performance improved by around 40% (more or less depending
on options)
- `--info=hidden` and `--info=inline-right` will no longer hide the
horizontal separator by default. This gives you more flexibility in
customizing the layout.
```sh
fzf --border --info=inline-right
fzf --border --info=inline-right --separator ═
fzf --border --info=inline-right --no-separator
fzf --border --info=hidden
fzf --border --info=hidden --separator ━
fzf --border --info=hidden --no-separator
```
- Added two environment variables exported to the child processes
- `FZF_PREVIEW_LABEL`
- `FZF_BORDER_LABEL`
```sh
```
### Use the current value of $FZF_PREVIEW_LABEL to determine which
actions to perform
git ls-files |
fzf --header 'Press CTRL-P to change preview mode' \
--bind='ctrl-p:transform:[[ $FZF_PREVIEW_LABEL =~ cat ]] \
&& echo "change-preview(git log --color=always
\{})+change-preview-label([[ log ]])" \
|| echo "change-preview(bat --color=always \{})+change-preview-label([[
cat ]])"'
```
- Renamed `track` action to `track-current` to highlight the difference
between the global tracking state set by `--track` and a one-off
tracking action
- `track` is still available as an alias
- Added `untrack-current` and `toggle-track-current` actions
- `*-current` actions are no-op when the global tracking state is set
- Bug fixes and minor improvements
kubernetes-sigs/kustomize (kubernetes-sigs/kustomize)
###
[`v5.4.1`](https://togithub.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.4.1)
[Compare
Source](https://togithub.com/kubernetes-sigs/kustomize/compare/kustomize/v5.4.0...kustomize/v5.4.1)
This is a patch of kustomize v5.4.0 and should fix the `kustomize
version` subcommand issues in its assets.
### kustomize v5.4.1
[https://github.com/kubernetes-sigs/kustomize/pull/5644](https://togithub.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](https://togithub.com/kubernetes-sigs/kustomize/pull/5519):
Fix null YAML values being replaced by "null"
#### Features
[#5411](https://togithub.com/kubernetes-sigs/kustomize/issues/5411):
Add --load-restrictor completion
[#5467](https://togithub.com/kubernetes-sigs/kustomize/issues/5467):
feat: edit set secret
##### More better error handling
-
[https://github.com/kubernetes-sigs/kustomize/pull/5539](https://togithub.com/kubernetes-sigs/kustomize/pull/5539):
Include exec plugin stderr with wrapped error
-
[https://github.com/kubernetes-sigs/kustomize/pull/5542](https://togithub.com/kubernetes-sigs/kustomize/pull/5542):
fix: improve accumulation failure message
-
[https://github.com/kubernetes-sigs/kustomize/pull/5550](https://togithub.com/kubernetes-sigs/kustomize/pull/5550):
use Strict unmarshal when read TransformerConfig
#### Bug fixes/performance improvements
[#5234](https://togithub.com/kubernetes-sigs/kustomize/issues/5234):
fix edit set image to parse both tag and digest
[#5621](https://togithub.com/kubernetes-sigs/kustomize/issues/5621):
Use require for Error and NoError
#### Dependencies
[#5479](https://togithub.com/kubernetes-sigs/kustomize/issues/5479):
Revert "Switch to json-patch v5"
[#5541](https://togithub.com/kubernetes-sigs/kustomize/issues/5541):
Use canonical json-patch v4 import
[#5615](https://togithub.com/kubernetes-sigs/kustomize/issues/5615):
update dependencies google.golang.org/protobuf@v1.33.0
##### update internal Dependencies
[#5639](https://togithub.com/kubernetes-sigs/kustomize/issues/5639):
Update kyaml to v0.17.0
[#5640](https://togithub.com/kubernetes-sigs/kustomize/issues/5640):
Update cmd/config to v0.14.0
[#5641](https://togithub.com/kubernetes-sigs/kustomize/issues/5641):
Update api to v0.17.0
##### cleanup Dependencies
[#5044](https://togithub.com/kubernetes-sigs/kustomize/issues/5044):
Remove non-essential dependency `imdario/mergo`
[#5567](https://togithub.com/kubernetes-sigs/kustomize/issues/5567):
fix 'golang.org/x/exp/slices' dependencies
[#5627](https://togithub.com/kubernetes-sigs/kustomize/issues/5627):
Remove klog/v1 dependencies
#### chore
[#5495](https://togithub.com/kubernetes-sigs/kustomize/issues/5495):
chore: move removetest.go to the internal package
[#5518](https://togithub.com/kubernetes-sigs/kustomize/issues/5518):
Update owners file
[#5622](https://togithub.com/kubernetes-sigs/kustomize/issues/5622):
Pin tool versions with hack/go.mod
###
[`v5.4.0`](https://togithub.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.4.0)
[Compare
Source](https://togithub.com/kubernetes-sigs/kustomize/compare/kustomize/v5.3.0...kustomize/v5.4.0)
#### Breaking changes
[https://github.com/kubernetes-sigs/kustomize/pull/5519](https://togithub.com/kubernetes-sigs/kustomize/pull/5519):
Fix null YAML values being replaced by "null"
#### Features
[#5411](https://togithub.com/kubernetes-sigs/kustomize/issues/5411):
Add --load-restrictor completion
[#5467](https://togithub.com/kubernetes-sigs/kustomize/issues/5467):
feat: edit set secret
##### More better error handling
-
[https://github.com/kubernetes-sigs/kustomize/pull/5539](https://togithub.com/kubernetes-sigs/kustomize/pull/5539):
Include exec plugin stderr with wrapped error
-
[https://github.com/kubernetes-sigs/kustomize/pull/5542](https://togithub.com/kubernetes-sigs/kustomize/pull/5542):
fix: improve accumulation failure message
-
[https://github.com/kubernetes-sigs/kustomize/pull/5550](https://togithub.com/kubernetes-sigs/kustomize/pull/5550):
use Strict unmarshal when read TransformerConfig
#### Bug fixes/performance improvements
[#5234](https://togithub.com/kubernetes-sigs/kustomize/issues/5234):
fix edit set image to parse both tag and digest
[#5621](https://togithub.com/kubernetes-sigs/kustomize/issues/5621):
Use require for Error and NoError
#### Dependencies
[#5479](https://togithub.com/kubernetes-sigs/kustomize/issues/5479):
Revert "Switch to json-patch v5"
[#5541](https://togithub.com/kubernetes-sigs/kustomize/issues/5541):
Use canonical json-patch v4 import
[#5615](https://togithub.com/kubernetes-sigs/kustomize/issues/5615):
update dependencies google.golang.org/protobuf@v1.33.0
##### update internal Dependencies
[#5639](https://togithub.com/kubernetes-sigs/kustomize/issues/5639):
Update kyaml to v0.17.0
[#5640](https://togithub.com/kubernetes-sigs/kustomize/issues/5640):
Update cmd/config to v0.14.0
[#5641](https://togithub.com/kubernetes-sigs/kustomize/issues/5641):
Update api to v0.17.0
##### cleanup Dependencies
[#5044](https://togithub.com/kubernetes-sigs/kustomize/issues/5044):
Remove non-essential dependency `imdario/mergo`
[#5567](https://togithub.com/kubernetes-sigs/kustomize/issues/5567):
fix 'golang.org/x/exp/slices' dependencies
[#5627](https://togithub.com/kubernetes-sigs/kustomize/issues/5627):
Remove klog/v1 dependencies
#### chore
[#5495](https://togithub.com/kubernetes-sigs/kustomize/issues/5495):
chore: move removetest.go to the internal package
[#5518](https://togithub.com/kubernetes-sigs/kustomize/issues/5518):
Update owners file
[#5622](https://togithub.com/kubernetes-sigs/kustomize/issues/5622):
Pin tool versions with hack/go.mod
nektos/act (nektos/act)
### [`v0.2.61`](https://togithub.com/nektos/act/releases/tag/v0.2.61)
[Compare
Source](https://togithub.com/nektos/act/compare/v0.2.60...v0.2.61)
#### Changelog
##### Bug fixes
- [`f825e42`](https://togithub.com/nektos/act/commit/f825e42) fix: cache
adjust restore order of exact key matches
([#2267](https://togithub.com/nektos/act/issues/2267))
- [`119ceb8`](https://togithub.com/nektos/act/commit/119ceb8) fix:
rootless permission bits (new actions cache)
([#2242](https://togithub.com/nektos/act/issues/2242))
- [`75e4ad9`](https://togithub.com/nektos/act/commit/75e4ad9) fix:
docker buildx cache restore not working
([#2236](https://togithub.com/nektos/act/issues/2236))
##### Other
- [`361b7e9`](https://togithub.com/nektos/act/commit/361b7e9) chore:
bump VERSION to 0.2.61
- [`d9a19c8`](https://togithub.com/nektos/act/commit/d9a19c8) Trivial:
reduce log spam.
([#2256](https://togithub.com/nektos/act/issues/2256))
- [`3949d74`](https://togithub.com/nektos/act/commit/3949d74) chore:
remove repetitive words
([#2259](https://togithub.com/nektos/act/issues/2259))
- [`b9382a2`](https://togithub.com/nektos/act/commit/b9382a2) Support
overwriting caches
([#2265](https://togithub.com/nektos/act/issues/2265))
- [`f56dd65`](https://togithub.com/nektos/act/commit/f56dd65) test: use
ping to improve network test
([#2266](https://togithub.com/nektos/act/issues/2266))
- [`069720a`](https://togithub.com/nektos/act/commit/069720a)
build(deps): bump github.com/docker/docker
([#2252](https://togithub.com/nektos/act/issues/2252))
- [`8c83d57`](https://togithub.com/nektos/act/commit/8c83d57)
build(deps): bump golang.org/x/term from 0.17.0 to 0.18.0
([#2244](https://togithub.com/nektos/act/issues/2244))
- [`352ad41`](https://togithub.com/nektos/act/commit/352ad41) fix
function name in comment
([#2240](https://togithub.com/nektos/act/issues/2240))
- [`934b13a`](https://togithub.com/nektos/act/commit/934b13a)
build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
([#2235](https://togithub.com/nektos/act/issues/2235))
rhysd/hgrep (rhysd/hgrep)
###
[`v0.3.5`](https://togithub.com/rhysd/hgrep/blob/HEAD/CHANGELOG.md#v035---31-Mar-2024)
[Compare
Source](https://togithub.com/rhysd/hgrep/compare/v0.3.4...v0.3.5)
- Add `HGREP_DEFAULT_OPTS` environment variable to set the default
command line options. For example, the following configuration enables
`ayu-dark` theme and background colors by default. See [the
document](https://togithub.com/rhysd/hgrep?tab=readme-ov-file#set-default-command-options)
for more details.
```sh
export HGREP_DEFAULT_OPTS='--theme ayu-dark --background'
```
- Detect the terminal color support from `TERM` environment variable in
addition to `COLORTERM` environment variable. For example,
`xterm-256color` enables 256 colors support. See [the
document](https://togithub.com/rhysd/hgrep?tab=readme-ov-file#terminal-color-support-detection)
to know the logic of the color support detection.
- Update the themes bundle to the latest.
- Update cargo dependencies including syntect v5.2.
\[Changes]\[v0.3.5]
simulot/immich-go (simulot/immich-go)
###
[`v0.13.2`](https://togithub.com/simulot/immich-go/releases/tag/0.13.2)
[Compare
Source](https://togithub.com/simulot/immich-go/compare/0.13.1...0.13.2)
#### Changelog
- [`6634a2a`](https://togithub.com/simulot/immich-go/commit/6634a2a)
Simulot/issue205
([#206](https://togithub.com/simulot/immich-go/issues/206))
- [`9c62473`](https://togithub.com/simulot/immich-go/commit/9c62473)
Version 0.13.0 not working as expected
([#200](https://togithub.com/simulot/immich-go/issues/200))
- [`159e381`](https://togithub.com/simulot/immich-go/commit/159e381)
immich-go appears to retain/cache an API key Fixes
[#211](https://togithub.com/simulot/immich-go/issues/211)
snyk/cli (snyk/cli)
### [`v1.1287.0`](https://togithub.com/snyk/cli/releases/tag/v1.1287.0)
[Compare
Source](https://togithub.com/snyk/cli/compare/v1.1286.4...v1.1287.0)
##### Features
- upgrade snyk-iac-test to v0.51.3
([#5127](https://togithub.com/snyk/snyk/issues/5127))
([0fd8fa6](https://togithub.com/snyk/snyk/commit/0fd8fa6063f35f208c36fdcbd04c8c4732d32af4))
### [`v1.1286.4`](https://togithub.com/snyk/cli/releases/tag/v1.1286.4)
[Compare
Source](https://togithub.com/snyk/cli/compare/v1.1286.3...v1.1286.4)
##### Bug Fixes
- upgrade iac custom rules extension to address vulns \[IAC-2921]
([#5149](https://togithub.com/snyk/snyk/issues/5149))
([6b96473](https://togithub.com/snyk/snyk/commit/6b96473e3c07a93fdc5da2f10bb39ea6f5a222d7))
### [`v1.1286.3`](https://togithub.com/snyk/cli/releases/tag/v1.1286.3)
[Compare
Source](https://togithub.com/snyk/cli/compare/v1.1286.2...v1.1286.3)
##### Bug Fixes
- always finish progress when auto-fixing in language server
([#5145](https://togithub.com/snyk/snyk/issues/5145))
([f645bbe](https://togithub.com/snyk/snyk/commit/f645bbe4b439a9523fcd16cc9857786bd25898b4))
- avoid potentially outputting very large JSON objects
([#5147](https://togithub.com/snyk/snyk/issues/5147))
([84b5e8b](https://togithub.com/snyk/snyk/commit/84b5e8bf390d4e68665c79efa57a4a7ed7cb3600))
### [`v1.1286.2`](https://togithub.com/snyk/cli/releases/tag/v1.1286.2)
[Compare
Source](https://togithub.com/snyk/cli/compare/v1.1286.1...v1.1286.2)
##### Bug Fixes
- enhance sbt output width, fixing false positives vulns
([#5130](https://togithub.com/snyk/snyk/issues/5130))
([2011b90](https://togithub.com/snyk/snyk/commit/2011b90704582654560d6d64819fe8d3cdfc91fd))
starship/starship (starship/starship)
###
[`v1.18.2`](https://togithub.com/starship/starship/releases/tag/v1.18.2)
[Compare
Source](https://togithub.com/starship/starship/compare/v1.18.1...v1.18.2)
##### Bug Fixes
- replace unmaintained crates `yaml-rust`, `dirs-next`
([#5887](https://togithub.com/starship/starship/issues/5887))
([796a411](https://togithub.com/starship/starship/commit/796a411602c9ca4e5103c54247440f4efe892918))
##### Reverts
- "build(deps): update rust crate gix to 0.61.1"
([#5878](https://togithub.com/starship/starship/issues/5878))
([eb80dba](https://togithub.com/starship/starship/commit/eb80dbab99e38b5018aa3fb70b06ae9e4d793b24))
twpayne/chezmoi (twpayne/chezmoi)
###
[`v2.47.3`](https://togithub.com/twpayne/chezmoi/releases/tag/v2.47.3)
[Compare
Source](https://togithub.com/twpayne/chezmoi/compare/v2.47.2...v2.47.3)
#### Changelog
##### Fixes
- [`2e4236c`](https://togithub.com/twpayne/chezmoi/commit/2e4236c71)
fix: Don't traverse into ignored directories when adding files
- [`8a83dcc`](https://togithub.com/twpayne/chezmoi/commit/8a83dcc1d)
fix: Skip adding entries in external dirs instead of erroring
- [`b366d0e`](https://togithub.com/twpayne/chezmoi/commit/b366d0e1c)
fix: Fix panic when adding children in exact\_ dirs
- [`ad77158`](https://togithub.com/twpayne/chezmoi/commit/ad771580c)
fix: Increase range of types accepted by promptChoice template function
---
### 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](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/scottames/dots).
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: scottames-github-bot[bot] <162828115+scottames-github-bot[bot]@users.noreply.github.com>
---
aqua/aqua-checksums.json | 112 +++++++++++++++++++--------------------
aqua/aqua.yaml | 30 +++++------
2 files changed, 71 insertions(+), 71 deletions(-)
diff --git a/aqua/aqua-checksums.json b/aqua/aqua-checksums.json
index 39079850..0a41676f 100644
--- a/aqua/aqua-checksums.json
+++ b/aqua/aqua-checksums.json
@@ -61,13 +61,13 @@
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/bitnami-labs/sealed-secrets/v0.26.1/kubeseal-0.26.1-linux-amd64.tar.gz",
- "checksum": "A1537AE726FC0CC93733092E8C12DFBC8413FAE6550F9548DBF3D91A3F9D65FD",
+ "id": "github_release/github.com/bitnami-labs/sealed-secrets/v0.26.2/kubeseal-0.26.2-linux-amd64.tar.gz",
+ "checksum": "9681DD97D245E2CD24AF7D2F44C962DDD3E7EB67443F9F8AB3C0633B3B0A15A7",
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/bitnami-labs/sealed-secrets/v0.26.1/kubeseal-0.26.1-linux-arm64.tar.gz",
- "checksum": "731D51BA211F59549EF273DC5961755F9415B4D3741C230E51BDC94D06337862",
+ "id": "github_release/github.com/bitnami-labs/sealed-secrets/v0.26.2/kubeseal-0.26.2-linux-arm64.tar.gz",
+ "checksum": "22845595E1C9C3C47B3A98ECD611D026AA11286F3F31415BD247399CDF0F1364",
"algorithm": "sha256"
},
{
@@ -101,23 +101,23 @@
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/cli/cli/v2.46.0/gh_2.46.0_linux_amd64.tar.gz",
- "checksum": "C671D450D7C0E95C84FBC6996591FC851D396848ACD53E589EE388031CEE9330",
+ "id": "github_release/github.com/cli/cli/v2.47.0/gh_2.47.0_linux_amd64.tar.gz",
+ "checksum": "B7015D9B87599A172A50C8980829E9D726ABF29408B00EF0102364061B9E8B00",
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/cli/cli/v2.46.0/gh_2.46.0_linux_arm64.tar.gz",
- "checksum": "0B4D23C60872D3E43B94BBCF84FFD69719DC8F9D85D685DEB0907774CAEA7B10",
+ "id": "github_release/github.com/cli/cli/v2.47.0/gh_2.47.0_linux_arm64.tar.gz",
+ "checksum": "6858F4B0089F02A3D49D8E536C05D0B161D97B0A484B2E04347AE24CC81C2E8D",
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/cue-lang/cue/v0.8.0/cue_v0.8.0_linux_amd64.tar.gz",
- "checksum": "E471126DC5E5E55A203066A4A4B1FB08D4CB027CF42517DFADC94C4E1B097767",
+ "id": "github_release/github.com/cue-lang/cue/v0.8.1/cue_v0.8.1_linux_amd64.tar.gz",
+ "checksum": "FF9349F3302A59B99FB84AD4C26F410296176B955C28BC902911EB21FD4DE992",
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/cue-lang/cue/v0.8.0/cue_v0.8.0_linux_arm64.tar.gz",
- "checksum": "37027C826E6900A86D5D55803C64F1A28F063D5DB600A807F6911F4D87213FE0",
+ "id": "github_release/github.com/cue-lang/cue/v0.8.1/cue_v0.8.1_linux_arm64.tar.gz",
+ "checksum": "91161D94482152960F574F93BF2B2999EAFD78BB841D3E084F2074C2877B9A5C",
"algorithm": "sha256"
},
{
@@ -171,8 +171,8 @@
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/dprint/dprint/0.45.0/dprint-x86_64-unknown-linux-gnu.zip",
- "checksum": "581E44D57631498EDFED6BAAD5DD77D832116A12C94DD6FB394045ED40AF18EA",
+ "id": "github_release/github.com/dprint/dprint/0.45.1/dprint-x86_64-unknown-linux-gnu.zip",
+ "checksum": "4E0C1D4F0F9F41EFC08D929616C9F73ABEA7E57B9658A8F5F478A26E165C331C",
"algorithm": "sha256"
},
{
@@ -236,13 +236,13 @@
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/gruntwork-io/terragrunt/v0.55.20/terragrunt_linux_amd64",
- "checksum": "F7094CB5577C9662D99F29086636EC13CC1030F5AB704E54CDE1755A87165451",
+ "id": "github_release/github.com/gruntwork-io/terragrunt/v0.56.2/terragrunt_linux_amd64",
+ "checksum": "510DEBF06F3C0C162BCAC0CC3CE59DEBC8FB91BD6DDB1F9CEC0CF4051C9470C4",
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/gruntwork-io/terragrunt/v0.55.20/terragrunt_linux_arm64",
- "checksum": "AF066633F3D223E8509A35D6892F161DCB5E827CAE281A85220232977CC9BD6F",
+ "id": "github_release/github.com/gruntwork-io/terragrunt/v0.56.2/terragrunt_linux_arm64",
+ "checksum": "193D9C1118991970F4BB23544B58046FBC6148D5B8AD0FB89D7A9E3B6B0DCE12",
"algorithm": "sha256"
},
{
@@ -311,13 +311,13 @@
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/junegunn/fzf/0.48.1/fzf-0.48.1-linux_amd64.tar.gz",
- "checksum": "6CFCE75ABA3B22B454C8FACB30AEFD28C676D16F483493656C9B3E0FA3800F20",
+ "id": "github_release/github.com/junegunn/fzf/0.49.0/fzf-0.49.0-linux_amd64.tar.gz",
+ "checksum": "0C8DF3ED2633B8D14643B0C47D4FAE4BBE5987CDFC34EB1DB438B2D04DB3C041",
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/junegunn/fzf/0.48.1/fzf-0.48.1-linux_arm64.tar.gz",
- "checksum": "9D4DC7DC8A31688E51F8E4B6BC7EA6E1FB1B688BFE9DEAB977063636E78CE94B",
+ "id": "github_release/github.com/junegunn/fzf/0.49.0/fzf-0.49.0-linux_arm64.tar.gz",
+ "checksum": "11F461330D5AA8F7BD299BA3092EF0764327521429951DD9E1E93CE63D1FEDB5",
"algorithm": "sha256"
},
{
@@ -356,13 +356,13 @@
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/kubernetes-sigs/kustomize/kustomize/v5.3.0/kustomize_v5.3.0_linux_amd64.tar.gz",
- "checksum": "3AB32F92360D752A2A53E56BE073B649ABC1E7351B912C0FB32B960D1DEF854C",
+ "id": "github_release/github.com/kubernetes-sigs/kustomize/kustomize/v5.4.1/kustomize_v5.4.1_linux_amd64.tar.gz",
+ "checksum": "3D659A80398658D4FEC4EC4CA184B432AFA1D86451A60BE63CA6E14311FC1C42",
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/kubernetes-sigs/kustomize/kustomize/v5.3.0/kustomize_v5.3.0_linux_arm64.tar.gz",
- "checksum": "A1EC622D4ADEB483E3CDABD70F0D66058B1E4BCEC013C4F74F370666E1E045D8",
+ "id": "github_release/github.com/kubernetes-sigs/kustomize/kustomize/v5.4.1/kustomize_v5.4.1_linux_arm64.tar.gz",
+ "checksum": "123B9CE38E04A03DE5907153EF7F16979027BAD16D0763A304E59DCF69AC6D30",
"algorithm": "sha256"
},
{
@@ -426,13 +426,13 @@
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/nektos/act/v0.2.60/act_Linux_arm64.tar.gz",
- "checksum": "596A3885EB522A941FEDE2DDF1D5A1B2235C6B8E938E3E8BB9624B1C54969893",
+ "id": "github_release/github.com/nektos/act/v0.2.61/act_Linux_arm64.tar.gz",
+ "checksum": "320E73A91B52886A0EE0FDF082943346218A18C3AA4BB9C9E87F79E4488621E6",
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/nektos/act/v0.2.60/act_Linux_x86_64.tar.gz",
- "checksum": "DCB443969CD29743BC65193A92E8992FFAE2CF2548AC2C523634D195619E6BBD",
+ "id": "github_release/github.com/nektos/act/v0.2.61/act_Linux_x86_64.tar.gz",
+ "checksum": "0E087414B2837FA4437930A6F07CB661A9D28C4BE69E258ADED0C8E44682F056",
"algorithm": "sha256"
},
{
@@ -441,13 +441,13 @@
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/rhysd/hgrep/v0.3.4/hgrep-v0.3.4-aarch64-unknown-linux-gnu.zip",
- "checksum": "5AC55885FE008F081FD21316E2827F5DD39640BDD0BB7737BB565569401D1B79",
+ "id": "github_release/github.com/rhysd/hgrep/v0.3.5/hgrep-v0.3.5-aarch64-unknown-linux-gnu.zip",
+ "checksum": "97B5BFD4A72B437C853EA835B0F61247EA010C04CBC8DA3D1C4C6A9E7EFFF31A",
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/rhysd/hgrep/v0.3.4/hgrep-v0.3.4-x86_64-unknown-linux-musl.zip",
- "checksum": "9285D0F4F5ABEFAAF36BFF429B8B0A0E63547827E7FC45F88C7586BADF9BF393",
+ "id": "github_release/github.com/rhysd/hgrep/v0.3.5/hgrep-v0.3.5-x86_64-unknown-linux-musl.zip",
+ "checksum": "85A756DA5127A87382F00B0A59CA7F54D2DBB82C09330E75792BE05D6509D32B",
"algorithm": "sha256"
},
{
@@ -481,13 +481,13 @@
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/simulot/immich-go/0.13.1/immich-go_Linux_arm64.tar.gz",
- "checksum": "025066FFB1C29ADBA49534BA2D4A98E55AC79A71576D0640E842B36F5AE2324A",
+ "id": "github_release/github.com/simulot/immich-go/0.13.2/immich-go_Linux_arm64.tar.gz",
+ "checksum": "3BCCF01332BA35F0B28DF07CBB6981BACB97AF052569AC5C4519855371C1950E",
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/simulot/immich-go/0.13.1/immich-go_Linux_x86_64.tar.gz",
- "checksum": "34B273B3EB263C3775D070EAFC33EFA0CC363048AFD891659C983E6EE2003A71",
+ "id": "github_release/github.com/simulot/immich-go/0.13.2/immich-go_Linux_x86_64.tar.gz",
+ "checksum": "DF654A25FE44A7BBF73AF979A7DDB1ABAF6BD8578D4C0EE4EC85A8F895A68D13",
"algorithm": "sha256"
},
{
@@ -511,23 +511,23 @@
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/snyk/cli/v1.1286.1/snyk-linux",
- "checksum": "0BC957445408EBFC92535F8F6617AB7E0F34FC6E8C37985969B403BA0B55B4E3",
+ "id": "github_release/github.com/snyk/cli/v1.1287.0/snyk-linux",
+ "checksum": "FDF419E2CDCE14D3C2B4A3706A59DE9FE42411AEC71CDC543921304A5A2214FE",
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/snyk/cli/v1.1286.1/snyk-linux-arm64",
- "checksum": "20B0D93C7FDFF7162142CF02D82F067D702649FD364F760B15D11658FA98F05D",
+ "id": "github_release/github.com/snyk/cli/v1.1287.0/snyk-linux-arm64",
+ "checksum": "B5258CE389BB41DB6E8AC976520B97AEECD111FC4383F1087B17D15FB09A7BF4",
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/starship/starship/v1.18.1/starship-aarch64-unknown-linux-musl.tar.gz",
- "checksum": "49C834518338B90EF285C2C552F45C4F6B283CC843FE451F91A7BE28EA74DF9A",
+ "id": "github_release/github.com/starship/starship/v1.18.2/starship-aarch64-unknown-linux-musl.tar.gz",
+ "checksum": "6599B4653AEF7D5B1D3BD60A2940EB5084D0B2D66D69D5D4B9EF3802CB15E14F",
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/starship/starship/v1.18.1/starship-x86_64-unknown-linux-musl.tar.gz",
- "checksum": "F811F8D17C2FD66B8ABAFD4D3AF5724A52DE593595ECDD6C6F776FCD473019AC",
+ "id": "github_release/github.com/starship/starship/v1.18.2/starship-x86_64-unknown-linux-musl.tar.gz",
+ "checksum": "F2665EEA49C900DF7CA1A5E91FD5A530A3D607282287B1392974843588E75B5C",
"algorithm": "sha256"
},
{
@@ -571,13 +571,13 @@
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/twpayne/chezmoi/v2.47.2/chezmoi_2.47.2_linux_amd64.tar.gz",
- "checksum": "ACB821727B50D189304FFDFA86A102A6AE8BDB83EFDA1829F8A3B9A848749218",
+ "id": "github_release/github.com/twpayne/chezmoi/v2.47.3/chezmoi_2.47.3_linux_amd64.tar.gz",
+ "checksum": "1DA4C2CFD6A533260F1564B44C8F7B03D58A5B7BDB1AFA1F66F40D9189DB5FDF",
"algorithm": "sha256"
},
{
- "id": "github_release/github.com/twpayne/chezmoi/v2.47.2/chezmoi_2.47.2_linux_arm64.tar.gz",
- "checksum": "E57B0163CF8CC52AFE3B6C79B0028C96E09DEFF505DA8EC985DDCB3CCB508F9A",
+ "id": "github_release/github.com/twpayne/chezmoi/v2.47.3/chezmoi_2.47.3_linux_arm64.tar.gz",
+ "checksum": "E8DFDC7EE00427DDF6855AE8E6DA8C05B885FF9D9BE221576D45917462E1A45C",
"algorithm": "sha256"
},
{
@@ -641,13 +641,13 @@
"algorithm": "sha256"
},
{
- "id": "http/storage.googleapis.com/skaffold/releases/v2.10.1/skaffold-linux-amd64",
- "checksum": "217178D634607DF7FEE3060648D6BFA03B5E20D3143DBE2D7DDC3C474A64CC94",
+ "id": "http/storage.googleapis.com/skaffold/releases/v2.11.0/skaffold-linux-amd64",
+ "checksum": "574B8862EC4625F19D2BBAFC88E5E58868BB2DB39E4B6CC74C429AD11B4839E4",
"algorithm": "sha256"
},
{
- "id": "http/storage.googleapis.com/skaffold/releases/v2.10.1/skaffold-linux-arm64",
- "checksum": "2ADC69810DB7A76CC6796F54F690C4D86E7C7E349A11752EC0CD1130A01E011D",
+ "id": "http/storage.googleapis.com/skaffold/releases/v2.11.0/skaffold-linux-arm64",
+ "checksum": "46E4F8EA4070B55EBE931DB5B7960312A101475F16AA4BD0E2CD2F8ED13A5218",
"algorithm": "sha256"
},
{
@@ -656,8 +656,8 @@
"algorithm": "sha256"
},
{
- "id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.155.1/registry.yaml",
- "checksum": "221DED8E07FF0320860D9186644979B8E89FC1944301EA86A0F148A1A4296AB1D350A6C5794FD2E8D00F6D6766EB1FE80E335DD6B2BB40524556F81BADB838B3",
+ "id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.158.0/registry.yaml",
+ "checksum": "C0E8EEE26C3F14F87E0D49B81E47A363906EBF61665F706647A79AC07BA208EEDA15EE98A6725505414EB3E7CFEDAA86809CD8F50F26D417A043218527E8C58A",
"algorithm": "sha512"
}
]
diff --git a/aqua/aqua.yaml b/aqua/aqua.yaml
index c15a313f..50283e1a 100644
--- a/aqua/aqua.yaml
+++ b/aqua/aqua.yaml
@@ -7,26 +7,26 @@ checksum: # https://aquaproj.github.io/docs/reference/checksum/
supported_envs:
- linux
registries:
- - ref: v4.155.1 # renovate: depName=aquaproj/aqua-registry
+ - ref: v4.158.0 # renovate: depName=aquaproj/aqua-registry
type: standard
- name: dots
path: aqua-registry.yaml
type: local
packages:
- name: charmbracelet/glow@v1.5.1
- - name: cli/cli@v2.46.0
+ - name: cli/cli@v2.47.0
- name: denisidoro/navi@v2.23.0
- name: golangci/golangci-lint@v1.57.2
- name: homeport/dyff@v1.7.1
- name: kubernetes-sigs/krew@v0.4.4
- name: marcosnils/bin@v0.17.4
- name: tfutils/tfenv@v3.0.0
- - name: twpayne/chezmoi@v2.47.2
+ - name: twpayne/chezmoi@v2.47.3
- name: zellij-org/zellij@v0.39.2
- name: weaveworks/eksctl@v0.175.0
- name: keilerkonzept/terraform-module-versions@3.1.14
- name: magefile/mage@v1.15.0
- - name: starship/starship@v1.18.1
+ - name: starship/starship@v1.18.2
- name: muesli/duf@v0.8.1
- name: gokcehan/lf@r28
- name: BurntSushi/ripgrep@14.1.0
@@ -39,13 +39,13 @@ packages:
- name: kubernetes/kubectl@v1.29.3
- name: fluxcd/flux2@v2.2.3
- name: helm/helm@v3.14.3
- - name: kubernetes-sigs/kustomize@kustomize/v5.3.0
+ - name: kubernetes-sigs/kustomize@kustomize/v5.4.1
- name: stern/stern@v1.28.0
- name: charmbracelet/gum@v0.13.0
- name: dandavison/delta@0.17.0
- name: stedolan/jq@jq-1.6
- name: jtyr/gbt@v2.0.0
- - name: junegunn/fzf@0.48.1
+ - name: junegunn/fzf@0.49.0
- name: hadolint/hadolint@v2.12.0
- name: jesseduffield/lazygit@v0.41.0
- name: derailed/k9s@v0.32.4
@@ -53,10 +53,10 @@ packages:
- name: 99designs/aws-vault@v7.2.0
- name: koalaman/shellcheck@v0.10.0
- name: sharkdp/bat@v0.24.0
- - name: bitnami-labs/sealed-secrets@v0.26.1
+ - name: bitnami-labs/sealed-secrets@v0.26.2
- name: instrumenta/kubeval@v0.16.1
- name: kubernetes/minikube@v1.32.0
- - name: GoogleContainerTools/skaffold@v2.10.1
+ - name: GoogleContainerTools/skaffold@v2.11.0
- name: smallstep/certificates@v0.26.0
- name: smallstep/cli@v0.26.0
- name: terraform-linters/tflint@v0.50.3
@@ -65,7 +65,7 @@ packages:
- name: suzuki-shunsuke/yaml2json@v0.2.1
- name: mikefarah/yq@v4.43.1
- name: sigstore/cosign@v2.2.3
- - name: nektos/act@v0.2.60
+ - name: nektos/act@v0.2.61
- name: casey/just@1.25.2
- name: tomnomnom/gron@v0.7.1
- name: kevincobain2000/gobrew@v1.10.8
@@ -73,21 +73,21 @@ packages:
- name: wagoodman/dive@v0.12.0
- name: dkaslovsky/nav@v1.1.0
registry: dots
- - name: simulot/immich-go@0.13.1
+ - name: simulot/immich-go@0.13.2
registry: dots
- name: trunk-io/launcher@1.3.0
- name: lsd-rs/lsd@v1.1.2
- name: PaulJuliusMartinez/jless@v0.9.0
- name: konradsz/igrep@v1.2.0
- - name: rhysd/hgrep@v0.3.4
+ - name: rhysd/hgrep@v0.3.5
- name: eza-community/eza@v0.18.9
- name: kisielk/errcheck@v1.7.0
registry: dots
- name: mvdan/sh@v3.8.0
- - name: cue-lang/cue@v0.8.0
- - name: dprint/dprint@0.45.0
- - name: gruntwork-io/terragrunt@v0.55.20
+ - name: cue-lang/cue@v0.8.1
+ - name: dprint/dprint@0.45.1
+ - name: gruntwork-io/terragrunt@v0.56.2
- name: hashicorp/packer@v1.10.2
- - name: snyk/cli@v1.1286.1
+ - name: snyk/cli@v1.1287.0
- name: aquasecurity/tfsec@v1.28.5
- name: int128/ghcp@v1.13.2