kubeseal 0.9.2
Closes #44987. Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
parent
c382507a00
commit
ca9b1d4cc8
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ class Kubeseal < Formula
|
||||||
desc "Kubernetes controller and tool for one-way encrypted Secrets"
|
desc "Kubernetes controller and tool for one-way encrypted Secrets"
|
||||||
homepage "https://github.com/bitnami-labs/sealed-secrets"
|
homepage "https://github.com/bitnami-labs/sealed-secrets"
|
||||||
url "https://github.com/bitnami-labs/sealed-secrets.git",
|
url "https://github.com/bitnami-labs/sealed-secrets.git",
|
||||||
:tag => "v0.9.1",
|
:tag => "v0.9.2",
|
||||||
:revision => "537a4811a3f1a85aacade373fe00c74f8856f645"
|
:revision => "4315de9a5428cbdfd1fcd53efa19ab9443b2defe"
|
||||||
sha256 "753f9084a0bf5dfccfe84dff036e87b899a3be921c1d33a497a4b44ac582f00d"
|
sha256 "753f9084a0bf5dfccfe84dff036e87b899a3be921c1d33a497a4b44ac582f00d"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -25,7 +25,7 @@ class Kubeseal < Formula
|
||||||
test do
|
test do
|
||||||
# ensure build reports the (git tag) version
|
# ensure build reports the (git tag) version
|
||||||
output = shell_output("#{bin}/kubeseal --version")
|
output = shell_output("#{bin}/kubeseal --version")
|
||||||
assert_equal "kubeseal version: v0.9.1", output.strip
|
assert_equal "kubeseal version: v0.9.2", output.strip
|
||||||
|
|
||||||
# ensure kubeseal can seal secrets
|
# ensure kubeseal can seal secrets
|
||||||
secretyaml = [
|
secretyaml = [
|
||||||
|
|
Loading…
Reference in a new issue