cloudfoundry / bosh-package-cf-cli-release

BOSH release of Cloud Foundry CLI
https://github.com/cloudfoundry/cli
Apache License 2.0
8 stars 7 forks source link

Release v1.46.0 removed #13

Closed jochenehret closed 1 year ago

jochenehret commented 1 year ago

The already released version v1.46.0 was removed: https://github.com/bosh-packages/cf-cli-release/commit/c06568002e66d2593c81f9272f3b88fadd659c14 It was also removed from bosh.io which broke some of the cf-deployment CI/CD jobs: https://bosh.io/releases/github.com/bosh-packages/cf-cli-release?all=1 We could fix this, but we'd like to clarify why the release was removed. It would have been better to declare v1.46.0 as unusable and release v1.47.0.

Best Regards,

Jochen.

rkoster commented 1 year ago

@reedr3 could you provide some more context on this change.

ramonskie commented 1 year ago

@ystros made this commit so he probably kows some more https://github.com/cloudfoundry/bosh-io-releases-index/commit/b80857ab38ca402bc502384e2a9f76e1a655c5a2

reedr3 commented 1 year ago

Release 1.46.0 was a malformed release unintentionally created by an error in our release pipeline. Therefore we removed it so the correct release 1.45.0 could be used. If something like this happens in the future, we will instead declare it unusable and release a new version. Apologies for the disruption caused by this

rkoster commented 1 year ago

Thanks @reedr3 for the additional context.