Skip to content

Commit 786ed8a

Browse files
Merge pull request #3947 from KyriosGN0/bump-tempo
[tempo-distributed] update tempo to 2.9.0
2 parents 1f37444 + de0977d commit 786ed8a

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

charts/tempo-distributed/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: tempo-distributed
33
description: Grafana Tempo in MicroService mode
44
type: application
5-
version: 1.48.1
6-
appVersion: 2.8.2
5+
version: 1.49.0
6+
appVersion: 2.9.0
77
engine: gotpl
88
home: https://grafana.com/docs/tempo/latest/
99
icon: https://raw.githubusercontent.com/grafana/tempo/master/docs/tempo/website/logo_and_name.png

charts/tempo-distributed/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tempo-distributed
22

3-
![Version: 1.48.1](https://img.shields.io/badge/Version-1.48.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.2](https://img.shields.io/badge/AppVersion-2.8.2-informational?style=flat-square)
3+
![Version: 1.49.0](https://img.shields.io/badge/Version-1.49.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.0](https://img.shields.io/badge/AppVersion-2.9.0-informational?style=flat-square)
44

55
Grafana Tempo in MicroService mode
66

@@ -48,6 +48,10 @@ The command removes all the Kubernetes components associated with the chart and
4848

4949
A major chart version change indicates that there is an incompatible breaking change needing manual actions.
5050

51+
### From Chart versions < 1.48.1
52+
Please be aware that we've updated the Tempo version to 2.9, which includes some breaking changes
53+
We recommend reviewing the [release notes](https://github.com/grafana/tempo/releases/tag/v2.9.0) before upgrading.
54+
5155
### From Chart versions < 1.41.2
5256
Please be aware that we've updated the Tempo version to 2.8, which includes some breaking changes
5357
We recommend reviewing the [release notes](https://github.com/grafana/tempo/releases/tag/v2.8.0) before upgrading.
@@ -1169,4 +1173,4 @@ traces:
11691173
receiverConfig: {}
11701174
# -- Default OTLP gRPC port
11711175
port: 4317
1172-
```
1176+
```

charts/tempo-distributed/README.md.gotmpl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ The command removes all the Kubernetes components associated with the chart and
4141

4242
A major chart version change indicates that there is an incompatible breaking change needing manual actions.
4343

44+
### From Chart versions < 1.48.1
45+
Please be aware that we've updated the Tempo version to 2.9, which includes some breaking changes
46+
We recommend reviewing the [release notes](https://github.com/grafana/tempo/releases/tag/v2.9.0) before upgrading.
47+
4448
### From Chart versions < 1.41.2
4549
Please be aware that we've updated the Tempo version to 2.8, which includes some breaking changes
4650
We recommend reviewing the [release notes](https://github.com/grafana/tempo/releases/tag/v2.8.0) before upgrading.
@@ -413,4 +417,4 @@ traces:
413417
receiverConfig: {}
414418
# -- Default OTLP gRPC port
415419
port: 4317
416-
```
420+
```

0 commit comments

Comments
 (0)