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

Enable CF API v2 to fix integration tests (API v2 End of Life) [main] #3374

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

Dariquest
Copy link
Contributor

@Dariquest Dariquest commented Jan 24, 2025

Description of the Change

CF API version 2 is now disabled by default (also see RFC0032 - CF API v2 End of Life),
introduced by CAPI release 1.201.0

Integration tests are failing since this change.

Example: cf curl /unknown/route delivers "V2 endpoints disabled" instead of "unknown request":

{"description":"Unknown request","error_code":"CF-NotFound","code":10000}

How Urgent Is The Change?

Urgent. All the PRs are blocked and cannot be merged due to the integration tests' fails.

@Dariquest Dariquest changed the title Enable v2 api to fix integration tests [main] Enable CF API v2 to fix integration tests (API v2 End of Life) [main] Jan 24, 2025
Copy link
Member

@gururajsh gururajsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gururajsh gururajsh merged commit 5a9bd42 into cloudfoundry:main Jan 24, 2025
12 checks passed
@Dariquest Dariquest deleted the vsAPIDisabledFix branch January 24, 2025 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants