Commit eac642a
chore(deps): update ⬆️ aqua-packages (#419)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[GoogleContainerTools/skaffold](https://redirect.github.com/GoogleContainerTools/skaffold)
| minor | `v2.14.2` -> `v2.15.0` |
| [aquaproj/aqua](https://redirect.github.com/aquaproj/aqua) | minor |
`v2.46.0` -> `v2.48.1` |
|
[aquaproj/aqua-registry](https://redirect.github.com/aquaproj/aqua-registry)
| minor | `v4.336.0` -> `v4.340.0` |
| [cue-lang/cue](https://redirect.github.com/cue-lang/cue) | patch |
`v0.12.0` -> `v0.12.1` |
|
[fastfetch-cli/fastfetch](https://redirect.github.com/fastfetch-cli/fastfetch)
| patch | `2.40.0` -> `2.40.3` |
| [junegunn/fzf](https://redirect.github.com/junegunn/fzf) | patch |
`v0.61.0` -> `v0.61.1` |
| [twpayne/chezmoi](https://redirect.github.com/twpayne/chezmoi) | minor
| `v2.61.0` -> `v2.62.0` |
---
### Release Notes
<details>
<summary>GoogleContainerTools/skaffold
(GoogleContainerTools/skaffold)</summary>
###
[`v2.15.0`](https://redirect.github.com/GoogleContainerTools/skaffold/blob/HEAD/CHANGELOG.md#v2150-Release---04032025)
[Compare
Source](https://redirect.github.com/GoogleContainerTools/skaffold/compare/v2.14.2...v2.15.0)
**Linux amd64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.15.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.15.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.15.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.15.0/skaffold-darwin-arm64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`
**Windows**
https://storage.googleapis.com/skaffold/releases/v2.15.0/skaffold-windows-amd64.exe
**Docker image**
`gcr.io/k8s-skaffold/skaffold:v2.15.0`
Note: This release comes with a new config version, `v4beta13`. 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(helm): add depBuild and template flags to HelmDeployFlags schema
[#​9696](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9696)
- feat: allow ValuesFile from GCS
[#​9182](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9182)
Fixes:
- fix: fix lifecycle version in go.mod
[#​9774](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9774)
- fix: port-forward error logs `failed to port forward`
([#​9728](https://redirect.github.com/GoogleContainerTools/skaffold/issues/9728))
[#​9759](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9759)
- fix(verify): use container name from configuration in verify tests
[#​9753](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9753)
- fix: gcb builder incorrectly assumes target project from worker pool
project
[#​9725](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9725)
- fix: port-forward error logs `failed to port forward`
[#​9728](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9728)
- fix: kustomize render should workwith inline patches
[#​9732](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9732)
- fix(helm): Fix helm package installation order
[#​9693](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9693)
- fix(helm): Fix helm package installation order
([#​9693](https://redirect.github.com/GoogleContainerTools/skaffold/issues/9693))
[#​9709](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9709)
- fix: (helm) Add expand env template for dependsOn, fix concurrent
installation
([#​9689](https://redirect.github.com/GoogleContainerTools/skaffold/issues/9689))
[#​9707](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9707)
- fix(helm): Add expand env template for dependsOn, fix concurrent
installation
[#​9689](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9689)
Docs, Test, and Release Updates:
- chore: Fix BuildContextCompressionLevel description, output the level
[#​9688](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9688)
- chore: update dockerfile and integration skaffold dependencies
[#​9776](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9776)
- chore: Update go deps for 2.15 release
[#​9773](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9773)
- chore: bump go version to 1.24.1
[#​9772](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9772)
- chore: bump github/codeql-action from 3.28.12 to 3.28.13
[#​9767](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9767)
- chore: bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
[#​9763](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9763)
- chore: bump actions/upload-artifact from 4.6.1 to 4.6.2
[#​9761](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9761)
- chore: bump github/codeql-action from 3.28.11 to 3.28.12
[#​9760](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9760)
- chore: bump golang.org/x/net from 0.33.0 to 0.36.0 in
/examples/grpc-e2e-tests/service
[#​9758](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9758)
- chore: bump github.com/containerd/containerd from 1.7.25 to 1.7.27
[#​9756](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9756)
- chore: bump rack from 2.2.11 to 2.2.13 in
/integration/examples/ruby/backend
[#​9752](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9752)
- chore: bump golang.org/x/net from 0.23.0 to 0.36.0 in /hack/tools
[#​9750](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9750)
- chore: bump golang.org/x/net from 0.35.0 to 0.36.0
[#​9751](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9751)
- chore: bump rack from 2.2.11 to 2.2.13 in /examples/ruby/backend
[#​9749](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9749)
- chore: bump github/codeql-action from 3.28.10 to 3.28.11
[#​9748](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9748)
- chore: new schema version v4beta13
[#​9741](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9741)
- chore: bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5
[#​9737](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9737)
- chore: bump golang.org/x/net from 0.23.0 to 0.33.0 in
/examples/grpc-e2e-tests/service
[#​9736](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9736)
- chore: bump actions/upload-artifact from 4.6.0 to 4.6.1
[#​9733](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9733)
- chore: bump ossf/scorecard-action from 2.4.0 to 2.4.1
[#​9734](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9734)
- chore: bump github/codeql-action from 3.28.9 to 3.28.10
[#​9735](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9735)
- chore: bump github/codeql-action from 3.28.8 to 3.28.9
[#​9724](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9724)
- chore: bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.26.0 to
2.26.1
[#​9715](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9715)
- Revert back to only allowing security updates from dependabot.
[#​9727](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9727)
- chore: bump rack from 2.2.8.1 to 2.2.11 in
/integration/examples/ruby/backend
[#​9719](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9719)
- chore: bump rack from 2.2.8.1 to 2.2.11 in /examples/ruby/backend
[#​9720](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9720)
- chore: bump golang.org/x/net from 0.23.0 to 0.33.0 in
/integration/examples/grpc-e2e-tests/cloud-spanner-bootstrap
[#​9726](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9726)
- chore: bump google.golang.org/api from 0.219.0 to 0.221.0
[#​9723](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9723)
- chore: bump
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace
from 1.25.0 to 1.26.0
[#​9697](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9697)
- chore: bump github.com/spf13/pflag from 1.0.5 to 1.0.6
[#​9701](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9701)
- chore: bump github.com/evanphx/json-patch from 5.9.0+incompatible to
5.9.11+incompatible
[#​9698](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9698)
- chore: bump github/codeql-action from 3.28.5 to 3.28.8
[#​9702](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9702)
- chore: bump
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric
from 0.49.0 to 0.50.0
[#​9700](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9700)
- chore: bump google.golang.org/api from 0.218.0 to 0.219.0
[#​9699](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9699)
- chore: bump google.golang.org/grpc from 1.69.4 to 1.70.0
[#​9683](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9683)
- chore: bump github/codeql-action from 3.28.1 to 3.28.5
[#​9685](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9685)
- chore: bump google.golang.org/protobuf from 1.36.3 to 1.36.4
[#​9684](https://redirect.github.com/GoogleContainerTools/skaffold/pull/9684)
Huge thanks goes out to all of our contributors for this release:
- Angel Montero
- Artem Kamenev
- ASHOK KUMAR KS
- Bogdan Nazarenko
- coperni
- dependabot\[bot]
- menahyouyeah
- Michael Plump
- SeongChan Lee
- Suleiman Dibirov
</details>
<details>
<summary>aquaproj/aqua (aquaproj/aqua)</summary>
###
[`v2.48.1`](https://redirect.github.com/aquaproj/aqua/releases/tag/v2.48.1)
[Compare
Source](https://redirect.github.com/aquaproj/aqua/compare/v2.48.0...v2.48.1)
[Pull
Requests](https://redirect.github.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.48.1)
|
[Issues](https://redirect.github.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.48.1)
| aquaproj/aqua@v2.48.0...v2.48.1
#### 🐛 Bug Fixes
[#​3729](https://redirect.github.com/aquaproj/aqua/issues/3729)
Fix bash and zsh completion command generation
[@​takumin](https://redirect.github.com/takumin)
###
[`v2.48.0`](https://redirect.github.com/aquaproj/aqua/releases/tag/v2.48.0)
[Compare
Source](https://redirect.github.com/aquaproj/aqua/compare/v2.47.2...v2.48.0)
[Pull
Requests](https://redirect.github.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.48.0)
|
[Issues](https://redirect.github.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.48.0)
| aquaproj/aqua@v2.47.2...v2.48.0
#### Features
[#​3725](https://redirect.github.com/aquaproj/aqua/issues/3725)
support disabling slsa-verifier's --source-tag
###
[`v2.47.2`](https://redirect.github.com/aquaproj/aqua/releases/tag/v2.47.2)
[Compare
Source](https://redirect.github.com/aquaproj/aqua/compare/v2.47.1...v2.47.2)
[Pull
Requests](https://redirect.github.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.47.2)
|
[Issues](https://redirect.github.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.47.2)
| aquaproj/aqua@v2.47.1...v2.47.2
#### Bug Fixes
[#​3721](https://redirect.github.com/aquaproj/aqua/issues/3721)
Fix a bug that a panic occurs if aqua tries to verify assets using
Minisign on linux/arm64
#### Improvement
[#​3718](https://redirect.github.com/aquaproj/aqua/issues/3718)
generate-registry: Add os patterns
- macosx
- linux-gnu
###
[`v2.47.1`](https://redirect.github.com/aquaproj/aqua/releases/tag/v2.47.1)
[Compare
Source](https://redirect.github.com/aquaproj/aqua/compare/v2.47.0...v2.47.1-0)
[Pull
Requests](https://redirect.github.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.47.1)
|
[Issues](https://redirect.github.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.47.1)
| aquaproj/aqua@v2.47.0...v2.47.1
##### 🐛 Bug Fixes
[#​3717](https://redirect.github.com/aquaproj/aqua/issues/3717)
Fix the output of the `version` command
###
[`v2.47.0`](https://redirect.github.com/aquaproj/aqua/releases/tag/v2.47.0)
[Compare
Source](https://redirect.github.com/aquaproj/aqua/compare/v2.46.0...v2.47.0)
[Pull
Requests](https://redirect.github.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.47.0)
|
[Issues](https://redirect.github.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.47.0)
| aquaproj/aqua@v2.46.0...v2.47.0
##### Features
[#​3711](https://redirect.github.com/aquaproj/aqua/issues/3711)
Support `cosign veryf-blob`'s `--bundle` option
[#​3710](https://redirect.github.com/aquaproj/aqua/issues/3710)
generate-registry: Use cosign cert if sig is keyless, not pubkey even if
available [@​scop](https://redirect.github.com/scop)
##### Fixes
[#​3689](https://redirect.github.com/aquaproj/aqua/issues/3689)
generate-registry: Exclude the last element of version_overrides from
sort
##### Others
[#​3703](https://redirect.github.com/aquaproj/aqua/issues/3703)
Update module github.com/urfave/cli/v2 to v3
</details>
<details>
<summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary>
###
[`v4.340.0`](https://redirect.github.com/aquaproj/aqua-registry/releases/tag/v4.340.0)
[Compare
Source](https://redirect.github.com/aquaproj/aqua-registry/compare/v4.339.0...v4.340.0)
[Issues](https://redirect.github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.340.0)
| [Pull
Requests](https://redirect.github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.340.0)
| aquaproj/aqua-registry@v4.339.0...v4.340.0
#### 🎉 New Packages
[#​34126](https://redirect.github.com/aquaproj/aqua-registry/issues/34126)
[kyverno/chainsaw](https://redirect.github.com/kyverno/chainsaw) -
Declarative K8s e2e testing
[@​nielsvz](https://redirect.github.com/nielsvz)
###
[`v4.339.0`](https://redirect.github.com/aquaproj/aqua-registry/releases/tag/v4.339.0)
[Compare
Source](https://redirect.github.com/aquaproj/aqua-registry/compare/v4.338.0...v4.339.0)
[Issues](https://redirect.github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.339.0)
| [Pull
Requests](https://redirect.github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.339.0)
| aquaproj/aqua-registry@v4.338.0...v4.339.0
#### 🎉 New Packages
[#​34106](https://redirect.github.com/aquaproj/aqua-registry/issues/34106)
[santhosh-tekuri/jsonschema](https://redirect.github.com/santhosh-tekuri/jsonschema)
- JSONSchema (draft 2020-12, draft 2019-09, draft-7, draft-6, draft-4)
Validation using Go
[@​takumin](https://redirect.github.com/takumin)
[#​34078](https://redirect.github.com/aquaproj/aqua-registry/issues/34078)
[suzuki-shunsuke/rgo](https://redirect.github.com/suzuki-shunsuke/rgo):
rgo is a tiny script to release a Homebrew-tap recipe, Scoop App
Manifest, and a winget manifest built with GoReleaser
#### Fixes
[#​34096](https://redirect.github.com/aquaproj/aqua-registry/issues/34096)
sigstore/cosign: Configure Cosign
[@​scop](https://redirect.github.com/scop)
###
[`v4.338.0`](https://redirect.github.com/aquaproj/aqua-registry/releases/tag/v4.338.0)
[Compare
Source](https://redirect.github.com/aquaproj/aqua-registry/compare/v4.337.0...v4.338.0)
[Issues](https://redirect.github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.338.0)
| [Pull
Requests](https://redirect.github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.338.0)
| aquaproj/aqua-registry@v4.337.0...v4.338.0
#### 🎉 New Packages
[#​34027](https://redirect.github.com/aquaproj/aqua-registry/issues/34027)
[nadoo/glider](https://redirect.github.com/nadoo/glider) - glider is a
forward proxy with multiple protocols support, and also a dns/dhcp
server with ipset management features(like dnsmasq)
[@​takumin](https://redirect.github.com/takumin)
#### Fixes
[#​34058](https://redirect.github.com/aquaproj/aqua-registry/issues/34058)
fastfetch-cli/fastfetch: Fix for fastfetch 2.40.1 or later
###
[`v4.337.0`](https://redirect.github.com/aquaproj/aqua-registry/releases/tag/v4.337.0)
[Compare
Source](https://redirect.github.com/aquaproj/aqua-registry/compare/v4.336.1...v4.337.0)
[Issues](https://redirect.github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.337.0)
| [Pull
Requests](https://redirect.github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.337.0)
| aquaproj/aqua-registry@v4.336.0...v4.337.0
#### 🎉 New Packages
[#​34020](https://redirect.github.com/aquaproj/aqua-registry/issues/34020)
[bazelbuild/buildtools/buildozer](https://redirect.github.com/bazelbuild/buildtools)
- Buildozer is a command line tool to rewrite multiple Bazel BUILD files
using standard commands
[@​andreabedini](https://redirect.github.com/andreabedini)
[#​34019](https://redirect.github.com/aquaproj/aqua-registry/issues/34019)
[bazelbuild/buildtools/buildifier](https://redirect.github.com/bazelbuild/buildtools)
- Format BUILD, BUILD.bazel and BUCK files in a standard way
[@​andreabedini](https://redirect.github.com/andreabedini)
[#​34022](https://redirect.github.com/aquaproj/aqua-registry/issues/34022)
[jkfran/killport](https://redirect.github.com/jkfran/killport) - A
command-line tool to easily kill processes running on a specified port
[@​takumin](https://redirect.github.com/takumin)
[#​34021](https://redirect.github.com/aquaproj/aqua-registry/issues/34021)
[tweag/nickel](https://redirect.github.com/tweag/nickel) - Better
configuration for less
[@​andreabedini](https://redirect.github.com/andreabedini)
###
[`v4.336.1`](https://redirect.github.com/aquaproj/aqua-registry/releases/tag/v4.336.1)
[Compare
Source](https://redirect.github.com/aquaproj/aqua-registry/compare/v4.336.0...v4.336.1)
[Issues](https://redirect.github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.336.1)
| [Pull
Requests](https://redirect.github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.336.1)
| aquaproj/aqua-registry@v4.336.0...v4.336.1
#### Fixes
[#​33990](https://redirect.github.com/aquaproj/aqua-registry/issues/33990)
ninja-build/ninja: Support arm64 on Linux and Windows
[@​KevSlashNull](https://redirect.github.com/KevSlashNull)
</details>
<details>
<summary>cue-lang/cue (cue-lang/cue)</summary>
###
[`v0.12.1`](https://redirect.github.com/cue-lang/cue/releases/tag/v0.12.1)
[Compare
Source](https://redirect.github.com/cue-lang/cue/compare/v0.12.0...v0.12.1)
#### Evaluator
Embedding binary files like `@embed(file="foo", type=binary)` no longer
interprets the files as Unicode text, which mangled invalid UTF-8 bytes.
#### `cmd/cue`
The release archives are now built with Go 1.24, which should fix `cue
get go` when used with Go installed at version 1.24.
<details>
<summary><b>Full list of changes since v0.12.0</b></summary>
- internal/ci: test and release on Go 1.24 by
[@​mvdan](https://redirect.github.com/mvdan) in
[`c03a715`](https://redirect.github.com/cue-lang/cue/commit/c03a7157005d6befc2791e826a6295ecad76ae9e)
- internal/encoding: don't interpret files as UTF8 with the binary
encoding by
[@​nichtsundniemand](https://redirect.github.com/nichtsundniemand)
in
[`df60e2f`](https://redirect.github.com/cue-lang/cue/commit/df60e2fc4077c4a9ea2eaee50338e14c337d741f)
- cmd/cue/cmd: show incorrect handling of binary files when embedded by
[@​nichtsundniemand](https://redirect.github.com/nichtsundniemand)
in
[`39aa9e4`](https://redirect.github.com/cue-lang/cue/commit/39aa9e4b4105f85804d8f841d562747b19ba6b5b)
</details>
</details>
<details>
<summary>fastfetch-cli/fastfetch (fastfetch-cli/fastfetch)</summary>
###
[`v2.40.3`](https://redirect.github.com/fastfetch-cli/fastfetch/blob/HEAD/CHANGELOG.md#2403)
[Compare
Source](https://redirect.github.com/fastfetch-cli/fastfetch/compare/2.40.2...2.40.3)
Bugfixes:
- Fix loading example configs from presets directory
([#​1672](https://redirect.github.com/fastfetch-cli/fastfetch/issues/1672))
- Regression of v2.40.2
- Mark kitty image protocol support for warp terminal on macOS too
(Logo)
###
[`v2.40.2`](https://redirect.github.com/fastfetch-cli/fastfetch/blob/HEAD/CHANGELOG.md#2402)
[Compare
Source](https://redirect.github.com/fastfetch-cli/fastfetch/compare/2.40.1...2.40.2)
Changes:
- Since v2.40.0, we've been loading config files from the directory
where the fastfetch binary is located. However, this approach may lead
to loading unexpected files. For example, `fastfetch -c groups` would
attempt to load `/usr/bin/groups`. Therefore, we now enforce the
`.jsonc` extension when loading config files. Examples:
1. `-c filename`: loads `filename.jsonc`
2. `-c filename.jsonc`: loads `filename.jsonc`
3. `-c filename.json`: loads `filename.json` and enforces strict JSON
syntax (no comments or trailing commas)
4. `-c filename.ext`: loads `filename.ext.jsonc` (`.jsonc` extension is
enforced)
Features:
- Mark kitty image protocol support for warp terminal (Logo)
- Documentation improvements
###
[`v2.40.1`](https://redirect.github.com/fastfetch-cli/fastfetch/blob/HEAD/CHANGELOG.md#2401)
[Compare
Source](https://redirect.github.com/fastfetch-cli/fastfetch/compare/2.40.0...2.40.1)
Bugfixes:
- Fix compiling error on old intel platform (TPM, macOS)
- Fix `--file-raw -` no longer working (Logo,
[#​1659](https://redirect.github.com/fastfetch-cli/fastfetch/issues/1659))
- Regression of v2.40.0
</details>
<details>
<summary>junegunn/fzf (junegunn/fzf)</summary>
###
[`v0.61.1`](https://redirect.github.com/junegunn/fzf/releases/tag/v0.61.1):
0.61.1
[Compare
Source](https://redirect.github.com/junegunn/fzf/compare/v0.61.0...v0.61.1)
- Disable bracketed-paste mode on exit. This fixes issue where pasting
breaks after running fzf on old bash versions that don't support the
mode.
</details>
<details>
<summary>twpayne/chezmoi (twpayne/chezmoi)</summary>
###
[`v2.62.0`](https://redirect.github.com/twpayne/chezmoi/releases/tag/v2.62.0)
[Compare
Source](https://redirect.github.com/twpayne/chezmoi/compare/v2.61.0...v2.62.0)
#### Changelog
##### Features
-
[`9213598`](https://redirect.github.com/twpayne/chezmoi/commit/9213598a1f76e46cf9d125c5b3c18412308e8893)
feat: Add --file flag to execute-template command
-
[`d26f9eb`](https://redirect.github.com/twpayne/chezmoi/commit/d26f9eb8619c77555b86410bfaddd02f74b3f8e6)
feat: Add encoding template directive
##### Documentation updates
-
[`3e3c0e8`](https://redirect.github.com/twpayne/chezmoi/commit/3e3c0e84b7ab5a53abb802f9c73e47421e30de90)
docs: Add link to article
-
[`d70c988`](https://redirect.github.com/twpayne/chezmoi/commit/d70c98809a0c9ed9add49fb09249ce33deb4c4ee)
docs: Fix reference to KeePassXC link
-
[`a248722`](https://redirect.github.com/twpayne/chezmoi/commit/a2487227aecf2ec4523f91117c366644f983c535)
docs: Add link to video
-
[`58855ac`](https://redirect.github.com/twpayne/chezmoi/commit/58855ac4f07c7f223c277a538a54dac9cba3372d)
docs: Update link to article
</details>
---
### 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://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/scottames/dots).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
---------
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>1 parent 52631fd commit eac642a
File tree
4 files changed
+30
-30
lines changed- .github/workflows
- aqua
- home/.chezmoiscripts
4 files changed
+30
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
| 124 | + | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
| 129 | + | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
245 | | - | |
| 244 | + | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
250 | | - | |
| 249 | + | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
385 | | - | |
| 384 | + | |
| 385 | + | |
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
390 | | - | |
| 389 | + | |
| 390 | + | |
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| |||
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
679 | | - | |
680 | | - | |
| 679 | + | |
| 680 | + | |
681 | 681 | | |
682 | 682 | | |
683 | 683 | | |
684 | | - | |
685 | | - | |
| 684 | + | |
| 685 | + | |
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
| |||
751 | 751 | | |
752 | 752 | | |
753 | 753 | | |
754 | | - | |
755 | | - | |
| 754 | + | |
| 755 | + | |
756 | 756 | | |
757 | 757 | | |
758 | 758 | | |
759 | | - | |
760 | | - | |
| 759 | + | |
| 760 | + | |
761 | 761 | | |
762 | 762 | | |
763 | 763 | | |
| |||
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
769 | | - | |
770 | | - | |
| 769 | + | |
| 770 | + | |
771 | 771 | | |
772 | 772 | | |
773 | 773 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments