Skip to content

Commit

Permalink
chore: upgrade kustomize to most recent version (v4.4.1) (argoproj#8227)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Matyushentsev <[email protected]>
  • Loading branch information
Alexander Matyushentsev authored Jan 19, 2022
1 parent 1547b44 commit 44d596f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/operator-manual/upgrading/2.2-2.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ data:
help.download.darwin-arm64: "path-or-url-to-download"
help.download.windows-amd64: "path-or-url-to-download"
```
## Upgraded Kustomize Version
Note that bundled Kustomize version has been upgraded from 4.2.0 to 4.4.1.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b68731b0e06cae79a5a3bb7eeb5ce80ab64814359b4baef1a37a12c115b0b107c6325612efcd13bfc6111f7c8950ec814b65798db63fbd23cd915462bd4e3dc4 kustomize_4.4.1_linux_amd64.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9ae81a74493a0049096985d96dd901332da6fe8cfe542315befa18e5926e68b41fa843ad95d3b6448845fe2a8ef66746fe37e218a33513a75037506b8bb2f903 kustomize_4.4.1_linux_arm64.tar.gz
2 changes: 1 addition & 1 deletion hack/tool-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ helm3_version=3.7.2
ksonnet_version=0.13.1
kubectl_version=1.17.8
kubectx_version=0.6.3
kustomize4_version=4.2.0
kustomize4_version=4.4.1
protoc_version=3.7.1
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ nav:
- operator-manual/server-commands/additional-configuration-method.md
- Upgrading:
- operator-manual/upgrading/overview.md
- operator-manual/upgrading/2.2-2.3.md
- operator-manual/upgrading/2.1-2.2.md
- operator-manual/upgrading/2.0-2.1.md
- operator-manual/upgrading/1.8-2.0.md
- operator-manual/upgrading/1.7-1.8.md
Expand Down

0 comments on commit 44d596f

Please sign in to comment.