From 781cb8ad6d678907d6814131d188f3c7058f4d4b Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 14 Jul 2020 09:57:29 -0600 Subject: [PATCH 01/19] chore(rootfs/Dockerfile): update Azure CLI to 2.7.0 (#234) See https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli?view=azure-cli-latest#june-02-2020 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 03d3e1c..4af3d98 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:18.04 LABEL name="deis-go-dev" \ maintainer="Matt Boersma " -ENV AZCLI_VERSION=2.5.1 \ +ENV AZCLI_VERSION=2.7.0 \ DOCKER_VERSION=19.03.4 \ GO_VERSION=1.14.3 \ GLIDE_VERSION=v0.13.3 \ From 6f7e1f18eee7aa9040cc2e3fe5b0a654b8c8b056 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 14 Jul 2020 09:58:10 -0600 Subject: [PATCH 02/19] chore(rootfs/Dockerfile): update go toolchain to 1.14.4 (#235) See https://github.com/golang/go/issues?q=milestone%3AGo1.14.4+label%3ACherryPickApproved --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 4af3d98..0774f68 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -5,7 +5,7 @@ LABEL name="deis-go-dev" \ ENV AZCLI_VERSION=2.7.0 \ DOCKER_VERSION=19.03.4 \ - GO_VERSION=1.14.3 \ + GO_VERSION=1.14.4 \ GLIDE_VERSION=v0.13.3 \ GLIDE_HOME=/root \ HELM_VERSION=v2.16.3 \ From 25e2323ebc488da3e8d3d1a5726603267947ef85 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 14 Jul 2020 09:58:40 -0600 Subject: [PATCH 03/19] chore(rootfs/Dockerfile): update helm to latest 2.x patch (#236) See https://github.com/helm/helm/releases/tag/v2.16.7 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 0774f68..6eebb22 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -8,7 +8,7 @@ ENV AZCLI_VERSION=2.7.0 \ GO_VERSION=1.14.4 \ GLIDE_VERSION=v0.13.3 \ GLIDE_HOME=/root \ - HELM_VERSION=v2.16.3 \ + HELM_VERSION=v2.16.7 \ KUBECTL_VERSION=v1.16.3 \ ETCDCTL_VERSION=v3.1.8 \ GOLANGCI_LINT_VERSION=v1.27.0 \ From e354d0d2da1e91817c2c5f49fc728ee260bac168 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 14 Jul 2020 11:01:55 -0600 Subject: [PATCH 04/19] chore(rootfs/Dockerfile): update Azure CLI to 2.9.0 (#237) See https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli?view=azure-cli-latest#july-14-2020 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 6eebb22..28d1b22 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:18.04 LABEL name="deis-go-dev" \ maintainer="Matt Boersma " -ENV AZCLI_VERSION=2.7.0 \ +ENV AZCLI_VERSION=2.9.0 \ DOCKER_VERSION=19.03.4 \ GO_VERSION=1.14.4 \ GLIDE_VERSION=v0.13.3 \ From 7f3b222b09f6bcbdd3aa25fc7161fdf683175f3a Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 14 Jul 2020 12:33:24 -0600 Subject: [PATCH 05/19] chore(rootfs/Dockerfile): update golangci-lint to v1.28.3 (#238) See https://github.com/golangci/golangci-lint/releases/tag/v1.28.3 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 28d1b22..ffbbb09 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -11,7 +11,7 @@ ENV AZCLI_VERSION=2.9.0 \ HELM_VERSION=v2.16.7 \ KUBECTL_VERSION=v1.16.3 \ ETCDCTL_VERSION=v3.1.8 \ - GOLANGCI_LINT_VERSION=v1.27.0 \ + GOLANGCI_LINT_VERSION=v1.28.3 \ PROTOBUF_VERSION=3.7.0 \ SHELLCHECK_VERSION=v0.7.1 \ SHFMT_VERSION=3.1.1 \ From 0afc9ff5129c7b6dc1c49a6df344050f4eadff2b Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 14 Jul 2020 12:42:49 -0600 Subject: [PATCH 06/19] chore(rootfs/Dockerfile): update shfmt to v3.1.2 (#239) See https://github.com/mvdan/sh/releases/tag/v3.1.2 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index ffbbb09..18adbc8 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -14,7 +14,7 @@ ENV AZCLI_VERSION=2.9.0 \ GOLANGCI_LINT_VERSION=v1.28.3 \ PROTOBUF_VERSION=3.7.0 \ SHELLCHECK_VERSION=v0.7.1 \ - SHFMT_VERSION=3.1.1 \ + SHFMT_VERSION=3.1.2 \ PATH=$PATH:/usr/local/go/bin:/go/bin:/usr/local/bin/docker \ GOPATH=/go From 414b46992bd112c51a0ac99e83ec1a0bef8c5d3a Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Fri, 17 Jul 2020 09:43:05 -0600 Subject: [PATCH 07/19] chore(rootfs/Dockerfile): update go toolchain to 1.14.6 (#240) See https://github.com/golang/go/issues?q=milestone%3AGo1.14.6+label%3ACherryPickApproved --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 18adbc8..9378535 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -5,7 +5,7 @@ LABEL name="deis-go-dev" \ ENV AZCLI_VERSION=2.9.0 \ DOCKER_VERSION=19.03.4 \ - GO_VERSION=1.14.4 \ + GO_VERSION=1.14.6 \ GLIDE_VERSION=v0.13.3 \ GLIDE_HOME=/root \ HELM_VERSION=v2.16.7 \ From bea67182cb66c2886beed41cb3cca24694132e76 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Fri, 17 Jul 2020 11:22:16 -0600 Subject: [PATCH 08/19] chore(rootfs/Dockerfile): update Azure CLI to 2.9.1 (#241) See https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli?view=azure-cli-latest&tabs=azure-cli#july-16-2020 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 9378535..8643eed 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:18.04 LABEL name="deis-go-dev" \ maintainer="Matt Boersma " -ENV AZCLI_VERSION=2.9.0 \ +ENV AZCLI_VERSION=2.9.1 \ DOCKER_VERSION=19.03.4 \ GO_VERSION=1.14.6 \ GLIDE_VERSION=v0.13.3 \ From c92ba3066088cbc8bdaa6bd589659bf7c3fe3d5a Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Fri, 17 Jul 2020 11:48:49 -0600 Subject: [PATCH 09/19] chore(rootfs/Dockerfile): update Helm to v2.16.9 (#242) See https://github.com/helm/helm/releases/tag/v2.16.9 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 8643eed..9df4bfd 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -8,7 +8,7 @@ ENV AZCLI_VERSION=2.9.1 \ GO_VERSION=1.14.6 \ GLIDE_VERSION=v0.13.3 \ GLIDE_HOME=/root \ - HELM_VERSION=v2.16.7 \ + HELM_VERSION=v2.16.9 \ KUBECTL_VERSION=v1.16.3 \ ETCDCTL_VERSION=v3.1.8 \ GOLANGCI_LINT_VERSION=v1.28.3 \ From 258e29b5235df73b592fb85745482730500204b7 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Wed, 29 Jul 2020 12:36:23 -0600 Subject: [PATCH 10/19] chore(rootfs/Dockerfile): update go toolchain to 1.15rc1 (#243) --- rootfs/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 9df4bfd..bad3e72 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -5,7 +5,7 @@ LABEL name="deis-go-dev" \ ENV AZCLI_VERSION=2.9.1 \ DOCKER_VERSION=19.03.4 \ - GO_VERSION=1.14.6 \ + GO_VERSION=1.15rc1 \ GLIDE_VERSION=v0.13.3 \ GLIDE_HOME=/root \ HELM_VERSION=v2.16.9 \ @@ -61,7 +61,7 @@ RUN \ wget \ yq \ zip \ - && curl -L https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz | tar -C /usr/local -xz \ + && curl -L https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz | tar -C /usr/local -xz \ && curl -sSL https://github.com/Masterminds/glide/releases/download/${GLIDE_VERSION}/glide-${GLIDE_VERSION}-linux-amd64.tar.gz \ | tar -vxz -C /usr/local/bin --strip=1 \ && curl -sSL -o /tmp/protoc.zip https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protoc-${PROTOBUF_VERSION}-linux-x86_64.zip \ From 1c27410a3f593e3fd66470f3876c1be225e1a533 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Fri, 7 Aug 2020 12:37:07 -0600 Subject: [PATCH 11/19] chore(rootfs/Dockerfile): update go toolchain to 1.15rc2 (#244) --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index bad3e72..f8c8b20 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -5,7 +5,7 @@ LABEL name="deis-go-dev" \ ENV AZCLI_VERSION=2.9.1 \ DOCKER_VERSION=19.03.4 \ - GO_VERSION=1.15rc1 \ + GO_VERSION=1.15rc2 \ GLIDE_VERSION=v0.13.3 \ GLIDE_HOME=/root \ HELM_VERSION=v2.16.9 \ From 0c66ea6fde1809a25b5b06c039c3c8a4d03711ed Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Fri, 7 Aug 2020 12:37:35 -0600 Subject: [PATCH 12/19] chore(rootfs/Dockerfile): update Azure CLI to 2.10.1 (#245) See https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli?view=azure-cli-latest&tabs=azure-cli#august-11-2020 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index f8c8b20..6096cdc 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:18.04 LABEL name="deis-go-dev" \ maintainer="Matt Boersma " -ENV AZCLI_VERSION=2.9.1 \ +ENV AZCLI_VERSION=2.10.1 \ DOCKER_VERSION=19.03.4 \ GO_VERSION=1.15rc2 \ GLIDE_VERSION=v0.13.3 \ From bfadc4dafa36d3a7849caea1f49a6a8cef3f22e5 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Fri, 7 Aug 2020 12:38:07 -0600 Subject: [PATCH 13/19] chore(rootfs/Dockerfile): update golangci-lint to v1.30.0 (#246) See https://github.com/golangci/golangci-lint/releases/tag/v1.30.0 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 6096cdc..be3eaf2 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -11,7 +11,7 @@ ENV AZCLI_VERSION=2.10.1 \ HELM_VERSION=v2.16.9 \ KUBECTL_VERSION=v1.16.3 \ ETCDCTL_VERSION=v3.1.8 \ - GOLANGCI_LINT_VERSION=v1.28.3 \ + GOLANGCI_LINT_VERSION=v1.30.0 \ PROTOBUF_VERSION=3.7.0 \ SHELLCHECK_VERSION=v0.7.1 \ SHFMT_VERSION=3.1.2 \ From 0275e1cf32595aad9ecf6263135976631cf29484 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Wed, 12 Aug 2020 15:26:47 -0600 Subject: [PATCH 14/19] chore(rootfs/Dockerfile): update go toolchain to 1.15 (#247) See https://golang.org/doc/go1.15 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index be3eaf2..4e75bf6 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -5,7 +5,7 @@ LABEL name="deis-go-dev" \ ENV AZCLI_VERSION=2.10.1 \ DOCKER_VERSION=19.03.4 \ - GO_VERSION=1.15rc2 \ + GO_VERSION=1.15 \ GLIDE_VERSION=v0.13.3 \ GLIDE_HOME=/root \ HELM_VERSION=v2.16.9 \ From bac89accb8d60fb3e562c06c344a11801d323ed8 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 1 Sep 2020 11:55:39 -0600 Subject: [PATCH 15/19] chore(rootfs/Dockerfile): update go toolchain to 1.15.1 (#248) See https://github.com/golang/go/issues?q=milestone%3AGo1.15.1+label%3ACherryPickApproved --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 4e75bf6..c3a2c34 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -5,7 +5,7 @@ LABEL name="deis-go-dev" \ ENV AZCLI_VERSION=2.10.1 \ DOCKER_VERSION=19.03.4 \ - GO_VERSION=1.15 \ + GO_VERSION=1.15.1 \ GLIDE_VERSION=v0.13.3 \ GLIDE_HOME=/root \ HELM_VERSION=v2.16.9 \ From 089ec12058a13932fe266ef646a4cdb5d01d3b5d Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 22 Sep 2020 12:28:55 -0600 Subject: [PATCH 16/19] chore(rootfs/Dockerfile): update go toolchain to 1.15.2 (#249) See https://github.com/golang/go/issues?q=milestone%3AGo1.15.2+label%3ACherryPickApproved --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index c3a2c34..9220446 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -5,7 +5,7 @@ LABEL name="deis-go-dev" \ ENV AZCLI_VERSION=2.10.1 \ DOCKER_VERSION=19.03.4 \ - GO_VERSION=1.15.1 \ + GO_VERSION=1.15.2 \ GLIDE_VERSION=v0.13.3 \ GLIDE_HOME=/root \ HELM_VERSION=v2.16.9 \ From 1e5481d930c923214903fb2cd0fc64f4f4c46b5d Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 29 Sep 2020 11:04:50 -0600 Subject: [PATCH 17/19] chore(rootfs/Dockerfile): update Azure CLI to 2.12.1 (#250) See https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli?tabs=azure-cli#september-29-2020 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 9220446..2b8d9bb 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:18.04 LABEL name="deis-go-dev" \ maintainer="Matt Boersma " -ENV AZCLI_VERSION=2.10.1 \ +ENV AZCLI_VERSION=2.12.1 \ DOCKER_VERSION=19.03.4 \ GO_VERSION=1.15.2 \ GLIDE_VERSION=v0.13.3 \ From 813d9cfcc9fb2dcfddfab0117f2cbd34a5d48fa5 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 29 Sep 2020 11:18:47 -0600 Subject: [PATCH 18/19] chore(rootfs/Dockerfile): update golangci-lint to v1.31.0 (#251) See https://github.com/golangci/golangci-lint/releases/tag/v1.31.0 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 2b8d9bb..825aaa6 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -11,7 +11,7 @@ ENV AZCLI_VERSION=2.12.1 \ HELM_VERSION=v2.16.9 \ KUBECTL_VERSION=v1.16.3 \ ETCDCTL_VERSION=v3.1.8 \ - GOLANGCI_LINT_VERSION=v1.30.0 \ + GOLANGCI_LINT_VERSION=v1.31.0 \ PROTOBUF_VERSION=3.7.0 \ SHELLCHECK_VERSION=v0.7.1 \ SHFMT_VERSION=3.1.2 \ From 12377fd64f08bf9300f076427e4d2174c497d280 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 29 Sep 2020 11:19:15 -0600 Subject: [PATCH 19/19] chore(rootfs/Dockerfile): update Helm to v2.16.12 (#252) See https://github.com/helm/helm/releases/tag/v2.16.12 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 825aaa6..5d02f56 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -8,7 +8,7 @@ ENV AZCLI_VERSION=2.12.1 \ GO_VERSION=1.15.2 \ GLIDE_VERSION=v0.13.3 \ GLIDE_HOME=/root \ - HELM_VERSION=v2.16.9 \ + HELM_VERSION=v2.16.12 \ KUBECTL_VERSION=v1.16.3 \ ETCDCTL_VERSION=v3.1.8 \ GOLANGCI_LINT_VERSION=v1.31.0 \