From 07765b6f7381fb0f0e5cca72abf103075c9fc41c Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Wed, 29 May 2024 18:59:05 -0700 Subject: [PATCH] Bump versions --- dot_local/bin/executable_install-buf | 2 +- dot_local/bin/executable_install-chezmoi | 2 +- dot_local/bin/executable_install-confluent | 2 +- dot_local/bin/executable_install-doctl | 2 +- dot_local/bin/executable_install-fzf | 2 +- dot_local/bin/executable_install-go-grpc-gateway | 2 +- dot_local/bin/executable_install-go-swagger | 2 +- dot_local/bin/executable_install-golangci-lint | 2 +- dot_local/bin/executable_install-hugo-home | 2 +- dot_local/bin/executable_install-lego-home | 2 +- dot_local/bin/executable_install-lego-system | 2 +- dot_local/bin/executable_install-minikube-home | 2 +- dot_local/bin/executable_install-minikube-system | 2 +- dot_local/bin/executable_install-mockery | 2 +- dot_local/bin/executable_install-node-exporter-system | 2 +- dot_local/bin/executable_install-prometheus-system | 2 +- dot_local/bin/executable_install-protoc-home | 2 +- dot_local/bin/executable_install-protoc-system | 2 +- dot_local/bin/executable_install-starship | 2 +- dot_local/bin/executable_install-traefik | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/dot_local/bin/executable_install-buf b/dot_local/bin/executable_install-buf index 110420f..5ad7a3e 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.31.0} +VERSION=${VERSION:-v1.32.2} 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-chezmoi b/dot_local/bin/executable_install-chezmoi index 6b927d3..44300ac 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.48.0} +VERSION=${VERSION:-2.48.1} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() ( diff --git a/dot_local/bin/executable_install-confluent b/dot_local/bin/executable_install-confluent index a007481..b2fdf09 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:-3.59.0} +VERSION=${VERSION:-3.61.1} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() ( diff --git a/dot_local/bin/executable_install-doctl b/dot_local/bin/executable_install-doctl index f47962e..cb10d41 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.105.0} +VERSION=${VERSION:-1.106.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} main() ( diff --git a/dot_local/bin/executable_install-fzf b/dot_local/bin/executable_install-fzf index 6e5b28a..930e941 100755 --- 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.51.0} +VERSION=${VERSION:-0.52.1} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/junegunn/fzf/releases/download/${VERSION}/fzf-${VERSION}-$(get_os)_$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-go-grpc-gateway b/dot_local/bin/executable_install-go-grpc-gateway index f8e276a..ef0a23c 100755 --- a/dot_local/bin/executable_install-go-grpc-gateway +++ b/dot_local/bin/executable_install-go-grpc-gateway @@ -5,7 +5,7 @@ set -euo pipefail # shellcheck disable=SC1090 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" -VERSION=${VERSION:-2.19.1} +VERSION=${VERSION:-2.20.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-go-swagger b/dot_local/bin/executable_install-go-swagger index 5b13745..65d70b9 100755 --- a/dot_local/bin/executable_install-go-swagger +++ b/dot_local/bin/executable_install-go-swagger @@ -6,7 +6,7 @@ set -e source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=swagger -VERSION=${VERSION:-0.30.5} +VERSION=${VERSION:-0.31.0} DEST=${XDG_DATA_HOME}/apps/releases/go-swagger URL=https://github.com/go-swagger/go-swagger/releases/download/v${VERSION}/swagger_$(get_os)_$(get_arch) diff --git a/dot_local/bin/executable_install-golangci-lint b/dot_local/bin/executable_install-golangci-lint index d250a36..bcc69ec 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:-1.58.1} +VERSION=${VERSION:-1.59.0} 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 b74719e..9e17957 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.125.5} +VERSION=${VERSION:-0.126.1} 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 eb0ed7e..fe983e6 100755 --- 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.16.1} +VERSION=${VERSION:-v4.17.3} 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 0dd5c26..d72e75e 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.16.1} +VERSION=${VERSION:-v4.17.3} 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-minikube-home b/dot_local/bin/executable_install-minikube-home index 1d33c10..30e34b6 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.33.0} +VERSION=${VERSION:-1.33.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 eab8a0d..3acc88d 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.33.0} +VERSION=${VERSION:-1.33.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 8cd416f..548dd1a 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:-2.43.0} +VERSION=${VERSION:-2.43.2} 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-node-exporter-system b/dot_local/bin/executable_install-node-exporter-system index 72d8cbf..919a125 100755 --- a/dot_local/bin/executable_install-node-exporter-system +++ b/dot_local/bin/executable_install-node-exporter-system @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=node_exporter -VERSION=${VERSION:-1.8.0} +VERSION=${VERSION:-1.8.1} APPS_DIR=/usr/local/apps/${APP} URL=https://github.com/prometheus/node_exporter/releases/download/v${VERSION}/node_exporter-${VERSION}.$(get_os)-$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-prometheus-system b/dot_local/bin/executable_install-prometheus-system index a082c79..1fc5728 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.51.2} +VERSION=${VERSION:-2.52.0} 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-home b/dot_local/bin/executable_install-protoc-home index 4519433..16e5ef0 100755 --- a/dot_local/bin/executable_install-protoc-home +++ b/dot_local/bin/executable_install-protoc-home @@ -5,7 +5,7 @@ set -euo pipefail # shellcheck disable=SC1091 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" -VERSION=${VERSION:-26.1} +VERSION=${VERSION:-27.0} APP=protoc APPS_DIR=${XDG_DATA_HOME}/apps/releases/${APP} VER_DIR=${APPS_DIR}/${VERSION} diff --git a/dot_local/bin/executable_install-protoc-system b/dot_local/bin/executable_install-protoc-system index 2d5bfe8..556c440 100755 --- a/dot_local/bin/executable_install-protoc-system +++ b/dot_local/bin/executable_install-protoc-system @@ -5,7 +5,7 @@ set -euo pipefail # shellcheck disable=SC1091 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" -PROTOC_VERSION=${VERSION:-26.1} +PROTOC_VERSION=${VERSION:-27.0} PROTOC_ZIP=protoc-$PROTOC_VERSION-linux-x86_64.zip TMP_DIR=$(mktemp --directory) DEST_FILE=$TMP_DIR/$PROTOC_ZIP diff --git a/dot_local/bin/executable_install-starship b/dot_local/bin/executable_install-starship index ac84dce..d6975cd 100755 --- a/dot_local/bin/executable_install-starship +++ b/dot_local/bin/executable_install-starship @@ -11,7 +11,7 @@ function get_os () { } APP=starship -VERSION=${VERSION:-1.18.2} +VERSION=${VERSION:-1.19.0} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://github.com/starship/starship/releases/download/v${VERSION}/starship-$(uname -m)-$(get_os).tar.gz diff --git a/dot_local/bin/executable_install-traefik b/dot_local/bin/executable_install-traefik index 29f1641..389bf61 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.0.0} +VERSION=${VERSION:-3.0.1} 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