File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : tempo-distributed
3
3
description : Grafana Tempo in MicroService mode
4
4
type : application
5
- version : 1.41.2
6
- appVersion : 2.7.2
5
+ version : 1.42.0
6
+ appVersion : 2.8.0
7
7
engine : gotpl
8
8
home : https://grafana.com/docs/tempo/latest/
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-distributed
2
2
3
- ![ Version: 1.41.2 ] ( https://img.shields.io/badge/Version-1.41.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.7.2 ] ( https://img.shields.io/badge/AppVersion-2.7.2 -informational?style=flat-square )
3
+ ![ Version: 1.42.0 ] ( https://img.shields.io/badge/Version-1.42.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 in MicroService mode
6
6
@@ -48,13 +48,17 @@ The command removes all the Kubernetes components associated with the chart and
48
48
49
49
A major chart version change indicates that there is an incompatible breaking change needing manual actions.
50
50
51
+ ### From Chart versions < 1.41.2
52
+ Please be aware that we've updated the Tempo version to 2.8, which includes some breaking changes
53
+ We recommend reviewing the [ release notes] ( https://github.com/grafana/tempo/releases/tag/v2.8.0 ) before upgrading.
54
+
51
55
### From Chart versions < 1.41.0
52
56
* Breaking Change *
53
57
In order to be consistent with other projects and documentations, the default port has been changed from 3100 to 3200.
54
58
55
59
### From Chart versions < 1.33.0
56
60
* Breaking Change *
57
- In order to reduce confusion, the overrides configurations have been renamed as below.
61
+ In order to reduce confusion, the overrides configurations have been renamed as below.
58
62
59
63
` global_overrides ` => ` overrides ` (this is where the defaults for every tenant is set)
60
64
` overrides ` => ` per_tenant_overrides ` (this is where configurations for specific tenants can be set)
Original file line number Diff line number Diff line change @@ -41,13 +41,17 @@ The command removes all the Kubernetes components associated with the chart and
41
41
42
42
A major chart version change indicates that there is an incompatible breaking change needing manual actions.
43
43
44
+ ### From Chart versions < 1.41.2
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://github.com/grafana/tempo/releases/tag/v2.8.0) before upgrading.
47
+
44
48
### From Chart versions < 1.41.0
45
49
* Breaking Change *
46
50
In order to be consistent with other projects and documentations, the default port has been changed from 3100 to 3200.
47
51
48
52
### From Chart versions < 1.33.0
49
53
* Breaking Change *
50
- In order to reduce confusion, the overrides configurations have been renamed as below.
54
+ In order to reduce confusion, the overrides configurations have been renamed as below.
51
55
52
56
`global_overrides` => `overrides` (this is where the defaults for every tenant is set)
53
57
`overrides` => `per_tenant_overrides` (this is where configurations for specific tenants can be set)
You can’t perform that action at this time.
0 commit comments