From 28a3372df3dbdaae200a0877e0fb09b2532c5ff2 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 21 Dec 2021 21:41:52 -0500 Subject: [PATCH] glooctl 1.9.7 Closes #91834. Signed-off-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/glooctl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/glooctl.rb b/Formula/glooctl.rb index 498f375bb02..b4d4670ffe7 100644 --- a/Formula/glooctl.rb +++ b/Formula/glooctl.rb @@ -4,8 +4,8 @@ class Glooctl < Formula # NOTE: Please wait until the newest stable release is finished building and # no longer marked as "Pre-release" before creating a PR for a new version. url "https://github.com/solo-io/gloo.git", - tag: "v1.9.6", - revision: "a13c11c9bdcc604b954afec1d0f92fba4e97ab2e" + tag: "v1.9.7", + revision: "fdc18846c50326e0f672292336123653536f6d00" license "Apache-2.0" head "https://github.com/solo-io/gloo.git", branch: "master"