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 #74

Merged
merged 1 commit into from
Aug 1, 2023
Merged

chore(deps): update aqua #74

merged 1 commit into from
Aug 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
GoogleContainerTools/skaffold patch v2.6.1 -> v2.6.2
aquaproj/aqua minor v2.9.0 -> v2.10.1
aquaproj/aqua-installer patch v2.1.1 -> v2.1.2
aquaproj/aqua-registry minor v4.26.0 -> v4.32.0
bitnami-labs/sealed-secrets minor v0.22.0 -> v0.23.0
charmbracelet/gum minor v0.10.0 -> v0.11.0
cli/cli patch v2.32.0 -> v2.32.1
jesseduffield/lazygit minor v0.38.2 -> v0.39.4
kubernetes-sigs/kustomize patch v5.1.0 -> v5.1.1
kubernetes/kubectl patch 1.27.3 -> 1.27.4
kubernetes/minikube minor v1.30.1 -> v1.31.1
marcosnils/bin minor v0.16.2 -> v0.17.0
starship/starship minor v1.15.0 -> v1.16.0
twpayne/chezmoi minor v2.34.3 -> v2.36.1
weaveworks/eksctl minor v0.149.0 -> v0.150.0

Release Notes

GoogleContainerTools/skaffold (GoogleContainerTools/skaffold)

v2.6.2: Release

Compare Source

v2.6.2 Release - 2023-07-19

Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.6.2/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

Linux arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.6.2/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

macOS amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.6.2/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

macOS arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.6.2/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

Windows
https://storage.googleapis.com/skaffold/releases/v2.6.2/skaffold-windows-amd64.exe

Docker image
gcr.io/k8s-skaffold/skaffold:v2.6.2

Full Changelog: GoogleContainerTools/skaffold@v2.6.1...v2.6.2

aquaproj/aqua (aquaproj/aqua)

v2.10.1

Compare Source

Pull Requests | Issues | aquaproj/aqua@v2.10.0...v2.10.1

Bug Fixes

#​2119 Stop outputting checksum file paths except for aqua update-checksum

This is a bug of aqua v2.10.0 #​2108

v2.10.0

Compare Source

Pull Requests | Issues | aquaproj/aqua@v2.9.1...v2.10.0

Features

#​2111 Add a subcommand info
#​2108 update-checksum: Output created or updated file names

Others

#​2110 Update aqua-proxy v1.2.0 to v1.2.1

https://github.com/aquaproj/aqua-proxy/releases/tag/v1.2.1

Features - Add a subcommand info

#​2111

e.g.

$ aqua info
{
  "version": "2.10.0",
  "commit_hash": "b80f805489c317d83d7fe0b182f3ef5c82a06725",
  "os": "darwin",
  "arch": "arm64",
  "pwd": "/Users/(USER)/Documents/aqua/info",
  "root_dir": "/Users/(USER)/.local/share/aquaproj-aqua",
  "env": {
    "AQUA_GITHUB_TOKEN": "(masked)",
    "AQUA_GLOBAL_CONFIG": "/Users/(USER)/repos/src/github.com/aquaproj/aqua-registry/aqua-all.yaml"
  },
  "config_files": [
    {
      "path": "/Users/(USER)/Documents/aqua/info/aqua/aqua.yaml"
    }
  ]
}

GitHub Access Token and user name are masked.

This is useful for troubleshooting.
Please paste the result of this command to your support issues.

Features - update-checksum: Output created or updated file names

#​2108

$ aqua update-checksum

This is useful to commit and push created or updated files in CI.

v2.9.1

Compare Source

Pull Requests | Issues | aquaproj/aqua@v2.9.0...v2.9.1

Bug Fixes

#​2098 Fix the Windows support. Fix a bug that aqua skips renaming files mistakenly on Windows.

This bug affects only Windows.
Windows can't execute files without file extension, but some packages release executable files without file extension.
So aqua renames files to add file extension such as .exe on Windows when aqua installs them.

This release fixes a bug that this feature doesn't work well.

Others

#​2091 Update Go 1.20.5 to 1.20.6

aquaproj/aqua-installer (aquaproj/aqua-installer)

v2.1.2

Compare Source

