Skip to content

Commit

Permalink
Release 1.32.0 (#1676)
Browse files Browse the repository at this point in the history
<!--
!! Please DELETE this comment before posting.
We appreciate your contribution to the Jaeger project! πŸ‘‹πŸŽ‰
-->

## Which problem is this PR solving?
- <!-- Example: Resolves #123 -->

## Description of the changes
- 

## How was this change tested?
- 

## Checklist
- [ ] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [ ] I have signed all commits
- [ ] I have added unit tests for the new functionality
- [ ] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

---------

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
  • Loading branch information
pavolloffay and yurishkuro committed Aug 14, 2023
1 parent fe8348c commit 97bc130
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@

### Fixes

## v1.32.0 (2023-08-14)

### Enhancements

- Add text label to copy buttons on tags ([@Yushmanth-reddy](https://github.com/Yushmanth-reddy) in [#1547](https://github.com/jaegertracing/jaeger-ui/pull/1547))

### Fixes

- Migrate ScoreCard.test.js from Enzyme to React Shallow Renderer ([@anshgoyalevil](https://github.com/anshgoyalevil) in [#1653](https://github.com/jaegertracing/jaeger-ui/pull/1653))
- Fix the tooltip position of copy value and JSON Buttton ([@anikdhabal](https://github.com/anikdhabal) in [#1650](https://github.com/jaegertracing/jaeger-ui/pull/1650))
- Fix lint issues when bumping eslint-plugin-import ([@Kavinjsir](https://github.com/Kavinjsir) in [#1652](https://github.com/jaegertracing/jaeger-ui/pull/1652))
- [deps] Remove @types/moment, @types/history and @types/classnames ([@anshgoyalevil](https://github.com/anshgoyalevil) in [#1637](https://github.com/jaegertracing/jaeger-ui/pull/1637))
- Remove dependency on isomorphic-fetch ([@Yushmanth-reddy](https://github.com/Yushmanth-reddy) in [#1616](https://github.com/jaegertracing/jaeger-ui/pull/1616))
- Fix flaky test causing spurious drops in code coverage ([@GLVSKiriti](https://github.com/GLVSKiriti) in [#1632](https://github.com/jaegertracing/jaeger-ui/pull/1632))
- [deps] Remove @types/memoize-one dep ([@anshgoyalevil](https://github.com/anshgoyalevil) in [#1625](https://github.com/jaegertracing/jaeger-ui/pull/1625))

## v1.31.0 (2023-07-05)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "jaeger-ui",
"version": "1.31.0",
"version": "1.32.0",
"main": "src/index.tsx",
"license": "Apache-2.0",
"homepage": ".",
Expand Down

0 comments on commit 97bc130

Please sign in to comment.