You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When referring to qdrant's docker image as qdrant/qdrant you always get the newest release which includes potentially breaking major releases. When you refer to the image as qdrant/qdrant:v1.2.3 you do not get updates at all not even potentially security relevant patch upgrades.
Describe the solution you'd like
If the latest release for a major version would also be tagged as for example v1 and the latest release for a minor would also be tagged as for example v1.2 then one could refer to the docker image using these additional tags to indicate if one is interested in automatic minor or patch upgrades.