Skip to content

Commit

Permalink
Updates last known Envoy version to 1.19.0 (#315)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt authored Jul 25, 2021
1 parent 6418855 commit 68670db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ 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.18.3`. This installs into
`$FUNC_E_HOME/versions/1.18.3`, if not already present.
choose one, invoke `func-e use 1.19.0`. This installs into
`$FUNC_E_HOME/versions/1.19.0`, if not already present.

You may want to override `$ENVOY_VERSIONS_URL` to supply custom builds or
otherwise control the source of Envoy binaries. When overriding, validate
Expand Down
2 changes: 1 addition & 1 deletion internal/version/last_known_envoy.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.3
1.19.0

0 comments on commit 68670db

Please sign in to comment.