Skip to content

Commit d91fe05

Browse files
Fix breaking changes selector for Migration Assistant (#10128)
* remove duplicate source block Signed-off-by: Jugal Chauhan <jugaldc@amazon.com> * match major.minor versions to major.x format Signed-off-by: Jugal Chauhan <jugaldc@amazon.com> * revert changes Signed-off-by: Jugal Chauhan <jugaldc@amazon.com> * rename versions to follow .x convention in yml file Signed-off-by: Jugal Chauhan <jugaldc@amazon.com> --------- Signed-off-by: Jugal Chauhan <jugaldc@amazon.com>
1 parent 71a9824 commit d91fe05

File tree

2 files changed

+14
-19
lines changed

2 files changed

+14
-19
lines changed

_data/migration-assistant/breaking-changes.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,51 +15,51 @@
1515
breaking_changes:
1616
- title: "Amazon OpenSearch Service: Upgrade Guidance"
1717
url: "https://docs.aws.amazon.com/opensearch-service/latest/developerguide/version-migration.html"
18-
introducedIn: "OpenSearch 1.3"
18+
introducedIn: "OpenSearch 1.x"
1919
comp: []
2020
- title: "Amazon OpenSearch Service: Rename - Summary of changes"
2121
url: "https://docs.aws.amazon.com/opensearch-service/latest/developerguide/rename.html"
22-
introducedIn: "OpenSearch 1.3"
22+
introducedIn: "OpenSearch 1.x"
2323
comp: []
24-
- title: "OpenSearch 2.0: Remove mapping types parameter"
24+
- title: "OpenSearch 2.x: Remove mapping types parameter"
2525
url: "https://docs.opensearch.org/docs/latest/breaking-changes/#remove-mapping-types-parameter"
26-
introducedIn: "OpenSearch 2.19"
26+
introducedIn: "OpenSearch 2.x"
2727
comp: []
2828
transformation:
2929
title: "Type Mapping Deprecation"
3030
url: "https://docs.opensearch.org/docs/latest/migration-assistant/migration-phases/planning-your-migration/handling-type-mapping-deprecation/"
31-
- title: "OpenSearch 3.0: Breaking Changes"
31+
- title: "OpenSearch 3.x: Breaking Changes"
3232
url: "/docs/latest/breaking-changes/#300"
33-
introducedIn: "OpenSearch 3.0"
33+
introducedIn: "OpenSearch 3.x"
3434
comp: []
3535
- title: "OpenSearch Notifications Plugins"
3636
url: "https://docs.opensearch.org/docs/latest/breaking-changes/#add-opensearch-notifications-plugins"
37-
introducedIn: "OpenSearch 2.19"
37+
introducedIn: "OpenSearch 2.x"
3838
comp: []
39-
- title: "OpenSearch 2.0: Client JDK 8 Support Dropped"
39+
- title: "OpenSearch 2.x: Client JDK 8 Support Dropped"
4040
url: "https://docs.opensearch.org/docs/latest/breaking-changes/#drop-support-for-jdk-8"
41-
introducedIn: "OpenSearch 2.19"
41+
introducedIn: "OpenSearch 2.x"
4242
comp: []
4343
- title: "Removal of Types in Elasticsearch 7.x"
4444
url: "https://www.elastic.co/guide/en/elasticsearch/reference/7.10/removal-of-types.html"
45-
introducedIn: "Elasticsearch 7.10"
45+
introducedIn: "Elasticsearch 7.x"
4646
comp: []
4747
transformation:
4848
title: "Type Mapping Deprecation"
4949
url: "https://docs.opensearch.org/docs/latest/migration-assistant/migration-phases/planning-your-migration/handling-type-mapping-deprecation/"
5050
- title: "Elasticsearch 6.0 - 6.6 Breaking Changes"
5151
url: "https://www.elastic.co/guide/en/elasticsearch/reference/6.8/breaking-changes.html"
52-
introducedIn: "Elasticsearch 6.8"
52+
introducedIn: "Elasticsearch 6.x"
5353
comp: []
5454
- title: "Elasticsearch 7.0 - 7.10 Breaking Changes"
5555
url: "https://www.elastic.co/guide/en/elasticsearch/reference/7.10/breaking-changes.html"
56-
introducedIn: "Elasticsearch 7.10"
56+
introducedIn: "Elasticsearch 7.x"
5757
comp: []
5858
- title: "Kibana 6 Breaking Changes"
5959
url: "https://www.elastic.co/guide/en/kibana/6.8/breaking-changes.html"
60-
introducedIn: "Elasticsearch 6.8"
60+
introducedIn: "Elasticsearch 6.x"
6161
comp: ["dashboards"]
6262
- title: "Kibana 7 Breaking Changes"
6363
url: "https://www.elastic.co/guide/en/kibana/7.10/breaking-changes.html"
64-
introducedIn: "Elasticsearch 7.10"
64+
introducedIn: "Elasticsearch 7.x"
6565
comp: ["dashboards"]

_data/migration-assistant/valid_migrations.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ migration_paths:
1515
- "OpenSearch 1.x"
1616
- "OpenSearch 2.x"
1717
- "OpenSearch 3.x"
18-
- source: "Elasticsearch 7.x"
19-
targets:
20-
- "OpenSearch 1.x"
21-
- "OpenSearch 2.x"
22-
- "OpenSearch 3.x"
2318
- source: "Elasticsearch 8.x"
2419
targets:
2520
- "OpenSearch 2.x"

0 commit comments

Comments
 (0)