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

Update to operator-sdk 0.19.0 #124

Merged
merged 1 commit into from
Aug 4, 2020
Merged

Conversation

vboulineau
Copy link
Contributor

What does this PR do?

Update to operator-sdk 0.19.0 - finally fixing --stacktrace-level

Additional Notes

Anything else we should know when reviewing?

@vboulineau vboulineau added this to the v0.3 milestone Jul 27, 2020
@vboulineau vboulineau requested a review from a team July 27, 2020 10:47
@vboulineau vboulineau requested a review from a team as a code owner July 27, 2020 10:47
@vboulineau vboulineau force-pushed the vboulineau/operator-sdk branch 3 times, most recently from 7e6c296 to cc3e239 Compare July 27, 2020 11:09
@codecov-commenter
Copy link

codecov-commenter commented Jul 27, 2020

Codecov Report

Merging #124 into master will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #124   +/-   ##
=======================================
  Coverage   58.21%   58.21%           
=======================================
  Files          31       31           
  Lines        4353     4353           
=======================================
  Hits         2534     2534           
  Misses       1630     1630           
  Partials      189      189           
Flag Coverage Δ
#unittests 58.21% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cmd/kubectl-datadog/agent/check/check.go 9.65% <0.00%> (ø)
cmd/kubectl-datadog/flare/flare.go 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c71245...4e385d2. Read the comment docs.

@@ -48,7 +48,7 @@ spec:
args:
- --zap-level={{ .Values.logLevel }}
- --zap-encoder=console
# - --zap-stacktrace-level=error // TODO: uncomment after releasing v0.3.0
# - --zap-stacktrace-level=panic // TODO: uncomment after releasing v0.3.0
Copy link
Contributor

Choose a reason for hiding this comment

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

When will we remove the comment?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

When we release a new official Docker image (otherwise this parameter will break people using the chart with current official image)

@vboulineau vboulineau merged commit 02a5073 into master Aug 4, 2020
@vboulineau vboulineau deleted the vboulineau/operator-sdk branch August 4, 2020 07:37
@clamoriniere clamoriniere added the enhancement New feature or request label Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants