operator-sdk 0.8.0

operator-sdk v0.8.0

Closes #40009.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
Joe Lanford 2019-05-17 22:10:52 -04:00 committed by FX Coudert
parent af695a50d6
commit e9312659f5

View file

@ -1,8 +1,7 @@
class OperatorSdk < Formula
desc "SDK for building Kubernetes applications"
homepage "https://coreos.com/operators/"
url "https://github.com/operator-framework/operator-sdk/archive/v0.7.1.tar.gz"
sha256 "c6d5e41c5811cfe73554f5fe03a391bb6bcce641d8d7d412fd7c245c6240d081"
url "https://github.com/operator-framework/operator-sdk.git", :tag => "v0.8.0"
head "https://github.com/operator-framework/operator-sdk.git"
bottle do
@ -39,6 +38,7 @@ class OperatorSdk < Formula
test do
ENV["GOPATH"] = testpath
ENV["GO111MODULE"] = "on"
dir = testpath/"src/example.com/test-operator"
dir.mkpath