Skip to content

Commit

Permalink
chore: upgrade kustomize to 4.5.5 (#9650)
Browse files Browse the repository at this point in the history
* chore: upgrade kustomize to 4.5.5

Signed-off-by: Hyeonmin Park <hyeonmin.park@kennysoft.kr>

* docs: add 2.5 notes for kustomize 4.5.5

Signed-off-by: Hyeonmin Park <hyeonmin.park@kennysoft.kr>

Co-authored-by: Michael Crenshaw <michael@crenshaw.dev>
  • Loading branch information
KENNYSOFT and crenshaw-dev committed Jun 17, 2022
1 parent 64c0847 commit 6c4a6b7
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -207,7 +207,7 @@ clientgen: ensure-gopath

.PHONY: clidocsgen
clidocsgen: ensure-gopath
go run tools/cmd-docs/main.go
go run tools/cmd-docs/main.go


.PHONY: codegen-local
Expand Down
5 changes: 5 additions & 0 deletions docs/operator-manual/upgrading/2.4-2.5.md
@@ -0,0 +1,5 @@
# v2.4 to 2.5

## Upgraded Kustomize Version

Note that bundled Kustomize version has been upgraded from 4.4.1 to 4.5.5.
2 changes: 1 addition & 1 deletion hack/generate-proto.sh
Expand Up @@ -43,7 +43,7 @@ if [ -d /dist/protoc-include ]; then
# containerized codegen build
protoc_include=/dist/protoc-include
else
# local codegen build
# local codegen build
protoc_include=${PROJECT_ROOT}/dist/protoc-include
fi

Expand Down
@@ -1 +1 @@
7ad70475fe5684f7150f7f1825df5f17652ec812fa65129b756000e9a6b49fff kustomize_4.2.0_darwin_arm64.tar.gz
7ad70475fe5684f7150f7f1825df5f17652ec812fa65129b756000e9a6b49fff kustomize_4.2.0_darwin_arm64.tar.gz
@@ -1 +1 @@
220dd03dcda8e45dc50e4e42b2d71882cbc4c05e0ed863513e67930ecad939eb kustomize_4.2.0_linux_amd64.tar.gz
220dd03dcda8e45dc50e4e42b2d71882cbc4c05e0ed863513e67930ecad939eb kustomize_4.2.0_linux_amd64.tar.gz
@@ -1 +1 @@
33f2cf3b5db64c09560c187224e9d29452fde2b7f00f85941604fc75d9769e4a kustomize_4.2.0_linux_arm64.tar.gz
33f2cf3b5db64c09560c187224e9d29452fde2b7f00f85941604fc75d9769e4a kustomize_4.2.0_linux_arm64.tar.gz
@@ -1 +1 @@
689d873b30dc052a51e737eaf20a416e1a72a6d8f85e5d9c4969515fa2ad578c kustomize_4.4.1_darwin_arm64.tar.gz
689d873b30dc052a51e737eaf20a416e1a72a6d8f85e5d9c4969515fa2ad578c kustomize_4.4.1_darwin_arm64.tar.gz
@@ -0,0 +1 @@
f604eaf1083659cd46aaffcc81bf13351a76a2d245823e2345dbb8b840622bde kustomize_4.5.5_darwin_amd64.tar.gz
@@ -0,0 +1 @@
dbb9558d4ab0db27d9bf41f72eda8652fc07ee3fb70fd5b303c770c711283205 kustomize_4.5.5_darwin_arm64.tar.gz
@@ -0,0 +1 @@
bba81aa61dba057db1d5abeddf1e522b568b2d906ab67a5c80935e97302c8773 kustomize_4.5.5_linux_amd64.tar.gz
@@ -0,0 +1 @@
c491191b81c97ddebc4844f9254683ecfc80f40dfb15510433cbfdaeb86627c3 kustomize_4.5.5_linux_arm64.tar.gz
@@ -0,0 +1 @@
700008a6f99270e17acf6a3562377e6b8f60b18a869538d673b05a30bbaf4419 kustomize_4.5.5_linux_ppc64le.tar.gz
@@ -0,0 +1 @@
3a5d406c1ea0b37aec12a094997f8ac1a620499aa7069d2cd8563b4b02441e22 kustomize_4.5.5_linux_s390x.tar.gz
@@ -1 +1 @@
ceb29d4890a31ba871829d22c2b7fa28f237d2b91ce4ea2a53e893d60a1cd502 protoc_3.17.3_linux_arm64.zip
ceb29d4890a31ba871829d22c2b7fa28f237d2b91ce4ea2a53e893d60a1cd502 protoc_3.17.3_linux_arm64.zip
2 changes: 1 addition & 1 deletion hack/installers/install-codegen-tools.sh
@@ -1,4 +1,4 @@
#!/bin/bash
set -eux -o pipefail

KUSTOMIZE_VERSION=4.4.1 "$(dirname $0)/../install.sh" kustomize protoc
KUSTOMIZE_VERSION=4.5.5 "$(dirname $0)/../install.sh" kustomize protoc
2 changes: 1 addition & 1 deletion hack/tool-versions.sh
Expand Up @@ -12,5 +12,5 @@ awscliv2_version=2.4.6
helm3_version=3.9.0
kubectl_version=1.17.8
kubectx_version=0.6.3
kustomize4_version=4.4.1
kustomize4_version=4.5.5
protoc_version=3.17.3

0 comments on commit 6c4a6b7

Please sign in to comment.