From 589855d577efe96f44c2be84877d6f2d3c88193b Mon Sep 17 00:00:00 2001 From: Stephan Merker Date: Tue, 28 Jan 2025 17:24:21 +0100 Subject: [PATCH 1/2] TOC checkpoint 1 for rfc-0032-cfapiv2-eol --- toc/rfc/rfc-0032-cfapiv2-eol.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/toc/rfc/rfc-0032-cfapiv2-eol.md b/toc/rfc/rfc-0032-cfapiv2-eol.md index 8428ac221..f252c09ad 100644 --- a/toc/rfc/rfc-0032-cfapiv2-eol.md +++ b/toc/rfc/rfc-0032-cfapiv2-eol.md @@ -37,7 +37,8 @@ If the TOC does not approve moving to the next phase, the TOC will decide a numb - Turn off CF API v2 by default in cf-deployment (set CAPI property [cc.temporary_enable_v2](https://bosh.io/jobs/cloud_controller_ng?source=github.com/cloudfoundry/capi-release&version=1.185.0#p%3dcc.temporary_enable_v2) to false). Operators may still re-enable v2. **Checkpoint 1** -- TOC approval +- [cf-deployment v47.0.0](https://github.com/cloudfoundry/cf-deployment/releases/tag/v47.0.0) ships with disabled CF API v2. It can be re-enabled by operators using [enable-v2-api.yml](https://github.com/cloudfoundry/cf-deployment/blob/main/operations/enable-v2-api.yml). +- TOC approval documented in PR **Phase 2** (after Checkpoint 1, ~mid/end 2025) - Engineering work so that all CFF-controlled clients use v3 by default @@ -58,4 +59,4 @@ If the TOC does not approve moving to the next phase, the TOC will decide a numb - Cloud Foundry users and operators may use tooling and CI/CD pipelines which still rely on CF API v2 and therefore have migration efforts. CF API v2 specific rate limiting and the feature flag to disable CF API v2 completely is already implemented in CAPI. -The [CF API v3 Upgrade Guide](https://v3-apidocs.cloudfoundry.org/index.html#upgrade-guide) helps authors of CF api clients to migrate from v2 to v3. \ No newline at end of file +The [CF API v3 Upgrade Guide](https://v3-apidocs.cloudfoundry.org/index.html#upgrade-guide) helps authors of CF api clients to migrate from v2 to v3. From 84ee4feaf3b5250c5ea3ff2eba1c6271605fba6e Mon Sep 17 00:00:00 2001 From: Stephan Merker Date: Tue, 28 Jan 2025 17:26:50 +0100 Subject: [PATCH 2/2] Update PR number --- toc/rfc/rfc-0032-cfapiv2-eol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toc/rfc/rfc-0032-cfapiv2-eol.md b/toc/rfc/rfc-0032-cfapiv2-eol.md index f252c09ad..a364276a7 100644 --- a/toc/rfc/rfc-0032-cfapiv2-eol.md +++ b/toc/rfc/rfc-0032-cfapiv2-eol.md @@ -38,7 +38,7 @@ If the TOC does not approve moving to the next phase, the TOC will decide a numb **Checkpoint 1** - [cf-deployment v47.0.0](https://github.com/cloudfoundry/cf-deployment/releases/tag/v47.0.0) ships with disabled CF API v2. It can be re-enabled by operators using [enable-v2-api.yml](https://github.com/cloudfoundry/cf-deployment/blob/main/operations/enable-v2-api.yml). -- TOC approval documented in PR +- TOC approval documented in PR [community#1058](https://github.com/cloudfoundry/community/pull/1058) **Phase 2** (after Checkpoint 1, ~mid/end 2025) - Engineering work so that all CFF-controlled clients use v3 by default