From f465510fb03fd76081c69eb2faa6d499bbb24858 Mon Sep 17 00:00:00 2001 From: Sergey Korenets <93660597+sergey-korenets-fivestars@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:30:22 +0300 Subject: [PATCH] Upgrade istio from 1.18 to 1.19 (#164) * Upgrade istio from 1.18 to 1.19 * version --- Dockerfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 09cf62e..916f3de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -92,7 +92,7 @@ RUN curl -Lo kops https://github.com/kubernetes/kops/releases/download/v$KOPS_VE chmod +x ./kops && \ mv ./kops /usr/local/bin/ -ARG ISTIO_VERSION=1.18.5 +ARG ISTIO_VERSION=1.19.6 RUN curl -L https://istio.io/downloadIstio | ISTIO_VERSION="$ISTIO_VERSION" sh - && \ mv /istio-$ISTIO_VERSION/bin/istioctl /usr/local/bin/istioctl diff --git a/pyproject.toml b/pyproject.toml index c90f1eb..4207938 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aladdin" -version = "1.25.15.2" +version = "1.25.15.3" description = "" authors = ["Fivestars "] include = [