Skip to content

Commit

Permalink
chore: update install-codegen-tools.sh and upgrade docs (argoproj#10692)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Marquis <[email protected]>

Signed-off-by: Justin Marquis <[email protected]>
  • Loading branch information
34fathombelow authored Sep 26, 2022
1 parent 34392a5 commit 03b0fc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/operator-manual/upgrading/2.4-2.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ In v2.6, the `--server-side-generate` argument will become the default and clien

## Upgraded Kustomize Version

The bundled Kustomize version has been upgraded from 4.4.1 to 4.5.5.
The bundled Kustomize version has been upgraded from 4.4.1 to 4.5.7.

## Upgraded Helm Version

Note that bundled Helm version has been upgraded from 3.9.0 to 3.9.3.
Note that bundled Helm version has been upgraded from 3.9.0 to 3.10.0.

## Upgraded HAProxy version

Expand Down
2 changes: 1 addition & 1 deletion hack/installers/install-codegen-tools.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -eux -o pipefail

KUSTOMIZE_VERSION=4.5.5 "$(dirname $0)/../install.sh" kustomize protoc
KUSTOMIZE_VERSION=4.5.7 "$(dirname $0)/../install.sh" kustomize protoc

0 comments on commit 03b0fc6

Please sign in to comment.