Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate version bump #3224

Open
georgethebeatle opened this issue Apr 18, 2024 · 0 comments
Open

Automate version bump #3224

georgethebeatle opened this issue Apr 18, 2024 · 0 comments
Labels

Comments

@georgethebeatle
Copy link
Member

Background

Currently we have a slack reminder that prompts us to bump the API version that we return on GET /:

Reminder: Have you looked into bumping the v3 API Version in the Korifi API? Example: https://github.com/cloudfoundry/korifi/pull/1205

Provided that we do not cover the complete CF API specification, it does not make sense to inspect each and every specification release to decide whetehr we support it or not. On the other hand, we need to keep the version we return in sync with the versions supported by the cf cli.

Can we automate the process via:

  • Introduce a job that runs once weekly that PRs bumping the API version
  • Make smoke tests ensure that the cf cli does not complain about that version
  • Ensure smoke tests are run with latest cf cli (i.e. do not use cf from the ci-image, maybe always install latest)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🧊 Icebox
Development

No branches or pull requests

1 participant