-
Notifications
You must be signed in to change notification settings - Fork 51
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
Tag Version Policy #421
Comments
I fully agree with @t25kim. Just wanted to offer to do it (I indicated that in the v1.1.1 version were fixed vulnerabilities). |
We can also check the correct setting of the requested parameters (DOCKERHUB_USERNAME, DOCKERHUB_PASSWORD). |
I would also like to ask why was the v2 (2.0.0) label created?. Since we still do not know whether our version will have v2.0.0 or v1.2.0? I think that the optimal option is to come up with a name for the next release (for example: Elderberry or other) |
@lf-edge/edge-home-orchestration-go-maintainers Recommend to use |
I agree with @MoonkiHong to use v1.2.0 (maybe v2.0.0 if in the next release a condition is performed "MAJOR version when you make incompatible API changes") |
This idea is good. However if we move DataStorage to the another repository(#415), we may need to increase Major number due to API changes. I hope that all subcomponents will be implemented in vE. |
@tdrozdovsky What about volunteering to release |
I understand the point of major version release when there is API level changes. But as @MoonkiHong had mentioned, when new features are added to make the platform complete, new APi's would be added and hence it would qualify as major release. Till then we can have our sub versions. |
Yes, I'll do it. But it would be good in order to include PR #424 (for synchronization with a container on Docker Hub) in this tag. |
|
@lf-edge/edge-home-orchestration-go-maintainers From now on, I will create a tag in a weekly basis with the regarding commit (versioning update) every Friday if we have PR(s) in that week. |
It would be great if we push container images to docker hub frequently whenever any PR is merged.
The general semantic version control policy is as follows:
However how about increasing the PATCH version when PR (except refactoring and document update) is merged?
We can deploy container images frequently in this manner.
The text was updated successfully, but these errors were encountered: