Skip to content
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 #376

Merged
merged 2 commits into from
Nov 16, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2024

This PR contains the following updates:

Package Update Change
aquaproj/aqua-registry minor v4.249.0 -> v4.254.0
cli/cli minor v2.61.0 -> v2.62.0
derailed/k9s patch v0.32.5 -> v0.32.6
dlvhdr/gh-dash patch v4.7.0 -> v4.7.3
eza-community/eza patch v0.20.7 -> v0.20.8
fujiwara/awslim patch v0.3.6 -> v0.3.7
golangci/golangci-lint minor v1.61.0 -> v1.62.0
helm/helm patch v3.16.2 -> v3.16.3
int128/ghcp patch v1.13.4 -> v1.13.5
junegunn/fzf patch v0.56.0 -> v0.56.3
mikefarah/yq patch v4.44.3 -> v4.44.5
terraform-linters/tflint minor v0.53.0 -> v0.54.0
twpayne/chezmoi minor v2.53.1 -> v2.54.0

Release Notes

aquaproj/aqua-registry (aquaproj/aqua-registry)

v4.254.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.253.0...v4.254.0

🎉 New Packages

#​28869 apple/pkl-go/pkl-gen-go: Generates Go bindings for a Pkl module @​takumin

v4.253.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.252.0...v4.253.0

🎉 New Packages

#​28856 koki-develop/moview: Play video in terminal
#​28860 tailor-platform/tailorctl: Command line tool for Tailor Platform @​dragon3

v4.252.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.251.0...v4.252.0

🎉 Reached 1,600 packages

Thank you all contributors!

🎉 New Packages

#​28828 rust-cross/cargo-zigbuild: Compile Cargo project with zig as linker @​takumin

v4.251.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.250.0...v4.251.0

🎉 New Packages

#​28815 rui314/mold: Mold: A Modern Linker @​takumin

v4.250.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.249.0...v4.250.0

🎉 New Packages

#​28751 codeberg.org/mergiraf/mergiraf: A syntax-aware git merge driver for a growing collection of programming languages and file formats
#​28710 chime/mani-diffy: mani-diffy walks a hierarchy of Argo CD Application templates, renders Kubernetes manifests from the input templates, and posts the rendered files back for the user to review and validate @​ponkio-o
#​28720 jedisct1/piknik: Copy/paste anything over the network

Fixes

#​28783 jenkins-x/jx: Regenerate the setting
#​28765 protocolbuffers/protobuf-go/protoc-gen-go: Regenerate the setting @​frozenbonito

cli/cli (cli/cli)

v2.62.0: GitHub CLI 2.62.0

Compare Source

What's Changed

Full Changelog: cli/cli@v2.61.0...v2.62.0

Security

  • A security vulnerability has been identified in GitHub CLI that could allow remote code execution (RCE) when users connect to a malicious Codespace SSH server and use the gh codespace ssh or gh codespace logs commands.

    For more information, see GHSA-p2h2-3vg9-4p87

GitHub CLI notifies users about latest extension upgrades

Similar to the notification of latest gh releases, the v2.62.0 version of GitHub CLI will notify users about latest extension upgrades when the extension is used:

$ gh ado2gh
...

A new release of ado2gh is available: 1.7.0 → 1.8.0
To upgrade, run: gh extension upgrade ado2gh --force
https://github.com/github/gh-ado2gh
Why does this matter?

This removes a common pain point of extension authors as they have had to reverse engineer and implement a similar mechanism within their extensions directly.

With this quality of life improvement, there are 2 big benefits:

  1. Extension authors will hopefully see increased adoption of newer releases while having lower bar to maintaining their extensions.
  2. GitHub CLI users will have greater awareness of new features, bug fixes, and security fixes to the extensions used.
What do you need to do?

Extension authors should review their extensions and consider removing any custom logic previously implemented to notify users of new releases.

derailed/k9s (derailed/k9s)

v0.32.6

Compare Source

Release v0.32.6

Notes

Thank you to all that contributed with flushing out issues and enhancements for K9s!
I'll try to mark some of these issues as fixed. But if you don't mind grab the latest rev
and see if we're happier with some of the fixes!
If you've filed an issue please help me verify and close.

