crossplane-contrib / provider-kafka

Crossplane provider for Kafka
Apache License 2.0
30 stars 32 forks source link

release is doing wrong without release branch 0.3 and 0.4 #55

Closed haarchri closed 1 year ago

haarchri commented 1 year ago

What happened?

it looks like that the release is doing wrong without release branches for 0.3 and 0.4 this lead to the fact that marketplace version is only 0.2 https://marketplace.upbound.io/providers/crossplane-contrib/provider-kafka/v0.2.0

How can we reproduce it?

What environment did it happen in?

Crossplane version:

hasheddan commented 1 year ago

It looks like this is due to CI failing, which is now fixed in https://github.com/crossplane-contrib/provider-kafka/pull/52. @marshmallory we could either delete the tag and release and re-publish, or we could try rolling forward to the v0.5.0. I imagine no one is consuming v0.4.0 since it failed to publish?

marshmallory commented 1 year ago

Yeah, I'll push out v.0.5.0. When v.0.4.0 failed I made a v.0.4.1 but I guess that didn't work out :(

marshmallory commented 1 year ago

Actually, scratch that. I forgot to set it as the latest release. v.0.4.1 should be released now and set as latest with the #52 bugfix.

haarchri commented 1 year ago

can we create a release-0.5 branch, tag v0.5.0 and rerun ci for release-0.5 branch - then the release will published aswell in marketplace

marshmallory commented 1 year ago

Fixed! This was my misunderstanding about the release process. Got it going forward :). v0.4.2 is now available in marketplace.

marshmallory commented 1 year ago

Closing as release is fixed.