From 3d1ca8a494ff73260acb1ac633b7624fb84d02f2 Mon Sep 17 00:00:00 2001 From: "Tianon (automated)" Date: Fri, 1 Nov 2024 23:26:51 +0000 Subject: [PATCH 1/4] Update containerd to runc 1.2.1 --- containerd/Dockerfile | 16 ++++++++-------- containerd/Dockerfile.1.6 | 16 ++++++++-------- containerd/Dockerfile.rc | 16 ++++++++-------- containerd/versions.json | 36 ++++++++++++++++++------------------ 4 files changed, 42 insertions(+), 42 deletions(-) diff --git a/containerd/Dockerfile b/containerd/Dockerfile index 9d3254742f2..7ad807432e6 100644 --- a/containerd/Dockerfile +++ b/containerd/Dockerfile @@ -23,17 +23,17 @@ RUN set -eux; \ chmod +x /usr/local/bin/dind # https://github.com/opencontainers/runc/releases -ENV RUNC_VERSION 1.2.0 +ENV RUNC_VERSION 1.2.1 RUN set -eux; \ dpkgArch="$(dpkg --print-architecture)"; \ case "$dpkgArch" in \ - 'amd64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.amd64'; sha256='3bbb68e49bc89dd2607f11d2ff0fa699963ebada39c32ad8a6aab0d40435c1ed' ;; \ - 'i386') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.386'; sha256='76b9457f98fe791f30bf8067fd17e7fabd85500dc1caf941e0387ad51643a3b1' ;; \ - 'arm64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.arm64'; sha256='3d4f66dc1d91f1b2a46713d185a506a604f1fe9f2f2b89c281eb1c5c13677ff0' ;; \ - 'armhf') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.armhf'; sha256='3c908e8c937c9e6a741b95420a808f7458398dcbad7e8afcfb1ce84d5b5f7234' ;; \ - 'ppc64el') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.ppc64le'; sha256='0bd876309958ec00a0e86df3f549f025ad7ae32d981536c1a2932465b479be70' ;; \ - 'riscv64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.riscv64'; sha256='c787d64229b2e4321bd8f2603b33688b02acee71c34d1ede8d9148b96e7bf2c7' ;; \ - 's390x') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.s390x'; sha256='57c6d428f486907f85a65754436a2f83508503ba386cc9243729150ac10b22df' ;; \ + 'amd64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.amd64'; sha256='b106d49c60e688022f5909432a77bd3260f29687199d47213ed87269588af781' ;; \ + 'i386') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.386'; sha256='943c6a6ea01a04c5f2ea5f490695b3df9f5dbd384c773482eca18d54a07e0c4a' ;; \ + 'arm64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.arm64'; sha256='8c0d81c80ffdaab986629a9c787d8468ab41851e7aab8f9617a4c3674e192aaa' ;; \ + 'armhf') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.armhf'; sha256='f9675583f99809335840087a5ec3840376251439e7276c140643ffcca4e50325' ;; \ + 'ppc64el') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.ppc64le'; sha256='652920e145b461151b7e87b28b339594e62129cfc87370b03651a37c39bbc0df' ;; \ + 'riscv64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.riscv64'; sha256='e7ebf16be651f823ca3458a3888850545a1f53fff4f136a7bb0d01f8f28f92c6' ;; \ + 's390x') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.s390x'; sha256='d411b71ffdfd3f6c675aa4fb652f31b48097a0693d36294772b536261939077b' ;; \ *) echo >&2 "error: unsupported architecture: '$dpkgArch'"; exit 1 ;; \ esac; \ # TODO $url.asc (see https://github.com/opencontainers/runc/releases) diff --git a/containerd/Dockerfile.1.6 b/containerd/Dockerfile.1.6 index b4f2cdd9436..dfb680991b2 100644 --- a/containerd/Dockerfile.1.6 +++ b/containerd/Dockerfile.1.6 @@ -23,17 +23,17 @@ RUN set -eux; \ chmod +x /usr/local/bin/dind # https://github.com/opencontainers/runc/releases -ENV RUNC_VERSION 1.2.0 +ENV RUNC_VERSION 1.2.1 RUN set -eux; \ dpkgArch="$(dpkg --print-architecture)"; \ case "$dpkgArch" in \ - 'amd64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.amd64'; sha256='3bbb68e49bc89dd2607f11d2ff0fa699963ebada39c32ad8a6aab0d40435c1ed' ;; \ - 'i386') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.386'; sha256='76b9457f98fe791f30bf8067fd17e7fabd85500dc1caf941e0387ad51643a3b1' ;; \ - 'arm64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.arm64'; sha256='3d4f66dc1d91f1b2a46713d185a506a604f1fe9f2f2b89c281eb1c5c13677ff0' ;; \ - 'armhf') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.armhf'; sha256='3c908e8c937c9e6a741b95420a808f7458398dcbad7e8afcfb1ce84d5b5f7234' ;; \ - 'ppc64el') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.ppc64le'; sha256='0bd876309958ec00a0e86df3f549f025ad7ae32d981536c1a2932465b479be70' ;; \ - 'riscv64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.riscv64'; sha256='c787d64229b2e4321bd8f2603b33688b02acee71c34d1ede8d9148b96e7bf2c7' ;; \ - 's390x') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.s390x'; sha256='57c6d428f486907f85a65754436a2f83508503ba386cc9243729150ac10b22df' ;; \ + 'amd64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.amd64'; sha256='b106d49c60e688022f5909432a77bd3260f29687199d47213ed87269588af781' ;; \ + 'i386') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.386'; sha256='943c6a6ea01a04c5f2ea5f490695b3df9f5dbd384c773482eca18d54a07e0c4a' ;; \ + 'arm64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.arm64'; sha256='8c0d81c80ffdaab986629a9c787d8468ab41851e7aab8f9617a4c3674e192aaa' ;; \ + 'armhf') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.armhf'; sha256='f9675583f99809335840087a5ec3840376251439e7276c140643ffcca4e50325' ;; \ + 'ppc64el') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.ppc64le'; sha256='652920e145b461151b7e87b28b339594e62129cfc87370b03651a37c39bbc0df' ;; \ + 'riscv64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.riscv64'; sha256='e7ebf16be651f823ca3458a3888850545a1f53fff4f136a7bb0d01f8f28f92c6' ;; \ + 's390x') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.s390x'; sha256='d411b71ffdfd3f6c675aa4fb652f31b48097a0693d36294772b536261939077b' ;; \ *) echo >&2 "error: unsupported architecture: '$dpkgArch'"; exit 1 ;; \ esac; \ # TODO $url.asc (see https://github.com/opencontainers/runc/releases) diff --git a/containerd/Dockerfile.rc b/containerd/Dockerfile.rc index 5147a881a32..abfe72cb151 100644 --- a/containerd/Dockerfile.rc +++ b/containerd/Dockerfile.rc @@ -23,17 +23,17 @@ RUN set -eux; \ chmod +x /usr/local/bin/dind # https://github.com/opencontainers/runc/releases -ENV RUNC_VERSION 1.2.0 +ENV RUNC_VERSION 1.2.1 RUN set -eux; \ dpkgArch="$(dpkg --print-architecture)"; \ case "$dpkgArch" in \ - 'amd64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.amd64'; sha256='3bbb68e49bc89dd2607f11d2ff0fa699963ebada39c32ad8a6aab0d40435c1ed' ;; \ - 'i386') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.386'; sha256='76b9457f98fe791f30bf8067fd17e7fabd85500dc1caf941e0387ad51643a3b1' ;; \ - 'arm64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.arm64'; sha256='3d4f66dc1d91f1b2a46713d185a506a604f1fe9f2f2b89c281eb1c5c13677ff0' ;; \ - 'armhf') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.armhf'; sha256='3c908e8c937c9e6a741b95420a808f7458398dcbad7e8afcfb1ce84d5b5f7234' ;; \ - 'ppc64el') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.ppc64le'; sha256='0bd876309958ec00a0e86df3f549f025ad7ae32d981536c1a2932465b479be70' ;; \ - 'riscv64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.riscv64'; sha256='c787d64229b2e4321bd8f2603b33688b02acee71c34d1ede8d9148b96e7bf2c7' ;; \ - 's390x') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.s390x'; sha256='57c6d428f486907f85a65754436a2f83508503ba386cc9243729150ac10b22df' ;; \ + 'amd64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.amd64'; sha256='b106d49c60e688022f5909432a77bd3260f29687199d47213ed87269588af781' ;; \ + 'i386') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.386'; sha256='943c6a6ea01a04c5f2ea5f490695b3df9f5dbd384c773482eca18d54a07e0c4a' ;; \ + 'arm64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.arm64'; sha256='8c0d81c80ffdaab986629a9c787d8468ab41851e7aab8f9617a4c3674e192aaa' ;; \ + 'armhf') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.armhf'; sha256='f9675583f99809335840087a5ec3840376251439e7276c140643ffcca4e50325' ;; \ + 'ppc64el') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.ppc64le'; sha256='652920e145b461151b7e87b28b339594e62129cfc87370b03651a37c39bbc0df' ;; \ + 'riscv64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.riscv64'; sha256='e7ebf16be651f823ca3458a3888850545a1f53fff4f136a7bb0d01f8f28f92c6' ;; \ + 's390x') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.s390x'; sha256='d411b71ffdfd3f6c675aa4fb652f31b48097a0693d36294772b536261939077b' ;; \ *) echo >&2 "error: unsupported architecture: '$dpkgArch'"; exit 1 ;; \ esac; \ # TODO $url.asc (see https://github.com/opencontainers/runc/releases) diff --git a/containerd/versions.json b/containerd/versions.json index bfff6e50e3a..36e93b8d613 100644 --- a/containerd/versions.json +++ b/containerd/versions.json @@ -112,44 +112,44 @@ } }, "runc": { - "commit": "0b9fa21be2bcba45f6d9d748b4bcf70cfbffbc19", - "ref": "refs/tags/v1.2.0^{}", - "tag": "v1.2.0", - "version": "1.2.0", + "commit": "d7735e388ef5eecbd60d93bfbe5afe0f3fbc8a6b", + "ref": "refs/tags/v1.2.1^{}", + "tag": "v1.2.1", + "version": "1.2.1", "arches": { "amd64": { - "url": "https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.amd64", - "sha256": "3bbb68e49bc89dd2607f11d2ff0fa699963ebada39c32ad8a6aab0d40435c1ed", + "url": "https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.amd64", + "sha256": "b106d49c60e688022f5909432a77bd3260f29687199d47213ed87269588af781", "dpkgArch": "amd64" }, "i386": { - "url": "https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.386", - "sha256": "76b9457f98fe791f30bf8067fd17e7fabd85500dc1caf941e0387ad51643a3b1", + "url": "https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.386", + "sha256": "943c6a6ea01a04c5f2ea5f490695b3df9f5dbd384c773482eca18d54a07e0c4a", "dpkgArch": "i386" }, "arm64v8": { - "url": "https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.arm64", - "sha256": "3d4f66dc1d91f1b2a46713d185a506a604f1fe9f2f2b89c281eb1c5c13677ff0", + "url": "https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.arm64", + "sha256": "8c0d81c80ffdaab986629a9c787d8468ab41851e7aab8f9617a4c3674e192aaa", "dpkgArch": "arm64" }, "arm32v7": { - "url": "https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.armhf", - "sha256": "3c908e8c937c9e6a741b95420a808f7458398dcbad7e8afcfb1ce84d5b5f7234", + "url": "https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.armhf", + "sha256": "f9675583f99809335840087a5ec3840376251439e7276c140643ffcca4e50325", "dpkgArch": "armhf" }, "ppc64le": { - "url": "https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.ppc64le", - "sha256": "0bd876309958ec00a0e86df3f549f025ad7ae32d981536c1a2932465b479be70", + "url": "https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.ppc64le", + "sha256": "652920e145b461151b7e87b28b339594e62129cfc87370b03651a37c39bbc0df", "dpkgArch": "ppc64el" }, "riscv64": { - "url": "https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.riscv64", - "sha256": "c787d64229b2e4321bd8f2603b33688b02acee71c34d1ede8d9148b96e7bf2c7", + "url": "https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.riscv64", + "sha256": "e7ebf16be651f823ca3458a3888850545a1f53fff4f136a7bb0d01f8f28f92c6", "dpkgArch": "riscv64" }, "s390x": { - "url": "https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.s390x", - "sha256": "57c6d428f486907f85a65754436a2f83508503ba386cc9243729150ac10b22df", + "url": "https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.s390x", + "sha256": "d411b71ffdfd3f6c675aa4fb652f31b48097a0693d36294772b536261939077b", "dpkgArch": "s390x" } } From 7fa2aa8820932efbdc71787b6c6ef8c0350d3c4a Mon Sep 17 00:00:00 2001 From: "Tianon (automated)" Date: Thu, 31 Oct 2024 23:27:43 +0000 Subject: [PATCH 2/4] Update microsoft-edge/dev to 132.0.2917.0-1 --- microsoft-edge/dev/Dockerfile | 2 +- microsoft-edge/dev/versions.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/microsoft-edge/dev/Dockerfile b/microsoft-edge/dev/Dockerfile index 8dce49cb8e2..0cb0df0f904 100644 --- a/microsoft-edge/dev/Dockerfile +++ b/microsoft-edge/dev/Dockerfile @@ -50,7 +50,7 @@ RUN set -eux; \ } | tee /etc/default/microsoft-edge-dev # https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-dev/ -ENV EDGE_VERSION 131.0.2903.5-1 +ENV EDGE_VERSION 132.0.2917.0-1 RUN set -eux; \ apt-get update; \ diff --git a/microsoft-edge/dev/versions.json b/microsoft-edge/dev/versions.json index 9cdc162a30c..cc96c0af6cb 100644 --- a/microsoft-edge/dev/versions.json +++ b/microsoft-edge/dev/versions.json @@ -1,4 +1,4 @@ { - "sha256": "1f4fb56ab4f109038c8471a12011ea751b73ebfc26734f644dd55ef4e2d8d4f4", - "version": "131.0.2903.5-1" + "sha256": "2955460094fd87581a4a9fd1719b692f29b1fe44c63dd56fc6e967e07be04be4", + "version": "132.0.2917.0-1" } From b93529df15b0f1015d7c42d4e3c75db4a546ab0f Mon Sep 17 00:00:00 2001 From: "Tianon (automated)" Date: Fri, 1 Nov 2024 23:26:45 +0000 Subject: [PATCH 3/4] Update nolibc to linux 6.11.6 --- nolibc/Dockerfile | 6 +++--- nolibc/versions.json | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/nolibc/Dockerfile b/nolibc/Dockerfile index 080f7bbba19..957499cafa0 100644 --- a/nolibc/Dockerfile +++ b/nolibc/Dockerfile @@ -24,9 +24,9 @@ RUN set -eux; \ # https://kernel.org/ # https://kernel.org/releases.json # https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/Makefile?h=linux-rolling-stable -# 2024-10-22 -ENV LINUX_VERSION 6.11.5 -ENV LINUX_SOURCE_URL https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.5.tar.xz +# 2024-11-01 +ENV LINUX_VERSION 6.11.6 +ENV LINUX_SOURCE_URL https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.6.tar.xz # https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/tools/include/nolibc?h=linux-rolling-stable # https://github.com/gregkh/linux/commits/linux-rolling-stable/tools/include/nolibc # https://github.com/torvalds/linux/commits/master/tools/include/nolibc diff --git a/nolibc/versions.json b/nolibc/versions.json index 279afbfa51d..d5cc18b6089 100644 --- a/nolibc/versions.json +++ b/nolibc/versions.json @@ -1,21 +1,21 @@ { "linux": { "moniker": "stable", - "version": "6.11.5", + "version": "6.11.6", "iseol": false, "released": { - "timestamp": 1729605108, - "isodate": "2024-10-22" + "timestamp": 1730423023, + "isodate": "2024-11-01" }, - "source": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.5.tar.xz", - "pgp": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.5.tar.sign", + "source": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.6.tar.xz", + "pgp": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.6.tar.sign", "patch": { - "full": "https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.11.5.xz", - "incremental": "https://cdn.kernel.org/pub/linux/kernel/v6.x/incr/patch-6.11.4-5.xz" + "full": "https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.11.6.xz", + "incremental": "https://cdn.kernel.org/pub/linux/kernel/v6.x/incr/patch-6.11.5-6.xz" }, - "changelog": "https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.5", - "gitweb": "https://git.kernel.org/stable/h/v6.11.5", - "diffview": "https://git.kernel.org/stable/ds/v6.11.5/v6.11.4" + "changelog": "https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.6", + "gitweb": "https://git.kernel.org/stable/h/v6.11.6", + "diffview": "https://git.kernel.org/stable/ds/v6.11.6/v6.11.5" }, "arches": { "amd64": { From 5ff3b5fb414702bd280f30e9acc715ef997b9a74 Mon Sep 17 00:00:00 2001 From: "Tianon (automated)" Date: Thu, 31 Oct 2024 23:27:46 +0000 Subject: [PATCH 4/4] Update vultr-cli to 3.4.0 --- vultr-cli/Dockerfile | 10 ++++----- vultr-cli/versions.json | 48 ++++++++++++++++++++--------------------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/vultr-cli/Dockerfile b/vultr-cli/Dockerfile index dc00e0c347f..c398e85c629 100644 --- a/vultr-cli/Dockerfile +++ b/vultr-cli/Dockerfile @@ -9,16 +9,16 @@ FROM alpine:3.20 RUN apk add --no-cache ca-certificates # https://github.com/vultr/vultr-cli/releases -ENV VULTR_CLI_VERSION 3.3.1 +ENV VULTR_CLI_VERSION 3.4.0 RUN set -eux; \ \ apkArch="$(apk --print-arch)"; \ case "$apkArch" in \ - 'x86_64') url='https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_linux_amd64.tar.gz'; sha256='4d4dae5d14337dca4c59ef7e8b629c5c47bb2c0a544aced9ae22583f440bfe9d' ;; \ - 'armhf') url='https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_linux_arm32-v6.tar.gz'; sha256='71dba92270964408d4e96e657e300fb6fbf0b0803e85bfb500d3ad5fd327d4e6' ;; \ - 'armv7') url='https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_linux_arm32-v7.tar.gz'; sha256='524afa3fb87f1c52e3ba7a9323b5937f211d173ab659b69862f3c6507aa8850b' ;; \ - 'aarch64') url='https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_linux_arm64.tar.gz'; sha256='1032633db439cec8aa4feb5464ad4e2e87871e4724a6d9919dbbad0680c7cdd5' ;; \ + 'x86_64') url='https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_linux_amd64.tar.gz'; sha256='3c9b1c7c4762dd0fc6354feb2867fe47d6b394dce9e558df1ed2c7e3e0ad320e' ;; \ + 'armhf') url='https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_linux_arm32-v6.tar.gz'; sha256='b0ba88f8dec9e592b9c709b7a7285568a2a994dad62813b52c9e1b06ef95f544' ;; \ + 'armv7') url='https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_linux_arm32-v7.tar.gz'; sha256='3239c798b4128f0dfcfc0eeb0c63084189a3f22a32cbe28f9f643af625731bdf' ;; \ + 'aarch64') url='https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_linux_arm64.tar.gz'; sha256='cf46b1d0f27990a0c7c07561eabfd8123487ac71d774bfb73221793743a05de2' ;; \ *) echo >&2 "error: unsupported architecture: '$apkArch'"; exit 1 ;; \ esac; \ \ diff --git a/vultr-cli/versions.json b/vultr-cli/versions.json index b909ec80176..a184c5b9e81 100644 --- a/vultr-cli/versions.json +++ b/vultr-cli/versions.json @@ -1,57 +1,57 @@ { - "commit": "3b5e45c201ab727b9815b45e102f244b6ac7ed7b", - "ref": "refs/tags/v3.3.1", - "tag": "v3.3.1", - "version": "3.3.1", + "commit": "c9cd8647778f848f597feb8ec03a7ee63eca4986", + "ref": "refs/tags/v3.4.0", + "tag": "v3.4.0", + "version": "3.4.0", "arches": { "amd64": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_linux_amd64.tar.gz", - "sha256": "4d4dae5d14337dca4c59ef7e8b629c5c47bb2c0a544aced9ae22583f440bfe9d", + "url": "https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_linux_amd64.tar.gz", + "sha256": "3c9b1c7c4762dd0fc6354feb2867fe47d6b394dce9e558df1ed2c7e3e0ad320e", "apkArch": "x86_64" }, "arm32v6": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_linux_arm32-v6.tar.gz", - "sha256": "71dba92270964408d4e96e657e300fb6fbf0b0803e85bfb500d3ad5fd327d4e6", + "url": "https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_linux_arm32-v6.tar.gz", + "sha256": "b0ba88f8dec9e592b9c709b7a7285568a2a994dad62813b52c9e1b06ef95f544", "apkArch": "armhf" }, "arm32v7": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_linux_arm32-v7.tar.gz", - "sha256": "524afa3fb87f1c52e3ba7a9323b5937f211d173ab659b69862f3c6507aa8850b", + "url": "https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_linux_arm32-v7.tar.gz", + "sha256": "3239c798b4128f0dfcfc0eeb0c63084189a3f22a32cbe28f9f643af625731bdf", "apkArch": "armv7" }, "arm64v8": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_linux_arm64.tar.gz", - "sha256": "1032633db439cec8aa4feb5464ad4e2e87871e4724a6d9919dbbad0680c7cdd5", + "url": "https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_linux_arm64.tar.gz", + "sha256": "cf46b1d0f27990a0c7c07561eabfd8123487ac71d774bfb73221793743a05de2", "apkArch": "aarch64" }, "darwin-amd64": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_macOs_amd64.tar.gz", - "sha256": "a3b7f2402029d62fc37806b145c286bce90b7a17a4c1b400d4818dac7cf62938", + "url": "https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_macOs_amd64.tar.gz", + "sha256": "3e868ba521c8d580d89c811061112fd7f3f0e837e0a08e9d0a00ae8aaaeebbbd", "apkArch": null }, "darwin-arm64v8": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_macOs_arm64.tar.gz", - "sha256": "ec6cd740c33f92051b15348cb3f20dd07bb67b792d77e99d7f17b8afdd4abf10", + "url": "https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_macOs_arm64.tar.gz", + "sha256": "746a25e1dcb139b14610c92d2e8f24e7b227090c215eb7252167fa4bd899d150", "apkArch": null }, "windows-amd64": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_windows_amd64.zip", - "sha256": "0c7def965183aa3571e1d4c9d903eedd5e31f116186387ea6eee550ee163c87c", + "url": "https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_windows_amd64.zip", + "sha256": "abc50c7912e5e331fd2cfb356994c4c697e16a4519629a659610c3a694f36eb8", "apkArch": null }, "windows-arm32v6": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_windows_arm32-v6.zip", - "sha256": "9a610ac187896a2e3badb5de3e4316d070e00de0d2acb4f5c2a8373ba9d640ae", + "url": "https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_windows_arm32-v6.zip", + "sha256": "7f154cb6586e74cd1c0cdcdcb6ebf23529978e4f242293a13cf4a5fefac32a0f", "apkArch": null }, "windows-arm32v7": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_windows_arm32-v7.zip", - "sha256": "fde80a59b2614d39e8e34118a237cd39da4de79ddaca8089e0d03a2cc9eea447", + "url": "https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_windows_arm32-v7.zip", + "sha256": "6cac6354c72f78009ca3b2a5469140c50793f4613b39ed1cda22eebc4c0c2afc", "apkArch": null }, "windows-arm64v8": { - "url": "https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_windows_arm64.zip", - "sha256": "958b0a5457bc98167879e834f8e0d70606878d87f7859b482fa283c44eb9bd4d", + "url": "https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_windows_arm64.zip", + "sha256": "6804ac3d43507de6c1283c3293de51e518fb310938dbe797d7d9e89d0fb7e58e", "apkArch": null } }