Skip to content

Commit

Permalink
Merge pull request #200647 from Homebrew/bump-kyverno-1.13.2
Browse files Browse the repository at this point in the history
kyverno 1.13.2
  • Loading branch information
BrewTestBot authored Dec 10, 2024
2 parents d7d3a71 + 9a0a1fc commit a449107
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/k/kyverno.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Kyverno < Formula
desc "Kubernetes Native Policy Management"
homepage "https://kyverno.io/"
url "https://github.com/kyverno/kyverno/archive/refs/tags/v1.13.1.tar.gz"
sha256 "ab1790aab12488d7e3c5b0fb2a28a4e795ede071562684f356eca37939ae015e"
url "https://github.com/kyverno/kyverno/archive/refs/tags/v1.13.2.tar.gz"
sha256 "6f5407784bf2c9e8934f67c2b8836a072013078f0f7bed496cf657d5157a8ae2"
license "Apache-2.0"
head "https://github.com/kyverno/kyverno.git", branch: "main"

Expand All @@ -14,12 +14,12 @@ class Kyverno < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "acde6c80758692280810cbedaa411448299e5b44c2e77164dc3390eb14e898e7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c8d5b6e0a93bdcceb33a6fea194ffa5ee98053ee1a057e9f8023cccd87dfdc02"
sha256 cellar: :any_skip_relocation, arm64_ventura: "83e90e602f55b85339b0ec42dccd3e527a2083ac89f0a840637541fa6c2784fa"
sha256 cellar: :any_skip_relocation, sonoma: "20180198d3f6ec2e36f9ebb126840a5a6d9c81dc3fd205316de7e1e374e89002"
sha256 cellar: :any_skip_relocation, ventura: "4e214123ce4e7cb42ae7907791c84046350204c614b05a8727df6a5f13db581a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2040bcde2a8092e01de5f306e9fd09f856adcf46b923ff0910708174e8ce9fed"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ec238513f165f70eee6719cf763393f90e1ae4d3fd2e4392609a6f53a06a5b7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ccbe898f68b7acd91ad8e444f9d5903b89cea3fc0f41195f709b0b3db8425dd"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ed57ba924f2ed1b771e6b8e1ec7a2c539fd458e44b7335fbce01f23fbe4dfbde"
sha256 cellar: :any_skip_relocation, sonoma: "516404034e805a605c589f462f11b99b0b27c44fcee45271cffb3b428aeca30e"
sha256 cellar: :any_skip_relocation, ventura: "4726d55cecd2a7c616eb00ffb1900b73a93392e3a37900b9f9a6612237828ef8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7209c5d2d23a9e94006924e99479f449079777ed43e27cf5bf1cf1d005344355"
end

depends_on "go" => :build
Expand Down

0 comments on commit a449107

Please sign in to comment.