From 7ef34bf4f1b6985f36cbc3884fd72c736cb3f6e4 Mon Sep 17 00:00:00 2001 From: codefromthecrypt <64215+codefromthecrypt@users.noreply.github.com> Date: Wed, 15 Jul 2026 07:01:17 +0000 Subject: [PATCH] Bump envoy latest version to 1.39.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- USAGE.md | 6 +++--- internal/cmd/testdata/func-e_help.txt | 6 +++--- internal/cmd/testdata/func-e_use_help.txt | 4 ++-- internal/version/last_known_envoy.txt | 2 +- packaging/nfpm/func-e.8 | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/USAGE.md b/USAGE.md index aee5a038..e1903182 100644 --- a/USAGE.md +++ b/USAGE.md @@ -3,9 +3,9 @@ To run Envoy, execute `func-e run -c your_envoy_config.yaml`. This downloads and installs the latest version of Envoy for you. To list versions of Envoy you can use, execute `func-e versions -a`. To -choose one, invoke `func-e use 1.38.3`. This installs into -`$FUNC_E_DATA_HOME/envoy-versions/1.38.3`, if not already present. You may -also use minor version, such as `func-e use 1.38`. +choose one, invoke `func-e use 1.39.0`. This installs into +`$FUNC_E_DATA_HOME/envoy-versions/1.39.0`, if not already present. You may +also use minor version, such as `func-e use 1.39`. `$ENVOY_PATH` runs a custom Envoy binary, skipping version resolution and download. This is useful for validating pre-release diff --git a/internal/cmd/testdata/func-e_help.txt b/internal/cmd/testdata/func-e_help.txt index 65015714..90a32f1a 100644 --- a/internal/cmd/testdata/func-e_help.txt +++ b/internal/cmd/testdata/func-e_help.txt @@ -6,9 +6,9 @@ USAGE: downloads and installs the latest version of Envoy for you. To list versions of Envoy you can use, execute `func-e versions -a`. To - choose one, invoke `func-e use 1.38.3`. This installs into - `$FUNC_E_DATA_HOME/envoy-versions/1.38.3`, if not already present. You may - also use minor version, such as `func-e use 1.38`. + choose one, invoke `func-e use 1.39.0`. This installs into + `$FUNC_E_DATA_HOME/envoy-versions/1.39.0`, if not already present. You may + also use minor version, such as `func-e use 1.39`. `$ENVOY_PATH` runs a custom Envoy binary, skipping version resolution and download. This is useful for validating pre-release diff --git a/internal/cmd/testdata/func-e_use_help.txt b/internal/cmd/testdata/func-e_use_help.txt index a10a2ba5..77f24080 100644 --- a/internal/cmd/testdata/func-e_use_help.txt +++ b/internal/cmd/testdata/func-e_use_help.txt @@ -15,5 +15,5 @@ DESCRIPTION: depending on which is present. Example: - $ func-e use 1.38.3 - $ func-e use 1.38 + $ func-e use 1.39.0 + $ func-e use 1.39 diff --git a/internal/version/last_known_envoy.txt b/internal/version/last_known_envoy.txt index 58551dd7..9c235b49 100644 --- a/internal/version/last_known_envoy.txt +++ b/internal/version/last_known_envoy.txt @@ -1 +1 @@ -1.38.3 \ No newline at end of file +1.39.0 \ No newline at end of file diff --git a/packaging/nfpm/func-e.8 b/packaging/nfpm/func-e.8 index c037172c..8c3034e1 100644 --- a/packaging/nfpm/func-e.8 +++ b/packaging/nfpm/func-e.8 @@ -28,9 +28,9 @@ To run Envoy, execute `func-e run -c your_envoy_config.yaml`. This downloads and installs the latest version of Envoy for you. To list versions of Envoy you can use, execute `func-e versions -a`. To -choose one, invoke `func-e use 1.38.3`. This installs into -`$FUNC_E_DATA_HOME/envoy-versions/1.38.3`, if not already present. You may -also use minor version, such as `func-e use 1.38`. +choose one, invoke `func-e use 1.39.0`. This installs into +`$FUNC_E_DATA_HOME/envoy-versions/1.39.0`, if not already present. You may +also use minor version, such as `func-e use 1.39`. `$ENVOY_PATH` runs a custom Envoy binary, skipping version resolution and download. This is useful for validating pre-release