Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Build] use saved legacy config for 1.x #743

Merged
merged 1 commit into from
Aug 31, 2021

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 kavilla414@gmail.com

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 <kavilla414@gmail.com>
@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 <kavilla414@gmail.com>
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 <kavilla414@gmail.com>
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 <kavilla414@gmail.com>
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 <kavilla414@gmail.com>
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