From d3674dee7c1e067d8585ff263bae371a6b645e5b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 1 Mar 2024 01:09:03 +0000 Subject: [PATCH 1/2] operator-sdk 1.34.0 --- Formula/o/operator-sdk.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/o/operator-sdk.rb b/Formula/o/operator-sdk.rb index 98fef2a22b8d5..0e3297ffb2f9e 100644 --- a/Formula/o/operator-sdk.rb +++ b/Formula/o/operator-sdk.rb @@ -2,10 +2,9 @@ class OperatorSdk < Formula desc "SDK for building Kubernetes applications" homepage "https://sdk.operatorframework.io/" url "https://github.com/operator-framework/operator-sdk.git", - tag: "v1.33.0", - revision: "542966812906456a8d67cf7284fc6410b104e118" + tag: "v1.34.0", + revision: "4e01bcd726aa8b0e092fcd3ab874961e276f3db3" license "Apache-2.0" - revision 1 head "https://github.com/operator-framework/operator-sdk.git", branch: "master" livecheck do From 70e015138c254f1319bfacb0c367bba2784c35d5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 2 Mar 2024 23:57:33 +0000 Subject: [PATCH 2/2] operator-sdk: update 1.34.0 bottle. --- Formula/o/operator-sdk.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/o/operator-sdk.rb b/Formula/o/operator-sdk.rb index 0e3297ffb2f9e..bd1707fef97f1 100644 --- a/Formula/o/operator-sdk.rb +++ b/Formula/o/operator-sdk.rb @@ -13,13 +13,13 @@ class OperatorSdk < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "08b3d9df0a06e1d2b1f842ed024a71099aad0601d5ce2c78df0d2d3e008f0df5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "85ea3675b65ca697028fe0d057cf0e1101d4e23dc754534f69762c290571f3c9" - sha256 cellar: :any_skip_relocation, arm64_monterey: "2dfb8c8d9fa2b873cdcf61102e5722965c22c6ae31b8070e5faf1992455216b2" - sha256 cellar: :any_skip_relocation, sonoma: "cab850875014cd719382f21cd4525a056e13f9f4c3c25f7a987182577ca21e38" - sha256 cellar: :any_skip_relocation, ventura: "0781599387c96b14a8a6c3ac5bfb6ab7c6a80234524d6627c12ae616b9185ed4" - sha256 cellar: :any_skip_relocation, monterey: "ddca03df191a7830a8cfd915f62299d684263a2fecf0b9346906ece45706bab3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "d4ac2b9bd38500aaa85e4b675d011c4bfebb2879e765b3e17fe351bc9de3b9d9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7b45852070ba2b651ccafa070c30e80976adb0959e8b10264b6ef3f87f7601e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3c68acae64499125a003a9293d54dcfe748f289f660107c0ad0305252bbc54ae" + sha256 cellar: :any_skip_relocation, arm64_monterey: "0457ff91e01660c2a8ab699518f8ef7a220ed1d63a8cd273aa724017f6c7e45a" + sha256 cellar: :any_skip_relocation, sonoma: "98ad3b70cb9e5c14fc85001a08ab6e3dafc5da6e312acd62b2d4cec5f9ed6cf0" + sha256 cellar: :any_skip_relocation, ventura: "c27c851291a3b086252c04da4b8c4148e83340d07bc7c7e0299be93c9a18252e" + sha256 cellar: :any_skip_relocation, monterey: "251f89b903944735d88937d5e19d01e50f282a0e42958797189c885797c31e2d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5bde602e2f69b8f8af5466f6274d7397ba9d9606c809557ecad062305de9ea1a" end # use "go" again when https://github.com/operator-framework/operator-sdk/issues/6644 is resolved and released