From b4c9aef99cba8f7844ea8e91ac01f0568bdd085c Mon Sep 17 00:00:00 2001 From: Sergey Korenets <93660597+sergey-korenets-fivestars@users.noreply.github.com> Date: Thu, 9 Feb 2023 14:11:49 +0300 Subject: [PATCH] Bump up kops and kubectl (#153) Bump up kops from 1.23.4 to 1.24.5, kubectl 1.23.10 from to 1.24.10 --- Dockerfile | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a75430e..8ff37a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,7 +78,7 @@ ARG DOCKER_COMPOSE_2_VERSION=v2.14.2 RUN curl -L "https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_2_VERSION/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose-2 && \ chmod 755 /usr/local/bin/docker-compose-2 -ARG KUBE_VERSION=1.23.10 +ARG KUBE_VERSION=1.24.10 RUN curl -L -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v$KUBE_VERSION/bin/linux/$(dpkg --print-architecture)/kubectl && \ chmod 755 /usr/local/bin/kubectl @@ -87,7 +87,7 @@ RUN curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-he chmod 700 get-helm-3.sh && \ ./get-helm-3.sh --version v${HELM_VERSION} -ARG KOPS_VERSION=1.23.4 +ARG KOPS_VERSION=1.24.5 RUN curl -Lo kops https://github.com/kubernetes/kops/releases/download/v$KOPS_VERSION/kops-linux-$(dpkg --print-architecture) && \ chmod +x ./kops && \ mv ./kops /usr/local/bin/ diff --git a/pyproject.toml b/pyproject.toml index 29ebb25..f23c66f 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aladdin" -version = "1.23.10.1" +version = "1.23.10.2" description = "" authors = ["Fivestars "] include = [