Skip to content

Commit

Permalink
Prepare release v1.29.0 (#1337)
Browse files Browse the repository at this point in the history
Prepares Jaeger UI release v1.29.0

---------

Signed-off-by: Joe Elliott <number101010@gmail.com>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
  • Loading branch information
joe-elliott and yurishkuro authored Apr 10, 2023
1 parent 15e8494 commit edc6780
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,32 @@

### Fixes

## v1.29.0 (2023-04-10)

### Enhancements

- Batch Download of traces ([@Katarzyna-B](https://github.com/Katarzyna-B) in [#1274](https://github.com/jaegertracing/jaeger-ui/pull/1274))
- Render HTTP header tags as comma-separated strings ([@wjrogers](https://github.com/wjrogers) in [#1295](https://github.com/jaegertracing/jaeger-ui/pull/1295))
- Rename tab from JSON File to Upload ([@yurishkuro](https://github.com/yurishkuro) in [#1308](https://github.com/jaegertracing/jaeger-ui/pull/1308))

### Fixes

- Bump webpack from 5.76.3 to 5.77.0 ([@dependabot](https://github.com/dependabot) in [#1320](https://github.com/jaegertracing/jaeger-ui/pull/1320))
- Bump minimist from 1.2.0 to 1.2.8 ([@dependabot](https://github.com/dependabot) in [#1317](https://github.com/jaegertracing/jaeger-ui/pull/1317))
- Bump eslint from 8.36.0 to 8.37.0 ([@dependabot](https://github.com/dependabot) in [#1316](https://github.com/jaegertracing/jaeger-ui/pull/1316))
- Bump lerna from 6.5.1 to 6.6.1 ([@dependabot](https://github.com/dependabot) in [#1303](https://github.com/jaegertracing/jaeger-ui/pull/1303))
- Update redux-form to 8.3.10 ([@mszabo-wikia](https://github.com/mszabo-wikia) in [#1314](https://github.com/jaegertracing/jaeger-ui/pull/1314))
- Bump @svgr/babel-preset from 6.5.1 to 7.0.0 ([@dependabot](https://github.com/dependabot) in [#1301](https://github.com/jaegertracing/jaeger-ui/pull/1301))
- Bump vite from 4.2.0 to 4.2.1 ([@dependabot](https://github.com/dependabot) in [#1287](https://github.com/jaegertracing/jaeger-ui/pull/1287))
- Bump @svgr/babel-plugin-transform-svg-component from 6.5.1 to 7.0.0 ([@dependabot](https://github.com/dependabot) in [#1299](https://github.com/jaegertracing/jaeger-ui/pull/1299))
- Bump terser from 5.16.6 to 5.16.8 ([@dependabot](https://github.com/dependabot) in [#1302](https://github.com/jaegertracing/jaeger-ui/pull/1302))
- Bump webpack from 5.76.1 to 5.76.3 ([@dependabot](https://github.com/dependabot) in [#1297](https://github.com/jaegertracing/jaeger-ui/pull/1297))
- Bump prettier from 2.8.4 to 2.8.7 ([@dependabot](https://github.com/dependabot) in [#1300](https://github.com/jaegertracing/jaeger-ui/pull/1300))
- Bump webpack-dev-server from 4.11.1 to 4.13.0 ([@dependabot](https://github.com/dependabot) in [#1283](https://github.com/jaegertracing/jaeger-ui/pull/1283))
- Bump vite from 4.1.4 to 4.2.0 ([@dependabot](https://github.com/dependabot) in [#1281](https://github.com/jaegertracing/jaeger-ui/pull/1281))
- Bump typescript from 4.9.5 to 5.0.2 ([@dependabot](https://github.com/dependabot) in [#1282](https://github.com/jaegertracing/jaeger-ui/pull/1282))


## v1.28.1 (2023-03-15)

### Fixes
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.28.1",
"version": "1.29.0",
"main": "src/index.tsx",
"license": "Apache-2.0",
"homepage": ".",
Expand Down

0 comments on commit edc6780

Please sign in to comment.