From 6aeb3cab07d20e45a7e6a12a24ad72359a72e824 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Wed, 14 Jul 2021 13:00:04 -0400 Subject: [PATCH] Roll back Kustomize to v3.8.7 According to #3500, there are breaking changes in the patch release of Kustomize v3.8.8 which were included in the Flux 1.23.0 release that upgraded from Kustomize v3.8.4 to v3.8.10. A PATCH or MINOR release in semver is meant to signal that compatibility is maintained, but it appears the semver wasn't totally honest and a behavior was changed in a destructive way for some users. Other Flux users were looking (#3457) for functionality that was added in v3.8.5, (so I guess that could have been our first clue semver isn't strictly honored) rather than revert the update entirely, we'd like to at least upgrade that far. Signed-off-by: Kingdon Barrett --- docker/kustomize.version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/kustomize.version b/docker/kustomize.version index ee6b7a30b4..fac8f2162b 100644 --- a/docker/kustomize.version +++ b/docker/kustomize.version @@ -1,2 +1,2 @@ -KUSTOMIZE_VERSION=3.8.10 -KUSTOMIZE_CHECKSUM=10281b6cd16a50fcbb4a762652bf5ab333633d37035fc7f76ee7b941b50b511d +KUSTOMIZE_VERSION=3.8.7 +KUSTOMIZE_CHECKSUM=4a3372d7bfdffe2eaf729e77f88bc94ce37dc84de55616bfe90aac089bf6fd02