File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -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.42.0
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.42.0
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