cloudfoundry / cli

The official command line client for Cloud Foundry
https://docs.cloudfoundry.org/cf-cli
Apache License 2.0
1.75k stars 929 forks source link

[main] Add new release validation #3299

Closed joaopapereira closed 1 week ago

joaopapereira commented 1 week ago

Description of the Change

Update the version of Ubuntu used to validate the new releases. This was done because when we changed the binaries location from AWS to Github we had a problem with APT and how it handles the URL Github provides. This is fixed in versions of Ubuntu 22.04 and newer. We added a new workflow that we can run manually to check if the version can be retrieved to help us diagnose any possible problems in the future.