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

Make minor/intermediate releases #3484

Closed
kinoute opened this issue Jun 6, 2021 · 2 comments
Closed

Make minor/intermediate releases #3484

kinoute opened this issue Jun 6, 2021 · 2 comments
Labels
enhancement New feature or request Stale

Comments

@kinoute
Copy link
Contributor

kinoute commented Jun 6, 2021

🚀 Feature

A few months ago (#1531), other tags different than "latest" built from master were added to the Docker Hub. Before, there was only one image version available which was the latest one, built after every commit pushed to the repo.

While this was a nice step to avoid problems in production, I think it would be nice, not only for Docker but overall, to release more frequently new (minor) versions between the majors ones.

Motivation

For example, you released v5.0 on April 11 but you quickly found bugs right after and fixed a bunch of them in the following hours (#2764). But this patch wasn't added back to the v5.0 release. Therefore, if, for production stability, we try to stay on a locked version like v5.0 instead of using latest, we are stuck with bugs.

Pitch

This could be fixed by releasing new intermediate versions more often (v5.1, v5.2 etc), and make them available in the Docker Hub as well.

@kinoute kinoute added the enhancement New feature or request label Jun 6, 2021
@glenn-jocher
Copy link
Member

@kinoute thanks for the feedback! We are considering what steps we should take to better align with best practices, including moving to patch versioning (i.e. 5.0.0), establishing a new develop branch (master < develop < feature, where master would only update on releases) and also examining our release schedule, which is sparse now as you mentioned.

@kalenmike @SkalskiP see OP's comment on versioning and releases, similar to our conversation from last week.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 7, 2021

👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.

Access additional YOLOv5 🚀 resources:

Access additional Ultralytics ⚡ resources:

Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Stale
Projects
None yet
Development

No branches or pull requests

2 participants