1
1
class Egctl < Formula
2
2
desc "Command-line utility for operating Envoy Gateway"
3
3
homepage "https://gateway.envoyproxy.io/"
4
- url "https://github.com/envoyproxy/gateway/archive/refs/tags/v1.1.3 .tar.gz"
5
- sha256 "061318e4c3daf8d85470fd77c84c09a87a55357512e1f1d749d2647c1a4ca4ad "
4
+ url "https://github.com/envoyproxy/gateway/archive/refs/tags/v1.2.0 .tar.gz"
5
+ sha256 "20e01bd30c03af829406cb42bcb52a18307b20df51d25eb8c00c6b63ceffcaa9 "
6
6
license "Apache-2.0"
7
7
head "https://github.com/envoyproxy/gateway.git" , branch : "main"
8
8
9
9
bottle do
10
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "868f136e60b1d4e9f5467957a800d0bfaf5c31274a56a2b92fa524588444d2a7 "
11
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "69c44a30a7191ef5e0e0a34c3a2ba1fceb8fc76b14a8e17819db1f9d730fa48f "
12
- sha256 cellar : :any_skip_relocation , arm64_ventura : "73973cbf8fa4e3b6d3a447f0beea15679372551a8350ab56cb7571c42c562fb7 "
13
- sha256 cellar : :any_skip_relocation , sonoma : "c3ec8d1ca3747edfe612a65349ef1cfb1fa0fffefef434785409243fbd5326be "
14
- sha256 cellar : :any_skip_relocation , ventura : "9c1ae84fd5fea28039b73f244f4532264fd645e8c548b96573eb74c17cc38486 "
15
- sha256 cellar : :any_skip_relocation , x86_64_linux : "e02b056d012d9cc79a25460d381687ece0200876d3cab7bcff0c736702477061 "
10
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "42d3077a3d91c69a12f134a2f2cf02c3ff4981cfd07657b310957a29c9754986 "
11
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "6f34b5e76d3cd37557bd27733bdfda344d9a8eb972986e9e7a9baf23433e7249 "
12
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "e4773c15ff3abbbd536da1bcb8416acdaa970a1cc215059d4b33a42a98cea132 "
13
+ sha256 cellar : :any_skip_relocation , sonoma : "8149a1ddb7dd7768b9528e3821391e3f91804a63fab6835175ca0732ba18283b "
14
+ sha256 cellar : :any_skip_relocation , ventura : "319600780e525e46356a6dd123a5a4a2c4a217f9e2f9c1adccaa75e7f7161994 "
15
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "c84433845ff2d576df3b0cc85211dbef0e29ddf4f8af51d082ccb64c007b6517 "
16
16
end
17
17
18
18
depends_on "go" => :build
@@ -118,7 +118,7 @@ def install
118
118
filterMetadata:
119
119
envoy-gateway:
120
120
resources:
121
- - kind: ""
121
+ - kind: Gateway
122
122
name: eg
123
123
namespace: default
124
124
sectionName: http
@@ -142,6 +142,6 @@ def install
142
142
EOS
143
143
144
144
output = shell_output ( "#{ bin } /egctl x translate --from gateway-api --to xds -t route -f #{ testpath } /input.yaml" )
145
- assert_equal output , expected
145
+ assert_equal expected , output
146
146
end
147
147
end
0 commit comments