Skip to content

Commit

Permalink
Preparing release 1.8.0 (#543)
Browse files Browse the repository at this point in the history
* Preparing release 1.7.1

Signed-off-by: Pavol Loffay <ploffay@redhat.com>

* Update changelog

Signed-off-by: Pavol Loffay <ploffay@redhat.com>

* Update version

Signed-off-by: Pavol Loffay <ploffay@redhat.com>

* Fix verson

Signed-off-by: Pavol Loffay <ploffay@redhat.com>

* Remove double space

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay authored Mar 12, 2020
1 parent a9dce8b commit 5f86618
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Releases

## v1.8.0 (March 12, 2020)

### Enhancements

- **Search:** Search results link spans ([#536](https://github.com/jaegertracing/jaeger-ui/pull/536), [@everett980](https://github.com/everett980))

### Fixes

- **General:** Correct trace name resolution ([#541](https://github.com/jaegertracing/jaeger-ui/pull/541), [@swapster](https://github.com/swapster))
- **General:** bump url-parse version to 1.4.7 ([#542](https://github.com/jaegertracing/jaeger-ui/pull/542), [@rubenvp8510](https://github.com/rubenvp8510))
- **Search** Fix span links for leading 0s trace ID ([#539](https://github.com/jaegertracing/jaeger-ui/pull/539), [@everett980](https://github.com/everett980))
- **General:** Reorder, rename, and fix "About Jaeger" links ([#540](https://github.com/jaegertracing/jaeger-ui/pull/540), [@yurishkuro](https://github.com/yurishkuro))
- **Search:** Fix search.maxLimit configuration ([#533](https://github.com/jaegertracing/jaeger-ui/pull/533), [@rubenvp8510](https://github.com/rubenvp8510))
- **Trace detail:** Fix trace scoped links not supporting numeric fields ([#538](https://github.com/jaegertracing/jaeger-ui/pull/538), [@william-tran](https://github.com/william-tran))

## v1.7.0 (February 21, 2020)

### 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.7.0",
"version": "1.8.0",
"main": "src/index.js",
"license": "Apache-2.0",
"homepage": ".",
Expand Down

0 comments on commit 5f86618

Please sign in to comment.