Your support, kindness and awesome suggestions to make K9s better are, as ever, very much noted and appreciated!
Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey,
please consider joining our sponsorship program and/or make some noise on social! @​kitesurfer

On Slack? Please join us K9slackers

Maintenance Release!


Videos Are In The Can!

Please dial K9s Channel for up coming content...


Resolved Issues

  • #​2947 CTRL+Z causes k9s to crash
  • #​2938 Critical Vulnerability CVE-2024-41110 in v26.0.1 of docker included in k9s
  • #​2929 conflicting plugins shortcuts
  • #​2896 Add a plugin to disable/enable a keda ScaledObject
  • #​2811 Dockerfile build step fails due to misaligned Go versions (1.21.5 vs 1.22.0)
  • #​2767 Manually triggered jobs don't get automatically cleaned up
  • #​2761 Enable "jump to owner" for more kinds
  • #​2754 Plugins not loaded/shown in UI
  • #​2747 Combining context and namespace switching only works sporadically (e.g. ":pod foo-ns @​ctx-dev")
  • #​2746 k9s does not display "[::]" string in its logs
  • #​2738 "Faults" view should show all Terminating pods

Contributed PRs

Please be sure to give Big Thanks! and ATTA Girls/Boys! to all the fine contributors for making K9s better for all of us!!

  • #​2937 Adding Argo Rollouts plugin version for PowerShell
  • #​2935 fix: show all terminating pods in Faults view (#​2738)
  • #​2933 chore: broken url in build-status tag in the readme.md
  • #​2932 fix: add kubeconfig if k9s is launched with --kubeconfig
  • #​2930 fixed conflicting plugin shortcuts, and added 2 new plugins
  • #​2927 Fix "Mark Range": reduce maximum namespaces in favorites, fix shadowing of ctrl+space
  • #​2926 chore(plugins,remove-finalizers): make sure the resources api group is respected
  • #​2921 feat: Add plugins for kubectl node-shell
  • #​2920 eat: added StartupProbes status (S) to the PROBES column in the container render
  • #​2914 Adding eks-node-viewer plugin
  • #​2898 Add argocd plugin to community plugins
  • #​2896 feat(2896): Add toggle keda plugin
  • #​2890 Update README.md
  • #​2881 Fix Mark-Range command: ensure that NS Favorite doesn't exceed the limit
  • #​2861 chore: fix function name
  • #​2856 fix internal/render/hpa.go merge issue
  • #​2848 Include sidecar containers requests and limits
  • #​2844 Update README GO Version Required
  • #​2830 update tview to fix log escaping problem completely
  • #​2822 Adding HolmesGPT plugin
  • #​2821 Add a spark-operator plugin
  • #​2817 Add comment about Escape keybinding
  • #​2812 fix: align build image Go version with go.mod
  • #​2795 add new plugin current-ctx-terminal
  • #​2791 Add leading space to Kubernetes context suggestions
  • #​2789 Create kubectl-get-in-shell.yaml
  • #​2788 Update README.md plugin format
  • #​2787 Update helm-purge.yaml
  • #​2786 Update README.md with plugin dangerous field
  • #​2780 install copyright file into correct location
  • #​2775 fix freebsd build failure
  • #​2780 install copyright file into correct location
  • #​2772 proper handle OwnerReference for manually created job
  • #​2771 feat: add duplik8s plugin
  • #​2770 feat: allow plugins block in plugin files
  • #​2765 fix: Shellin -> ShellIn
  • #​2763 enable "jump to owner" for more kinds
  • #​2755 Loki plugin
  • #​2751 container logs should be escaped when printed
  • #​2750 fix: should switching ctx before ns

© 2024 Imhotep Software LLC. All materials licensed under Apache v2.0

dlvhdr/gh-dash (dlvhdr/gh-dash)

v4.7.3

Compare Source

Changelog

  • 0f7dfcd fix: deleted lines fg color

v4.7.2

Compare Source

Changelog

  • 1444655 ci: fix goreleaser deprecation warning and yaml formatting
  • 977c431 feat: add android arm64 build
  • bc8c633 fix: default config parsing

v4.7.1

Compare Source

