diff --git a/dot_local/bin/executable_install-buf b/dot_local/bin/executable_install-buf index 41d128e..023687f 100755 --- a/dot_local/bin/executable_install-buf +++ b/dot_local/bin/executable_install-buf @@ -5,7 +5,7 @@ set -euo pipefail # shellcheck disable=SC1090 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" -VERSION=${VERSION:-v1.64.0} +VERSION=${VERSION:-v1.66.0} DEST=${XDG_DATA_HOME}/apps/releases/buf CURRENT=${DEST}/current URL=https://github.com/bufbuild/buf/releases/download/${VERSION}/buf-$(uname)-$(uname -m).tar.gz diff --git a/dot_local/bin/executable_install-cert-manager-cmctl b/dot_local/bin/executable_install-cert-manager-cmctl index d29523a..3a2747d 100755 --- a/dot_local/bin/executable_install-cert-manager-cmctl +++ b/dot_local/bin/executable_install-cert-manager-cmctl @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=cmctl -VERSION=${VERSION:-1.14.5} +VERSION=${VERSION:-1.19.4} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() ( diff --git a/dot_local/bin/executable_install-chezmoi b/dot_local/bin/executable_install-chezmoi index 469a307..1ac5249 100755 --- a/dot_local/bin/executable_install-chezmoi +++ b/dot_local/bin/executable_install-chezmoi @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=chezmoi -VERSION=${VERSION:-2.69.3} +VERSION=${VERSION:-2.69.4} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() ( diff --git a/dot_local/bin/executable_install-circleci b/dot_local/bin/executable_install-circleci index 786e5e7..9ffadd0 100755 --- a/dot_local/bin/executable_install-circleci +++ b/dot_local/bin/executable_install-circleci @@ -4,7 +4,7 @@ source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=circleci -VERSION=${VERSION:-0.1.34038} +VERSION=${VERSION:-0.1.34685} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/CircleCI-Public/circleci-cli/releases/download/v${VERSION}/circleci-cli_${VERSION}_$(get_os)_$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-confluent b/dot_local/bin/executable_install-confluent index 7c16aab..442c312 100755 --- a/dot_local/bin/executable_install-confluent +++ b/dot_local/bin/executable_install-confluent @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=confluent -VERSION=${VERSION:-4.51.0} +VERSION=${VERSION:-4.53.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/confluentinc/cli/releases/download/v${VERSION}/confluent_${VERSION}_$(get_os)_$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-dasel-home b/dot_local/bin/executable_install-dasel-home index 78e3b48..735a6be 100755 --- a/dot_local/bin/executable_install-dasel-home +++ b/dot_local/bin/executable_install-dasel-home @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=dasel -VERSION=${VERSION:-3.2.1} +VERSION=${VERSION:-3.3.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() ( diff --git a/dot_local/bin/executable_install-deno b/dot_local/bin/executable_install-deno index 56366d0..f01ca7d 100755 --- a/dot_local/bin/executable_install-deno +++ b/dot_local/bin/executable_install-deno @@ -16,7 +16,7 @@ function get_os () ( APP=deno -VERSION=${VERSION:-2.6.7} +VERSION=${VERSION:-2.7.1} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/denoland/deno/releases/download/v${VERSION}/deno-$(uname -m)-$(get_os).zip diff --git a/dot_local/bin/executable_install-doctl b/dot_local/bin/executable_install-doctl index f2f4bd2..d777621 100755 --- a/dot_local/bin/executable_install-doctl +++ b/dot_local/bin/executable_install-doctl @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=doctl -VERSION=${VERSION:-1.149.0} +VERSION=${VERSION:-1.151.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() ( diff --git a/dot_local/bin/executable_install-dust b/dot_local/bin/executable_install-dust index 5b4b978..9194b52 100755 --- a/dot_local/bin/executable_install-dust +++ b/dot_local/bin/executable_install-dust @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=dust -VERSION=${VERSION:-1.2.3} +VERSION=${VERSION:-1.2.4} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() ( diff --git a/dot_local/bin/executable_install-etcd-system b/dot_local/bin/executable_install-etcd-system index 21e72f6..cf26a13 100755 --- a/dot_local/bin/executable_install-etcd-system +++ b/dot_local/bin/executable_install-etcd-system @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=etcd -VERSION=${VERSION:-v3.6.7} +VERSION=${VERSION:-v3.6.8} APPS_DIR=/usr/local/apps/${APP} URL=https://github.com/etcd-io/etcd/releases/download/${VERSION}/etcd-${VERSION}-$(get_os)-$(get_arch).tar diff --git a/dot_local/bin/executable_install-fzf b/dot_local/bin/executable_install-fzf index 334bd45..35ccb2d 100644 --- a/dot_local/bin/executable_install-fzf +++ b/dot_local/bin/executable_install-fzf @@ -3,7 +3,7 @@ source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=fzf -VERSION=${VERSION:-0.67.0} +VERSION=${VERSION:-0.68.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/junegunn/fzf/releases/download/v${VERSION}/fzf-${VERSION}-$(get_os)_$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-go-home b/dot_local/bin/executable_install-go-home index 260aca1..1da84fb 100755 --- a/dot_local/bin/executable_install-go-home +++ b/dot_local/bin/executable_install-go-home @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=go -VERSION=${VERSION:-1.25.5} +VERSION=${VERSION:-1.26.0} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://dl.google.com/go/go${VERSION}.$(get_os)-$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-go-system b/dot_local/bin/executable_install-go-system index 92e3105..598ba1f 100755 --- a/dot_local/bin/executable_install-go-system +++ b/dot_local/bin/executable_install-go-system @@ -5,7 +5,7 @@ set -euo pipefail # shellcheck disable=SC1090 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" -VERSION=${VERSION:-1.25.5} +VERSION=${VERSION:-1.26.0} DEST=/usr/local/apps/golang URL=https://dl.google.com/go/go${VERSION}.$(get_os)-$(get_arch).tar.gz DEST_BIN=$DEST/current/bin diff --git a/dot_local/bin/executable_install-golangci-lint b/dot_local/bin/executable_install-golangci-lint index af73863..44ba0ce 100755 --- a/dot_local/bin/executable_install-golangci-lint +++ b/dot_local/bin/executable_install-golangci-lint @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=golangci-lint -VERSION=${VERSION:-2.8.0} +VERSION=${VERSION:-2.10.1} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://github.com/golangci/golangci-lint/releases/download/v${VERSION}/golangci-lint-${VERSION}-$(get_os)-$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-hugo-home b/dot_local/bin/executable_install-hugo-home index 7fc8133..3e225e2 100755 --- a/dot_local/bin/executable_install-hugo-home +++ b/dot_local/bin/executable_install-hugo-home @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=hugo -VERSION=${VERSION:-0.155.1} +VERSION=${VERSION:-0.157.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() ( diff --git a/dot_local/bin/executable_install-lego-home b/dot_local/bin/executable_install-lego-home index 919ee45..acfcf51 100644 --- a/dot_local/bin/executable_install-lego-home +++ b/dot_local/bin/executable_install-lego-home @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=lego -VERSION=${VERSION:-v4.31.0} +VERSION=${VERSION:-v4.32.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/go-acme/lego/releases/download/${VERSION}/lego_${VERSION}_$(get_os)_$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-lego-system b/dot_local/bin/executable_install-lego-system index 4f01e17..b61a65f 100755 --- a/dot_local/bin/executable_install-lego-system +++ b/dot_local/bin/executable_install-lego-system @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=lego -VERSION=${VERSION:-v4.31.0} +VERSION=${VERSION:-v4.32.0} APPS_DIR=/usr/local/apps/${APP} URL=https://github.com/go-acme/lego/releases/download/${VERSION}/lego_${VERSION}_$(get_os)_$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-lf b/dot_local/bin/executable_install-lf index eec6127..7eac31d 100755 --- a/dot_local/bin/executable_install-lf +++ b/dot_local/bin/executable_install-lf @@ -6,7 +6,7 @@ set -e source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=lf -VERSION=${VERSION:-r40} +VERSION=${VERSION:-r41} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://github.com/gokcehan/lf/releases/download/${VERSION}/lf-$(get_os)-$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-minikube-home b/dot_local/bin/executable_install-minikube-home index 2781b40..f08a4d5 100755 --- a/dot_local/bin/executable_install-minikube-home +++ b/dot_local/bin/executable_install-minikube-home @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=minikube -VERSION=${VERSION:-1.38.0} +VERSION=${VERSION:-1.38.1} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/kubernetes/minikube/releases/download/v${VERSION}/minikube-$(get_os)-$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-minikube-system b/dot_local/bin/executable_install-minikube-system index 7e5ede9..671d52d 100755 --- a/dot_local/bin/executable_install-minikube-system +++ b/dot_local/bin/executable_install-minikube-system @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=minikube -VERSION=${VERSION:-1.38.0} +VERSION=${VERSION:-1.38.1} APPS_DIR=/usr/local/apps/${APP} URL=https://github.com/kubernetes/minikube/releases/download/${VERSION}/minikube-$(get_os)-$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-mockery b/dot_local/bin/executable_install-mockery index fddbd8e..e5a33e1 100755 --- a/dot_local/bin/executable_install-mockery +++ b/dot_local/bin/executable_install-mockery @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=mockery -VERSION=${VERSION:-3.6.3} +VERSION=${VERSION:-3.6.4} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://github.com/vektra/mockery/releases/download/v${VERSION}/mockery_${VERSION}_$(uname)_$(uname -m).tar.gz diff --git a/dot_local/bin/executable_install-prometheus-system b/dot_local/bin/executable_install-prometheus-system index 2efc136..ff5da98 100755 --- a/dot_local/bin/executable_install-prometheus-system +++ b/dot_local/bin/executable_install-prometheus-system @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=prometheus -VERSION=${VERSION:-2.53.0} +VERSION=${VERSION:-3.9.1} APPS_DIR=/usr/local/apps/${APP} URL=https://github.com/prometheus/prometheus/releases/download/v${VERSION}/prometheus-${VERSION}.$(get_os)-$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-protoc-gen-grpc-gateway-protoc-gen-openapiv2 b/dot_local/bin/executable_install-protoc-gen-grpc-gateway-protoc-gen-openapiv2 index dfb59a2..92d4914 100755 --- a/dot_local/bin/executable_install-protoc-gen-grpc-gateway-protoc-gen-openapiv2 +++ b/dot_local/bin/executable_install-protoc-gen-grpc-gateway-protoc-gen-openapiv2 @@ -5,7 +5,7 @@ set -euo pipefail # shellcheck disable=SC1090 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" -VERSION=${VERSION:-2.27.7} +VERSION=${VERSION:-2.28.0} DEST=${XDG_DATA_HOME}/apps/releases/protoc-grpc-gateway BASE_URL=https://github.com/grpc-ecosystem/grpc-gateway/releases/download/v${VERSION} GRPC_GATEWAY_URL=${BASE_URL}/protoc-gen-grpc-gateway-v${VERSION}-$(get_os)-$(uname -m) diff --git a/dot_local/bin/executable_install-ripgrep b/dot_local/bin/executable_install-ripgrep index 3e0e531..a336439 100755 --- a/dot_local/bin/executable_install-ripgrep +++ b/dot_local/bin/executable_install-ripgrep @@ -6,7 +6,7 @@ source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" main () ( APP=rg - VERSION=${VERSION:-14.1.1} + VERSION=${VERSION:-15.1.0} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://github.com/BurntSushi/ripgrep/releases/download/${VERSION}/ripgrep-${VERSION}-$(get_arch)-$(get_os).tar.gz diff --git a/dot_local/bin/executable_install-templ b/dot_local/bin/executable_install-templ index 3f49b4b..a5a1908 100755 --- a/dot_local/bin/executable_install-templ +++ b/dot_local/bin/executable_install-templ @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=templ -VERSION=${VERSION:-v0.3.960} +VERSION=${VERSION:-v0.3.977} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/a-h/templ/releases/download/${VERSION}/templ_$(uname)_$(uname -m).tar.gz diff --git a/dot_local/bin/executable_install-traefik b/dot_local/bin/executable_install-traefik index 19cd497..9b00f5a 100755 --- a/dot_local/bin/executable_install-traefik +++ b/dot_local/bin/executable_install-traefik @@ -4,7 +4,7 @@ source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=traefik -VERSION=${VERSION:-3.6.7} +VERSION=${VERSION:-3.6.9} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://github.com/traefik/traefik/releases/download/v${VERSION}/traefik_v${VERSION}_$(get_os)_$(get_arch).tar.gz