Skip to content

Commit

Permalink
Merge pull request #161679 from BrewTestBot/bump-kind-0.21.0
Browse files Browse the repository at this point in the history
kind 0.21.0
  • Loading branch information
BrewTestBot authored Feb 2, 2024
2 parents 6b093ba + 7936139 commit 1d270fe
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Formula/k/kind.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
class Kind < Formula
desc "Run local Kubernetes cluster in Docker"
homepage "https://kind.sigs.k8s.io/"
url "https://github.com/kubernetes-sigs/kind/archive/refs/tags/v0.20.0.tar.gz"
sha256 "6795c3478a298973e010349b87740fa1732e18989856db0deed54b153330365c"
url "https://github.com/kubernetes-sigs/kind/archive/refs/tags/v0.21.0.tar.gz"
sha256 "8311d394bb541f8759a578c719a8359c26cba2b43179eadff10bb797d276a4b1"
license "Apache-2.0"
head "https://github.com/kubernetes-sigs/kind.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ed88b06d26cb72da488a0f4c231c609aab34f17bd6ade695a36e155793ed54f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2f2e8574b476dd2d7390de002bf8ff24c2135f83dd273cebd4e8a52c93d212db"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2f2e8574b476dd2d7390de002bf8ff24c2135f83dd273cebd4e8a52c93d212db"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "2f2e8574b476dd2d7390de002bf8ff24c2135f83dd273cebd4e8a52c93d212db"
sha256 cellar: :any_skip_relocation, sonoma: "fee9e210821734d857f03c2499e1eb77c30db1b28dbce8f8dba550bf67f21fc4"
sha256 cellar: :any_skip_relocation, ventura: "c008b4119ddbf085efee3a446f9a882b5612bf833f8970ac7a91820c51737a82"
sha256 cellar: :any_skip_relocation, monterey: "c008b4119ddbf085efee3a446f9a882b5612bf833f8970ac7a91820c51737a82"
sha256 cellar: :any_skip_relocation, big_sur: "c008b4119ddbf085efee3a446f9a882b5612bf833f8970ac7a91820c51737a82"
sha256 cellar: :any_skip_relocation, x86_64_linux: "50ca9034652e3b16335dc18f5262d9e6e2ecc29fa27207d12ec005a0b5b894b2"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d8148f05892b103b227f81bdeb8f3936b05c2b4760ba32f89d2d5062d159d4c7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "22ceb6b78f1f15b882589feb0c8ccccfcd9a6cf479fd93e3a3640d0c1f7e0ef4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3c4b2454480e45a8048021ba23d7ebb36643c3e9dfe00b98ce77ea26446c8ed1"
sha256 cellar: :any_skip_relocation, sonoma: "1cf5445dbe063ee0c7c4fcb7ed048b75dc9755e561c732f4904b2188d8674c27"
sha256 cellar: :any_skip_relocation, ventura: "36cf2d0ab6b532d53600f337aca7d0f6005aee42df59eb4388ec026565a72a26"
sha256 cellar: :any_skip_relocation, monterey: "28644cc3c8e1ed25b19f142473982c94b88cc8d980647c9a4e23d49bdda42682"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7b39ade623ed37900977af696f0f92a3fadf209f967d32029367fdcc663d721a"
end

depends_on "go" => :build
Expand Down

0 comments on commit 1d270fe

Please sign in to comment.