-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Preparing release v1.22.0 #2826
Preparing release v1.22.0 #2826
Conversation
Signed-off-by: albertteoh <albert.teoh@logz.io>
Codecov Report
@@ Coverage Diff @@
## master #2826 +/- ##
=======================================
Coverage 95.94% 95.94%
=======================================
Files 221 221
Lines 9696 9696
=======================================
Hits 9303 9303
Misses 324 324
Partials 69 69
Continue to review full report at Codecov.
|
Signed-off-by: albertteoh <albert.teoh@logz.io>
#### New Features | ||
|
||
* Add TLS Support for gRPC and HTTP endpoints of the Query server ([#2337](https://github.com/jaegertracing/jaeger/pull/2337), [#2772](https://github.com/jaegertracing/jaeger/pull/2772), [@rjs211](https://github.com/rjs211)) | ||
* Add TLS Support for gRPC and HTTP endpoints of the Query and Collector servers ([#2337](https://github.com/jaegertracing/jaeger/pull/2337), [#2772](https://github.com/jaegertracing/jaeger/pull/2772), [#2798](https://github.com/jaegertracing/jaeger/pull/2798), [@rjs211](https://github.com/rjs211)) |
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.
CHANGELOG.md
Outdated
#### Bug fixes, Minor Improvements | ||
|
||
* Use workaround for windows x509.SystemCertPool() ([#2756](https://github.com/jaegertracing/jaeger/pull/2756), [@Ashmita152](https://github.com/Ashmita152)) | ||
* Guard against large string/binary allocations due to malformed sizes that lead to high memory utilization in jaeger-agent ([#2780](https://github.com/jaegertracing/jaeger/pull/2780), [@jpkrohling](https://github.com/jpkrohling)) |
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.
Update description as requested; please advise if it could be better worded.
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.
Guard against mal-formed payloads received by the agent, potentially causing high memory utilization.
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.
Reworded the Thrift issue a bit, but looks good to me!
CHANGELOG.md
Outdated
#### Bug fixes, Minor Improvements | ||
|
||
* Use workaround for windows x509.SystemCertPool() ([#2756](https://github.com/jaegertracing/jaeger/pull/2756), [@Ashmita152](https://github.com/Ashmita152)) | ||
* Guard against large string/binary allocations due to malformed sizes that lead to high memory utilization in jaeger-agent ([#2780](https://github.com/jaegertracing/jaeger/pull/2780), [@jpkrohling](https://github.com/jpkrohling)) |
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.
Guard against mal-formed payloads received by the agent, potentially causing high memory utilization.
Signed-off-by: albertteoh <albert.teoh@logz.io>
Pull request has been modified.
@albertteoh are you able to merge this, or should I? |
I can do the merge now, thanks for the review @yurishkuro @jpkrohling. |
First release via GitHub Actions: https://github.com/jaegertracing/jaeger/runs/1965285823 @Ashmita152 Great job upgrading the release process! It went flawlessly. @albertteoh Congrats on the first release! :-) |
Congrats @albertteoh Thank you @yurishkuro Those changes would be impossible without your constant help and guidance. I have two questions:
|
Yes, Albert and I are trying to get the docs release going, but it fails https://github.com/jaegertracing/documentation/runs/1966836829?check_suite_focus=true. I have verified that the token for |
I did the release manually for now. Pretty weird, since it used to work previously when I tested the new GHA process. |
@Ashmita152 feel free to suggest edits to the docs regarding quay. |
I did 1.21.0 and don't recall any issues with docs release. |
Since the 1.21 docs release, we introduced Github Actions for the release
builds (sometime in December from memory) and I think this is the main
reason for the recent release issues.
…On Thu, Feb 25, 2021, 00:21 Joe Elliott ***@***.***> wrote:
I did 1.21.0 and don't recall any issues with docs release.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2826 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGK2LHS3QTU6VOKKW526EGLTAT4PDANCNFSM4YBXAJYQ>
.
|
Signed-off-by: albertteoh albert.teoh@logz.io
Which problem is this PR solving?
Short description of the changes
make changelog
are as follows: