-
Notifications
You must be signed in to change notification settings - Fork 33
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
[RFC] Create a 0.x branch #1007
Comments
Hi @seankao-az - thanks for this suggestion ! I would like to offer another approach: Follow OpenSearch release cadence including the versioning semantics - so we are aligned with OpenSearch project. Why is this good:
All the benefits mentioned above are kept
Why is this not so good:The only negative implication IMO is that we will need to release in a time interval that is not always aligned with our work. Fortunately, this is the case for many other opensearch projects and by adapting the time frame of the general project we will be able to adopt its processes and schedules and enjoy its benefits Branch naming strategyIn a similar way to OpenSearch supporting 3 branches :
|
I think it's a good thing we don't tie with the OpenSearch versions. We only upgrade our dependency for OpenSearch when there's new feature or fixes when we need it. |
+1 to separating versioning from OpenSearch version. That force us to make release every time when OpenSearch release new version. |
I share the same thought, especially this Flink project doesn't exist in the form of OpenSearch plugin, like what https://github.com/opensearch-project/sql do, I don't see the necessity for the coupling in release version. |
I think this makes sense. For deployment, is there any concern just using the main branch? |
Problem Overview
Our current branching strategy faces several challenges:
Proposed Solution
Implement a new branching strategy inspired by OpenSearch branching:
We'll maintain three primary branches:
The workflow is as follows:
Benefits for this approach:
The text was updated successfully, but these errors were encountered: