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

Implement OpenSearch core branching strategy #290

Closed
Tracked by #142
prudhvigodithi opened this issue Jul 15, 2022 · 4 comments · Fixed by #329
Closed
Tracked by #142

Implement OpenSearch core branching strategy #290

prudhvigodithi opened this issue Jul 15, 2022 · 4 comments · Fixed by #329
Labels
enhancement New feature or request v2.4.0 'Issues and PRs related to version v2.4.0'

Comments

@prudhvigodithi
Copy link

Description

Ensure MAJOR_VERSION.x branch exists, the main branch acts as source of truth effectively working on 2 versions at the same time.

Related META issue

opensearch-project/opensearch-plugins#142

Current Behavior

Currently plugins follow a branching strategy where they work on main for the next development iteration, effectively working on 2 versions at the same time. This is not always true for all plugins, the release branch or branch pattern is not consistent, the lack of this standardization would limit multiple automation workflows and alignment with core repo. More details on META ISSUE

Proposed solution

Follow OpenSearch core branching. Create 1.x and 2.x branches, do not create 2.0 as a branch of main, instead create main -> 2.x -> 2.0. Maintain working CI for 3 releases at any given time.

@prudhvigodithi
Copy link
Author

prudhvigodithi commented Jul 28, 2022

Hey @sean-zheng-amazon can you please post an update and make the necessary changes to align with core branching strategy.
Thank you
@bbarani @dblock @CEHENKLE

@ohltyler
Copy link
Member

Blocked currently - see opensearch-project/anomaly-detection#614

@dblock dblock added the v2.4.0 'Issues and PRs related to version v2.4.0' label Sep 29, 2022
@dblock
Copy link
Member

dblock commented Sep 29, 2022

The job-scheduler issue was fixed, see opensearch-project/job-scheduler#242.

@dblock
Copy link
Member

dblock commented Sep 29, 2022

There should be nothing blocking this AD rn, please go run that down.

To close this issue:

@bbarani bbarani removed the v2.2.0 label Oct 20, 2022
@amitgalitz amitgalitz mentioned this issue Oct 24, 2022
1 task
@ohltyler ohltyler linked a pull request Oct 31, 2022 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v2.4.0 'Issues and PRs related to version v2.4.0'
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants