siderolabs / omni

SaaS-simple deployment of Kubernetes - on your own hardware.
Other
523 stars 31 forks source link

[bug] missing client/v0.33+ tags #243

Closed vbehar closed 4 months ago

vbehar commented 4 months ago

Is there an existing issue for this?

Current Behavior

we don't have the client tags since v0.33.1: https://github.com/siderolabs/omni/tags

Expected Behavior

each omni release should have 2 tags: vX.Y.Z + client/vX.Y.Z https://pkg.go.dev/github.com/siderolabs/omni/client?tab=versions should list all available omni releases

Steps To Reproduce

try to use the client module > v0.33.1

What browsers are you seeing the problem on?

No response

Anything else?

it was fixed once in https://github.com/siderolabs/omni/issues/104 but somehow the issue came back...

Unix4ever commented 4 months ago

Good catch. I still keep forgetting to do that while cutting releases.

Unix4ever commented 4 months ago

All tags should be populated now. Thanks for the report.

vbehar commented 4 months ago

thanks!