File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
@@ -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
You can’t perform that action at this time.
0 commit comments