Skip to content

Commit d3b01e1

Browse files
committed
update upgrading section
Signed-off-by: AvivGuiser <[email protected]>
1 parent 1a177b7 commit d3b01e1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

charts/tempo-distributed/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,17 @@ 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.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+
5155
### From Chart versions < 1.41.0
5256
* Breaking Change *
5357
In order to be consistent with other projects and documentations, the default port has been changed from 3100 to 3200.
5458

5559
### From Chart versions < 1.33.0
5660
* 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.
5862

5963
`global_overrides` => `overrides` (this is where the defaults for every tenant is set)
6064
`overrides` => `per_tenant_overrides` (this is where configurations for specific tenants can be set)

charts/tempo-distributed/README.md.gotmpl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,17 @@ 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.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+
4448
### From Chart versions < 1.41.0
4549
* Breaking Change *
4650
In order to be consistent with other projects and documentations, the default port has been changed from 3100 to 3200.
4751

4852
### From Chart versions < 1.33.0
4953
* 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.
5155

5256
`global_overrides` => `overrides` (this is where the defaults for every tenant is set)
5357
`overrides` => `per_tenant_overrides` (this is where configurations for specific tenants can be set)

0 commit comments

Comments
 (0)