Skip to content

Releases: cloudfoundry/capi-release

CAPI 1.241.0

Choose a tag to compare

@ari-wg-gitbot ari-wg-gitbot released this 31 Jul 06:24

Highlights
PostgreSQL CCDB connection parameters are now configurable: #667
Fog support has been removed completely: #671

CC API Version: 2.291.0 and 3.226.0

Service Broker API Version: 2.15

CAPI Release

Dependency Updates

Cloud Controller

Dependency Updates

code.cloudfoundry.org/cc-uploader

Dependency Updates

code.cloudfoundry.org/tps

Dependency Updates

github.com/cloudfoundry/blobstore_url_signer

Dependency Updates

Cloud Controller Database Migrations

None

Pull Requests and Issues

CAPI 1.240.0

Choose a tag to compare

@ari-wg-gitbot ari-wg-gitbot released this 16 Jul 14:52

CC API Version: 2.290.0 and 3.225.0

Service Broker API Version: 2.15

CAPI Release

  • Add missing storage-cli S3 config parameters to blobstore templates (#673) @kathap
  • Update ruby-3.3 package to 3.3.12 from ruby-release @ari-wg-gitbot
  • Update ruby-3.3 package to 3.3.11 from ruby-release @ari-wg-gitbot
  • Remove fog-google support from storage-cli templates and specs (#668) @kathap

Dependency Updates

Cloud Controller

Dependency Updates

code.cloudfoundry.org/cc-uploader

Dependency Updates

code.cloudfoundry.org/tps

Dependency Updates

Cloud Controller Database Migrations

None

CAPI 1.239.0

Choose a tag to compare

@ari-wg-gitbot ari-wg-gitbot released this 06 Jul 16:26

Highlights

[Bug Fix] Fixes HTTP 500 when buildpack or CNB lifecycle_data row is missing, callers now get an empty stand-in instead of a NoMethodError (cloudfoundry/cloud_controller_ng#5263)

lifecycle_type backfill:
Apps, droplets, and builds now carry an explicit lifecycle_type column, replacing the implicit derivation from associated lifecycle data. A clock job that backfills the lifecycle_type column for rows that pre-date the column's introduction has been introduced. It drains apps first, then droplets, then builds - up to 10,000 rows per run (default: once per hour, this can be changed with cc.lifecycle_type_backfill.frequency_in_seconds). The job will be removed in a future version. Operators who want to drain quickly can also run a dedicated rake task:

bosh -d cf ssh api/0
sudo -i

source /var/vcap/jobs/cloud_controller_ng/bin/ruby_version.sh
cd /var/vcap/packages/cloud_controller_ng/cloud_controller_ng
bundle exec rake db:lifecycle_type_backfill

# or with custom batch_size (default: 1000) and batches_per_run (default: 10)
bundle exec rake db:lifecycle_type_backfill[5000,50]

# or draining until everything has been processed (batches_per_run: -1)
bundle exec rake db:lifecycle_type_backfill[5000,-1]

CC API Version: 2.289.0 and 3.224.0

Service Broker API Version: 2.15

CAPI Release

Dependency Updates

  • Bump storage-cli to 0.0.9 @ari-wg-gitbot
  • Build(deps-dev): Bump rubocop from 1.88.0 to 1.88.1 in /spec (#666) @dependabot[bot]
  • Build(deps-dev): Bump rubocop-capybara from 2.23.0 to 3.0.0 in /spec (#664) @dependabot[bot]

Cloud Controller

Dependency Updates

code.cloudfoundry.org/cc-uploader

Dependency Updates

code.cloudfoundry.org/tps

Dependency Updates

github.com/cloudfoundry/blobstore_url_signer

Dependency Updates

Cloud Controller Database Migrations

CAPI 1.238.0

Choose a tag to compare

@ari-wg-gitbot ari-wg-gitbot released this 24 Jun 13:08

CC API Version: 2.288.0 and 3.223.0

Service Broker API Version: 2.15

CAPI Release

Dependency Updates

Cloud Controller

Dependency Updates

code.cloudfoundry.org/cc-uploader

Dependency Updates

code.cloudfoundry.org/tps

Dependency Updates

github.com/cloudfoundry/blobstore_url_signer

Dependency Updates

Cloud Controller Database Migrations

None

CAPI 1.237.0

Choose a tag to compare

@ari-wg-gitbot ari-wg-gitbot released this 09 Jun 20:48

Fixes a performance regression for v3/roles - see cloudfoundry/cloud_controller_ng#5157

CC API Version: 2.287.0 and 3.222.0

Service Broker API Version: 2.15

CAPI Release

Dependency Updates

  • Build(deps-dev): Bump rubocop-rspec from 3.9.0 to 3.10.2 in /spec (#657) @dependabot[bot]
  • Build(deps-dev): Bump rubocop from 1.86.2 to 1.87.0 in /spec (#652) @dependabot[bot]

Cloud Controller

Dependency Updates

code.cloudfoundry.org/cc-uploader

Dependency Updates

code.cloudfoundry.org/tps

Dependency Updates

Cloud Controller Database Migrations

None

CAPI 1.236.0

Choose a tag to compare

@ari-wg-gitbot ari-wg-gitbot released this 05 Jun 09:11

⚠️ Contains a performance regression for v3/roles -> fix available in v1.237.0

CC API Version: 2.286.0 and 3.221.0

Service Broker API Version: 2.15

CAPI Release

Dependency Updates

Cloud Controller

Dependency Updates

code.cloudfoundry.org/cc-uploader

Dependency Updates

code.cloudfoundry.org/tps

Dependency Updates

github.com/cloudfoundry/blobstore_url_signer

Dependency Updates

Cloud Controller Database Migrations

CAPI 1.235.0

Choose a tag to compare

@ari-wg-gitbot ari-wg-gitbot released this 11 May 11:07

Highlights

[Bug Fix] Fixes an issue related to buildpack ordering (cloudfoundry/cloud_controller_ng#5090)

[Deprecation] fog gems are now deprecated and will be removed soon - see RFC0043 for details

CC API Version: 2.285.0 and 3.220.0

Service Broker API Version: 2.15

CAPI Release

Dependency Updates

Cloud Controller

Dependency Updates

code.cloudfoundry.org/cc-uploader

Dependency Updates

code.cloudfoundry.org/tps

Dependency Updates

github.com/cloudfoundry/blobstore_url_signer

Dependency Updates

Cloud Controller Database Migrations

None

Pull Requests and Issues

CAPI 1.234.0

Choose a tag to compare

@ari-wg-gitbot ari-wg-gitbot released this 28 Apr 17:36

Highlights

✅ Fixes the previously broken database migration files in CAPI release v1.232.0 & v1.233.0.

CC API Version: 2.284.0 and 3.219.0

Service Broker API Version: 2.15

CAPI Release

Cloud Controller

Dependency Updates

code.cloudfoundry.org/cc-uploader

Dependency Updates

code.cloudfoundry.org/tps

Dependency Updates

Modified Cloud Controller Database Migrations

CAPI 1.233.0

Choose a tag to compare

@ari-wg-gitbot ari-wg-gitbot released this 24 Apr 12:33

⚠️⚠️ This version has a regression in the following database migration files ⚠️⚠️

  • 20260318083940_add_unique_constraint_to_buildpacks.rb
  • 20260323130619_add_unique_constraint_to_security_groups.rb
    The impacted migrations might fail if there are duplicated entries in associated resources - CAPI release v1.234.0 contains a fixed versions of these migrations.

CC API Version: 2.283.0 and 3.218.0

Service Broker API Version: 2.15

CAPI Release

Dependency Updates

  • Build(deps): Bump actions/upload-pages-artifact from 4 to 5 (#642) @dependabot[bot]
  • Build(deps-dev): Bump rubocop from 1.86.0 to 1.86.1 in /spec (#639) @dependabot[bot]

Cloud Controller

Dependency Updates

code.cloudfoundry.org/cc-uploader

Dependency Updates

code.cloudfoundry.org/tps

Dependency Updates

Cloud Controller Database Migrations

None

CAPI 1.232.0

Choose a tag to compare

@ari-wg-gitbot ari-wg-gitbot released this 10 Apr 15:46

⚠️⚠️ This version has a regression in the following database migration files ⚠️⚠️

  • 20260318083940_add_unique_constraint_to_buildpacks.rb
  • 20260323130619_add_unique_constraint_to_security_groups.rb
    The impacted migrations might fail if there are duplicated entries in associated resources - CAPI release v1.234.0 contains a fixed versions of these migrations.

CAPI Release

Dependency Updates

Cloud Controller

Dependency Updates

code.cloudfoundry.org/cc-uploader

Dependency Updates

code.cloudfoundry.org/tps

Dependency Updates

Cloud Controller Database Migrations