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) [v8] #3375

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.

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 69184cf into cloudfoundry:v8 Jan 24, 2025
17 of 19 checks passed
@Dariquest Dariquest deleted the v2APIDisabledFix branch January 24, 2025 16:07
@a-b a-b mentioned this pull request Feb 25, 2025
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.

2 participants