Issues | Pull Requests | aquaproj/aqua-installer@v2.1.1...v2.1.2

Fixes

#​432 Fix typo
#​461 #​463 Fix a bug that action doesn't work in a container

Fix a bug that action doesn't work in a container

#​461 #​463

GitHub Actions supports running a job in a container.

https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container

But in a container the variable ${{ github.action_path }} is wrong, so action can't access the script aqua-installer.
This is a known issue of GitHub Actions.

To solve the issue, we copy the content of the script aqua-installer into action itself, then action don't have to access the script aqua-installer.

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

v4.32.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.31.0...v4.32.0

🎉 New Packages

#​13691 #​14174 Scalingo/cli: Command Line client for Scalingo PaaS
#​14209 connectrpc/connect-go/protoc-gen-connect-go: Simple, reliable, interoperable. A better gRPC @​ichizero

💡 https://github.com/bufbuild/connect-go was relocated to https://github.com/connectrpc/connect-go

#​14173 segmentio/topicctl: Tool for declarative management of Kafka topics

🎉 New Contributors

Thank you for your contribution!

@​ichizero #​14209

v4.31.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.30.0...v4.31.0

🎉 New Packages

#​14076 b4b4r07/vtest: Unix test command for Version comparison
#​14097 bflad/tfproviderdocs: Terraform Provider Documentation Tool @​ponkio-o
#​14099 golangci/misspell: Correct commonly misspelled English words in source files @​ponkio-o
#​14102 hashicorp/copywrite: Automate copyright headers and license files at scale @​ponkio-o
#​14101 pavius/impi: Verify proper golang import directives, beyond the capability of gofmt and goimports @​ponkio-o

Fixes

#​14078 stoplightio/spectral: Follow up changes of spectral v6.7.0
#​14077 hhatto/gocloc: Follow up changes of gocloc v0.5.1

v4.30.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.29.1...v4.30.0

🎉 New Packages

#​13987 snaplet/cli: Seed your PostgreSQL database with production-like data so you can code, debug, and test with ease @​Gowiem

Improvements

#​14005 #​14026 aws/aws-cli: Support macOS

Fixes

#​14021 apache/camel-k: Follow up changes of camel-k
#​14004 mattn/efm-langserver: Ignore v0.0.45 @​4513ECHO
#​14022 watchexec/watchexec: Follow up changes of watchexec v1.20.6

v4.29.1

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.29.0...v4.29.1

Fixes

#​13979 arttor/helmify: Follow up changes of helmify v0.4.5
#​13974 birdayz/kaf: Follow up changes of kaf v0.2.6
#​13971 caarlos0/fork-cleaner: Follow up change of fork-cleaner
#​13969 charmbracelet/vhs: Follow up changes of vhs
#​13980 google/mtail: Follow up changes of mtail
#​13978 kyverno/kyverno: Follow up changes of kyverno
#​13975 tmknom/actdocs: Follow up changes of actdocs v0.5.0

v4.29.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.28.0...v4.29.0

🎉 New Packages

#​13931 k0kubun/xremap/gnome: Key remapper for X11 and Wayland (for GNOME Wayland) @​4513ECHO
#​13931 k0kubun/xremap/hypr: Key remapper for X11 and Wayland (for Hyprland) @​4513ECHO
#​13931 k0kubun/xremap/kde: Key remapper for X11 and Wayland (for KDE-Plasma Wayland) @​4513ECHO
#​13931 k0kubun/xremap/sway: Key remapper for X11 and Wayland (for Sway) @​4513ECHO
#​13931 k0kubun/xremap/x11: Key remapper for X11 and Wayland (for X11) @​4513ECHO

Fixes

#​13930 sheepla/fzwiki: Follow up changes of fzwiki v0.1.0-alpha @​4513ECHO

v4.28.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.27.0...v4.28.0

🎉 New Packages

#​13862 JohnnyMorganz/StyLua: An opinionated Lua code formatter @​4513ECHO
#​13863 itchyny/maze: A maze command written in Go @​4513ECHO

v4.27.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.26.0...v4.27.0

🎉 New Packages

#​13784 crates.io/shellharden: The corrective bash syntax highlighter @​hituzi-no-sippo

bitnami-labs/sealed-secrets (bitnami-labs/sealed-secrets)

