pluto 5.12.0

* pluto 5.12.0
* pluto: update test

Closes #119797.

Signed-off-by: Patrick Linnane <patrick@linnane.io>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Rui Chen 2023-01-04 20:08:27 -05:00 committed by BrewTestBot
parent 5fdcf0c02d
commit e469f67f4c
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
class Pluto < Formula
desc "CLI tool to help discover deprecated apiVersions in Kubernetes"
homepage "https://fairwinds.com"
url "https://github.com/FairwindsOps/pluto/archive/v5.11.2.tar.gz"
sha256 "9f92a150d80de7c152369e8f03cfffb9b17b5d9f67896cacb504f1a59566a5ec"
url "https://github.com/FairwindsOps/pluto/archive/v5.12.0.tar.gz"
sha256 "18261d01d073110b30bd0a5699d9fbdbf618f330fc3ea57ef16fdf6eb6f0a34e"
license "Apache-2.0"
head "https://github.com/FairwindsOps/pluto.git", branch: "master"
@ -36,6 +36,6 @@ class Pluto < Formula
name: homebrew-test
spec: {}
EOS
assert_match "homebrew-test", shell_output("#{bin}/pluto detect deployment.yaml", 3)
assert_match "homebrew-test", shell_output("#{bin}/pluto detect deployment.yaml")
end
end