-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update aqua-packages #17
Conversation
01b5001
4f0f489
to
2b981ad
Compare
ea2a572
to
9711c8b
Compare
f44178c
to
35b11b3
Compare
🤖 This is being marked as stale due to no recent activity. Update to keep this open. |
🤖 This is being marked as stale due to no recent activity. Update to keep this open. |
eaefb8f
to
2354779
Compare
304b253
to
8c3e5aa
Compare
🤖 This is being marked as stale due to no recent activity. Update to keep this open. |
🤖 This is being marked as stale due to no recent activity. Update to keep this open. |
8c3e5aa
to
fe6f7b1
Compare
1211c93
fe6f7b1
to
1211c93
Compare
1211c93
to
b6a5730
Compare
b6a5730
to
f4d5335
Compare
🤖 This is being marked as stale due to no recent activity. Update to keep this open. |
This PR contains the following updates:
v0.64.0
->v0.74.0
v3.115.0
->v3.141.0
v1.4.1
->v1.5.0
1.19.4
->1.20.2
v0.4.0
->v0.7.0
v1.14.1
->v1.16.0
v1.10.2
->v1.11.1
v1.39.9
->v1.40.2
Release Notes
anchore/syft
v0.74.0
Compare Source
Changelog
(v0.74.0) (2023-03-02)
Full Changelog
Added Features
Bug Fixes
v0.73.0
Compare Source
Changelog
v0.73.0 (2023-02-22)
Full Changelog
Added Features
Bug Fixes
v0.72.1
Compare Source
Changelog
v0.72.1 (2023-02-22)
Full Changelog
Added Features
Bug Fixes
v0.72.0
Compare Source
Changelog
v0.72.0 (2023-02-16)
Full Changelog
Added Features
Bug Fixes
v0.71.0
Compare Source
Changelog
v0.71.0 (2023-02-09)
Full Changelog
Added Features
Bug Fixes
v0.70.0
Compare Source
Changelog
v0.70.0 (2023-02-03)
Full Changelog
Added Features
Bug Fixes
custom
attestation type [Issue #1532] [PR #1533] [Nirusu]Security
v0.69.1
Compare Source
Changelog
v0.69.1 (2023-01-31)
Full Changelog
Changes
v0.69.0
Compare Source
Changelog
v0.69.0 (2023-01-30)
Full Changelog
Added Features
Bug Fixes
v0.68.1
Compare Source
Changelog
v0.68.1 (2023-01-25)
Full Changelog
Bug Fixes
Additional Changes
v0.68.0
Compare Source
Changelog
v0.68.0 (2023-01-20)
Full Changelog
Added Features
Bug Fixes
v0.66.2
Compare Source
Changelog
v0.66.2 (2023-01-17)
Full Changelog
Bug Fixes
v0.66.1
Compare Source
Changelog
v0.66.1 (2023-01-12)
Full Changelog
Bug Fixes
v0.66.0
Compare Source
Changelog
v0.66.0 (2023-01-12)
Full Changelog
Added Features
Bug Fixes
v0.65.0
Compare Source
Changelog
v0.65.0 (2023-01-04)
Full Changelog
Added Features
Bug Fixes
aquaproj/aqua-registry
v3.141.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.140.0...v3.141.0
🎉 New Packages
#10470 NimbleArchitect/kubectl-ice: A kubectl plugin that allows you to easily view advanced configuration of all containers that are running inside pods @CrystalMethod
#10469 danielgtaylor/restish: Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in @CrystalMethod
Fixes
#10508 Azure/aztfexport: Rename the package
Azure/aztfy
toAzure/aztfexport
Follow up changes of
Azure/aztfy
#10505 cloudspannerecosystem/wrench: Follow up changes of wrench v1.4.1
#10501 codeclimate/test-reporter: Support linux/arm64 and use
trimV
v3.140.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.139.0...v3.140.0
🎉 New Packages
#10357 SimonTheLeg/konf-go: konf is a lightweight kubeconfig manager. With konf you can use different kubeconfigs at the same time. And because it does not need subshells, konf is blazing fast
#10431 imuxin/kubectl-watch: A kubectl plugin to provide a pretty delta change view of being watched kubernetes resources @CrystalMethod
#10446 goark/gnkf: Network Kanji Filter by Golang @ponkio-o
#10456 keisku/kubectl-explore: A better kubectl explain with the fuzzy finder @CrystalMethod
#10404 omegion/ssh-manager: SSH Key Manager for 1Password, Bitwarden and AWS S3 @CrystalMethod
#10403 ovh/venom: Venom is a CLI that aim to create, manage and run your integration tests with efficiency @CrystalMethod
#10432 tohjustin/kube-lineage: A CLI tool to display all dependencies or dependents of an object in a Kubernetes cluster @CrystalMethod
Fixes
#10392 firecracker-microvm/firecracker: Follow up changes of firecrakcer v1.3.0
Others
#10393 Support testing in your laptop with Earthly
#10386 #10378 Fix GitHub Actions' deprecation warning
Support testing in your laptop with Earthly
Using Earthly, you can do a test against a specific platform in your laptop.
You can test quickly without pushing a commit and waiting for CI.
Compared with running
aqua i --test
in your laptop directly, you can keep your laptop clean and can test against other platform than your laptop.Please see Earthfile too.
After creating and updating a package's
pkg.yaml
andregistry.yaml
, please runearthly +test
.$ earthly +test --pkg=<package name> [--os=linux|darwin|windows] [--arch=amd64|arm64]
e.g.
$ earthly +test --pkg=suzuki-shunsuke/github-comment --os=windows --arch=amd64
There are three args.
--pkg
: (Required): package name. e.g.suzuki-shunsuke/tfcmt
--os
: (Default:linux
): AQUA_GOOS--arch
: (Default:amd64
): AQUA_GOARCHv3.139.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.138.0...v3.139.0
🎉 New Packages
#10332 Azure/azure-dev: The Azure Developer CLI is a developer-centric command-line interface tool for creating Azure applications @CrystalMethod
#10337 Azure/kubelogin: A Kubernetes credential (exec) plugin implementing azure authentication @CrystalMethod
#10113 kubevious/cli: Kubevious CLI - Prevent Kubernetes disasters at the early stages @CrystalMethod
v3.138.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.137.0...v3.138.0
🎉 New Packages
#10219 schemalex/schemalex: Generate difference sql of two mysql schema @ponkio-o
Fixes
#10216 99designs/aws-vault: Generate configuration by
aqua gr --deep
#10187 cloudspannerecosystem/wrench: Generate configuration by
aqua gr --deep
v3.137.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.136.1...v3.137.0
🎉 New Packages
#10114 banzaicloud/banzai-cli: CLI for Banzai Cloud Pipeline platform @CrystalMethod
#10150 chmln/handlr: A better xdg-utils @4513ECHO
#10115 pete911/jwt: jwt cli to decode and encode jwt tokens @CrystalMethod
#10125 sharkdp/vivid: A themeable LS_COLORS generator with a rich filetype datebase @4513ECHO
Fixes
#10160 barnybug/cli53: Follow up changes of cli53 0.8.21
#10165 cloudspannerecosystem/wrench: Follow up changes of wrench
v3.136.1
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.136.0...v3.136.1
Fixes
#10088 charmbracelet/charm: Follow up changes of charm v0.12.5
#10087 charmbracelet/skate: Follow up changes of skate v0.2.2
#10085 #10086 hashicorp/terraform-ls: Follow up changes of terraform-ls @ponkio-o
https://github.com/hashicorp/terraform-ls/releases/tag/v0.30.2
#10056 Move packages
vmware-tanzu/*
tocarvel-dev/*
@CrystalMethodvmware-tanzu/carvel-kwt -> carvel-dev/kwt
vmware-tanzu/carvel-kapp -> carvel-dev/kapp
vmware-tanzu/carvel-vendir -> carvel-dev/vendir
vmware-tanzu/carvel-ytt -> carvel-dev/ytt
These repositores were renamed and transferred.
v3.136.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.135.0...v3.136.0
🎉 New Packages
#10015 its-danny/koji: An interactive CLI for creating conventional commits @CrystalMethod
#10008 kubewarden/kwctl: Go-to CLI tool for Kubewarden users @CrystalMethod
v3.135.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.134.0...v3.135.0
🎉 New Packages
#9987 linuxkit/linuxkit: A toolkit for building secure, portable and lean operating systems for containers @takumin
v3.134.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.133.0...v3.134.0
🎉 New Packages
#9977 birdayz/kaf: Modern CLI for Apache Kafka, written in Go @CrystalMethod
#9978 dlvhdr/gh-dash: A beautiful CLI dashboard for GitHub @CrystalMethod
gh dash
but a standalone commandgh-dash
.#9971 supabase/cli: Supabase CLI @CrystalMethod
#9932 veeso/termscp: A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3 @CrystalMethod
Fixes
#9970 LuaLS/lua-language-server: Rename sumneko/lua-language-server to LuaLS/lua-language-server @4513ECHO
https://github.com/sumneko/lua-language-server was transferred to https://github.com/LuaLS/lua-language-server
#9976 carvel-dev/imgpkg: Follow up changes of imgpkg v0.36.0 @CrystalMethod
#9961 kreuzwerker/awsu: Follow up changes of awsu v2.3.11 @CrystalMethod
#9960 mpostument/awstaghelper Follow up changes of awstaghelper v0.18.0 @CrystalMethod
#9931 Shopify/kubeaudit: Add a command to use as a kubectl plugin @CrystalMethod
$ kubectl audit
v3.133.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.132.0...v3.133.0
🎉 New Packages
#9894 regclient/regclient/regbot: A scripting tool on top of the regclient (Docker and OCI Registry Client) API @CrystalMethod
#9892 regclient/regclient/regctl: Docker and OCI Registry Client @CrystalMethod
#9893 regclient/regclient/regsync: Docker and OCI image mirroring tool @CrystalMethod
v3.132.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.131.0...v3.132.0
🎉 New Packages
#9862 chmouel/snazy: A snazzy json log viewer @CrystalMethod
#9864 kubeshark/kubeshark: The API traffic viewer for Kubernetes @Chemsmith 🎉 New Contributor
https://github.com/up9inc/mizu was transferred to https://github.com/kubeshark/kubeshark ,
so we renamed the package
up9inc/mizu
tokubeshark/kubeshark
.#9863 nicarl/somafm: CLI application to listen to SomaFM stations @CrystalMethod
#9845 travis-ci/gimme: Install go, yay @ponkio-o
#9865 tsl0922/ttyd: Share your terminal over the web @CrystalMethod
tsl0922/ttyd
doesn't support macOS because there is no asset for macOS in GitHub Releases.Related issue: https://github.com/tsl0922/ttyd/issues/1011
Fixes
#9853 robscott/kube-capacity: follow up changes of kube-capacity v0.7.4 @CrystalMethod
v3.131.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.130.0...v3.131.0
🎉 New Packages
#9824 gesquive/git-user: Git plugin that allows you to save multiple user profiles and set them as project defaults @CrystalMethod
#9843 kdash-rs/kdash: A simple and fast dashboard for Kubernetes @CrystalMethod
Fixes
#9829 a8m/envsubst: Follow up changes of envsubst v1.4.2
v3.130.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.129.0...v3.130.0
🎉 New Packages
#9807 Byron/dua-cli: View disk space usage and delete unwanted data, fast @CrystalMethod
#9806 helix-editor/helix: A post-modern modal text editor @sheldonhull
#9805 owenrumney/squealer: Telling tales on you for leaking secrets @CrystalMethod
Fixes
#9816 arl/gitmux: follow up changes of gitmux v0.7.11
v3.129.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.128.0...v3.129.0
🎉 New Packages
#9763 domoritz/arrow-tools/csv2arrow: Convert CSV files to Apache Arrow. This package is part of Arrow CLI tools @CrystalMethod
#9764 domoritz/arrow-tools/csv2parquet: Convert CSV files to Apache Parquet. This package is part of Arrow CLI tools @CrystalMethod
#9765 domoritz/arrow-tools/json2arrow: Convert JSON files to Apache Arrow. This package is part of Arrow CLI tools @CrystalMethod
#9766 domoritz/arrow-tools/json2parquet: Convert JSON files to Apache Parquet. This package is part of Arrow CLI tools @CrystalMethod
#9780 juan-leon/lowcharts: Tool to draw low-resolution graphs in terminal @CrystalMethod
#9762 yamafaktory/jql: A JSON Query Language CLI tool @CrystalMethod
Fixes
#9781 FairwindsOps/nova: Follow up changes of nova v3.6.2 @CrystalMethod
v3.128.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.127.0...v3.128.0
🎉 New Packages
#9734 mmalcek/bafi: Universal JSON, BSON, YAML, CSV, XML converter with templates @CrystalMethod
Fixes
#9750 a8m/envsubst: follow up changes of envsubst v1.4.1
#9749 kubescape/kubescape: follow up changes of kubescape v2.1.2
v3.127.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.126.0...v3.127.0
🎉 New Packages
#9536 knipferrc/fm: A terminal based file manager @CrystalMethod
#9556 soh335/shukujitsu: shukujitsu determines japanese holiday. Holidays are collected from https://www8.cao.go.jp/chosei/shukujitsu/shukujitsu.csv @ponkio-o
Fixes
#9570 Rename the package
vmware-tanzu/carvel-kbld
tocarvel-dev/kbld
and follow up changes of kbld v0.36.4v3.126.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.125.0...v3.126.0
🎉 New Packages
#9483 ms-jpq/sad: CLI search and replace | Space Age seD @budimanjojo
#9474 rhysd/dotfiles: dotfiles symbolic links management CLI @ryoppippi 🎉 New Contributor
v3.125.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.124.1...v3.125.0
🎉 New Packages
#9464 elsesiy/kubectl-view-secret: Kubernetes CLI plugin to decode Kubernetes secrets @CrystalMethod
#9463 kubermatic/kubeone: Kubermatic KubeOne automate cluster operations on all your cloud, on-prem, edge, and IoT environments @CrystalMethod
#9469 sunny0826/kubecm: Manage your kubeconfig more easily @CrystalMethod
v3.124.1
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.124.0...v3.124.1
Fixes
#9435 #9442 Follow up changes of derailed/k9s v0.27.0
Asset name was changed. Replace x86_64 to amd64 build
Contributors
Thank you for your contribution!
@CrystalMethod #9442
v3.124.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.123.1...v3.124.0
🎉 New Packages
#9375 mutagen-io/mutagen-compose: Compose with Mutagen integration
Contributors
Thank you for your contribution!
@mizuho1998 #9375 🎉 New contributor!
v3.123.1
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.123.0...v3.123.1
Fixes
#9310 arttor/helmify: support old version
#9344 charmbracelet/glow: support changes in glow v1.5.0
#9369 open-policy-agent/opa: support old versions
v3.123.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.122.0...v3.123.0
🎉 New Packages
#9304 projectdiscovery/pdtm: ProjectDiscovery's Open Source Tool Manager
#9302 suzuki-shunsuke/ghalint: GitHub Actions linter
v3.122.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.121.0...v3.122.0
🎉 New Packages
#9232 comtrya/comtrya: Configuration Management for Localhost / dotfiles
#9233 topgrade-rs/topgrade: Upgrade all the things
Fixes
#9242 cloudquery/cloudquery: Fix invalid
version_constraint
#9281 carvel-dev/imgpkg: Fix the package name and follow up changes of checksum file
Contributors
Thank you for your contribution!
@CrystalMethod #9232 #9233
v3.121.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.120.2...v3.121.0
🎉 New Packages
#9221 spotDL/spotify-downloader: Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found)
Fixes
#9222 GoogleCloudPlatform/cloud-sql-proxy: Follow up changes in v2.0.0
Contributors
Thank you for your contribution!
@CrystalMethod #9221
v3.120.2
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.120.1...v3.120.2
Fixes
#9190 arrow2nd/nekome: follow up changes in nekome v2.2.0
#9154 suzuki-shunsuke/circleci-config-merge: configure slsa_provenance and cosign
#9155 suzuki-shunsuke/renovate-issue-action: configure slsa_provenance and cosign
v3.120.1
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.120.0...v3.120.1
Fixes
#9064 geofffranks/spruce: follow up changes of spruce
#9093 charmbracelet/gum: follow up changes in gum v0.9.0
#9143 editorconfig-checker/editorconfig-checker: follow up changes in 2.7.0
#9144 koki-develop/clive: follow up changes in v0.10.2
#9146 suzuki-shunsuke/ci-info: configure slsa_provenance and cosign
#9147 tfmigrator/cli: configure slsa_provenance and cosign
v3.120.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.119.0...v3.120.0
🎉 New Packages
#9053 Kampfkarren/selene: A blazing-fast modern Lua linter written in Rust
#9054 Kampfkarren/selene/light: A blazing-fast modern Lua linter written in Rust
Contributors
Thank you for your contribution!
@hituzi-no-sippo #9053 #9054
v3.119.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.118.0...v3.119.0
🎉 New Packages
#9004 mgunyho/tere: Terminal file explorer
Fixes
#9029 geofffranks/spruce: Follow up changes in spruce v1.30.0
Contributors
Thank you for your contribution!
@hituzi-no-sippo #9004
v3.118.0
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.117.1...v3.118.0
🎉 New Packages
#8976 koki-develop/clive: Automates terminal operations and lets you view them live via a browser
#8989 lycheeverse/lychee: Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more
#8984 tamasfe/taplo: A TOML toolkit written in Rust
#8988 tamasfe/taplo/full: A TOML toolkit written in Rust
Contributors
Thank you for your contribution!
@ponkio-o #8976
@hituzi-no-sippo #8984 #8988 #8989
v3.117.1
Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v3.117.0...v3.117.1
Features
#8973 #8974 suzuki-shunsuke/tfcmt: Configure SLSA Provenance and Cosign
#8968 suzuki-shunsuke/github-comment: Configure c
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.