-
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 1.5.0 #847
Conversation
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.
LGTM, just one missing link.
Could we start using *this changelog format for an entry? I have started it using in https://github.com/jaegertracing/jaeger-client-java/pull/429/files. K8s using it, the benefit is that links work in readmes (in release page too).
- Description ([ref](), [who]())
CHANGELOG.md
Outdated
- Add ability to adjust static sampling probabilities per operation (#827) by Won Jun Jang (@black-adder) | ||
- Support log-level flag on agent (#828) by Won Jun Jang (@black-adder) | ||
- Add healthcheck to standalone (#784) by Eundoo Song (@eundoosong) | ||
- Do not use KeyValue fields directly and use KeyValues as decorator only by Yuri Shkuro (@yurishkuro) |
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.
missing PR reference
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.
Updated
I have created #848 to create guidelines |
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
PR updated to fix the reference to 810 in one of the commits |
I guess you don't want to update the links to fit with #848 so I will merge |
I would have no problems doing that, but I think this is a discussion we can have for the next release :) |
* master: (38 commits) Preparing release 1.5.0 (jaegertracing#847) Add bounds to memory storage (jaegertracing#845) Add metric for debug traces (jaegertracing#796) Change metrics naming scheme (jaegertracing#776) Bump gocql version (jaegertracing#829) Remove ParentSpanID from domain model (jaegertracing#831) Make gas run quiet (jaegertracing#838) Revert "Make gas run quite" Revert "Install gas from install-ci" Install gas from install-ci Make gas run quite Add 'gas' for security problems scanning (jaegertracing#830) Add ability to adjust static sampling probabilities per operation (jaegertracing#827) Support log-level flag on agent (jaegertracing#828) Remove unused function (jaegertracing#822) Add healthcheck to standalone (jaegertracing#784) Do not use KeyValue fields directly and use KeyValues as decorator only (jaegertracing#810) Add ContaAzul to the adopters list (jaegertracing#806) Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE (jaegertracing#805) Upgrade to go 1.10 (jaegertracing#792) ... # Conflicts: # cmd/agent/app/builder.go # cmd/collector/main.go # cmd/query/main.go # cmd/standalone/main.go
Signed-off-by: Juraci Paixão Kröhling [email protected]
Which problem is this PR solving?
Short description of the changes