Skip to content

Commit

Permalink
envoy 1.19.1
Browse files Browse the repository at this point in the history
* envoy 1.19.1
* switch back
* Adds link to upstream issue

Closes #83921.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
codefromthecrypt authored and BrewTestBot committed Aug 26, 2021
1 parent 773df1c commit a5e2780
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/envoy.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
class Envoy < Formula
desc "Cloud-native high-performance edge/middle/service proxy"
homepage "https://www.envoyproxy.io/index.html"
# TODO: We can't use the tar.gz archive URL, which means bump-homebrew-formula-action doesn't work.
# See https://github.com/envoyproxy/envoy/issues/17859
url "https://github.com/envoyproxy/envoy.git",
tag: "v1.19.0",
revision: "68fe53a889416fd8570506232052b06f5a531541"
tag: "v1.19.1",
revision: "a2a1e3eed4214a38608ec223859fcfa8fb679b14"
license "Apache-2.0"

bottle do
Expand Down

0 comments on commit a5e2780

Please sign in to comment.