diff --git a/Dockerfile b/Dockerfile index 1912435a..e1d44393 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12.9-alpine3.10 as builder +FROM golang:1.13.0-alpine3.10 as builder RUN apk add git openssh-client make curl bash COPY boilerplate/lyft/golang_test_targets/dep_install.sh /go/src/github.com/lyft/flinkk8soperator/ diff --git a/Gopkg.lock b/Gopkg.lock index e9c00c5d..e055b508 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -895,7 +895,7 @@ revision = "c55fbcfc754a5b2ec2fbae8fb9dcac36bdba6a12" [[projects]] - digest = "1:4bd3324a3d2244bbc74f82d352e97af5df6f808afcb6b15f0dd181cff3051400" + digest = "1:a24c9ac4cb9e3c67edc0a37a1d828e3fbb92a7e9e12bb84f9c0e781aa42f71b0" name = "sigs.k8s.io/controller-runtime" packages = [ "pkg/cache", @@ -927,8 +927,8 @@ "pkg/webhook/internal/metrics", ] pruneopts = "" - revision = "e1159d6655b260c4812fd0792cd1344ecc96a57e" - version = "v0.2.0" + revision = "fc5542c693e3340f8abbe91c6345bd64c494a60c" + version = "v0.2.2" [[projects]] digest = "1:321081b4a44256715f2b68411d8eda9a17f17ebfe6f0cc61d2cc52d11c08acfa" diff --git a/Gopkg.toml b/Gopkg.toml index d03cfb6a..60ca4a23 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -16,7 +16,7 @@ required = [ [[constraint]] name = "sigs.k8s.io/controller-runtime" - version = "v0.2.0" + version = "v0.2.2" [[override]] name = "k8s.io/api" diff --git a/docs/who-is-using.md b/docs/who-is-using.md index fb999534..fbd6c939 100644 --- a/docs/who-is-using.md +++ b/docs/who-is-using.md @@ -4,5 +4,6 @@ | ------------- | ------------- | ------------- | ------------- | | Lyft | @anandswaminathan, @mwylde, @glaksh100 | Production | Streaming Platform | | The Trade Desk | @JonnyIncognito | Production | Data Engineering Infrastructure | +| Lightbend | @yuchaoran2011 | Production | Streaming Platform | | McAfee | @jmdacruz | Development | Streaming Platform |