|
5 | 5 | > another. If you need to upgrade the chart, you must first delete the existing
|
6 | 6 | > release and then install the new version.
|
7 | 7 |
|
| 8 | +## To 0.36 |
| 9 | + |
| 10 | +The Demo 2.0 release removed the `service` suffix from many components names, |
| 11 | +and renamed some components based on a naming standard defined in |
| 12 | +the [#1788](https://github.com/open-telemetry/opentelemetry-demo/issues/1788) |
| 13 | +issue in the OpenTelemetry Demo repository. Any custom configuration for a Demo |
| 14 | +component that was renamed will need to be updated to use the new name. The |
| 15 | +following table shows the old and new names for each component: |
| 16 | + |
| 17 | +| Old Name | New Name | |
| 18 | +|------------------------|-----------------| |
| 19 | +| accountingservice | accounting | |
| 20 | +| adservice | ad | |
| 21 | +| cartservice | cart | |
| 22 | +| checkoutservice | checkout | |
| 23 | +| currencyservice | currency | |
| 24 | +| emailservice | email | |
| 25 | +| flagd | flagd | |
| 26 | +| flagd-ui | flagd-ui | |
| 27 | +| frauddetectionservice | fraud-detection | |
| 28 | +| frontend | frontend | |
| 29 | +| frontendproxy | frontend-proxy | |
| 30 | +| frontend-web | frontend-web | |
| 31 | +| grafana | grafana | |
| 32 | +| imageprovider | image-provider | |
| 33 | +| jaeger | jaeger | |
| 34 | +| kafka | kafka | |
| 35 | +| loadgenerator | load-generator | |
| 36 | +| opensearch | opensearch | |
| 37 | +| otelcollector | otel-collector | |
| 38 | +| paymentservice | payment | |
| 39 | +| productcatalogservice | product-catalog | |
| 40 | +| prometheus | prometheus | |
| 41 | +| quotesservice | quote | |
| 42 | +| recommendationsservice | recommendation | |
| 43 | +| shippingservice | shipping | |
| 44 | +| valkey-cart | valkey-cart | |
| 45 | + |
8 | 46 | ## To 0.35
|
9 | 47 |
|
10 | 48 | The Helm chart release name prefix has been removed from all resources. If you
|
|
0 commit comments