From 2a7506f2611191d3dd625f97bed823aba0137b9e Mon Sep 17 00:00:00 2001 From: Chanwit Kaewkasi Date: Thu, 24 Aug 2023 15:08:16 +0700 Subject: [PATCH] [v2.8] bump to v2.8.1 Signed-off-by: Chanwit Kaewkasi --- VERSION_28 | 2 +- patches-argo-cd-v2.8/01-build-with-local-gitops-engine.patch | 4 ++-- patches-argo-cd-v2.8/series | 2 +- patches-gitops-engine-v2.0.0/series | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION_28 b/VERSION_28 index 4268e3b..e9cfbed 100644 --- a/VERSION_28 +++ b/VERSION_28 @@ -1,3 +1,3 @@ -BASE_VERSION=v2.8.0 +BASE_VERSION=v2.8.1 SUFFIX_VERSION=fl.15 GITOPS_ENGINE_VERSION=425d65e07695a741d90b248f2f365f6a4329c23d diff --git a/patches-argo-cd-v2.8/01-build-with-local-gitops-engine.patch b/patches-argo-cd-v2.8/01-build-with-local-gitops-engine.patch index 2f17b8f..0bf6fa8 100644 --- a/patches-argo-cd-v2.8/01-build-with-local-gitops-engine.patch +++ b/patches-argo-cd-v2.8/01-build-with-local-gitops-engine.patch @@ -20,7 +20,7 @@ index ab17deb0d..c28c77a6a 100644 + +gitops-engine/ diff --git a/Dockerfile b/Dockerfile -index eefecc754..9b12e5456 100644 +index f69e34cce..07e9df925 100644 --- a/Dockerfile +++ b/Dockerfile @@ -105,7 +105,9 @@ FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.20.6@sha256:8e5a0067e6 @@ -51,7 +51,7 @@ index eefecc754..9b12e5456 100644 ln -s /usr/local/bin/argocd /usr/local/bin/argocd-repo-server && \ ln -s /usr/local/bin/argocd /usr/local/bin/argocd-cmp-server && \ diff --git a/go.mod b/go.mod -index b30af56fc..b7af667a0 100644 +index de020933a..00b641f31 100644 --- a/go.mod +++ b/go.mod @@ -306,4 +306,6 @@ replace ( diff --git a/patches-argo-cd-v2.8/series b/patches-argo-cd-v2.8/series index 8a20767..df4b336 100644 --- a/patches-argo-cd-v2.8/series +++ b/patches-argo-cd-v2.8/series @@ -1,4 +1,4 @@ -# This series applies on GIT commit 804d4b8ca6bc4c2cf02c5c971aa923ec5b8623f0 +# This series applies on Git commit 2bc94af7bd081bc4682c2c6dc005f6336c754c2b 01-build-with-local-gitops-engine.patch 02-implement-loopback.patch 03-allow-flux-and-oci-schemes.patch diff --git a/patches-gitops-engine-v2.0.0/series b/patches-gitops-engine-v2.0.0/series index 2545a74..56954f9 100644 --- a/patches-gitops-engine-v2.0.0/series +++ b/patches-gitops-engine-v2.0.0/series @@ -1,2 +1,2 @@ -# This series applies on GIT commit ad9a694fe4bcc833d7619faa391b77dd587f852d +# This series applies on Git commit 425d65e07695a741d90b248f2f365f6a4329c23d 01-fsa-add-flux-ks-and-hr.patch