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.21.0 #2630

Merged
merged 5 commits into from
Nov 16, 2020
Merged

Conversation

joe-elliott
Copy link
Member

@joe-elliott joe-elliott commented Nov 13, 2020

Which problem is this PR solving?

Short description of the changes

Updated the changelog in preparation for release. Per discussions in the bi-weekly we will not actually merge this PR and build images until early next week, but I wanted this up in case we needed to discuss the changelog.

TODO

Notes

  • Since we are pinning jaeger-ui at a commit that is not a release I went ahead and included a jaeger-ui changelog as well. It appears that normally we just refer to the UI changelog, but that was not an option here
  • I did not include the following lines in the changelog. Since this is my first time, I'm including them here in case we wanted to keep any of these:
* Fix flaky TestReload ([#2624](https://github.com/jaegertracing/jaeger/pull/2624), [@albertteoh](https://github.com/albertteoh))
* Fix flaky TestAddCertsToWatch_remove_ca test ([#2610](https://github.com/jaegertracing/jaeger/pull/2610), [@albertteoh](https://github.com/albertteoh))
* Remove md-to-godoc ([#2598](https://github.com/jaegertracing/jaeger/pull/2598), [@yurishkuro](https://github.com/yurishkuro))
* Clean-up error handling and logging ([#2590](https://github.com/jaegertracing/jaeger/pull/2590), [@tzzed](https://github.com/tzzed))
* Fix file descriptor leaks in tlscfg unit tests ([#2592](https://github.com/jaegertracing/jaeger/pull/2592), [@chlunde](https://github.com/chlunde))
* Exit properly after displayed help ([#2589](https://github.com/jaegertracing/jaeger/pull/2589), [@tzzed](https://github.com/tzzed))
* Improve `build-ui` Makefile target and fix dependencies ([#2573](https://github.com/jaegertracing/jaeger/pull/2573), [@albertteoh](https://github.com/albertteoh))
* Simplify test coverage collection ([#2560](https://github.com/jaegertracing/jaeger/pull/2560), [@PankhudiB](https://github.com/PankhudiB))
* Add mergify ([#2559](https://github.com/jaegertracing/jaeger/pull/2559), [@jpkrohling](https://github.com/jpkrohling))
* Replaced devbots with issue-labeler ([#2558](https://github.com/jaegertracing/jaeger/pull/2558), [@jpkrohling](https://github.com/jpkrohling))
* Align help message with default values ([#2553](https://github.com/jaegertracing/jaeger/pull/2553), [@tobiaskohlbau](https://github.com/tobiaskohlbau))
* Added .nocover to otel mains ([#2524](https://github.com/jaegertracing/jaeger/pull/2524), [@joe-elliott](https://github.com/joe-elliott))
* Adding missing build instruction #1887 ([#2542](https://github.com/jaegertracing/jaeger/pull/2542), [@listaction](https://github.com/listaction))
* README.md: Point to operator under deployment section ([#2539](https://github.com/jaegertracing/jaeger/pull/2539), [@lilic](https://github.com/lilic))
* Remove Go report card ([#2529](https://github.com/jaegertracing/jaeger/pull/2529), [@yurishkuro](https://github.com/yurishkuro))
* Fix max-num-spans flag's usage message ([#2528](https://github.com/jaegertracing/jaeger/pull/2528), [@albertteoh](https://github.com/albertteoh))

Signed-off-by: Joe Elliott <number101010@gmail.com>
Signed-off-by: Joe Elliott <number101010@gmail.com>
@joe-elliott joe-elliott requested a review from a team as a code owner November 13, 2020 20:21
@codecov
Copy link

codecov bot commented Nov 13, 2020

Codecov Report

Merging #2630 (0a48d9d) into master (1d22aaf) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2630      +/-   ##
==========================================
+ Coverage   95.05%   95.07%   +0.02%     
==========================================
  Files         210      210              
  Lines        9410     9410              
==========================================
+ Hits         8945     8947       +2     
+ Misses        388      387       -1     
+ Partials       77       76       -1     
Impacted Files Coverage Δ
plugin/storage/badger/spanstore/reader.go 96.08% <0.00%> (+0.71%) ⬆️

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 1d22aaf...0a48d9d. Read the comment docs.

@yurishkuro
Copy link
Member

@joe-elliott we should do a formal (numbered) release of the UI, to keep with the established process, rather than pointing to a specific commit.

Signed-off-by: Joe Elliott <number101010@gmail.com>
Signed-off-by: Joe Elliott <number101010@gmail.com>
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: Joe Elliott <number101010@gmail.com>
Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

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

👍

@joe-elliott joe-elliott merged commit 72b9a06 into jaegertracing:master Nov 16, 2020
quinniup pushed a commit to k8battleship/jaeger that referenced this pull request Nov 23, 2020
* updated changelog

Signed-off-by: Joe Elliott <number101010@gmail.com>

* Added ui changelog

Signed-off-by: Joe Elliott <number101010@gmail.com>

* Fixed UI changelog to point to 1.12.0

Signed-off-by: Joe Elliott <number101010@gmail.com>

* Updated jaeger-ui to v1.12.0

Signed-off-by: Joe Elliott <number101010@gmail.com>

* Resolving concerns

Signed-off-by: Joe Elliott <number101010@gmail.com>
quinniup added a commit to k8battleship/jaeger that referenced this pull request Nov 23, 2020
* Bump opentelemetry-collector to v0.14.0 (jaegertracing#2617)

* bump opentelemetry-collector to v0.14.0

Signed-off-by: Pavel Kositsyn <kositsyn.pa@phystech.edu>

* initialize traceid and spanid explicitly

Signed-off-by: Pavel Kositsyn <kositsyn.pa@phystech.edu>

* fix comments and empty parent span check

Signed-off-by: Pavel Kositsyn <kositsyn.pa@phystech.edu>

* fasten convert traceID/spanID

Signed-off-by: Pavel Kositsyn <kositsyn.pa@phystech.edu>

* fix convertTraceID + fix tests

Signed-off-by: Pavel Kositsyn <kositsyn.pa@phystech.edu>

* Update CodeQL to latest best practices (jaegertracing#2615)

This will parallelize your analysis and speed things up a bunch.

Signed-off-by: jhutchings1 <jhutchings1@users.noreply.github.com>

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

* Fix flaky TestReload (jaegertracing#2624)

Signed-off-by: albertteoh <albert.teoh@logz.io>

* Update x/text to v0.3.4 (jaegertracing#2625)

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

* Bump to latest UI for snapshot builds (jaegertracing#2626)

Signed-off-by: Yuri Shkuro <github@ysh.us>

* Implement anonymizer's main program (jaegertracing#2621)

* Preparing release 1.21.0 (jaegertracing#2630)

* updated changelog

Signed-off-by: Joe Elliott <number101010@gmail.com>

* Added ui changelog

Signed-off-by: Joe Elliott <number101010@gmail.com>

* Fixed UI changelog to point to 1.12.0

Signed-off-by: Joe Elliott <number101010@gmail.com>

* Updated jaeger-ui to v1.12.0

Signed-off-by: Joe Elliott <number101010@gmail.com>

* Resolving concerns

Signed-off-by: Joe Elliott <number101010@gmail.com>

* [anonymizer] Save trace in UI format (jaegertracing#2629)

* Use fossa-contrib/fossa-action instead (jaegertracing#2571)

* Use fossa-contrib/fossa-action instead

Signed-off-by: Sora Morimoto <sora@morimoto.io>

* Make step name clearer

Signed-off-by: Sora Morimoto <sora@morimoto.io>

Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>

* Update Makefile and Dockerfile for anonymizer (jaegertracing#2632)

Signed-off-by: Ashmita Bohara <ashmita.bohara152@gmail.com>

* Fix listen IP in unit test (jaegertracing#2636)

Signed-off-by: zouyu <zouy.fnst@cn.fujitsu.com>

* Bump opentelemetry to v0.15.0 (jaegertracing#2634)

* Bump opentelemetry to v0.15.0

Signed-off-by: Pavel Kositsyn <kositsyn.pa@phystech.edu>

* add default value instead of nil value for jaegerreceiver config

Signed-off-by: Pavel Kositsyn <kositsyn.pa@phystech.edu>

* make lint

Signed-off-by: Pavel Kositsyn <kositsyn.pa@phystech.edu>

Co-authored-by: Kositsyn Pavel <vemmy124@gmail.com>
Co-authored-by: Justin Hutchings <jhutchings1@users.noreply.github.com>
Co-authored-by: Juraci Paixão Kröhling <juraci@kroehling.de>
Co-authored-by: Albert <26584478+albertteoh@users.noreply.github.com>
Co-authored-by: Gary Brown <gary.pi4tech@gmail.com>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Co-authored-by: Ashmita <ashmita.bohara152@gmail.com>
Co-authored-by: Joe Elliott <number101010@gmail.com>
Co-authored-by: Sora Morimoto <sora@morimoto.io>
Co-authored-by: ZouYu <zouy.fnst@cn.fujitsu.com>
Co-authored-by: Kositsyn Pavel <kositsyn.pa@phystech.edu>
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.

1.21 release
2 participants