Skip to content

Commit b9da35d

Browse files
Merge pull request #3744 from KyriosGN0/tempo28single
[tempo] bump to version 2.8.0
2 parents 664a7ca + fcfe31f commit b9da35d

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

charts/tempo/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
33
description: Grafana Tempo Single Binary Mode
44
type: application
5-
version: 1.22.0
6-
appVersion: 2.7.1
5+
version: 1.23.0
6+
appVersion: 2.8.0
77
engine: gotpl
88
home: https://grafana.net
99
icon: https://raw.githubusercontent.com/grafana/tempo/master/docs/tempo/website/logo_and_name.png

charts/tempo/README.md

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

3-
![Version: 1.22.0](https://img.shields.io/badge/Version-1.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.1](https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square)
3+
![Version: 1.23.0](https://img.shields.io/badge/Version-1.23.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square)
44

55
Grafana Tempo Single Binary Mode
66

@@ -155,6 +155,11 @@ The command removes all the Kubernetes components associated with the chart and
155155

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

158+
### From Chart versions < 1.22.0
159+
* Breaking Change *
160+
Please be aware that we've updated the Tempo version to 2.8, which includes some breaking changes
161+
We recommend reviewing the [release notes](https://grafana.com/docs/tempo/latest/release-notes/v2-8/) before upgrading.
162+
158163
### From Chart versions < 1.21.1
159164
* Breaking Change *
160165
In order to be consistent with other projects and documentations, the default port has been changed from 3100 to 3200.

charts/tempo/README.md.gotmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ The command removes all the Kubernetes components associated with the chart and
4040

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

43+
### From Chart versions < 1.22.0
44+
* Breaking Change *
45+
Please be aware that we've updated the Tempo version to 2.8, which includes some breaking changes
46+
We recommend reviewing the [release notes](https://grafana.com/docs/tempo/latest/release-notes/v2-8/) before upgrading.
4347

4448
### From Chart versions < 1.21.1
4549
* Breaking Change *

0 commit comments

Comments
 (0)