Changelog

  • fcc3664 Fix nil pointer deref introduced in 4.6.0 by introducing guard around potentially nil currSection
  • d1f4954 ci: bump actions to latest versions
  • 5ec0201 fix: error color missing crashes the app
  • 4028f62 fix: help height
  • 2358d9b fix: initial textinput width (#​470)
eza-community/eza (eza-community/eza)

v0.20.8: eza v0.20.8

Compare Source

Changelog

[0.20.8] - 2024-11-14

Bug Fixes
  • Cross-compiling by updating to libz-sys to 1.1.20
Miscellaneous Tasks
  • Eza v0.20.8 changelogs, version bump
Build
  • Bump palette from 0.7.5 to 0.7.6
  • Bump libc from 0.2.161 to 0.2.162
  • Bump serde from 1.0.214 to 1.0.215

Checksums

sha256sum

5eb7dbcd2daad959f4ecbd976414bc864ff31a0f5f9b3a4bee289e768f757759  ./target/bin-0.20.8/eza_aarch64-unknown-linux-gnu.tar.gz
cbeffa70d96807183380f1a264ff139f2028202e29e022d71636478e1666e05c  ./target/bin-0.20.8/eza_aarch64-unknown-linux-gnu.zip
ae29163be2724936b4104de0183da6e20a3cc1b8d9779529cfb84c3694260e70  ./target/bin-0.20.8/eza_arm-unknown-linux-gnueabihf.tar.gz
50f90aa3c31db32df08abd169ab5f58ae41ff5354e967b223daa9d20590e7e04  ./target/bin-0.20.8/eza_arm-unknown-linux-gnueabihf.zip
2eea789f9a566aa64ead028d23f6125bf10eb1d64e31b88eefffa425b7236986  ./target/bin-0.20.8/eza.exe_x86_64-pc-windows-gnu.tar.gz
42f5e6846e22f47ba42b8086e51f13f129b6027014eb9800002a26a110219975  ./target/bin-0.20.8/eza.exe_x86_64-pc-windows-gnu.zip
9694d3ddd996a46394607d35d191e562280cc130ce5106827a94af0c5590423e  ./target/bin-0.20.8/eza_x86_64-unknown-linux-gnu.tar.gz
f5a4b65c525a894c7718b258f67e7e33b1518815bda2209662bf67d3a3a91c7e  ./target/bin-0.20.8/eza_x86_64-unknown-linux-gnu.zip
5928a0abe37c1ecda8442663b0d4b96b992b7c087a875a06d05ea4f52d680fc6  ./target/bin-0.20.8/eza_x86_64-unknown-linux-musl.tar.gz
61e4349f0d7e1e5dd09ff6e06a7ca21fb6931cfdb8a935d2614b9b52fc9a98ad  ./target/bin-0.20.8/eza_x86_64-unknown-linux-musl.zip

md5sum

96b4e26e168a8ea75c655915dbe6fef5  ./target/bin-0.20.8/eza_aarch64-unknown-linux-gnu.tar.gz
376661726cd0269df25935977e459c92  ./target/bin-0.20.8/eza_aarch64-unknown-linux-gnu.zip
454789d87c782e906d6d9a82feb92db7  ./target/bin-0.20.8/eza_arm-unknown-linux-gnueabihf.tar.gz
72f029d559d60fc381b2519b25aa0cc3  ./target/bin-0.20.8/eza_arm-unknown-linux-gnueabihf.zip
798434e22d6527e001d0aacf398cc373  ./target/bin-0.20.8/eza.exe_x86_64-pc-windows-gnu.tar.gz
b688cc1664932539617076e4e5ccad46  ./target/bin-0.20.8/eza.exe_x86_64-pc-windows-gnu.zip
4843fbdab6bd0351d84a91cbd2228e35  ./target/bin-0.20.8/eza_x86_64-unknown-linux-gnu.tar.gz
85c273b14b74207f98da77a78e060c71  ./target/bin-0.20.8/eza_x86_64-unknown-linux-gnu.zip
a40e582454aec5541ad1fe65fbd8b252  ./target/bin-0.20.8/eza_x86_64-unknown-linux-musl.tar.gz
67ca8e373a38355d8a078584c6c8edfc  ./target/bin-0.20.8/eza_x86_64-unknown-linux-musl.zip

blake3sum

46784d02d9597d15eef908e95c4d0f3b40f43415be443d56931fe1715af65a86  ./target/bin-0.20.8/eza_aarch64-unknown-linux-gnu.tar.gz
35c366380a1e14d7ecc520ea988fbcb06bf14a3ba248c3cdbf500429e40219b5  ./target/bin-0.20.8/eza_aarch64-unknown-linux-gnu.zip
c1befb377caf186703a04c9e76b4d6673fdc8371e8bc0e657c269e75c907bd70  ./target/bin-0.20.8/eza_arm-unknown-linux-gnueabihf.tar.gz
371538c988451b042b1e90a2dc1b070244ae1061ff1a5dc509ee9ce3e628b704  ./target/bin-0.20.8/eza_arm-unknown-linux-gnueabihf.zip
661cddd703a4d89d7519704eceb80743efaac822478cce4b97e3c37a8e7d0661  ./target/bin-0.20.8/eza.exe_x86_64-pc-windows-gnu.tar.gz
60a63f5e089134bbb0a6153eac032cd8be5833c6a53a3336590c5d78d4312b27  ./target/bin-0.20.8/eza.exe_x86_64-pc-windows-gnu.zip
1fa30960263e3aba675d8fbf7e92b735ae93057f6b4c8d3633823672ba388ad4  ./target/bin-0.20.8/eza_x86_64-unknown-linux-gnu.tar.gz
543c9df32cff6c24e0b85d7db31c4d5d6ea91a26e54cf39b0034cf868d8140e9  ./target/bin-0.20.8/eza_x86_64-unknown-linux-gnu.zip
b344e6388a593394553af0cf381f03edc0efa29c9d84dd3b860c435a813cc059  ./target/bin-0.20.8/eza_x86_64-unknown-linux-musl.tar.gz
3f139872d4775321f3dcdd9495ea4b9eafad122e90b2ce40a0b3d9d50b857813  ./target/bin-0.20.8/eza_x86_64-unknown-linux-musl.zip
fujiwara/awslim (fujiwara/awslim)

v0.3.7

Compare Source

golangci/golangci-lint (golangci/golangci-lint)

v1.62.0

Compare Source

  1. New linters
  2. Updated linters
    • ⚠️ execinquery: deprecation step 2
    • ⚠️ gomnd: deprecation step 2 (replaced by mnd)
    • bidichk: from 0.2.7 to 0.3.2 (important performance improvement)
    • canonicalheader: from 1.1.1 to 1.1.2
    • cyclop: from 1.2.1 to 1.2.3
    • dupword: from 0.1.1 to 0.1.3
    • errcheck: from 1.7.0 to 1.8.0
    • errchkjson: from 0.3.6 to 0.4.0
    • errname: from 0.1.13 to 1.0.0
    • ginkgolinter: from 0.17.0 to 0.18.0 (new option: force-succeed)
    • go-check-sumtype: from 0.1.4 to 0.2.0 (new option: default-signifies-exhaustive)
    • go-critic: from 0.11.4 to 0.11.5
    • go-printf-func-name: from 7558a9e to v0.1.0
    • godot: from 1.4.17 to 1.4.18
    • gosec: from 2.21.2 to 2.21.4
    • intrange: from 0.2.0 to 0.2.1
    • loggercheck: from 0.9.4 to 0.10.1 (log/slog support)
    • musttag: from 0.12.2 to 0.13.0
    • nakedret: from 2.0.4 to 2.0.5
    • nilnil: from 0.1.9 to 1.0.0 (new option: detect-opposite)
    • noctx: from 0.0.2 to 0.1.0
    • protogetter: from 0.3.6 to 0.3.8
    • revive: from 1.3.9 to 1.5.0 (new rules: filename-format, and file-length-limit)
    • tenv: from 1.10.0 to 1.12.1 (handle dot import)
    • testifylint: from 1.4.3 to 1.5.0 (new checkers: contains, encoded-compare, regexp)
  3. Misc.
    • Type sizing when cross-compiling (32-bit).
    • code-climate: add check_name field
    • Improve Go version detection
    • Fix Go version propagation
  4. Documentation
    • Adds a section about exclude-dirs-use-default
    • Improve 'install from sources' section
    • Improve FAQ about Go versions
    • Improve linter/rule/check docs
    • Improve new linter section
    • Improve forbidigo pattern examples for built-in functions
helm/helm (helm/helm)

v3.16.3: Helm v3.16.3

Compare Source

Helm v3.16.3 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.16.3. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.16.4 is the next patch release and will be on December 11, 2024
  • 3.17.0 is the next feature release and will be on January 15, 2025

Changelog

  • fix: fix label name cfd0749 (wangjingcun)
  • Fix typo in pkg/lint/rules/chartfile_test.go a303060 (Zach Burgess)
  • Increasing the size of the runner used for releases. ab45e8a (Matt Farina)
  • fix(hooks): correct hooks delete order 19fe320 (Suleiman Dibirov)
  • Bump github.com/containerd/containerd from 1.7.12 to 1.7.23 4fcc5c2 (dependabot[bot])
int128/ghcp (int128/ghcp)

v1.13.5

Compare Source

What's Changed

Dependencies

Full Changelog: int128/ghcp@v1.13.4...v1.13.5

junegunn/fzf (junegunn/fzf)

v0.56.3: 0.56.3

Compare Source

  • Bug fixes in zsh scripts
    • fix(zsh): handle backtick trigger edge case (#​4090)
    • revert(zsh): remove 'fc -RI' call in the history widget (#​4093)
    • Thanks to @​LangLangBart for the contributions

v0.56.2: 0.56.2

Compare Source

  • Bug fixes
    • Fixed abnormal scrolling behavior when --wrap is set (#​4083)
    • [zsh] Fixed warning message when ksh_arrays is set (#​4084)

v0.56.1: 0.56.1

Compare Source

  • Bug fixes and improvements
    • Fixed a race condition which would cause fzf to present stale results after reload (#​4070)
    • page-up and page-down actions now work correctly with multi-line items (#​4069)
    • {n} is allowed in SCROLL expression in --preview-window (#​4079)
    • [zsh] Fixed regression in history loading with shared option (#​4071)
    • [zsh] Better command extraction in zsh completion (#​4082)
  • Thanks to @​LangLangBart, @​jaydee-coder, @​alex-huff, and @​vejkse for the contributions
mikefarah/yq (mikefarah/yq)

v4.44.5

Compare Source

  • Format comments with a gray foreground (Thanks @​gabe565)
  • Fixed handling of nulls with sort_by expressions #​2164
  • Force no color output when NO_COLOR env presents (Thanks @​narqo)
  • Fixed array subtraction update bug #​2159
  • Fixed index out of range error
  • Can traverse straight from parent operator (parent.blah)
  • Bumped dependencies

Note: 4.44.4 was skipped as it had a release pipeline failure

terraform-linters/tflint (terraform-linters/tflint)

v0.54.0

Compare Source

What's Changed
Breaking Changes
Enhancements
Bug Fixes
Chores
New Contributors

Full Changelog: terraform-linters/tflint@v0.53.0...v0.54.0

twpayne/chezmoi (twpayne/chezmoi)

v2.54.0

Compare Source

Changelog

Features
  • 6916263 feat: Add --path-style=all option to managed command
  • 5bc19ae feat: Inform user when to use get.chezmoi.io/lb
Fixes
  • 5d568f2 fix: Perform post-run actions on error
Documentation updates
  • 0837305 docs: Add link to article
  • ba12f36 docs: Add github.com/andre-kotake/nvim-chezmoi to related software
  • 8bfb59f docs: Remove extra 'o' from chezmoi external reference
  • a3193a8 docs: Move command line flags links closer to commands

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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from scottames as a code owner November 15, 2024 04:20
@renovate renovate bot enabled auto-merge (squash) November 15, 2024 04:20
@renovate renovate bot force-pushed the renovate/aqua-packages branch from 4d809af to 29d4f83 Compare November 16, 2024 18:56
@renovate renovate bot merged commit b95d931 into main Nov 16, 2024
5 checks passed
@renovate renovate bot deleted the renovate/aqua-packages branch November 16, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant