Skip to content

Commit

Permalink
Merge branch 'main' into issue-3019
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashmita152 committed Mar 6, 2022
2 parents a8fa61b + c156ebd commit 0d30c76
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,27 @@ next release
### UI Changes


1.32.0 (2022-03-06)
-------------------

### Backend Changes

#### New Features

* Enable gRPC reflection service on collector/query ([@yurishkuro](https://github.com/yurishkuro) in [#3526](https://github.com/jaegertracing/jaeger/pull/3526))

#### Bug fixes, Minor Improvements

* Fix query for latency metrics ([@Ashmita152](https://github.com/Ashmita152) in [#3559](https://github.com/jaegertracing/jaeger/pull/3559))
* Fix integration tests containing spans in the future ([@johanneswuerbach](https://github.com/johanneswuerbach) in [#3538](https://github.com/jaegertracing/jaeger/pull/3538))
* Add system diagram using mermaid markdown ([@yurishkuro](https://github.com/yurishkuro) in [#3529](https://github.com/jaegertracing/jaeger/pull/3529))
* Fix indexDateLayout for elasticsearch dependencies #3523 ([@ilyamor](https://github.com/ilyamor) in [#3524](https://github.com/jaegertracing/jaeger/pull/3524))
* Fix builds due to upstream OTEL proto path change ([@albertteoh](https://github.com/albertteoh) in [#3525](https://github.com/jaegertracing/jaeger/pull/3525))

### UI Changes

* UI pinned to version 1.21.0. The changelog is available here [v1.21.0](https://github.com/jaegertracing/jaeger-ui/blob/main/CHANGELOG.md#v1210-2022-03-06).

1.31.0 (2022-02-04)
-------------------
### Backend Changes
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Here are the release managers for future versions with the tentative release dat

| Version | Release Manager | Tentative release date |
|---------|------------------|------------------------|
| 1.32.0 | @albertteoh | 2 March 2022 |
| 1.33.0 | @joe-elliott | 6 April 2022 |
| 1.34.0 | @pavolloffay | 4 May 2022 |
| 1.35.0 | @yurishkuro | 3 June 2022 |
| 1.36.0 | @albertteoh | 6 July 2022 |
2 changes: 1 addition & 1 deletion jaeger-ui
Submodule jaeger-ui updated 22 files
+1 −1 .github/workflows/codeql.yml
+2 −2 .github/workflows/unit-tests.yml
+14 −0 CHANGELOG.md
+1 −1 packages/jaeger-ui/package.json
+31 −7 packages/jaeger-ui/src/components/Monitor/ServicesView/__snapshots__/index.test.js.snap
+5 −25 packages/jaeger-ui/src/components/Monitor/ServicesView/__snapshots__/serviceGraph.test.js.snap
+43 −1 packages/jaeger-ui/src/components/Monitor/ServicesView/index.test.js
+65 −10 packages/jaeger-ui/src/components/Monitor/ServicesView/index.tsx
+1,383 −3 packages/jaeger-ui/src/components/Monitor/ServicesView/operationDetailsTable/__snapshots__/index.test.js.snap
+22 −0 packages/jaeger-ui/src/components/Monitor/ServicesView/operationDetailsTable/index.test.js
+13 −3 packages/jaeger-ui/src/components/Monitor/ServicesView/operationDetailsTable/index.tsx
+5 −0 packages/jaeger-ui/src/components/Monitor/ServicesView/serviceGraph.css
+7 −3 packages/jaeger-ui/src/components/Monitor/ServicesView/serviceGraph.tsx
+1 −1 packages/jaeger-ui/src/components/SearchTracePage/SearchForm.js
+4 −2 packages/jaeger-ui/src/components/SearchTracePage/SearchForm.track.test.js
+4 −2 packages/jaeger-ui/src/components/SearchTracePage/SearchForm.track.tsx
+60 −0 packages/jaeger-ui/src/reducers/metrics.mock.js
+4 −1 packages/jaeger-ui/src/reducers/metrics.tsx
+1 −0 packages/jaeger-ui/src/types/metrics.tsx
+89 −5 packages/jaeger-ui/src/utils/date.test.js
+48 −19 packages/jaeger-ui/src/utils/date.tsx
+25 −18 yarn.lock

0 comments on commit 0d30c76

Please sign in to comment.