Skip to content

Conversation

@kavilla
Copy link
Member

@kavilla kavilla commented Aug 27, 2021

Description

An original update to enable taking settings from a valid legacy
version and applying to current OpenSearch Dashboards was made
here:

#485

However, it explicitly checked for current version being 1.0.0, which
is too strict because ideally all versions of 1.x is compatible.

This makes the config check more relaxed and will taking settings from
a legacy version if the current version is 1.x.

Signed-off-by: Kawika Avilla [email protected]

Issues Resolved

#741

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

An original update to enable taking settings from a valid legacy
version and applying to current OpenSearch Dashboards was made
here:

opensearch-project#485

However, it explicitly checked for current version being 1.0.0, which
is too strict because ideally all versions of 1.x is compatible.

This makes the config check more relaxed and will taking settings from
a legacy version if the current version is 1.x.

Issue resolved:
opensearch-project#741

Signed-off-by: Kawika Avilla <[email protected]>
@kavilla kavilla added build Build related additions or modifications v1.1.0 labels Aug 27, 2021
@opensearch-ci-bot
Copy link
Collaborator

✅   DCO Check Passed ce8831a

Copy link
Member

@ananzh ananzh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks

@kavilla kavilla merged commit 29702d8 into opensearch-project:main Aug 31, 2021
@kavilla kavilla deleted the avillk/legacy_config_to_1x branch August 31, 2021 22:29
kavilla added a commit to kavilla/OpenSearch-Dashboards-1 that referenced this pull request Aug 31, 2021
An original update to enable taking settings from a valid legacy
version and applying to current OpenSearch Dashboards was made
here:

opensearch-project#485

However, it explicitly checked for current version being 1.0.0, which
is too strict because ideally all versions of 1.x is compatible.

This makes the config check more relaxed and will taking settings from
a legacy version if the current version is 1.x.

Issue resolved:
opensearch-project#741

Backport PR:
opensearch-project#743

Signed-off-by: Kawika Avilla <[email protected]>
kavilla added a commit that referenced this pull request Aug 31, 2021
An original update to enable taking settings from a valid legacy
version and applying to current OpenSearch Dashboards was made
here:

#485

However, it explicitly checked for current version being 1.0.0, which
is too strict because ideally all versions of 1.x is compatible.

This makes the config check more relaxed and will taking settings from
a legacy version if the current version is 1.x.

Issue resolved:
#741

Backport PR:
#743

Signed-off-by: Kawika Avilla <[email protected]>
kavilla added a commit to kavilla/OpenSearch-Dashboards-1 that referenced this pull request Sep 1, 2021
An original update to enable taking settings from a valid legacy
version and applying to current OpenSearch Dashboards was made
here:

opensearch-project#485

However, it explicitly checked for current version being 1.0.0, which
is too strict because ideally all versions of 1.x is compatible.

This makes the config check more relaxed and will taking settings from
a legacy version if the current version is 1.x.

Issue resolved:
opensearch-project#741

Backport PR:
opensearch-project#743

Signed-off-by: Kawika Avilla <[email protected]>
kavilla added a commit that referenced this pull request Sep 1, 2021
An original update to enable taking settings from a valid legacy
version and applying to current OpenSearch Dashboards was made
here:

#485

However, it explicitly checked for current version being 1.0.0, which
is too strict because ideally all versions of 1.x is compatible.

This makes the config check more relaxed and will taking settings from
a legacy version if the current version is 1.x.

Issue resolved:
#741

Backport PR:
#743

Signed-off-by: Kawika Avilla <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Build related additions or modifications v1.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support config upgrades from Kibana v7.10.x directly to OpenSearch Dashboards v1.1

4 participants