Skip to content

Commit ab5a116

Browse files
authored
Add breaking change to 1.50 release notes (#4908)
## 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]>
1 parent bbe6c58 commit ab5a116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ next release (yyyy-mm-dd)
2626
#### ⛔ Breaking Changes
2727

2828
* [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))
29+
* 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).
2930

3031
#### New Features
3132

0 commit comments

Comments
 (0)