Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Roll back Kustomize to v3.8.7
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Kingdon Barrett committed Jul 14, 2021
1 parent 01f0635 commit b30133a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/kustomize.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
KUSTOMIZE_VERSION=3.8.10
KUSTOMIZE_CHECKSUM=10281b6cd16a50fcbb4a762652bf5ab333633d37035fc7f76ee7b941b50b511d
KUSTOMIZE_VERSION=3.8.7
KUSTOMIZE_CHECKSUM=4a3372d7bfdffe2eaf729e77f88bc94ce37dc84de55616bfe90aac089bf6fd02

0 comments on commit b30133a

Please sign in to comment.