woodpecker-ci / autoscaler

Scale your woodpecker agents automatically to the moon and back based on the current load.
Apache License 2.0
30 stars 6 forks source link

Publish semver images #166

Open pat-s opened 3 months ago

pat-s commented 3 months ago

Currently, only next is published: https://hub.docker.com/r/woodpeckerci/autoscaler/tags

anbraten commented 3 months ago

It's still pretty experimental, so I avoided to do an actual release yet 😅

xoxys commented 3 months ago

Then we should stop tagging GH releases... Having SemVer GH releases but no container images is confusing. Nevertheless, we should just push tagged images, experimental or not, that's what 0.x.x versions are made for

anbraten commented 3 months ago

We could test the latest changes for 1-2 weeks now, solve #164 and release the next version #117 after that.

xoxys commented 3 months ago

As I said, 0.x is explicitly designed for development/experimental versions. I don't see why we are still afraid of releases.

pat-s commented 3 months ago

I second @xoxys opinion. If there's an issue, just release a patch release (?). Even with non-0.x versions.

The release helper makes the process almost seamless.

pat-s commented 3 months ago

Actually, everything is already in place to publish semver, I think the files were added after the last release. So the next one should publish a semver image as well.

Looking at the pending changelog, it might be time to release a new version?

anbraten commented 3 months ago

The new version seems to work quite well from what I saw and finally feels to be kinda smart.