Skip to content

Commit

Permalink
Merge pull request #162739 from BrewTestBot/bump-kind-0.22.0
Browse files Browse the repository at this point in the history
kind 0.22.0
  • Loading branch information
BrewTestBot authored Feb 15, 2024
2 parents be5fb83 + 9553557 commit cefde2e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/k/kind.rb
Original file line number Diff line number Diff line change
@@ -1,19 +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.21.0.tar.gz"
sha256 "8311d394bb541f8759a578c719a8359c26cba2b43179eadff10bb797d276a4b1"
url "https://github.com/kubernetes-sigs/kind/archive/refs/tags/v0.22.0.tar.gz"
sha256 "e3e21c8d1c4566d0d255e16e65bbc39297c8f5db41e7ec38d9d62a1ac9e51980"
license "Apache-2.0"
head "https://github.com/kubernetes-sigs/kind.git", branch: "main"

bottle do
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"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2480cb3a1cd2ac3130810d5e44eb6015bdb659882fc798e3807cfbb41a0f919"
sha256 cellar: :any_skip_relocation, arm64_ventura: "de6e00f2d2ffdba4e9368dcab20957bfc579c68f38e8bf010a512d314c70759e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "777c57a42b30a6b5b7aaa4c3544be061aa9fc966067a1d7c54433119d88cf711"
sha256 cellar: :any_skip_relocation, sonoma: "bc95382ecc2bbdbe3e8f95968b73500db4bed8d1de566449722472cc6bc55fff"
sha256 cellar: :any_skip_relocation, ventura: "b0e5c588307f18cb6ffbc2331c3fe413e28b02784795c8ab3d12b5d72178960a"
sha256 cellar: :any_skip_relocation, monterey: "d3a6ffa9d943c8b48f94c99d9ad63b8a90332d15b4a6f138969649ebd61acfee"
sha256 cellar: :any_skip_relocation, x86_64_linux: "33f61e1b10f7e6b6834066a95c33ce07d992eee2b8ce44b7e1bdab77b7c2fdd6"
end

depends_on "go" => :build
Expand Down

0 comments on commit cefde2e

Please sign in to comment.