cloudfoundry / pxc-release

BOSH release of Percona Xtradb Cluster
Apache License 2.0
30 stars 22 forks source link

Is there any reason that `v0.5x.0` releases (after v0.50.0 ) are not listed in bosh.io anymore? #48

Closed kvmw closed 1 year ago

kvmw commented 1 year ago

The latest release of this series is v0.54.0 in GH but bosh.io shows v0.50.0 as the latest one.

abg commented 1 year ago

v0.x releases support ubuntu-xenial, and v1.x releases require ubuntu-jammy, so we're maintaining two support branches.

bosh.io only reads the "default" branch of the repo, so it's only pulling in the v1.x releases at this point.

It turns out to be pretty hard to cherry-pick final bosh releases from two different branches, so we did not find a good way to continue publishing both old and new releases to bosh.io.

If you need to consume the pxc/0.x releases for Xenial support, please use the associated bosh release artifact published with the github-release. If you do not require xenial support, we strongly recommend upgrading to the v1.x release.

https://github.com/cloudfoundry/pxc-release/releases/tag/v0.54.0

-> pxc-0.54.0.tgz

kvmw commented 1 year ago

Thanks @abg , We have two release series. one has already moved to Jammy and using PXC v1.x but the other one has to stay with Xenial, for backward compatibility. We just switched to github-release but before that we missed few upgrades because we were checking the bosh.io for the most recent versions.