From 7d24eac9c80cb3e43fc297d892edf37366af7d4e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 10 Aug 2024 06:50:03 -0700
Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20=E2=AC=86=EF=B8=8F=20aq?=
=?UTF-8?q?ua-packages=20(#38)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [aquaproj/aqua](https://togithub.com/aquaproj/aqua) | minor |
`v2.29.0` -> `v2.30.0` |
| [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry)
| minor | `v4.208.1` -> `v4.212.0` |
| [casey/just](https://togithub.com/casey/just) | minor | `1.33.0` ->
`1.34.0` |
---
### Release Notes
aquaproj/aqua (aquaproj/aqua)
### [`v2.30.0`](https://togithub.com/aquaproj/aqua/releases/tag/v2.30.0)
[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.29.2...v2.30.0-1)
[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.30.0)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.30.0)
| https://github.com/aquaproj/aqua/compare/v2.29.2...v2.30.0
#### Features
[#2918](https://togithub.com/aquaproj/aqua/issues/2918)
[#3005](https://togithub.com/aquaproj/aqua/issues/3005) Use
aqua-proxy and hard links instead of shell scripts and bat scripts on
Windows
Document:
[https://github.com/aquaproj/aquaproj.github.io/pull/1049](https://togithub.com/aquaproj/aquaproj.github.io/pull/1049)
https://aquaproj.github.io/docs/reference/lazy-install#on-windows
aqua doesn't use symbolic links on Windows because symbolic links have
several issues on Windows.
1. [Non-administrators can't create symbolic links by default on
Windows](https://togithub.com/git-for-windows/git/wiki/Symbolic-Links)
2. [PowerShell doesn't use the final target of a symbolic link when
starting a process or running a native command on
Windows](https://togithub.com/PowerShell/PowerShell/issues/16171)
aqua v2.29.2 or older used shell scripts and bat scripts instead of
symbolic links and aqua-proxy.
[#885](https://togithub.com/aquaproj/aqua/issues/885)
[#892](https://togithub.com/aquaproj/aqua/issues/892)
[#893](https://togithub.com/aquaproj/aqua/issues/893) aqua >=
v1.12.0, aqua <= v2.29.2
But using shell scripts and bat scripts also had several issues.
1. Using both shell scripts and bat scripts is confusing
2. tools can't be executed on Nushell
[https://github.com/aquaproj/aqua/issues/2918#issuecomment-2223107022](https://togithub.com/aquaproj/aqua/issues/2918#issuecomment-2223107022)
3. bat scripts can't handle signals properly
[https://github.com/aquaproj/aqua/issues/2918#issuecomment-2228449541](https://togithub.com/aquaproj/aqua/issues/2918#issuecomment-2228449541)
So aqua v2.30.0 or later uses hard links and aqua-proxy instead of shell
scripts and bat scripts.
[#2918](https://togithub.com/aquaproj/aqua/issues/2918)
aqua installs `aqua-proxy` and creates hard links to `aqua-proxy` on
`$(aqua root-dir)/bin` directory.
When aqua updates `aqua-proxy`, aqua recreates hard links.
From aqua v2.30.0, aqua doesn't use bat scripts so you can remove
`$(aqua root-dir)/bat` directory and remove `$(aqua root-dir)/bat` from
`PATH`.
#### Others
[#3004](https://togithub.com/aquaproj/aqua/issues/3004) Update
slsa-verifier to v2.6.0
[#3008](https://togithub.com/aquaproj/aqua/issues/3008) Update
module github.com/goccy/go-yaml to v1.12.0
### [`v2.29.2`](https://togithub.com/aquaproj/aqua/releases/tag/v2.29.2)
[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.29.1...v2.29.2)
[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.29.2)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.29.2)
| https://github.com/aquaproj/aqua/compare/v2.29.1...v2.29.2
##### Bug Fixes
[#3001](https://togithub.com/aquaproj/aqua/issues/3001) Fix
checksums of Cosign
Fixed a bug of aqua v2.29.1
### [`v2.29.1`](https://togithub.com/aquaproj/aqua/releases/tag/v2.29.1)
[Compare
Source](https://togithub.com/aquaproj/aqua/compare/v2.29.0...v2.29.1)
[Pull
Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.29.1)
|
[Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.29.1)
| https://github.com/aquaproj/aqua/compare/v2.29.0...v2.29.1
#### Features
[#2965](https://togithub.com/aquaproj/aqua/issues/2965) list: Add
an alias of command line option `-installed`
```sh
aqua list -i
```
#### Fixes
[#2981](https://togithub.com/aquaproj/aqua/issues/2981) Fix a bug
that the shell completion of specific tools doesn't work
For detail, please see the following issues and pull request.
-
[https://github.com/lintnet/lintnet/issues/528#issuecomment-2192810380](https://togithub.com/lintnet/lintnet/issues/528#issuecomment-2192810380)
-
[https://github.com/urfave/cli/issues/1932](https://togithub.com/urfave/cli/issues/1932)
-
[https://github.com/urfave/cli/pull/1938](https://togithub.com/urfave/cli/pull/1938)
#### Others
Update Go to 1.22.5
aquaproj/aqua-registry (aquaproj/aqua-registry)
###
[`v4.212.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.212.0)
[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.211.0...v4.212.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.212.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.212.0)
| https://github.com/aquaproj/aqua-registry/compare/v4.211.0...v4.212.0
#### 🎉 New Packages
[#25676](https://togithub.com/aquaproj/aqua-registry/issues/25676)
[FeLvi-zzz/tentez](https://togithub.com/FeLvi-zzz/tentez): Tentez helps
you switching traffic
[#25708](https://togithub.com/aquaproj/aqua-registry/issues/25708)
[alcideio/rbac-tool](https://togithub.com/alcideio/rbac-tool): Rapid7 |
insightCloudSec | Kubernetes RBAC Power Toys - Visualize, Analyze,
Generate & Query
[#25706](https://togithub.com/aquaproj/aqua-registry/issues/25706)
[cloudposse/github-commenter](https://togithub.com/cloudposse/github-commenter):
Command line utility for creating GitHub comments on Commits, Pull
Request Reviews or Issues
[#25704](https://togithub.com/aquaproj/aqua-registry/issues/25704)
[cloudposse/slack-notifier](https://togithub.com/cloudposse/slack-notifier):
Command line utility to send messages with attachments to Slack channels
via Incoming Webhooks
[#25709](https://togithub.com/aquaproj/aqua-registry/issues/25709)
[cloverstd/tcping](https://togithub.com/cloverstd/tcping): ping over a
tcp connection
[#25712](https://togithub.com/aquaproj/aqua-registry/issues/25712)
[gruntwork-io/fetch](https://togithub.com/gruntwork-io/fetch): Download
files, folders, and release assets from a specific git commit, branch,
or tag of public and private GitHub repos
[#25713](https://togithub.com/aquaproj/aqua-registry/issues/25713)
[jwilder/dockerize](https://togithub.com/jwilder/dockerize): Utility to
simplify running applications in docker containers
[#25714](https://togithub.com/aquaproj/aqua-registry/issues/25714)
[kahing/goofys](https://togithub.com/kahing/goofys): a high-performance,
POSIX-ish Amazon S3 file system written in Go
[#25715](https://togithub.com/aquaproj/aqua-registry/issues/25715)
[krallin/tini](https://togithub.com/krallin/tini): A tiny but valid
`init` for containers
[#25719](https://togithub.com/aquaproj/aqua-registry/issues/25719)
[legal90/awscurl](https://togithub.com/legal90/awscurl): cURL with AWS
request signing
[#25720](https://togithub.com/aquaproj/aqua-registry/issues/25720)
[lewispeckover/consulator](https://togithub.com/lewispeckover/consulator):
Import and synchronize your Consul KV data from JSON and YAML
###
[`v4.211.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.211.0)
[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.210.0...v4.211.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.211.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.211.0)
| https://github.com/aquaproj/aqua-registry/compare/v4.210.0...v4.211.0
##### 🎉 New Packages
[#25637](https://togithub.com/aquaproj/aqua-registry/issues/25637)
[suzuki-shunsuke/ghomfc](https://togithub.com/suzuki-shunsuke/ghomfc):
GitHub Organization Members' Followers Counter
[#25608](https://togithub.com/aquaproj/aqua-registry/issues/25608)
[dimo414/bkt](https://togithub.com/dimo414/bkt): a subprocess caching
utility, available as a command line binary and a Rust library
[@sheldonhull](https://togithub.com/sheldonhull)
##### Fixes
[#25620](https://togithub.com/aquaproj/aqua-registry/issues/25620)
Rename the package `MichaelMure/git-bug` to
[git-bug/git-bug](https://togithub.com/git-bug/git-bug)
The GitHub repository was transferred.
###
[`v4.210.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.210.0)
[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.209.0...v4.210.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.210.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.210.0)
| https://github.com/aquaproj/aqua-registry/compare/v4.209.0...v4.210.0
##### 🎉 New Packages
[#25562](https://togithub.com/aquaproj/aqua-registry/issues/25562)
[siderolabs/omni/omni](https://togithub.com/siderolabs/omni):
SaaS-simple deployment of Kubernetes - on your own hardware
[#25562](https://togithub.com/aquaproj/aqua-registry/issues/25562)
[siderolabs/omni/omnictl](https://togithub.com/siderolabs/omni): A CLI
for accessing Omni API
###
[`v4.209.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.209.0)
[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.208.1...v4.209.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.209.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.209.0)
| https://github.com/aquaproj/aqua-registry/compare/v4.208.1...v4.209.0
#### 🎉 New Packages
[#25546](https://togithub.com/aquaproj/aqua-registry/issues/25546)
[mrjackwills/oxker](https://togithub.com/mrjackwills/oxker): A simple
tui to view & control docker containers
#### Fixes
[#25549](https://togithub.com/aquaproj/aqua-registry/issues/25549)
fix(electric-saw/kafta): follow up changes of kafka v0.1.8
casey/just (casey/just)
###
[`v1.34.0`](https://togithub.com/casey/just/blob/HEAD/CHANGELOG.md#1340---2024-08-02)
[Compare
Source](https://togithub.com/casey/just/compare/1.33.0...1.34.0)
##### Fixed
- Make function paths relative to correct working directory
([#2294](https://togithub.com/casey/just/pull/2294) by
[casey](https://togithub.com/casey))
##### Changed
- Keep multi-line shebangs together
([#2276](https://togithub.com/casey/just/pull/2276) by
[vkstrm](https://togithub.com/vkstrm))
##### Misc
- Document `set working-directory`
([#2288](https://togithub.com/casey/just/pull/2288) by
[nyurik](https://togithub.com/nyurik))
- Fix readme typos
([#2289](https://togithub.com/casey/just/pull/2289) by
[casey](https://togithub.com/casey))
---
### 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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/scottames/containers).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.aqua/aqua.yaml | 4 ++--
.github/workflows/pull_request_aqua_update_checksum.yaml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.aqua/aqua.yaml b/.aqua/aqua.yaml
index 487435f..212eb24 100644
--- a/.aqua/aqua.yaml
+++ b/.aqua/aqua.yaml
@@ -2,9 +2,9 @@
# https://aquaproj.github.io/
registries:
- type: standard
- ref: v4.208.1 # renovate: depName=aquaproj/aqua-registry
+ ref: v4.212.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: int128/ghcp@v1.13.3 # required for aqua-checksums update
- name: kevincobain2000/gobrew@v1.10.9
- - name: casey/just@1.33.0
+ - name: casey/just@1.34.0
- name: dagger/dagger@v0.12.4
diff --git a/.github/workflows/pull_request_aqua_update_checksum.yaml b/.github/workflows/pull_request_aqua_update_checksum.yaml
index 67c81d7..6ad90e2 100644
--- a/.github/workflows/pull_request_aqua_update_checksum.yaml
+++ b/.github/workflows/pull_request_aqua_update_checksum.yaml
@@ -13,7 +13,7 @@ jobs:
permissions:
contents: read
with:
- aqua_version: v2.29.0 # renovate: depName=aquaproj/aqua
+ aqua_version: v2.30.0 # renovate: depName=aquaproj/aqua
prune: true
secrets:
gh_app_id: ${{ secrets.GH_APP_ID }}