-
Notifications
You must be signed in to change notification settings - Fork 503
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
chore(collector): upgrade to app version 0.37.1 #89
chore(collector): upgrade to app version 0.37.1 #89
Conversation
Apologies. Was blocked in going through the necessary hoops to get the CLA signed. That said, happy to defer to your merge that does similarly. Note that upgrading to 0.36.0 additionally requires some configuration syntax changes (see https://github.com/open-telemetry/opentelemetry-helm-charts/pull/80/files#diff-d3c8687b50b2f7b2ca10ff878367b16b76ead0cfdf62548091b5bcc507dc2d68L114). |
@bbeattie-phxlabs Thx! Missed that one. |
No worries. Might also be worth looking into the feedback provided in the other pull request, e.g. #80 (comment) |
The feedback has been already worked into this PR. This PR bumps the version by a minor release and 0.36.0 is available on Dockerhub with the tag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
* fix(collector): wrap tls insecure value inside tls block * feat(collector): use contrib collector image by default * fix(collector): adapt file logger configuration to v0.36.0 * fix(collector): add memory_ballast to service.extension list * chore(collector): upgrade to v0.37.1 * refactor(collector): add memory_ballast to service extensions statically * Remove ballast_size_mib from memory_limiter Co-authored-by: Dmitry <[email protected]>
* fix(collector): wrap tls insecure value inside tls block * feat(collector): use contrib collector image by default * fix(collector): adapt file logger configuration to v0.36.0 * fix(collector): add memory_ballast to service.extension list * chore(collector): upgrade to v0.37.1 * refactor(collector): add memory_ballast to service extensions statically * Remove ballast_size_mib from memory_limiter Co-authored-by: Dmitry <[email protected]>
As #80 seems to be abandoned I have created this new PR to accommodate the changes in the meantime.
appVersion is now prefixed with
v
as the tagging has changed with version 0.36.0@dmitryax
Fixes #88
Fixes #42