Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated operator-sdk to 0.10.0 #609

Conversation

jpkrohling
Copy link
Contributor

@jpkrohling jpkrohling commented Aug 21, 2019

Closes #607

@jpkrohling jpkrohling force-pushed the 607-Update-Operator-SDK-to-0.10.0 branch 3 times, most recently from 32489b5 to 58f49e0 Compare August 27, 2019 11:19
@jpkrohling jpkrohling changed the title WIP - Updated operator-sdk to 0.10.0 Updated operator-sdk to 0.10.0 Aug 27, 2019
@pavolloffay
Copy link
Member

Not sure if related to this change but I had to install hg-git.noarch package to my system to be able to run make vendor successfully.

@objectiser
Copy link
Contributor

Just to make sure, this PR should not be merged until after 1.14 of Jaeger and Jaeger Operator has been released.

pkg/cmd/start/main.go Show resolved Hide resolved
pkg/cmd/start/main.go Show resolved Hide resolved
@@ -18,7 +18,8 @@ KAFKA_NAMESPACE ?= "kafka"
ES_OPERATOR_NAMESPACE = openshift-logging
ES_OPERATOR_BRANCH ?= release-4.1
ES_OPERATOR_IMAGE ?= quay.io/openshift/origin-elasticsearch-operator:4.1
SDK_VERSION=v0.8.1
SDK_VERSION=v0.10.0
GOPATH ?= "$(HOME)/go"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this set here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of the installed tools. go get ... installs it under GOPATH/go/bin , and we use that later on when running golint/gosec.

pkg/controller/jaeger/elasticsearch.go Outdated Show resolved Hide resolved
@jpkrohling jpkrohling force-pushed the 607-Update-Operator-SDK-to-0.10.0 branch 3 times, most recently from 2be9a89 to e057436 Compare September 2, 2019 15:37
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
@jpkrohling jpkrohling force-pushed the 607-Update-Operator-SDK-to-0.10.0 branch from e057436 to e245572 Compare September 6, 2019 15:43
@jpkrohling jpkrohling merged commit c1f345b into jaegertracing:master Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Operator SDK to 0.10.0
3 participants