Skip to content

Commit 08c9e5c

Browse files
Bump envoy latest version to 1.38.3 (#519)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: codefromthecrypt <64215+codefromthecrypt@users.noreply.github.com>
1 parent ae6b381 commit 08c9e5c

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ To run Envoy, execute `func-e run -c your_envoy_config.yaml`. This
33
downloads and installs the latest version of Envoy for you.
44

55
To list versions of Envoy you can use, execute `func-e versions -a`. To
6-
choose one, invoke `func-e use 1.38.2`. This installs into
7-
`$FUNC_E_DATA_HOME/envoy-versions/1.38.2`, if not already present. You may
6+
choose one, invoke `func-e use 1.38.3`. This installs into
7+
`$FUNC_E_DATA_HOME/envoy-versions/1.38.3`, if not already present. You may
88
also use minor version, such as `func-e use 1.38`.
99

1010
`$ENVOY_PATH` runs a custom Envoy binary, skipping version

internal/cmd/testdata/func-e_help.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ USAGE:
66
downloads and installs the latest version of Envoy for you.
77

88
To list versions of Envoy you can use, execute `func-e versions -a`. To
9-
choose one, invoke `func-e use 1.38.2`. This installs into
10-
`$FUNC_E_DATA_HOME/envoy-versions/1.38.2`, if not already present. You may
9+
choose one, invoke `func-e use 1.38.3`. This installs into
10+
`$FUNC_E_DATA_HOME/envoy-versions/1.38.3`, if not already present. You may
1111
also use minor version, such as `func-e use 1.38`.
1212

1313
`$ENVOY_PATH` runs a custom Envoy binary, skipping version

internal/cmd/testdata/func-e_use_help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ DESCRIPTION:
1515
depending on which is present.
1616

1717
Example:
18-
$ func-e use 1.38.2
18+
$ func-e use 1.38.3
1919
$ func-e use 1.38
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.38.2
1+
1.38.3

packaging/nfpm/func-e.8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ To run Envoy, execute `func-e run -c your_envoy_config.yaml`. This
2828
downloads and installs the latest version of Envoy for you.
2929
3030
To list versions of Envoy you can use, execute `func-e versions -a`. To
31-
choose one, invoke `func-e use 1.38.2`. This installs into
32-
`$FUNC_E_DATA_HOME/envoy-versions/1.38.2`, if not already present. You may
31+
choose one, invoke `func-e use 1.38.3`. This installs into
32+
`$FUNC_E_DATA_HOME/envoy-versions/1.38.3`, if not already present. You may
3333
also use minor version, such as `func-e use 1.38`.
3434
3535
`$ENVOY_PATH` runs a custom Envoy binary, skipping version

0 commit comments

Comments
 (0)