Skip to content

Commit

Permalink
Add breaking change to 1.50 release notes (#4908)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
- Resolves #4906

## Description of the changes
- Add #4783 to breaking changes for v1.50.0

## Other
* [ ] once this PR is merged, update release notes on GitHub

Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored Oct 31, 2023
1 parent bbe6c58 commit ab5a116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ next release (yyyy-mm-dd)
#### ⛔ Breaking Changes

* [sampling] Remove support for SAMPLING_TYPE env var and 'static' value ([@yurishkuro](https://github.com/yurishkuro) in [#4735](https://github.com/jaegertracing/jaeger/pull/4735))
* Use non-root user in built containers ([@nikzayn](https://github.com/nikzayn) in [#4783](https://github.com/jaegertracing/jaeger/pull/4783)) - this change may cause issues with existing installations using Badger storage, because the existing files would be owned by a different user and would not be writeable after Jaeger upgrade. The workaround is to manually chown the files to the new user (uid=10001).

#### New Features

Expand Down

0 comments on commit ab5a116

Please sign in to comment.