Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update ⬆️ aqua-packages (#38)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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 <details> <summary>aquaproj/aqua (aquaproj/aqua)</summary> ### [`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) | aquaproj/aqua@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) | aquaproj/aqua@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) | aquaproj/aqua@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 </details> <details> <summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary> ### [`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) | aquaproj/aqua-registry@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) | aquaproj/aqua-registry@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) | aquaproj/aqua-registry@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) | aquaproj/aqua-registry@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 </details> <details> <summary>casey/just (casey/just)</summary> ### [`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)) </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://togithub.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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/scottames/containers). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information