Skip to content

Commit 3f4970e

Browse files
authored
Merge pull request Homebrew#196842 from Homebrew/bump-egctl-1.2.0
egctl 1.2.0
2 parents 77bedbe + 8f14824 commit 3f4970e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/e/egctl.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Egctl < Formula
22
desc "Command-line utility for operating Envoy Gateway"
33
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"
66
license "Apache-2.0"
77
head "https://github.com/envoyproxy/gateway.git", branch: "main"
88

99
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"
1616
end
1717

1818
depends_on "go" => :build
@@ -118,7 +118,7 @@ def install
118118
filterMetadata:
119119
envoy-gateway:
120120
resources:
121-
- kind: ""
121+
- kind: Gateway
122122
name: eg
123123
namespace: default
124124
sectionName: http
@@ -142,6 +142,6 @@ def install
142142
EOS
143143

144144
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
146146
end
147147
end

0 commit comments

Comments
 (0)