File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : tempo
3
3
description : Grafana Tempo Single Binary Mode
4
4
type : application
5
- version : 1.22 .0
6
- appVersion : 2.7.1
5
+ version : 1.23 .0
6
+ appVersion : 2.8.0
7
7
engine : gotpl
8
8
home : https://grafana.net
9
9
icon : https://raw.githubusercontent.com/grafana/tempo/master/docs/tempo/website/logo_and_name.png
Original file line number Diff line number Diff line change 1
1
# tempo
2
2
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 )
4
4
5
5
Grafana Tempo Single Binary Mode
6
6
@@ -155,6 +155,11 @@ The command removes all the Kubernetes components associated with the chart and
155
155
156
156
A major chart version change indicates that there is an incompatible breaking change needing manual actions.
157
157
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
+
158
163
### From Chart versions < 1.21.1
159
164
* Breaking Change *
160
165
In order to be consistent with other projects and documentations, the default port has been changed from 3100 to 3200.
Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ The command removes all the Kubernetes components associated with the chart and
40
40
41
41
A major chart version change indicates that there is an incompatible breaking change needing manual actions.
42
42
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.
43
47
44
48
### From Chart versions < 1.21.1
45
49
* Breaking Change *
You can’t perform that action at this time.
0 commit comments