v0.23.0

Compare Source

Changelog
  • Add option for custom annotations and labels on sealing keypairs (#​1250)
  • Add option to patch secrets instead of clobbering them (#​1259)
  • Improve CLI UX error message while service is not found (#​1256)
  • Add namespaced roles support to Helm chart (#​1240)
  • add --log-info-stdout to chart (#​1238)
  • Fix networkpolicy port + add egress (#​1243)
  • Create index for Sealed Secrets public documentation (#​1264)
  • Getting started page (#​1253)
  • Create a FAQ document for Sealed Secrets public documentation (#​1269)
  • Create a cryptography document for Sealed Secrets public documentation (#​1267)
  • Validate existing Sealed Secrets document (#​1266)
  • added support policy to readme (#​1265)
  • Add missing document seperator (#​1260)
  • Enable full linter support for golangci-lint (#​1262)
  • Update minikube K8S versions (#​1251)
  • Bump github.com/onsi/ginkgo/v2 from 2.10.0 to 2.11.0 (#​1254)
  • Bump k8s.io/code-generator from 0.27.2 to 0.27.3 (#​1255)
  • Bump golang.org/x/crypto from 0.10.0 to 0.11.0 (#​1268)
  • Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 (#​1247)
  • Bump golang.org/x/crypto from 0.9.0 to 0.10.0 (#​1248)
  • Bump k8s.io/client-go from 0.27.2 to 0.27.3 (#​1244)
charmbracelet/gum (charmbracelet/gum)

v0.11.0

Compare Source

Pager Search, Timeouts, and Bug fixes

This release of Gum includes several features and bug fixes to make your Gum usage more smooooth! 🧈

What’s Changed

New
  • Pager search functionality (by @​MikaelFangel) in https://github.com/charmbracelet/gum/pull/321
  • Strip ANSI for gum filter and gum choose when output is not a TTY
  • Non-positive widths will cause gum write will use the entire terminal width
  • GUM_FORMAT_THEME / GUM_FORMAT_LANGUAGE environment variables
  • --no-sort flag for gum filter
  • Customizable cursor modes
  • Customizable cursor line text
  • Add --timeout flag to all subcommands (by @​deicon)
Fixed
  • Respect file path argument in filepicker
Other stuff

New Contributors

Full Changelog: charmbracelet/gum@v0.10.0...v0.11.0


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

cli/cli (cli/cli)

v2.32.1: GitHub CLI 2.32.1

Compare Source

What's Changed

Full Changelog: cli/cli@v2.32.0...v2.32.1

jesseduffield/lazygit (jesseduffield/lazygit)

v0.39.4

Compare Source

What's Changed

Enhancements 🔥
Fixes 🔧
Docs 📖

New Contributors

Full Changelog: jesseduffield/lazygit@v0.39.3...v0.39.4

v0.39.3

Compare Source

What's Changed

Enhancements 🔥
Fixes 🔧

Full Changelog: jesseduffield/lazygit@v0.39.2...v0.39.3

v0.39.2

Compare Source

This release fixes an issue on windows where the main view would stop rendering new content. This issue mostly affected users running git through a shim. Thanks to @​AndrewSav for the investigation and fix https://github.com/jesseduffield/lazygit/pull/2806

v0.39.1

Compare Source

Full Changelog: jesseduffield/lazygit@v0.39.0...v0.39.1

What's Changed

There's lots of stuff in this release! Some favourites of mine include:

  • Filter functionality for branches (and some other list views) activated by '/'
  • Showing commit hashes against branches (opt-in with gui.showBranchCommitHash: true)
  • Various improvements to rebasing functionality
  • Nerd font 3 support

As you can see @​stefanhaller is behind many of the improvements in this release so kudos to you Stefan! And thanks to all the contributors who made this release possible.

In the next release we're adding worktree support. It's a big feature so we want to get it right! If you use worktrees as part of your daily flow please respond to the poll (and even test out the draft PR) in the Worktree UX discussion

Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
Docs 📖
I18n 🌎

New Contributors

If you contributed to this release but don't see your name here, let me know!

Full Changelog: jesseduffield/lazygit@v0.38.2...v0.39.1

kubernetes-sigs/kustomize (kubernetes-sigs/kustomize)

v5.1.1

Compare Source

Built with go 1.20.6 to address CVEs in previous go versions.

#​5245: Fix typo in help for the create subcommand

kubernetes/kubectl (kubernetes/kubectl)

v1.27.4

Compare Source

kubernetes/minikube (kubernetes/minikube)

v1.31.1

Compare Source

📣😀 Please fill out our fast 5-question survey so that we can learn how & why you use minikube, and what improvements we should make. Thank you! 💃🎉

Release Notes

Version 1.31.1 - 2023-07-20

  • cni: Fix regression in auto selection #​16912

For a more detailed changelog, see CHANGELOG.md.

Thank you to our contributors for this release!

  • Jeff MAURY
  • Medya Ghazizadeh
  • Steven Powell

Thank you to our triage members for this release!

  • afbjorklund (5 comments)
  • torenware (5 comments)
  • mprimeaux (3 comments)
  • prezha (3 comments)
  • spowelljr (1 comments)

Check out our contributions leaderboard for this release!

Installation

See Getting Started

Binary Checksums

darwin-amd64: a465e5b537b63ac8e6624396f490dd79516fd625c1110cbf1f49e7b55c1dfcf6
darwin-arm64: b58bfb3eaa9f5ab04ced7f6e23184c04fdaadb4ac06cf982e2c50c37466e465a
linux-amd64: ebcdfb0a520e9e746360a9dd954a9006ca75770e53fcdae493b6ac9a20026733
linux-arm: 372414001ac449f6b33d7189b7fad68980169136221b94dca5cf5e1a9d90259f
linux-arm64: 1bc6dd8bb2f7f0eaae49a3f5685cda0472abdc6e870f5105681e877017826281
linux-ppc64le: ce979d3698c573eb39ec6fe4d013a714aafcb15331d6c0fed2e38b5f91000162
linux-s390x: 5d9a2cedfa79fbcbfd85a3034eed747da1baf8d1d4004fc4cd18bcafdfe3f6f5
windows-amd64.exe: a08699d25fede796e6fdc56d8630380bd5864fb291592fc2be24fe881656d064

ISO Checksums

amd64: 4cc52896d9ab0444300737ddae6d49dd2dbcf67c14579bf3b975d55213ce96ae
arm64: 355556716c1de155eeb04e37ed289808f12f2a650e6aa2967f61ab4539241eb6

v1.31.0

Compare Source

📣😀 Please fill out our fast 5-question survey so that we can learn how & why you use minikube, and what improvements we should make. Thank you! 💃🎉

Release Notes

Version 1.31.0 - 2023-07-18

Features:

Major Improvements:

  • VM drivers: Fix all images getting removed on stop/start (40% start speedup) #​16655
  • Addon registry: Add support for all architectures #​16577
  • QEMU: Fix failing to interact with cluster after upgrading QEMU version #​16853
  • macOS/QEMU: Auto unblock bootpd from firewall if blocking socket_vmnet network #​16714 #​16789
  • minikube cp supports providing directory as a target #​15519

Minor Improvements:

  • Always use cni unless running with dockershim #​14780
  • none driver: Check for CNI plugins before starting cluster #​16419
  • QEMU: Add ability to create extra disks #​15887
  • --kubernetes-version: Assume latest patch version if not specified #​16569
  • audit: Set default max file size #​16543
  • service: Fail if no pods available #​15079
  • docker/podman driver: Use buildx for image build command #​16252
  • Addon gvisor: Simplify runtime configuration and use latest version #​14996
  • Add PowerShell code completion #​16232
  • build: Support DOS-style path for Dockerfile path #​15074

Bugs:

New ISO Modules:

Version Upgrades:

  • Bump Kubernetes version default: v1.27.3 and latest: v1.27.3 #​16718
  • Addon cloud-spanner: Update cloud-spanner-emulator/emulator image from 1.5.2 to 1.5.7 #​16248 #​16352 #​16587 #​16652 #​16845
  • Addon gcp-auth: Update ingress-nginx/kube-webhook-certgen image from v20230312-helm-chart-4.5.2-28-g66a760794 to v20230407 #​16601
  • Addon gcp-auth: Update k8s-minikube/gcp-auth-webhook image from v0.0.14 to v0.1.0 #​16573
  • Addon headlamp: Update headlamp-k8s/headlamp image version from v0.16.0 to v0.18.0 #​16399 #​16540 #​16721
  • Addon ingress: Update ingress-nginx/controller image from v1.7.0 to v1.8.1 #​16601 #​16832
  • Addon ingress: Update ingress-nginx/kube-webhook-certgen image from v20230312-helm-chart-4.5.2-28-g66a760794 to v20230407 #​16601
  • Addon kong: Update kong image from 2.7 to 3.2 #​16424
  • Addon kong: Update kong/kubernetes-ingress-controller image from 2.1.1 to 2.9.3 #​16424
  • CNI calico: Update from v3.24.5 to v3.26.1 #​16144 #​16596 #​16732
  • CNI flannel: Update from v0.20.2 to v0.22.0 #​16074 #​16435 #​16597
  • CNI kindnet: Update from v20230330-48f316cd to v20230511-dc714da8 #​16488
  • Kicbase: Update base image from ubuntu:focal-20230308 to ubuntu:jammy-20230624 #​16069 #​16632 #​16731 #​16834
  • Kicbase/ISO: Update buildkit from v0.11.4 to v0.11.6 #​16426
  • Kicbase/ISO: Update cni-plugins from v0.8.5 to v1.3.0 #​16582
  • Kicbase/ISO: Update containerd from v1.7.0 to v1.7.1 #​16501
  • Kicbase/ISO: Update containerd from v1.7.1 to v1.7.2 #​16634
  • Kicbase/ISO: Update cri-dockerd from v0.3.1 to v0.3.3 #​16506 #​16703
  • Kicbase/ISO: Update docker from 20.10.23 to 24.0.4 #​16572 #​16612 #​16875
  • Kicbase/ISO: Update runc from v1.1.5 to v1.1.7 #​16417

For a more detailed changelog, see CHANGELOG.md.

Thank you to our contributors for this release!

  • AiYijing
  • Aleksandr Chebotov
  • Anders F Björklund
  • Armel Soro
  • Asbjørn Apeland
  • Begula
  • Blaine Gardner
  • Bogdan Luca
  • Fabricio Voznika
  • Jeff MAURY
  • Joe Bowbeer
  • Juan Martín Loyola
  • Judah Nouriyelian
  • Kemal Akkoyun
  • Max Cascone
  • Medya Ghazizadeh
  • Michele Sorcinelli
  • Oldřich Jedlička
  • Ricky Sadowski
  • Sharran
  • Steven Powell
  • Terry Moschou
  • Tongyao Si
  • Vedant
  • Viktor Gamov
  • W. Duncan Fraser
  • Yuiko Mouri
  • aiyijing
  • cui fliter
  • guoguangwu
  • himalayanZephyr
  • joaquimrocha
  • lixin18
  • piljoong
  • salasberryfin
  • shixiuguo
  • sunyuxuan
  • syxunion
  • tianlj
  • tzzcfrank
  • vgnshiyer
  • winkelino
  • x7upLime
  • yolossn
  • zhengtianbao
  • Товарищ программист

Thank you to our PR reviewers for this release!

  • spowelljr (180 comments)
  • medyagh (64 comments)
  • eiffel-fl (16 comments)
  • afbjorklund (11 comments)
  • aiyijing (9 comments)
  • atoato88 (6 comments)
  • BenTheElder (2 comments)
  • travisn (2 comments)
  • ComradeProgrammer (1 comments)
  • Kimi450 (1 comments)
  • alban (1 comments)
  • mprimeaux (1 comments)
  • sha

Configuration

📅 Schedule: Branch creation - "after 4pm on thursday" (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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) July 20, 2023 17:26
@renovate renovate bot force-pushed the renovate/aqua branch 12 times, most recently from 60f28c6 to aa863bc Compare July 27, 2023 01:39
@renovate renovate bot force-pushed the renovate/aqua branch 11 times, most recently from d425ba9 to 34a72e8 Compare July 31, 2023 18:55
@renovate renovate bot merged commit 08e4d49 into main Aug 1, 2023
4 checks passed
@renovate renovate bot deleted the renovate/aqua branch August 1, 2023 01:42
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