From c1d935a9690497a29581a11ebde4f84a235c9384 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:05:02 +0000 Subject: [PATCH 1/2] kops 1.30.3 --- Formula/k/kops.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/k/kops.rb b/Formula/k/kops.rb index db9bcd1b740ec..f0bb9e13229b7 100644 --- a/Formula/k/kops.rb +++ b/Formula/k/kops.rb @@ -1,8 +1,8 @@ class Kops < Formula desc "Production Grade K8s Installation, Upgrades, and Management" homepage "https://kops.sigs.k8s.io/" - url "https://github.com/kubernetes/kops/archive/refs/tags/v1.30.2.tar.gz" - sha256 "7e70dd6cc80d0e463befa7737c4770165c21952f9e325fcd605639cec1d1f8bf" + url "https://github.com/kubernetes/kops/archive/refs/tags/v1.30.3.tar.gz" + sha256 "35aed72e9c693d30ecc6a3d4dad054b5c1bbf616dafecb66f4cdb22db6d7b11e" license "Apache-2.0" head "https://github.com/kubernetes/kops.git", branch: "master" From 487f591f268dbf8e2ad25ed02479d78bf8f7bfb0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:34:53 +0000 Subject: [PATCH 2/2] kops: update 1.30.3 bottle. --- Formula/k/kops.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/k/kops.rb b/Formula/k/kops.rb index f0bb9e13229b7..7f8b23d96779b 100644 --- a/Formula/k/kops.rb +++ b/Formula/k/kops.rb @@ -12,12 +12,12 @@ class Kops < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d7e0bca137dd055e5e67711194a1d7ec6f000dbb9a92b284875eac7dc80d2d3" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5daf000c09e5fe875f764abcf6d0f67074d71605af9d3d11dc42d6d4f68c1252" - sha256 cellar: :any_skip_relocation, arm64_ventura: "512214fd94d673bf351f5cc8991dd59332918603ec1f193b0388df0522e73d43" - sha256 cellar: :any_skip_relocation, sonoma: "ec5eb5d017356a0061401e4d29d447e533e78494f7c41b1c6eb9cfb3044f35a1" - sha256 cellar: :any_skip_relocation, ventura: "0d36d075467cbde82f3ce96c197a9f678c56126018304e5a59abb7c4a584a5f3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c1eeddcc5d7afd830efbe1bba06c77a14c3846d56a315160b2b01895774d1f88" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a71f602bb1d5e7e13e2c97ca26693fe960f0a6dd450a7adf2dd67fa4f6e07b6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b4277ee6fef2229ca72196f9a38516b2b2e78e967d2808ba23a32e9e98e37717" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d1d1759b18600af1e327bc259786ea3442c6be55db636294d00fdcd719c1afbf" + sha256 cellar: :any_skip_relocation, sonoma: "daddba192751396a73512ecb8bea73b9f4dfad4f17a2b42b1523a2ef5aa54217" + sha256 cellar: :any_skip_relocation, ventura: "d5636bbaa077576b67a18c2f8773aeddd0da7ed3fc5951838ade124ebaf95e5b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c1290ef930ae52110b53a4205492cc37a18e6b9533ce21b36509d871b971763b" end depends_on "go" => :build