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 #1951

Closed
Tracked by #142
prudhvigodithi opened this issue Jul 15, 2022 · 6 comments
Closed
Tracked by #142

Implement OpenSearch core branching strategy #1951

prudhvigodithi opened this issue Jul 15, 2022 · 6 comments
Assignees
Labels
enhancement New feature or request v2.4.0 'Issues and PRs related to version v2.4.0'

Comments

@prudhvigodithi
Copy link
Contributor

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 prudhvigodithi added the enhancement New feature or request label Jul 15, 2022
@peternied
Copy link
Member

This has already been adopted for this repository, what is the intended action of this issue?

@peternied peternied added the untriaged Require the attention of the repository maintainers and may need to be prioritized label Jul 15, 2022
@prudhvigodithi
Copy link
Contributor Author

Hey @peternied if Core branching is already adopted to security, we can close this issue.

@dblock
Copy link
Member

dblock commented Sep 29, 2022

Could we please double-check that:

@peternied peternied reopened this Sep 29, 2022
@peternied peternied added v2.4.0 'Issues and PRs related to version v2.4.0' and removed untriaged Require the attention of the repository maintainers and may need to be prioritized labels Sep 29, 2022
@peternied
Copy link
Member

Keeping this open until the final checklist has been completed

@stephen-crawford
Copy link
Contributor

I will look at this as well @scrawfor99

@stephen-crawford
Copy link
Contributor

@peternied, main is building 3.0.0; 2.x is building 2.4.0; and 2.3 is building 2.3.1 so the backend is all set!

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

No branches or pull requests

4 participants