Releases: cloudfoundry/capi-release
CAPI 1.213.0
Highlights
Bugfix for fetching tasks - see #4467 for details
bigint
Migration
With this release the migration of the primary key id
column type from int
to bigint
will be completed for the 'events' table on PostgreSQL databases (if not opted-out with the ccdb.skip_bigint_id_migration
flag during step 1).
- The migration is implemented in multiple steps and does not require any downtime.
- Data in the 'events' table is cleaned up automatically (default retention time: 31 days). In case this time period has not been passed since the deployment of CAPI 1.208.0 / cf-deployment v49.0.0, the migration will fail in a pre-check phase. Operators then have to manually run a rake task to backfill the transitional
id_bigint
column before being able to re-run the migration: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:bigint_backfill[events] # or with a given batch size (instead of 10.000) bundle exec rake db:bigint_backfill[events,1000] # or with a given batch size and number of iterations (otherwise: until everything has been processed) bundle exec rake db:bigint_backfill[events,1000,10]
CC API Version: 2.263.0 and 3.198.0
Service Broker API Version: 2.15
CAPI Release
- Configure new status health check (#560) @svkrieger
Dependency Updates
- Build(deps-dev): Bump rubocop from 1.78.0 to 1.79.0 in /spec (#563) @dependabot[bot]
- Build(deps-dev): Bump rubocop from 1.77.0 to 1.78.0 in /spec (#559) @dependabot[bot]
Cloud Controller
- Update CF V3 API definition (cloudfoundry/cloud_controller_ng#4458) @rrashidov
- Update list packages per app API description (cloudfoundry/cloud_controller_ng#4459) @rrashidov
- Bigint Migration for 'events' Table (Step 3) (cloudfoundry/cloud_controller_ng#4406) @philippthun
- Fix issue with displaying Tasks that no longer have a Droplet (cloudfoundry/cloud_controller_ng#4469) @tcdowney
- Add "created_at" and "updated_at" to route mappings (cloudfoundry/cloud_controller_ng#4463) @jochenehret
- Remove vip usage (cloudfoundry/cloud_controller_ng#3761) @moleske
- Remove vip usage (cloudfoundry/cloud_controller_ng#3761) @moleske
- Add status endpoint to seperate webserver (cloudfoundry/cloud_controller_ng#4441) @svkrieger
- Remove obsolete shutdown cc uploader function and corresponding test. Draining for cc uploader is handled in cc uploader (cloudfoundry/cloud_controller_ng#4457) @kathap
- build(deps): bump fog-aws, fog-core and fog-google (cloudfoundry/cloud_controller_ng#4375) @dependabot[bot]
- build(deps): bump fog-aws, fog-core and fog-google (cloudfoundry/cloud_controller_ng#4375) @dependabot[bot]
- Run GH Actions unit tests on Postgres v17 (cloudfoundry/cloud_controller_ng#4456) @jochenehret
- Refactoring Docker URI Parser (cloudfoundry/cloud_controller_ng#4448) @serdarozerr
- Reduce 429 error responses when checking links (cloudfoundry/cloud_controller_ng#4436) @philippthun
- Add logging of service metadata during instance create/update/delete (cloudfoundry/cloud_controller_ng#4386) @kathap, @svkrieger
- Add logging of service metadata during instance create/update/delete (cloudfoundry/cloud_controller_ng#4386) @kathap, @svkrieger
- Bump BBS protos (cloudfoundry/cloud_controller_ng#4447) @github-actions[bot], @ari-wg-gitbot
- Add contents write permissions (cloudfoundry/cloud_controller_ng#4445) @philippthun
- Fix MetadataError to_s formatting (cloudfoundry/cloud_controller_ng#4394) @philippthun
Dependency Updates
- build(deps): bump thor from 1.3.2 to 1.4.0 (cloudfoundry/cloud_controller_ng#4466) @dependabot[bot]
- build(deps): bump nokogiri from 1.18.8 to 1.18.9 (cloudfoundry/cloud_controller_ng#4462) @dependabot[bot]
- build(deps): bump uri from 0.13.1 to 1.0.3 (cloudfoundry/cloud_controller_ng#4356) @dependabot[bot]
- build(deps): bump redis from 5.4.0 to 5.4.1 (cloudfoundry/cloud_controller_ng#4455) @dependabot[bot]
- build(deps): bump prometheus-client from 4.2.4 to 4.2.5 (cloudfoundry/cloud_controller_ng#4438) @dependabot[bot]
- build(deps): bump json-schema from 5.1.1 to 5.2.1 (cloudfoundry/cloud_controller_ng#4444) @dependabot[bot]
- build(deps-dev): bump parallel_tests from 5.3.0 to 5.3.1 (cloudfoundry/cloud_controller_ng#4474) @dependabot[bot]
- build(deps-dev): bump rubocop from 1.78.0 to 1.79.0 (cloudfoundry/cloud_controller_ng#4473) @dependabot[bot]
- build(deps-dev): bump mock_redis from 0.50.0 to 0.51.0 (cloudfoundry/cloud_controller_ng#4464) @dependabot[bot]
- build(deps-dev): bump rubocop from 1.75.8 to 1.78.0 (cloudfoundry/cloud_controller_ng#4439) @dependabot[bot]
- build(deps-dev): bump rspec-wait from 1.0.1 to 1.0.2 (cloudfoundry/cloud_controller_ng#4422) @dependabot[bot]
- build(deps-dev): bump solargraph from 0.56.0 to 0.56.1 (cloudfoundry/cloud_controller_ng#4451) @dependabot[bot]
- build(deps): bump nokogiri from 1.18.8 to 1.18.9 in /docs/v3 (cloudfoundry/cloud_controller_ng#4470) @dependabot[bot]
code.cloudfoundry.org/cc-uploader
Dependency Updates
- Bump github.com/onsi/gomega from 1.37.0 to 1.38.0 (cloudfoundry/cc-uploader#247) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.58.0 to 0.59.0 (cloudfoundry/cc-uploader#246) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.56.0 to 0.58.0 (cloudfoundry/cc-uploader#242) @dependabot[bot]
- Bump code.cloudfoundry.org/tlsconfig from 0.30.0 to 0.31.0 (cloudfoundry/cc-uploader#243) @dependabot[bot]
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.48.0 to 2.49.0 (cloudfoundry/cc-uploader#244) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.40.0 to 3.41.0 (cloudfoundry/cc-uploader#241) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.54.0 to 0.56.0 (cloudfoundry/cc-uploader#239) @dependabot[bot]
code.cloudfoundry.org/tps
Dependency Updates
- Bump github.com/onsi/gomega from 1.37.0 to 1.38.0 (cloudfoundry/tps#265) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.58.0 to 0.59.0 (cloudfoundry/tps#264) @dependabot[bot]
- Bump code.cloudfoundry.org/localip from 0.43.0 to 0.44.0 (cloudfoundry/tps#261) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.56.0 to 0.58.0 (cloudfoundry/tps#263) @dependabot[bot]
- Bump code.cloudfoundry.org/clock from 1.41.0 to 1.42.0 (cloudfoundry/tps#262) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.40.0 to 3.41.0 (cloudfoundry/tps#260) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.54.0 to 0.56.0 (cloudfoundry/tps#258) @dependabot[bot]
github.com/cloudfoundry/blobstore_url_signer
Dependency Updates
- Bump github.com/onsi/gomega from 1.37.0 to 1.38.0 (cloudfoundry/blobstore_url_signer#53) @dependabot[bot]
Cloud Controller Database Migrations
CAPI 1.212.0
Highlights
CC API Version: 2.262.0 and 3.197.0
Service Broker API Version: 2.15
CAPI Release
- Increase nginx keepalive_timeout to 100s (#558) @stephanme
- Add properties for specifying an allowlist of Process users (#555) @tcdowney
- Update releasing-capi.md (#554) @philippthun
Dependency Updates
- Bump Valkey to 7.2.10 @ari-wg-gitbot
- Bump nginx to 1.28.0 @ari-wg-gitbot
- Build(deps-dev): Bump rubocop from 1.76.1 to 1.77.0 in /spec (#557) @dependabot[bot]
Cloud Controller
- Issue 4404: Add support for "icmpv6" protocol to ASGs (cloudfoundry/cloud_controller_ng#4424) @jochenehret
- Increase the GitHub action timeouts (cloudfoundry/cloud_controller_ng#4437) @philippthun
- Expose more puma metrics in Prometheus (cloudfoundry/cloud_controller_ng#4423) @Samze
- docs: Document route options in manifest schema (cloudfoundry/cloud_controller_ng#4425) @b1tamara
- Add ability to set user on Tasks (cloudfoundry/cloud_controller_ng#4433) @tcdowney
- Improve error messaging for creating a Deployment that will violate quotas with high max-in-flight (cloudfoundry/cloud_controller_ng#4402) @nookala
- Improve process stats instance_ports API doc (cloudfoundry/cloud_controller_ng#4405) @stephanme
- Add ability to specify the process user in manifests (cloudfoundry/cloud_controller_ng#4416) @tcdowney
- Attempt to fix flaky threaded worker logging test (cloudfoundry/cloud_controller_ng#4419) @tcdowney
- Replace paketo gcr references with docker.io (cloudfoundry/cloud_controller_ng#4417) @johha
- Fix GET Process endpoint for unstaged docker apps (cloudfoundry/cloud_controller_ng#4415) @tcdowney
- Support overriding the user on Processes (cloudfoundry/cloud_controller_ng#4407) @tcdowney
- Add support for SHA256 fingerprint for diego-ssh (cloudfoundry/cloud_controller_ng#4380) @nookala
Dependency Updates
- build(deps): bump sequel from 5.93.0 to 5.94.0 (cloudfoundry/cloud_controller_ng#4434) @dependabot[bot]
- build(deps): bump thin from 1.8.2 to 2.0.1 (cloudfoundry/cloud_controller_ng#4418) @dependabot[bot]
- build(deps-dev): bump rspec-rails from 8.0.0 to 8.0.1 (cloudfoundry/cloud_controller_ng#4410) @dependabot[bot]
- build(deps-dev): bump solargraph from 0.55.4 to 0.56.0 (cloudfoundry/cloud_controller_ng#4435) @dependabot[bot]
- build(deps-dev): bump solargraph from 0.55.1 to 0.55.4 (cloudfoundry/cloud_controller_ng#4421) @dependabot[bot]
- build(deps-dev): bump debug from 1.10.0 to 1.11.0 (cloudfoundry/cloud_controller_ng#4409) @dependabot[bot]
- build(deps): bump mini_racer from 0.18.1 to 0.19.0 in /docs/v3 (cloudfoundry/cloud_controller_ng#4432) @dependabot[bot]
- build(deps-dev): bump gulp from 5.0.0 to 5.0.1 in /docs/v3 (cloudfoundry/cloud_controller_ng#4429) @dependabot[bot]
- build(deps-dev): bump glob from 11.0.2 to 11.0.3 in /docs/v3 (cloudfoundry/cloud_controller_ng#4427) @dependabot[bot]
- build(deps-dev): bump cheerio from 1.0.0 to 1.1.0 in /docs/v3 (cloudfoundry/cloud_controller_ng#4430) @dependabot[bot]
- build(deps-dev): bump gulp-cli from 3.0.0 to 3.1.0 in /docs/v3 (cloudfoundry/cloud_controller_ng#4431) @dependabot[bot]
code.cloudfoundry.org/cc-uploader
Dependency Updates
- Bump code.cloudfoundry.org/debugserver from 0.53.0 to 0.54.0 (cloudfoundry/cc-uploader#238) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.39.0 to 3.40.0 (cloudfoundry/cc-uploader#237) @dependabot[bot]
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.47.0 to 2.48.0 (cloudfoundry/cc-uploader#236) @dependabot[bot]
- Bump code.cloudfoundry.org/tlsconfig from 0.29.0 to 0.30.0 (cloudfoundry/cc-uploader#235) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.51.0 to 0.53.0 (cloudfoundry/cc-uploader#234) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.38.0 to 3.39.0 (cloudfoundry/cc-uploader#232) @dependabot[bot]
- Bump code.cloudfoundry.org/tlsconfig from 0.28.0 to 0.29.0 (cloudfoundry/cc-uploader#231) @dependabot[bot]
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.46.0 to 2.47.0 (cloudfoundry/cc-uploader#230) @dependabot[bot]
code.cloudfoundry.org/tps
Dependency Updates
- Bump code.cloudfoundry.org/localip from 0.42.0 to 0.43.0 (cloudfoundry/tps#257) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.53.0 to 0.54.0 (cloudfoundry/tps#255) @dependabot[bot]
- Bump code.cloudfoundry.org/clock from 1.40.0 to 1.41.0 (cloudfoundry/tps#256) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.39.0 to 3.40.0 (cloudfoundry/tps#254) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.51.0 to 0.52.0 (cloudfoundry/tps#253) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.38.0 to 3.39.0 (cloudfoundry/tps#252) @dependabot[bot]
- Bump code.cloudfoundry.org/localip from 0.41.0 to 0.42.0 (cloudfoundry/tps#251) @dependabot[bot]
- Bump code.cloudfoundry.org/clock from 1.39.0 to 1.40.0 (cloudfoundry/tps#250) @dependabot[bot]
Cloud Controller Database Migrations
CAPI 1.211.0
Highlights
CC API Version: 2.261.0 and 3.196.0
Service Broker API Version: 2.15
CAPI Release
- Configure metrics socket and forward /internal/v4/metrics to that socket (#551) @svkrieger
- Add logging and fix indentation for encryption key validation in cloud_controller_ng start script (#546) @kathap
Dependency Updates
- Bump Golang to go1.24.4 @ari-wg-gitbot
- Build(deps-dev): Bump rubocop from 1.76.0 to 1.76.1 in /spec (#553) @dependabot[bot]
- Build(deps-dev): Bump rubocop from 1.75.8 to 1.76.0 in /spec (#552) @dependabot[bot]
- Build(deps-dev): Bump rubocop from 1.75.7 to 1.75.8 in /spec (#550) @dependabot[bot]
- Build(deps-dev): Bump rspec from 3.13.0 to 3.13.1 in /spec (#549) @dependabot[bot]
- Build(deps-dev): Bump rubocop from 1.75.6 to 1.75.7 in /spec (#547) @dependabot[bot]
Cloud Controller
- Use separate webserver for metrics (cloudfoundry/cloud_controller_ng#4377) @svkrieger
- Force delete very old delayed jobs (cloudfoundry/cloud_controller_ng#4395) @svkrieger
- Workaround changed behavior in Protobuf's Message#to_h (cloudfoundry/cloud_controller_ng#4401) @philippthun
- Fix flaky test (cloudfoundry/cloud_controller_ng#4400) @svkrieger
- Support providing Windows gMSA credentials via a container-level env var for use by Garden/Winc (cloudfoundry/cloud_controller_ng#4393) @tcdowney
- Catch CipherError and TypeError in run_cipher and raise EncryptorError (cloudfoundry/cloud_controller_ng#4365) @kathap
- Add feature flags to v1 app manifests (cloudfoundry/cloud_controller_ng#4358) @philippthun
- Fix typo in update routes destination endpoint (cloudfoundry/cloud_controller_ng#4373) @rrashidov
Dependency Updates
- build(deps): bump sequel from 5.92.0 to 5.93.0 (cloudfoundry/cloud_controller_ng#4388) @dependabot[bot]
- build(deps): bump rake from 13.2.1 to 13.3.0 (cloudfoundry/cloud_controller_ng#4382) @dependabot[bot]
- build(deps): bump oj from 3.16.10 to 3.16.11 (cloudfoundry/cloud_controller_ng#4381) @dependabot[bot]
- build(deps-dev): bump solargraph from 0.55.0 to 0.55.1 (cloudfoundry/cloud_controller_ng#4399) @dependabot[bot]
- build(deps-dev): bump solargraph from 0.54.5 to 0.55.0 (cloudfoundry/cloud_controller_ng#4389) @dependabot[bot]
- build(deps-dev): bump parallel_tests from 5.2.0 to 5.3.0 (cloudfoundry/cloud_controller_ng#4387) @dependabot[bot]
- build(deps-dev): bump rubocop from 1.75.7 to 1.75.8 (cloudfoundry/cloud_controller_ng#4378) @dependabot[bot]
- build(deps-dev): bump rspec from 3.13.0 to 3.13.1 (cloudfoundry/cloud_controller_ng#4376) @dependabot[bot]
- build(deps-dev): bump rubocop from 1.75.6 to 1.75.7 (cloudfoundry/cloud_controller_ng#4371) @dependabot[bot]
- build(deps): bump json from 2.11.3 to 2.12.2 in /docs/v3 (cloudfoundry/cloud_controller_ng#4384) @dependabot[bot]
- build(deps): bump rake from 13.2.1 to 13.3.0 in /docs/v3 (cloudfoundry/cloud_controller_ng#4385) @dependabot[bot]
code.cloudfoundry.org/cc-uploader
Dependency Updates
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.45.0 to 2.46.0 (cloudfoundry/cc-uploader#229) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.37.0 to 3.38.0 (cloudfoundry/cc-uploader#228) @dependabot[bot]
- Bump code.cloudfoundry.org/tlsconfig from 0.27.0 to 0.28.0 (cloudfoundry/cc-uploader#227) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.50.0 to 0.51.0 (cloudfoundry/cc-uploader#226) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.49.0 to 0.50.0 (cloudfoundry/cc-uploader#225) @dependabot[bot]
code.cloudfoundry.org/tps
Dependency Updates
- Bump code.cloudfoundry.org/localip from 0.40.0 to 0.41.0 (cloudfoundry/tps#249) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.50.0 to 0.51.0 (cloudfoundry/tps#247) @dependabot[bot]
- Bump code.cloudfoundry.org/clock from 1.38.0 to 1.39.0 (cloudfoundry/tps#248) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.37.0 to 3.38.0 (cloudfoundry/tps#246) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.49.0 to 0.50.0 (cloudfoundry/tps#245) @dependabot[bot]
Cloud Controller Database Migrations
None
CAPI 1.210.0
Warning
This version is affected by a regression introduced as a side-effect of the Protobuf update. As unset and default values in messages are now being omitted when converting to a hash, the external and internal ports that are exposed via the process stats endpoint will be "null" instead of "0". This causes issues for the cf-java-client. Fixed with cloudfoundry/cloud_controller_ng#4401 and CAPI version 1.211.0.
CC API Version: 2.260.0 and 3.195.0
Service Broker API Version: 2.15
CAPI Release
Dependency Updates
- Build(deps-dev): Bump rubocop from 1.75.5 to 1.75.6 in /spec (#545) @dependabot[bot]
Cloud Controller
- Accept zero-padded segments in IPv6 addresses (cloudfoundry/cloud_controller_ng#4367) @svkrieger
- Upgrade protobuf (cloudfoundry/cloud_controller_ng#4359) @svkrieger
- Can't push apps with app manifests if routes were shared (cloudfoundry/cloud_controller_ng#4344) @nookala
- Improve error handling for already deleted resources (cloudfoundry/cloud_controller_ng#4352) @johha
- build(deps): bump actionview, activemodel, actionpack and railties (cloudfoundry/cloud_controller_ng#4141) @dependabot[bot]
- Add error handling for invalid encryption keys with logging (cloudfoundry/cloud_controller_ng#4326) @kathap, @philippthun
- Fix typo in sample response JSON in API docs (cloudfoundry/cloud_controller_ng#4353) @rrashidov
- Fix typo in sample response JSON in API docs (cloudfoundry/cloud_controller_ng#4349) @rrashidov
- Fix doc formatting of Deployment status.details.error (cloudfoundry/cloud_controller_ng#4348) @Samze
Dependency Updates
- build(deps): bump hashdiff from 1.1.2 to 1.2.0 (cloudfoundry/cloud_controller_ng#4368) @dependabot[bot]
- build(deps): bump uri from 0.13.1 to 0.13.2 (cloudfoundry/cloud_controller_ng#4355) @dependabot[bot]
- build(deps): bump actionpack from 8.0.1 to 8.0.2 (cloudfoundry/cloud_controller_ng#4354) @dependabot[bot]
- build(deps): bump rack from 2.2.13 to 2.2.14 (cloudfoundry/cloud_controller_ng#4346) @dependabot[bot]
- build(deps-dev): bump mock_redis from 0.49.0 to 0.50.0 (cloudfoundry/cloud_controller_ng#4369) @dependabot[bot]
- build(deps-dev): bump solargraph from 0.54.4 to 0.54.5 (cloudfoundry/cloud_controller_ng#4363) @dependabot[bot]
- build(deps-dev): bump rubocop-rails from 2.31.0 to 2.32.0 (cloudfoundry/cloud_controller_ng#4364) @dependabot[bot]
- build(deps-dev): bump solargraph from 0.54.3 to 0.54.4 (cloudfoundry/cloud_controller_ng#4360) @dependabot[bot]
- build(deps-dev): bump rubocop from 1.75.5 to 1.75.6 (cloudfoundry/cloud_controller_ng#4361) @dependabot[bot]
- build(deps-dev): bump solargraph from 0.54.2 to 0.54.3 (cloudfoundry/cloud_controller_ng#4357) @dependabot[bot]
- build(deps-dev): bump parallel_tests from 5.1.0 to 5.2.0 (cloudfoundry/cloud_controller_ng#4350) @dependabot[bot]
- build(deps): bump rack from 2.2.13 to 2.2.14 in /docs/v3 (cloudfoundry/cloud_controller_ng#4347) @dependabot[bot]
- build(deps-dev): bump undici from 6.21.1 to 6.21.3 in /docs/v3 (cloudfoundry/cloud_controller_ng#4362) @dependabot[bot]
Cloud Controller Database Migrations
None
CAPI 1.209.0
Highlights
- Support for System Cloud Native Buildpacks
Notes
- When System CNBs are installed, current versions of the CF CLI may show confusing output of the
cf buildpacks
command, as the CLI does not currently have a notion of 'lifecycles' for buildpacks. This will be addressed in an upcoming CLI release.
CC API Version: 2.259.0 and 3.194.0
Service Broker API Version: 2.15
CAPI Release
- Make default_app_lifecycle configurable (#541) @sethboyles
- Revert "Add draining for cc_uploader (#529)" (#544) @Samze
Dependency Updates
- Bump Golang to go1.24.3 @ari-wg-gitbot
Cloud Controller
- [RFC0031] Add support for uploading buildpacks packaged as cnb (tar) files (cloudfoundry/cloud_controller_ng#4342) @sethboyles, @tomkennedy513
- [RFC0031] Support for System Cloud Native Buildpacks (cloudfoundry/cloud_controller_ng#3898) @pbusko
- Fix typo in sample response JSON in API docs (cloudfoundry/cloud_controller_ng#4345) @rrashidov
- Can't move routes to other orgs if the space has the same name as owner space (cloudfoundry/cloud_controller_ng#4341) @nookala
- Explicitly declare permissions on GH Action workflows that lacked them (cloudfoundry/cloud_controller_ng#4340) @tcdowney
Dependency Updates
- build(deps): bump mime-types from 3.6.2 to 3.7.0 (cloudfoundry/cloud_controller_ng#4343) @dependabot[bot]
- build(deps-dev): bump rubocop from 1.75.4 to 1.75.5 (cloudfoundry/cloud_controller_ng#4339) @dependabot[bot]
code.cloudfoundry.org/cc-uploader
Dependency Updates
- Bump code.cloudfoundry.org/tlsconfig from 0.26.0 to 0.27.0 (cloudfoundry/cc-uploader#223) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.48.0 to 0.49.0 (cloudfoundry/cc-uploader#222) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.36.0 to 3.37.0 (cloudfoundry/cc-uploader#224) @dependabot[bot]
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.44.0 to 2.45.0 (cloudfoundry/cc-uploader#221) @dependabot[bot]
code.cloudfoundry.org/tps
Dependency Updates
- Bump code.cloudfoundry.org/lager/v3 from 3.36.0 to 3.37.0 (cloudfoundry/tps#243) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.48.0 to 0.49.0 (cloudfoundry/tps#244) @dependabot[bot]
- Bump code.cloudfoundry.org/localip from 0.39.0 to 0.40.0 (cloudfoundry/tps#242) @dependabot[bot]
- Bump code.cloudfoundry.org/clock from 1.37.0 to 1.38.0 (cloudfoundry/tps#241) @dependabot[bot]
Cloud Controller Database Migrations
CAPI 1.208.0
Highlights
With this release the migration of the primary key id
column type from int
to bigint
will be started for the 'events' table on PostgreSQL databases. This multi-step migration will only be executed for PostgreSQL databases. Operators can opt-out with the ccdb.skip_bigint_id_migration
flag (default: false).
CC API Version: 2.258.0 and 3.193.0
Service Broker API Version: 2.15
CAPI Release
- Add config for max poll interval (#542) @svkrieger
- Flag skip_bigint_id_migration (#533) @philippthun
- Add cc.enable_ipv6 to config (#536) @svkrieger
Dependency Updates
- Bump Valkey to 7.2.9 @ari-wg-gitbot
- Build(deps-dev): Bump rubocop from 1.75.4 to 1.75.5 in /spec (#543) @dependabot[bot]
- Build(deps-dev): Bump rubocop from 1.75.3 to 1.75.4 in /spec (#540) @dependabot[bot]
- Build(deps-dev): Bump rubocop from 1.75.2 to 1.75.3 in /spec (#537) @dependabot[bot]
Cloud Controller
- Enhance SB polling intervals (cloudfoundry/cloud_controller_ng#4328) @svkrieger
- Bigint Migration for 'events' Table (Step 1) (cloudfoundry/cloud_controller_ng#4281) @philippthun
- Fix a typo in CF V3 API definition (cloudfoundry/cloud_controller_ng#4330) @rrashidov
- Load required migration extension in db_migrator_spec (cloudfoundry/cloud_controller_ng#4338) @philippthun
- Remove rogue puts from tests @Gerg
- Add support for IPv6 in security groups (cloudfoundry/cloud_controller_ng#4318) @svkrieger
- Use https in docs Gemfile (cloudfoundry/cloud_controller_ng#4322) @tcdowney
- Add rubocop rules that weren't configured (cloudfoundry/cloud_controller_ng#4323) @moleske
- Create codeql.yml (cloudfoundry/cloud_controller_ng#4321) @tcdowney
- Add pickup and duration time metrics for processed jobs (cloudfoundry/cloud_controller_ng#4312) @johha
Dependency Updates
- build(deps): bump sequel from 5.91.0 to 5.92.0 (cloudfoundry/cloud_controller_ng#4337) @dependabot[bot]
- build(deps): bump public_suffix from 6.0.1 to 6.0.2 (cloudfoundry/cloud_controller_ng#4333) @dependabot[bot]
- build(deps): bump newrelic_rpm from 9.18.0 to 9.19.0 (cloudfoundry/cloud_controller_ng#4331) @dependabot[bot]
- build(deps): bump nokogiri from 1.18.7 to 1.18.8 (cloudfoundry/cloud_controller_ng#4316) @dependabot[bot]
- build(deps-dev): bump rspec-rails from 7.1.1 to 8.0.0 (cloudfoundry/cloud_controller_ng#4332) @dependabot[bot]
- build(deps-dev): bump rubocop from 1.75.3 to 1.75.4 (cloudfoundry/cloud_controller_ng#4327) @dependabot[bot]
- build(deps-dev): bump solargraph from 0.54.0 to 0.54.2 (cloudfoundry/cloud_controller_ng#4325) @dependabot[bot]
- build(deps-dev): bump rubocop from 1.75.2 to 1.75.3 (cloudfoundry/cloud_controller_ng#4319) @dependabot[bot]
- build(deps): bump json from 2.10.2 to 2.11.3 in /docs/v3 (cloudfoundry/cloud_controller_ng#4334) @dependabot[bot]
- build(deps): bump nokogiri from 1.18.7 to 1.18.8 in /docs/v3 (cloudfoundry/cloud_controller_ng#4317) @dependabot[bot]
- build(deps-dev): bump glob from 11.0.1 to 11.0.2 in /docs/v3 (cloudfoundry/cloud_controller_ng#4336) @dependabot[bot]
code.cloudfoundry.org/cc-uploader
Dependency Updates
- Bump code.cloudfoundry.org/lager/v3 from 3.35.0 to 3.36.0 (cloudfoundry/cc-uploader#219) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.47.0 to 0.48.0 (cloudfoundry/cc-uploader#218) @dependabot[bot]
- Bump code.cloudfoundry.org/tlsconfig from 0.25.0 to 0.26.0 (cloudfoundry/cc-uploader#220) @dependabot[bot]
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.43.0 to 2.44.0 (cloudfoundry/cc-uploader#217) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.46.0 to 0.47.0 (cloudfoundry/cc-uploader#214) @dependabot[bot]
- Bump code.cloudfoundry.org/tlsconfig from 0.24.0 to 0.25.0 (cloudfoundry/cc-uploader#216) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.34.0 to 3.35.0 (cloudfoundry/cc-uploader#215) @dependabot[bot]
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.42.0 to 2.43.0 (cloudfoundry/cc-uploader#213) @dependabot[bot]
code.cloudfoundry.org/tps
Dependency Updates
- Bump code.cloudfoundry.org/lager/v3 from 3.35.0 to 3.36.0 (cloudfoundry/tps#239) @dependabot[bot]
- Bump code.cloudfoundry.org/clock from 1.36.0 to 1.37.0 (cloudfoundry/tps#238) @dependabot[bot]
- Bump code.cloudfoundry.org/localip from 0.38.0 to 0.39.0 (cloudfoundry/tps#240) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.47.0 to 0.48.0 (cloudfoundry/tps#237) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.46.0 to 0.47.0 (cloudfoundry/tps#236) @dependabot[bot]
- Bump code.cloudfoundry.org/localip from 0.37.0 to 0.38.0 (cloudfoundry/tps#235) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.34.0 to 3.35.0 (cloudfoundry/tps#234) @dependabot[bot]
- Bump code.cloudfoundry.org/clock from 1.35.0 to 1.36.0 (cloudfoundry/tps#233) @dependabot[bot]
Cloud Controller Database Migrations
CAPI 1.207.0
Highlights
CC API Version: 2.257.0 and 3.192.0
Service Broker API Version: 2.15
CAPI Release
Dependency Updates
- Bump nginx to 1.27.5 @ari-wg-gitbot
- Build(deps-dev): Bump rubocop-rspec from 3.5.0 to 3.6.0 in /spec (#535) @dependabot[bot]
- Build(deps-dev): Bump rubocop from 1.74.0 to 1.75.2 in /spec (#532) @dependabot[bot]
Cloud Controller
- Surface deployment updater errors to the API (cloudfoundry/cloud_controller_ng#4295) @sethboyles
- build(deps): bump golang.org/x/net in /.devcontainer/images/mockserver (cloudfoundry/cloud_controller_ng#4313) @dependabot[bot]
- App state is not updating in cf cli and appsman ui when the app is down (cloudfoundry/cloud_controller_ng#4309) @nookala
- Add custom root links (cloudfoundry/cloud_controller_ng#4307) @Samze
- feat: notify diego of route updates (cloudfoundry/cloud_controller_ng#4298) @maxmoehl, @hoffmaen
- Add draining for cc uploader (cloudfoundry/cloud_controller_ng#4296) @kathap
- Add more deployment telemetry (cloudfoundry/cloud_controller_ng#4297) @Samze
- build(deps): bump golang.org/x/net in /.devcontainer/images/mockserver (cloudfoundry/cloud_controller_ng#4262) @dependabot[bot]
- Fix flaky reoccurring job test (cloudfoundry/cloud_controller_ng#4257) @svkrieger
Dependency Updates
- build(deps): bump googleapis-common-protos from 1.6.0 to 1.7.0 (cloudfoundry/cloud_controller_ng#4273) @dependabot[bot]
- build(deps): bump newrelic_rpm from 9.17.0 to 9.18.0 (cloudfoundry/cloud_controller_ng#4293) @dependabot[bot]
- build(deps): bump sequel from 5.90.0 to 5.91.0 (cloudfoundry/cloud_controller_ng#4292) @dependabot[bot]
- build(deps): bump nokogiri from 1.18.4 to 1.18.7 (cloudfoundry/cloud_controller_ng#4287) @dependabot[bot]
- build(deps): bump mime-types from 3.6.1 to 3.6.2 (cloudfoundry/cloud_controller_ng#4277) @dependabot[bot]
- build(deps): bump cf-uaa-lib from 4.0.8 to 4.0.9 (cloudfoundry/cloud_controller_ng#4227) @dependabot[bot]
- build(deps): bump fog-openstack from 1.1.4 to 1.1.5 (cloudfoundry/cloud_controller_ng#4271) @dependabot[bot]
- build(deps): bump httpclient from 2.8.3 to 2.9.0 (cloudfoundry/cloud_controller_ng#4233) @dependabot[bot]
- build(deps-dev): bump rubocop-rspec from 3.5.0 to 3.6.0 (cloudfoundry/cloud_controller_ng#4315) @dependabot[bot]
- build(deps-dev): bump rubocop-rails from 2.30.3 to 2.31.0 (cloudfoundry/cloud_controller_ng#4314) @dependabot[bot]
- build(deps-dev): bump rubocop-rails from 2.29.1 to 2.30.3 (cloudfoundry/cloud_controller_ng#4300) @dependabot[bot]
- build(deps-dev): bump rubocop from 1.72.2 to 1.75.2 (cloudfoundry/cloud_controller_ng#4304) @dependabot[bot]
- build(deps-dev): bump solargraph from 0.53.4 to 0.54.0 (cloudfoundry/cloud_controller_ng#4310) @dependabot[bot]
- build(deps-dev): bump rubocop-capybara from 2.21.0 to 2.22.1 (cloudfoundry/cloud_controller_ng#4302) @dependabot[bot]
- build(deps-dev): bump rubocop-sequel from 0.3.8 to 0.4.1 (cloudfoundry/cloud_controller_ng#4303) @dependabot[bot]
- build(deps-dev): bump rubocop-factory_bot from 2.26.1 to 2.27.1 (cloudfoundry/cloud_controller_ng#4301) @dependabot[bot]
- build(deps-dev): bump rubocop-rspec_rails from 2.30.0 to 2.31.0 (cloudfoundry/cloud_controller_ng#4305) @dependabot[bot]
- build(deps-dev): bump rubocop from 1.71.2 to 1.72.2 (cloudfoundry/cloud_controller_ng#4222) @dependabot[bot]
- build(deps-dev): bump solargraph from 0.51.2 to 0.53.4 (cloudfoundry/cloud_controller_ng#4285) @dependabot[bot]
- build(deps): bump mini_racer from 0.16.0 to 0.18.0 in /docs/v3 (cloudfoundry/cloud_controller_ng#4290) @dependabot[bot]
- build(deps): bump nokogiri from 1.18.3 to 1.18.7 in /docs/v3 (cloudfoundry/cloud_controller_ng#4291) @dependabot[bot]
- build(deps): bump nokogiri from 1.18.3 to 1.18.4 in /docs/v3 (cloudfoundry/cloud_controller_ng#4275) @dependabot[bot]
- build(deps-dev): bump express from 5.0.1 to 5.1.0 in /docs/v3 (cloudfoundry/cloud_controller_ng#4288) @dependabot[bot]
Cloud Controller Database Migrations
code.cloudfoundry.org/cc-uploader
- Replace out of support go 1.22 with 1.24 (cloudfoundry/cc-uploader#179) @moleske
- More resilient droplet upload (cloudfoundry/cc-uploader#195) @kathap
Dependency Updates
- Bump code.cloudfoundry.org/debugserver from 0.39.0 to 0.46.0 (cloudfoundry/cc-uploader#212) @dependabot[bot]
- Bump code.cloudfoundry.org/tlsconfig from 0.19.0 to 0.24.0 (cloudfoundry/cc-uploader#207) @dependabot[bot]
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.35.0 to 2.42.0 (cloudfoundry/cc-uploader#211) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.27.0 to 3.34.0 (cloudfoundry/cc-uploader#210) @dependabot[bot]
code.cloudfoundry.org/tps
- Replace out of support go 1.22 with 1.24 (cloudfoundry/tps#200) @moleske
- Replace out of support go 1.22 with 1.24 (cloudfoundry/tps#200) @moleske
Dependency Updates
- Bump code.cloudfoundry.org/lager/v3 from 3.33.0 to 3.34.0 (cloudfoundry/tps#232) @dependabot[bot]
- Bump code.cloudfoundry.org/clock from 1.34.0 to 1.35.0 (cloudfoundry/tps#231) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.39.0 to 0.45.0 (cloudfoundry/tps#228) @dependabot[bot]
- Bump code.cloudfoundry.org/localip from 0.31.0 to 0.36.0 (cloudfoundry/tps#226) @dependabot[bot]
- Bump code.cloudfoundry.org/clock from 1.28.0 to 1.34.0 (cloudfoundry/tps#227) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.27.0 to 3.33.0 (cloudfoundry/tps#229) @dependabot[bot]
github.com/cloudfoundry/blobstore_url_signer
- Replace out of support go 1.22 with 1.24 (cloudfoundry/blobstore_url_signer#45) @moleske
Dependency Updates
- Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.4 (cloudfoundry/blobstore_url_signer#52) @dependabot[bot]
- Bump github.com/onsi/gomega from 1.36.2 to 1.37.0 (cloudfoundry/blobstore_url_signer#51) @dependabot[bot]
CAPI 1.206.0
Highlights
CC API Version: 2.256.0 and 3.191.0
Service Broker API Version: 2.15
CAPI Release
Dependency Updates
- Bump Golang to go1.24.2 @ari-wg-gitbot
Cloud Controller
- Add an index for user_id on all roles tables (cloudfoundry/cloud_controller_ng#4268) @philippthun
- Skip migrations check for backwards compatibility tests (cloudfoundry/cloud_controller_ng#4294) @philippthun
- Add instance_guid field in Process Stats response (cloudfoundry/cloud_controller_ng#2831) @tcdowney
- Keep /v2/info endpoint when v2 is disabled (cloudfoundry/cloud_controller_ng#4280) @kathap
- dont use await to import from cheerio (cloudfoundry/cloud_controller_ng#4282) @sethboyles
- Remove PatchAdminOAuthClient (cloudfoundry/cloud_controller_ng#4229) @philippthun
- Scale disk, memory, and log rate with deployments (cloudfoundry/cloud_controller_ng#4264) @sethboyles
- Ensure asg-latest-update is renewed with microsecond precision even in mysql (cloudfoundry/cloud_controller_ng#4269) @geofffranks
Dependency Updates
- build(deps): bump fog-local from 0.8.0 to 0.9.0 (cloudfoundry/cloud_controller_ng#4274) @dependabot[bot]
- build(deps): bump mime-types from 3.6.0 to 3.6.1 (cloudfoundry/cloud_controller_ng#4267) @dependabot[bot]
- build(deps): bump sequel_pg from 1.17.1 to 1.17.2 (cloudfoundry/cloud_controller_ng#4266) @dependabot[bot]
- build(deps): bump nokogiri from 1.18.3 to 1.18.4 (cloudfoundry/cloud_controller_ng#4265) @dependabot[bot]
- build(deps-dev): bump byebug from 11.1.3 to 12.0.0 (cloudfoundry/cloud_controller_ng#4283) @dependabot[bot]
Cloud Controller Database Migrations
CAPI 1.205.0
Highlights
CC API Version: 2.255.0 and 3.190.0
Service Broker API Version: 2.15
CAPI Release
- Update releasing-capi.md (#525) @stephanme
Dependency Updates
- Build(deps-dev): Bump rubocop-factory_bot from 2.26.1 to 2.27.1 in /spec (#528) @dependabot[bot]
- Build(deps-dev): Bump rubocop from 1.72.2 to 1.74.0 in /spec (#527) @dependabot[bot]
- Build(deps-dev): Bump rubocop-capybara from 2.21.0 to 2.22.1 in /spec (#526) @dependabot[bot]
- Build(deps-dev): Bump json from 2.10.1 to 2.10.2 in /spec (#524) @dependabot[bot]
- Build(deps-dev): Bump rubocop-rspec_rails from 2.30.0 to 2.31.0 in /spec (#522) @dependabot[bot]
Cloud Controller
- Ensure generic enqueuer is reset correctly (cloudfoundry/cloud_controller_ng#4258) @johha
- Don't assume a process with > 0 instances exists (cloudfoundry/cloud_controller_ng#4251) @sethboyles
- Allow scaling with Deployments directly (cloudfoundry/cloud_controller_ng#4247) @sethboyles
- Add draft ADR for bigint id column migration (cloudfoundry/cloud_controller_ng#4191) @johha
- [RFC0030 - 4] File-based service bindings (cloudfoundry/cloud_controller_ng#4026) @philippthun, @svkrieger
Dependency Updates
- build(deps): bump rack from 2.2.11 to 2.2.13 (cloudfoundry/cloud_controller_ng#4253) @dependabot[bot]
- build(deps): bump sequel from 5.89.0 to 5.90.0 (cloudfoundry/cloud_controller_ng#4240) @dependabot[bot]
- build(deps): bump oj from 3.16.9 to 3.16.10 (cloudfoundry/cloud_controller_ng#4234) @dependabot[bot]
- build(deps-dev): bump spring from 4.2.1 to 4.3.0 (cloudfoundry/cloud_controller_ng#4259) @dependabot[bot]
- build(deps-dev): bump webmock from 3.25.0 to 3.25.1 (cloudfoundry/cloud_controller_ng#4249) @dependabot[bot]
- build(deps-dev): bump parallel_tests from 4.9.1 to 5.1.0 (cloudfoundry/cloud_controller_ng#4248) @dependabot[bot]
- build(deps): bump json from 2.10.1 to 2.10.2 in /docs/v3 (cloudfoundry/cloud_controller_ng#4263) @dependabot[bot]
- build(deps): bump rack from 2.2.11 to 2.2.13 in /docs/v3 (cloudfoundry/cloud_controller_ng#4252) @dependabot[bot]
- build(deps): bump redcarpet from 3.6.0 to 3.6.1 in /docs/v3 (cloudfoundry/cloud_controller_ng#4239) @dependabot[bot]
- build(deps): bump json from 2.9.1 to 2.10.1 in /docs/v3 (cloudfoundry/cloud_controller_ng#4238) @dependabot[bot]
Cloud Controller Database Migrations
CAPI 1.204.0
Highlights
CC API Version: 2.254.0 and 3.189.0
Service Broker API Version: 2.15
CAPI Release
- New config: cc.jobs.read_ahead (#514) @stephanme
- Update info related property descriptions (#515) @tcdowney
Dependency Updates
- Bump Golang to go1.24.1 @ari-wg-gitbot
- Build(deps-dev): Bump rubocop from 1.72.1 to 1.72.2 in /spec (#513) @dependabot[bot]
- Build(deps-dev): Bump rubocop-rspec from 3.4.0 to 3.5.0 in /spec (#512) @dependabot[bot]
Cloud Controller
- MariaDB version in CAPI pipeline has yet another error message. Make test more generic. (cloudfoundry/cloud_controller_ng#4255) @svkrieger
- Try to fix flaky stager test part 2 (cloudfoundry/cloud_controller_ng#4261) @svkrieger
- Fix flaky stager test (cloudfoundry/cloud_controller_ng#4256) @svkrieger
- Bump postgres version in gh workflows (cloudfoundry/cloud_controller_ng#4254) @johha
- [RFC0030 - 3] Rename 'file-based-service-bindings' to 'service-binding-k8s' and introduce 'file-based-vcap-services' (cloudfoundry/cloud_controller_ng#4235) @svkrieger
- Add GenericEnqueuer for consistent job priorities (cloudfoundry/cloud_controller_ng#4237) @johha
- Optimize ServiceInstanceListFetcher (cloudfoundry/cloud_controller_ng#4223) @philippthun
- Improve service plan visibility check (readable orgs) (cloudfoundry/cloud_controller_ng#4217) @philippthun
- Fix quota issue when cancelling deployment (cloudfoundry/cloud_controller_ng#4246) @Samze
- Log service plan visibility on create or update service instances (cloudfoundry/cloud_controller_ng#4230) @kathap
- delayed_jobs lock_with_read_ahead for postgres (cloudfoundry/cloud_controller_ng#4231) @stephanme
- Add Canary steps (cloudfoundry/cloud_controller_ng#4219) @Samze, @sethboyles
- Allow enqueuer to enqueue multiple jobs with the same instance (cloudfoundry/cloud_controller_ng#4218) @johha
- Job warnings have to be deleted explicitly (cloudfoundry/cloud_controller_ng#4175) @philippthun
Dependency Updates
- build(deps): bump redis from 5.3.0 to 5.4.0 (cloudfoundry/cloud_controller_ng#4228) @dependabot[bot]
- build(deps): bump nokogiri from 1.18.2 to 1.18.3 (cloudfoundry/cloud_controller_ng#4224) @dependabot[bot]
- build(deps-dev): bump parallel_tests from 4.9.0 to 4.9.1 (cloudfoundry/cloud_controller_ng#4226) @dependabot[bot]
- build(deps): bump nokogiri from 1.18.2 to 1.18.3 in /docs/v3 (cloudfoundry/cloud_controller_ng#4225) @dependabot[bot]
Cloud Controller Database Migrations
- 20250130172009_add_canary_steps_to_deployments.rb
- 20250225132929_add_apps_file_based_service_binding_feature_columns.rb
code.cloudfoundry.org/cc-uploader
Dependency Updates
- Bump code.cloudfoundry.org/debugserver from 0.38.0 to 0.39.0 (cloudfoundry/cc-uploader#176) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.26.0 to 3.27.0 (cloudfoundry/cc-uploader#178) @dependabot[bot]
- Bump code.cloudfoundry.org/tlsconfig from 0.18.0 to 0.19.0 (cloudfoundry/cc-uploader#177) @dependabot[bot]
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.34.0 to 2.35.0 (cloudfoundry/cc-uploader#175) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.37.0 to 0.38.0 (cloudfoundry/cc-uploader#174) @dependabot[bot]
code.cloudfoundry.org/tps
Dependency Updates
- Bump code.cloudfoundry.org/localip from 0.30.0 to 0.31.0 (cloudfoundry/tps#198) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.38.0 to 0.39.0 (cloudfoundry/tps#199) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.26.0 to 3.27.0 (cloudfoundry/tps#197) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.37.0 to 0.38.0 (cloudfoundry/tps#196) @dependabot[bot]