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

Preparing release 1.19.0 #2415

Merged
merged 3 commits into from
Aug 26, 2020
Merged

Conversation

objectiser
Copy link
Contributor

Signed-off-by: Gary Brown gary@brownuk.com

@objectiser objectiser requested a review from a team as a code owner August 25, 2020 15:21
CHANGELOG.md Outdated Show resolved Hide resolved
* Add native OTEL ES exporter ([#2295](https://github.com/jaegertracing/jaeger/pull/2295), [@pavolloffay](https://github.com/pavolloffay))
* Define busy error type in processor ([#2314](https://github.com/jaegertracing/jaeger/pull/2314), [@pavolloffay](https://github.com/pavolloffay))
* Use gRPC instead of tchannel in hotrod ([#2307](https://github.com/jaegertracing/jaeger/pull/2307), [@pavolloffay](https://github.com/pavolloffay))
* TLS support for gRPC Query server ([#2297](https://github.com/jaegertracing/jaeger/pull/2297), [@jan25](https://github.com/jan25))
Copy link
Contributor

Choose a reason for hiding this comment

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

We need to double-check this one. The current master does not show the option that this one brought. Was it reverted?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jpkrohling any update on this one? Should it be removed from the change log and moved to the next release?

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok, I tracked this down: #2337 (review)

Basically, the code is there, but the flag isn't being registered. In the end, this is good as this doesn't expose the flag to users, otherwise we'd have to wait for the PR to split ports before doing this release (or revert this PR).

It would probably be worth adding a "known issues" section to the changelog. Like:

The pull request #2297 aimed to add TLS support for the gRPC Query server but the flag registration is missing, so that this feature can't be used at the moment. A fix is planned for the next Jaeger version (1.20).

So, we are good to go, IMO.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Additional "Known Issues" section added.

CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
@yurishkuro
Copy link
Member

is #1952 going to be a problem for the release?

@objectiser
Copy link
Contributor Author

@yurishkuro Looks like it has been failing for a couple of months. So yes will likely cause the release to fail.

@objectiser
Copy link
Contributor Author

First change to fail was #2330 - but doesn't contain anything travis/build related.

Signed-off-by: Gary Brown <gary@brownuk.com>

Update CHANGELOG.md

Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de>
…erver

Signed-off-by: Gary Brown <gary@brownuk.com>
@codecov
Copy link

codecov bot commented Aug 26, 2020

Codecov Report

Merging #2415 into master will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2415      +/-   ##
==========================================
- Coverage   95.58%   95.57%   -0.01%     
==========================================
  Files         208      208              
  Lines       10678    10678              
==========================================
- Hits        10207    10206       -1     
- Misses        399      400       +1     
  Partials       72       72              
Impacted Files Coverage Δ
plugin/storage/integration/integration.go 80.38% <0.00%> (-0.48%) ⬇️

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 6d9655e...4855bd8. Read the comment docs.

CHANGELOG.md Outdated
@@ -14,6 +14,49 @@ Changes by Version

### UI Changes

1.19.0 (2020-08-25)
Copy link
Member

Choose a reason for hiding this comment

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

nit: update the date to match the release date

Signed-off-by: Gary Brown <gary@brownuk.com>
@objectiser objectiser merged commit 7f43f14 into jaegertracing:master Aug 26, 2020
@objectiser objectiser deleted the rel1.19 branch August 26, 2020 15:03
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.

4 participants