mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
With https://github.com/elastic/stack-docs/pull/2495 merged, we no longer reuse breaking changes in the Stack Install/Upgrade guide. This removes the related `notable-breaking-changes[]` tags from the 8.9+ docs and updates the RN generator template. ## Out of scope With the removal of these tags, we may no longer need the `notable` property for changelog entries and can likely simplify the logic for the [BreakingChangesGenerator](https://github.com/elastic/elasticsearch/blob/main/build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/BreakingChangesGenerator.java). Updating those files is outside the scope of this PR. I've opened https://github.com/elastic/elasticsearch/issues/98145 to track that work.
16 lines
451 B
Text
16 lines
451 B
Text
[discrete]
|
|
[[breaking_80_transform_changes]]
|
|
==== Transform changes
|
|
|
|
.{transforms-cap} created in 7.4 or earlier versions must be upgraded.
|
|
[%collapsible]
|
|
====
|
|
*Details* +
|
|
Early beta versions of {transforms} had configuration information in a format
|
|
that is no longer supported.
|
|
|
|
|
|
*Impact* +
|
|
Use the {ref}/upgrade-transforms.html[upgrade {transforms} API] to fix your
|
|
{transforms}. This upgrade does not affect the source or destination indices.
|
|
====
|