Releases: cloudfoundry/capi-release
CAPI 1.231.0
Highlights
CC API Version: 2.281.0 and 3.216.0
Service Broker API Version: 2.15
CAPI Release
- Set default for max_service_credential_bindings_per_app_service_instance to 5 (#632) @johha
- Update ruby-3.2 package to 3.2.10 from ruby-release @ari-wg-gitbot
Dependency Updates
- Build(deps-dev): Bump json from 2.18.1 to 2.19.2 in /spec (#631) @dependabot[bot]
Cloud Controller
- Allow either_consistent for HashSyntax (cloudfoundry/cloud_controller_ng#4949) @sethboyles
- Reload process to use DB-assigned updated_at timestamps (cloudfoundry/cloud_controller_ng#4935) @philippthun
- Fix NoMethodError when diffing manifest for new apps with features (cloudfoundry/cloud_controller_ng#4941) @philippthun
- Remove redundant validates_unique where DB unique index already exists (cloudfoundry/cloud_controller_ng#4930) @serdarozerr
- build(deps): bump google.golang.org/grpc (cloudfoundry/cloud_controller_ng#4936) @dependabot[bot]
- Reduce db calls when presenting droplets (cloudfoundry/cloud_controller_ng#4909) @philippthun
- Remove net-ssh gem dependency from SSHKey (cloudfoundry/cloud_controller_ng#4929) @johha
- Inline Allowy gem (cloudfoundry/cloud_controller_ng#4926) @johha
- Add max length validation for app name in V3 API (cloudfoundry/cloud_controller_ng#4928) @rashedkvm
- Add max length validation for app name in V3 API (cloudfoundry/cloud_controller_ng#4928) @rashedkvm
Dependency Updates
- build(deps): bump nokogiri from 1.19.1 to 1.19.2 (cloudfoundry/cloud_controller_ng#4947) @dependabot[bot]
- build(deps): bump loofah from 2.25.0 to 2.25.1 (cloudfoundry/cloud_controller_ng#4932) @dependabot[bot]
- build(deps): bump mime-types-data from 3.2026.0303 to 3.2026.0317 (cloudfoundry/cloud_controller_ng#4931) @dependabot[bot]
- build(deps): bump excon from 1.4.0 to 1.4.1 (cloudfoundry/cloud_controller_ng#4937) @dependabot[bot]
- build(deps): bump redis-client from 0.27.0 to 0.28.0 (cloudfoundry/cloud_controller_ng#4938) @dependabot[bot]
- build(deps): bump json from 2.19.1 to 2.19.2 (cloudfoundry/cloud_controller_ng#4939) @dependabot[bot]
- build(deps): bump net-ssh from 7.3.0 to 7.3.1 (cloudfoundry/cloud_controller_ng#4925) @dependabot[bot]
- build(deps-dev): bump mcp from 0.8.0 to 0.9.0 (cloudfoundry/cloud_controller_ng#4946) @dependabot[bot]
- build(deps-dev): bump webmock from 3.26.1 to 3.26.2 (cloudfoundry/cloud_controller_ng#4933) @dependabot[bot]
- build(deps): bump json from 2.18.1 to 2.19.2 in /docs/v3 (cloudfoundry/cloud_controller_ng#4940) @dependabot[bot]
code.cloudfoundry.org/cc-uploader
Dependency Updates
- Bump code.cloudfoundry.org/lager/v3 from 3.63.0 to 3.64.0 (cloudfoundry/cc-uploader#361) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.88.0 to 0.89.0 (cloudfoundry/cc-uploader#360) @dependabot[bot]
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.71.0 to 2.72.0 (cloudfoundry/cc-uploader#362) @dependabot[bot]
- Bump code.cloudfoundry.org/tlsconfig from 0.47.0 to 0.48.0 (cloudfoundry/cc-uploader#359) @dependabot[bot]
code.cloudfoundry.org/tps
Dependency Updates
- Bump github.com/lib/pq from 1.11.2 to 1.12.0 (cloudfoundry/tps#403) @dependabot[bot]
- Bump google.golang.org/grpc from 1.79.2 to 1.79.3 (cloudfoundry/tps#402) @dependabot[bot]
- Bump code.cloudfoundry.org/diego-logging-client from 0.96.0 to 0.97.0 (cloudfoundry/tps#400) @dependabot[bot]
- Bump code.cloudfoundry.org/clock from 1.63.0 to 1.64.0 (cloudfoundry/tps#401) @dependabot[bot]
- Bump code.cloudfoundry.org/localip from 0.65.0 to 0.66.0 (cloudfoundry/tps#399) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.63.0 to 3.64.0 (cloudfoundry/tps#398) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.88.0 to 0.89.0 (cloudfoundry/tps#397) @dependabot[bot]
Cloud Controller Database Migrations
None
CAPI 1.230.0
Highlights
CC API Version: 2.280.0 and 3.215.0
Service Broker API Version: 2.15
CAPI Release
- Add native storage-cli type names support for blobstore providers (#624) @kathap
- Add BOSH properties for configurable diego-sshd SSH algorithms (#627) @philippthun
- Enable AWS IAM instance profiles configuration for Storage CLI (#629) @jochenehret
- remove control characters (#628) @Benjamintf1
- Update Ruby version from 3.2.10 to 3.3.10 (#626) @philippthun
- remove random control characters from spec (#622) @Benjamintf1
Dependency Updates
- Bump storage-cli to 0.0.5 @ari-wg-gitbot
- Bump Golang to go1.26.1 @ari-wg-gitbot
- Build(deps-dev): Bump rubocop from 1.85.0 to 1.85.1 in /spec (#623) @dependabot[bot]
Cloud Controller
- Add TooManyMigrationRuns cop to test performance (cloudfoundry/cloud_controller_ng#4850) @johha
- HTTP Type Health Readiness Check Update (cloudfoundry/cloud_controller_ng#4891) @PeteLevineA
- Use storage-cli types instead of legacy fog provider names (cloudfoundry/cloud_controller_ng#4908) @kathap
- Add support for configurable SSH algorithms in diego-sshd (cloudfoundry/cloud_controller_ng#4914) @philippthun
- Add Bootsnap gem to speed up app boot time (cloudfoundry/cloud_controller_ng#4803) @Gerg
- Add ./bin to path in .envrc (cloudfoundry/cloud_controller_ng#4810) @Gerg
- Remove Spork preloader (cloudfoundry/cloud_controller_ng#4811) @Gerg
- Inline membrane gem (cloudfoundry/cloud_controller_ng#4898) @kathap
- Improve Spring preloading (cloudfoundry/cloud_controller_ng#4802) @Gerg
- Deprecated Syslog Binding URL API removal (cloudfoundry/cloud_controller_ng#3527) @chombium
- Reduce db calls when presenting processes (cloudfoundry/cloud_controller_ng#4889) @philippthun
- Move StenoIO into Steno namespace as Steno::LoggerIO (cloudfoundry/cloud_controller_ng#4905) @philippthun
- Mark file-based service bindings as GA (remove "experimental") (cloudfoundry/cloud_controller_ng#4906) @jochenehret
- Integrate steno logging library directly into cloud_controller_ng (cloudfoundry/cloud_controller_ng#4902) @johha
Dependency Updates
- build(deps): bump oj from 3.16.15 to 3.16.16 (cloudfoundry/cloud_controller_ng#4923) @dependabot[bot]
- build(deps): bump bootsnap from 1.21.1 to 1.23.0 (cloudfoundry/cloud_controller_ng#4922) @dependabot[bot]
- build(deps): bump sequel_pg from 1.18.2 to 1.19.0 (cloudfoundry/cloud_controller_ng#4916) @dependabot[bot]
- build(deps): bump retriable from 3.2.1 to 3.4.1 (cloudfoundry/cloud_controller_ng#4919) @dependabot[bot]
- build(deps): bump redis-client from 0.26.4 to 0.27.0 (cloudfoundry/cloud_controller_ng#4913) @dependabot[bot]
- build(deps): bump json from 2.18.1 to 2.19.0 (cloudfoundry/cloud_controller_ng#4912) @dependabot[bot]
- build(deps): bump json-schema from 6.1.0 to 6.2.0 (cloudfoundry/cloud_controller_ng#4911) @dependabot[bot]
- build(deps): bump syslog from 0.1.2 to 0.4.0 (cloudfoundry/cloud_controller_ng#4904) @dependabot[bot]
- build(deps): bump mime-types-data from 3.2026.0224 to 3.2026.0303 (cloudfoundry/cloud_controller_ng#4903) @dependabot[bot]
- build(deps): bump sequel from 5.101.0 to 5.102.0 (cloudfoundry/cloud_controller_ng#4896) @dependabot[bot]
- build(deps): bump addressable from 2.8.8 to 2.8.9 (cloudfoundry/cloud_controller_ng#4895) @dependabot[bot]
- build(deps): bump excon from 1.3.2 to 1.4.0 (cloudfoundry/cloud_controller_ng#4900) @dependabot[bot]
- build(deps): bump public_suffix from 7.0.2 to 7.0.5 (cloudfoundry/cloud_controller_ng#4899) @dependabot[bot]
- build(deps): bump clockwork from 4.0.0 to 4.0.1 (cloudfoundry/cloud_controller_ng#4893) @dependabot[bot]
- build(deps-dev): bump solargraph from 0.58.2 to 0.58.3 (cloudfoundry/cloud_controller_ng#4917) @dependabot[bot]
- build(deps-dev): bump rubocop-ast from 1.49.0 to 1.49.1 (cloudfoundry/cloud_controller_ng#4920) @dependabot[bot]
- build(deps-dev): bump rspec-rails from 8.0.3 to 8.0.4 (cloudfoundry/cloud_controller_ng#4921) @dependabot[bot]
- build(deps-dev): bump rubocop from 1.85.0 to 1.85.1 (cloudfoundry/cloud_controller_ng#4907) @dependabot[bot]
- build(deps-dev): bump mcp from 0.7.1 to 0.8.0 (cloudfoundry/cloud_controller_ng#4901) @dependabot[bot]
- build(deps-dev): bump rspec-mocks from 3.13.7 to 3.13.8 (cloudfoundry/cloud_controller_ng#4894) @dependabot[bot]
- build(deps): bump undici from 7.19.2 to 7.24.1 in /docs/v3 (cloudfoundry/cloud_controller_ng#4924) @dependabot[bot]
code.cloudfoundry.org/cc-uploader
Dependency Updates
- Bump code.cloudfoundry.org/debugserver from 0.87.0 to 0.88.0 (cloudfoundry/cc-uploader#358) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.62.0 to 3.63.0 (cloudfoundry/cc-uploader#357) @dependabot[bot]
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.70.0 to 2.71.0 (cloudfoundry/cc-uploader#356) @dependabot[bot]
- Bump code.cloudfoundry.org/tlsconfig from 0.46.0 to 0.47.0 (cloudfoundry/cc-uploader#355) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.61.0 to 3.62.0 (cloudfoundry/cc-uploader#353) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.86.0 to 0.87.0 (cloudfoundry/cc-uploader#354) @dependabot[bot]
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.69.0 to 2.70.0 (cloudfoundry/cc-uploader#352) @dependabot[bot]
code.cloudfoundry.org/tps
Dependency Updates
- Bump code.cloudfoundry.org/diego-logging-client from 0.94.0 to 0.95.0 (cloudfoundry/tps#393) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.87.0 to 0.88.0 (cloudfoundry/tps#394) @dependabot[bot]
- Bump code.cloudfoundry.org/clock from 1.62.0 to 1.63.0 (cloudfoundry/tps#395) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.62.0 to 3.63.0 (cloudfoundry/tps#396) @dependabot[bot]
- Bump code.cloudfoundry.org/localip from 0.64.0 to 0.65.0 (cloudfoundry/tps#392) @dependabot[bot]
- Bump code.cloudfoundry.org/localip from 0.63.0 to 0.64.0 (cloudfoundry/tps#389) @dependabot[bot]
- Bump code.cloudfoundry.org/clock from 1.61.0 to 1.62.0 (cloudfoundry/tps#388) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.61.0 to 3.62.0 (cloudfoundry/tps#391) @dependabot[bot]
- Bump code.cloudfoundry.org/diego-logging-client from 0.93.0 to 0.94.0 (cloudfoundry/tps#390) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.86.0 to 0.87.0 (cloudfoundry/tps#387) @dependabot[bot]
Cloud Controller Database Migrations
None
CAPI 1.229.0
Highlights
CC API Version: 2.279.0 and 3.214.0
Service Broker API Version: 2.15
CAPI Release
- cc-uploader: remove http config (#621) @stephanme
- tps: disable debugserver by default (#619) @stephanme
- feat: new config parameters for storage-cli aws is added (#618) @serdarozerr
- new config parameters for storage-cli s3 client (#615) @serdarozerr
Dependency Updates
- Bump Valkey to 7.2.12 @ari-wg-gitbot
- Build(deps-dev): Bump rubocop from 1.84.2 to 1.85.0 in /spec (#620) @dependabot[bot]
Cloud Controller
- Add STOPPING state for process instances (cloudfoundry/cloud_controller_ng#4885) @philippthun
- Add nil guard to ProcessModel.run_action_user (cloudfoundry/cloud_controller_ng#4879) @jochenehret
- Inline palm_civet dependency (cloudfoundry/cloud_controller_ng#4827) @rubionic, @rkoster
- Move logs to debug level (cloudfoundry/cloud_controller_ng#4876) @kathap
- fix rubocop issues (cloudfoundry/cloud_controller_ng#4875) @johha
- Modernize docs/v3: Update dependencies, add JavaScript bundler, and implement dark mode (cloudfoundry/cloud_controller_ng#4869) @johha
- Fix actual_lrps_by_processes function (cloudfoundry/cloud_controller_ng#4870) @jochenehret
Dependency Updates
- build(deps): bump actions/upload-artifact from 6 to 7 (cloudfoundry/cloud_controller_ng#4887) @dependabot[bot]
- build(deps): bump mime-types-data from 3.2026.0203 to 3.2026.0224 (cloudfoundry/cloud_controller_ng#4878) @dependabot[bot]
- build(deps): bump google-protobuf from 4.33.5 to 4.34.0 (cloudfoundry/cloud_controller_ng#4888) @dependabot[bot]
- build(deps): bump rails-html-sanitizer from 1.6.2 to 1.7.0 (cloudfoundry/cloud_controller_ng#4877) @dependabot[bot]
- build(deps): bump minitest from 6.0.1 to 6.0.2 (cloudfoundry/cloud_controller_ng#4873) @dependabot[bot]
- build(deps): bump erb from 6.0.1 to 6.0.2 (cloudfoundry/cloud_controller_ng#4871) @dependabot[bot]
- build(deps): bump retriable from 3.1.2 to 3.2.1 (cloudfoundry/cloud_controller_ng#4867) @dependabot[bot]
- build(deps): bump grpc from 1.78.0 to 1.78.1 (cloudfoundry/cloud_controller_ng#4866) @dependabot[bot]
- build(deps): bump newrelic_rpm from 10.1.0 to 10.2.0 (cloudfoundry/cloud_controller_ng#4863) @dependabot[bot]
- build(deps): bump zeitwerk from 2.7.4 to 2.7.5 (cloudfoundry/cloud_controller_ng#4862) @dependabot[bot]
- build(deps): bump clockwork from 3.0.2 to 4.0.0 (cloudfoundry/cloud_controller_ng#4861) @dependabot[bot]
- build(deps-dev): bump rubocop from 1.84.2 to 1.85.0 (cloudfoundry/cloud_controller_ng#4884) @dependabot[bot]
- build(deps-dev): bump mustache from 1.1.1 to 1.1.2 (cloudfoundry/cloud_controller_ng#4872) @dependabot[bot]
- build(deps): bump minimatch from 9.0.5 to 9.0.9 in /docs/v3 (cloudfoundry/cloud_controller_ng#4890) @dependabot[bot]
- build(deps): bump mini_racer from 0.19.2 to 0.20.0 in /docs/v3 (cloudfoundry/cloud_controller_ng#4881) @dependabot[bot]
- build(deps): bump nokogiri from 1.19.0 to 1.19.1 in /docs/v3 (cloudfoundry/cloud_controller_ng#4865) @dependabot[bot]
- build(deps-dev): bump linkinator from 7.6.0 to 7.6.1 in /docs/v3 (cloudfoundry/cloud_controller_ng#4892) @dependabot[bot]
- build(deps-dev): bump glob from 13.0.0 to 13.0.6 in /docs/v3 (cloudfoundry/cloud_controller_ng#4882) @dependabot[bot]
- build(deps-dev): bump linkinator from 7.5.3 to 7.6.0 in /docs/v3 (cloudfoundry/cloud_controller_ng#4883) @dependabot[bot]
code.cloudfoundry.org/cc-uploader
- Remove non-tls upload server (cloudfoundry/cc-uploader#351) @stephanme
Dependency Updates
- Bump code.cloudfoundry.org/tlsconfig from 0.45.0 to 0.46.0 (cloudfoundry/cc-uploader#350) @dependabot[bot]
code.cloudfoundry.org/tps
Dependency Updates
- Bump code.cloudfoundry.org/diego-logging-client from 0.92.0 to 0.93.0 (cloudfoundry/tps#386) @dependabot[bot]
- Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 (cloudfoundry/tps#385) @dependabot[bot]
Cloud Controller Database Migrations
None
CAPI 1.228.0
Highlights
CC API Version: 2.278.0 and 3.213.0
Service Broker API Version: 2.15
CAPI Release
- Fix installing bundler gem for errands on Ruby 3.3 (#617) @sethboyles
- Package Ruby 3.3. (#611) @sethboyles
Cloud Controller
- Fix flaky prometheus_updater_spec by cleaning up PROCESS_TYPE env var (cloudfoundry/cloud_controller_ng#4868) @joyvuu-dave
- Bump BBS protos (cloudfoundry/cloud_controller_ng#4859) @github-actions[bot], @ari-wg-gitbot
- Ruby 3.3 upgrade (cloudfoundry/cloud_controller_ng#4832) @sethboyles
Dependency Updates
- build(deps-dev): bump rspec-rails from 8.0.2 to 8.0.3 (cloudfoundry/cloud_controller_ng#4857) @dependabot[bot]
- build(deps-dev): bump rubocop from 1.84.1 to 1.84.2 (cloudfoundry/cloud_controller_ng#4846) @dependabot[bot]
Cloud Controller Database Migrations
None
Pull Requests and Issues
Full Changelog: 1.227.0...1.228.0
CAPI 1.227.0
Highlights
CC API Version: 2.277.0 and 3.212.0
Service Broker API Version: 2.15
CAPI Release
- Improve defaults for cc_uploader job (#614) @stephanme
Dependency Updates
- Bump storage-cli to 0.0.4 @ari-wg-gitbot
- Build(deps-dev): Bump rubocop from 1.84.1 to 1.84.2 in /spec (#613) @dependabot[bot]
Cloud Controller
- Add build staged/failure audit events (cloudfoundry/cloud_controller_ng#4843) @sethboyles
- Enable storage-cli for AWS (cloudfoundry/cloud_controller_ng#4855) @johha
- Mark embed and process instances as experimental (cloudfoundry/cloud_controller_ng#4847) @philippthun
- Group migration specs to reduce runtime (cloudfoundry/cloud_controller_ng#4790) @johha
Dependency Updates
- build(deps): bump openssl from 4.0.0 to 4.0.1 (cloudfoundry/cloud_controller_ng#4852) @dependabot[bot]
- build(deps): bump rack from 3.2.4 to 3.2.5 (cloudfoundry/cloud_controller_ng#4849) @dependabot[bot]
- build(deps): bump nokogiri from 1.19.0 to 1.19.1 (cloudfoundry/cloud_controller_ng#4854) @dependabot[bot]
- build(deps-dev): bump parser from 3.3.10.1 to 3.3.10.2 (cloudfoundry/cloud_controller_ng#4853) @dependabot[bot]
- build(deps): bump rack from 2.2.21 to 2.2.22 in /docs/v3 (cloudfoundry/cloud_controller_ng#4856) @dependabot[bot]
- build(deps-dev): bump qs from 6.14.1 to 6.14.2 in /docs/v3 (cloudfoundry/cloud_controller_ng#4848) @dependabot[bot]
code.cloudfoundry.org/cc-uploader
- Fix mtls config of cc-uploader server (cloudfoundry/cc-uploader#348) @stephanme
Dependency Updates
- Bump code.cloudfoundry.org/debugserver from 0.85.0 to 0.86.0 (cloudfoundry/cc-uploader#349) @dependabot[bot]
code.cloudfoundry.org/tps
Dependency Updates
- Bump code.cloudfoundry.org/debugserver from 0.84.0 to 0.86.0 (cloudfoundry/tps#384) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.60.0 to 3.61.0 (cloudfoundry/tps#381) @dependabot[bot]
- Bump code.cloudfoundry.org/diego-logging-client from 0.91.0 to 0.92.0 (cloudfoundry/tps#383) @dependabot[bot]
- Bump github.com/lib/pq from 1.11.1 to 1.11.2 (cloudfoundry/tps#382) @dependabot[bot]
Cloud Controller Database Migrations
None
Pull Requests and Issues
CAPI 1.226.0
Highlights
CC API Version: 2.276.0 and 3.211.0
Service Broker API Version: 2.15
CAPI Release
- Update libpq to Postgres v18.1 (#612) @jochenehret
- Enable new Rubocops (#610) @philippthun
Dependency Updates
- Bump Golang to go1.26.0 @ari-wg-gitbot
- Bump nginx to 1.28.2 @ari-wg-gitbot
- Bump Golang to go1.25.7 @ari-wg-gitbot
- Build(deps-dev): Bump rubocop from 1.84.0 to 1.84.1 in /spec (#609) @dependabot[bot]
- Build(deps-dev): Bump rubocop from 1.82.1 to 1.84.0 in /spec (#606) @dependabot[bot]
Cloud Controller
- Mute Metrics/ClassLength cop (cloudfoundry/cloud_controller_ng#4844) @philippthun
- Enable new cops, fix offenses, update todos (cloudfoundry/cloud_controller_ng#4831) @philippthun
- Add state_reason in Stack object (cloudfoundry/cloud_controller_ng#4823) @rashedkvm
- Implement GET /v3/processes/:guid/process_instances and embed=process_instances (cloudfoundry/cloud_controller_ng#4796) @philippthun, @philippthun
- Fix issues with processes_sync: (cloudfoundry/cloud_controller_ng#4809) @sethboyles
- Add buildpack upload audit event (cloudfoundry/cloud_controller_ng#4791) @Samze
- Don't JSON encode decimals as string (cloudfoundry/cloud_controller_ng#4807) @philippthun
- Use textarea consistently (cloudfoundry/cloud_controller_ng#4798) @philippthun
Dependency Updates
- build(deps): bump rdoc from 7.1.0 to 7.2.0 (cloudfoundry/cloud_controller_ng#4840) @dependabot[bot]
- build(deps): bump fog-google from 1.29.2 to 1.29.4 (cloudfoundry/cloud_controller_ng#4841) @dependabot[bot]
- build(deps): bump irb from 1.16.0 to 1.17.0 (cloudfoundry/cloud_controller_ng#4839) @dependabot[bot]
- build(deps): bump grpc from 1.76.0 to 1.78.0 (cloudfoundry/cloud_controller_ng#4835) @dependabot[bot]
- build(deps): bump oj from 3.16.14 to 3.16.15 (cloudfoundry/cloud_controller_ng#4834) @dependabot[bot]
- build(deps): bump oj from 3.16.13 to 3.16.14 (cloudfoundry/cloud_controller_ng#4833) @dependabot[bot]
- build(deps): bump mime-types-data from 3.2026.0127 to 3.2026.0203 (cloudfoundry/cloud_controller_ng#4828) @dependabot[bot]
- build(deps): bump newrelic_rpm from 10.0.0 to 10.1.0 (cloudfoundry/cloud_controller_ng#4829) @dependabot[bot]
- build(deps): bump json from 2.18.0 to 2.18.1 (cloudfoundry/cloud_controller_ng#4825) @dependabot[bot]
- build(deps): bump fog-google from 1.29.1 to 1.29.2 (cloudfoundry/cloud_controller_ng#4824) @dependabot[bot]
- build(deps): bump sequel from 5.100.0 to 5.101.0 (cloudfoundry/cloud_controller_ng#4821) @dependabot[bot]
- build(deps): bump fog-google from 1.28.0 to 1.29.1 (cloudfoundry/cloud_controller_ng#4818) @dependabot[bot]
- build(deps): bump prism from 1.8.0 to 1.9.0 (cloudfoundry/cloud_controller_ng#4814) @dependabot[bot]
- build(deps): bump fog-google from 1.27.0 to 1.28.0 (cloudfoundry/cloud_controller_ng#4813) @dependabot[bot]
- build(deps): bump redis-client from 0.26.3 to 0.26.4 (cloudfoundry/cloud_controller_ng#4804) @dependabot[bot]
- build(deps-dev): bump jaro_winkler from 1.6.1 to 1.7.0 (cloudfoundry/cloud_controller_ng#4845) @dependabot[bot]
- build(deps-dev): bump parallel_tests from 5.5.0 to 5.6.0 (cloudfoundry/cloud_controller_ng#4836) @dependabot[bot]
- build(deps-dev): bump spring from 4.4.0 to 4.4.2 (cloudfoundry/cloud_controller_ng#4830) @dependabot[bot]
- build(deps-dev): bump rubocop from 1.84.0 to 1.84.1 (cloudfoundry/cloud_controller_ng#4826) @dependabot[bot]
- build(deps-dev): bump rbs from 3.10.2 to 3.10.3 (cloudfoundry/cloud_controller_ng#4822) @dependabot[bot]
- build(deps-dev): bump rubocop from 1.82.1 to 1.84.0 (cloudfoundry/cloud_controller_ng#4812) @dependabot[bot]
- build(deps-dev): bump rspec-support from 3.13.6 to 3.13.7 (cloudfoundry/cloud_controller_ng#4817) @dependabot[bot]
- build(deps): bump mini_racer from 0.19.0 to 0.19.2 in /docs/v3 (cloudfoundry/cloud_controller_ng#4819) @dependabot[bot]
- build(deps-dev): bump cheerio from 1.1.2 to 1.2.0 in /docs/v3 (cloudfoundry/cloud_controller_ng#4820) @dependabot[bot]
code.cloudfoundry.org/cc-uploader
Dependency Updates
- Bump code.cloudfoundry.org/tlsconfig from 0.44.0 to 0.45.0 (cloudfoundry/cc-uploader#347) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.83.0 to 0.85.0 (cloudfoundry/cc-uploader#345) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.59.0 to 3.61.0 (cloudfoundry/cc-uploader#346) @dependabot[bot]
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.67.0 to 2.69.0 (cloudfoundry/cc-uploader#344) @dependabot[bot]
- Bump github.com/onsi/gomega from 1.39.0 to 1.39.1 (cloudfoundry/cc-uploader#339) @dependabot[bot]
- Bump github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.1 (cloudfoundry/cc-uploader#340) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.82.0 to 0.83.0 (cloudfoundry/cc-uploader#338) @dependabot[bot]
- Bump code.cloudfoundry.org/tlsconfig from 0.43.0 to 0.44.0 (cloudfoundry/cc-uploader#337) @dependabot[bot]
code.cloudfoundry.org/tps
Dependency Updates
- Bump code.cloudfoundry.org/localip from 0.61.0 to 0.62.0 (cloudfoundry/tps#379) @dependabot[bot]
- Bump code.cloudfoundry.org/clock from 1.59.0 to 1.60.0 (cloudfoundry/tps#378) @dependabot[bot]
- Bump code.cloudfoundry.org/diego-logging-client from 0.89.0 to 0.90.0 (cloudfoundry/tps#376) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.59.0 to 3.60.0 (cloudfoundry/tps#377) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.83.0 to 0.84.0 (cloudfoundry/tps#375) @dependabot[bot]
- Bump github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.1 (cloudfoundry/tps#374) @dependabot[bot]
- Bump github.com/onsi/gomega from 1.39.0 to 1.39.1 (cloudfoundry/tps#373) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.82.0 to 0.83.0 (cloudfoundry/tps#370) @dependabot[bot]
- Bump github.com/lib/pq from 1.10.9 to 1.11.1 (cloudfoundry/tps#372) @dependabot[bot]
- Bump code.cloudfoundry.org/diego-logging-client from 0.88.0 to 0.89.0 (cloudfoundry/tps#369) @dependabot[bot]
github.com/cloudfoundry/blobstore_url_signer
Dependency Updates
- Bump github.com/onsi/ginkgo/v2 from 2.27.5 to 2.28.1 (cloudfoundry/blobstore_url_signer#72) @dependabot[bot]
- Bump github.com/onsi/gomega from 1.39.0 to 1.39.1 (cloudfoundry/blobstore_url_signer#73) @dependabot[bot]
Cloud Controller Database Migrations
Pull Requests and Issues
CAPI 1.225.0
Highlights
- Stack management implementation: https://github.com/cloudfoundry/community/blob/main/toc/rfc/rfc-0045-enhance-stack-handling.md
- Support for hash-based routing: https://github.com/cloudfoundry/community/blob/main/toc/rfc/rfc-0042-hash-based-routing.md
CC API Version: 2.275.0 and 3.210.0
Service Broker API Version: 2.15
CAPI Release
- mariadb is needed because benchmarks run on elsa and olaf (#608) @kathap
- Prevent Membrane errors: don't allow blobstore_provider: nil when using fog (#607) @kathap
- Add storage_cli_optional_flags to blobstore benchmarks (#605) @kathap
- storage_cli_optional_flags config parameter (#603) @serdarozerr
- Fix blobstore benchmark errand (#604) @kathap
- Add blobstore benchmark job for performance testing (#601) @kathap
- Enable prom metrics for clock and deployment_updater (#600) @johha
- Update ruby-3.2 package to 3.2.10 from ruby-release @ari-wg-gitbot
Dependency Updates
- Bump storage-cli to 0.0.3 @ari-wg-gitbot
- Bump storage-cli to 0.0.2 @ari-wg-gitbot
- Bump Golang to go1.25.6 @ari-wg-gitbot
- Build(deps-dev): Bump rubocop-rspec from 3.8.0 to 3.9.0 in /spec (#598) @dependabot[bot]
Cloud Controller
- feat: add 'broker_catalog_ids' filter to /v3/service_offerings endpoint (cloudfoundry/cloud_controller_ng#4805) @blgm
- Stack management (cloudfoundry/cloud_controller_ng#4712) @rashedkvm
- Small file sizes were not calculated correctly, fixed now (cloudfoundry/cloud_controller_ng#4816) @kathap
- Prevent Request.current_id test state leakage (cloudfoundry/cloud_controller_ng#4808) @Samze
- Remove unused Runners methods (cloudfoundry/cloud_controller_ng#4801) @sethboyles
- Add storage_cli_optional_flags to blbostore-benchmark-schema (cloudfoundry/cloud_controller_ng#4806) @kathap
- extra flag parameter for storage-cli and logging stderr log stream (cloudfoundry/cloud_controller_ng#4795) @serdarozerr
- Add documentation for the
NO_DB_MIGRATIONenv var (cloudfoundry/cloud_controller_ng#4800) @Gerg - Storage-cli-config-files only necessary for storage-cli, make them optional (cloudfoundry/cloud_controller_ng#4797) @kathap
- Add organization / space quota audit events (cloudfoundry/cloud_controller_ng#4740) @Samze
- Blobstore provider is not required for fog, make it optional (cloudfoundry/cloud_controller_ng#4794) @kathap
- Compare fog vs storage-cli benchmarks (cloudfoundry/cloud_controller_ng#4738) @kathap
- Add buildpack audit events (cloudfoundry/cloud_controller_ng#4741) @Samze
- Bump BBS protos (cloudfoundry/cloud_controller_ng#4734) @github-actions[bot], @ari-wg-gitbot
- Load delayed job metric plugin only for cc workers (cloudfoundry/cloud_controller_ng#4783) @johha
- Dev: Add periodic Gem freshness report (cloudfoundry/cloud_controller_ng#4782) @johha
- Don't use threads to prevent 'isolation: :truncation' (cloudfoundry/cloud_controller_ng#4781) @philippthun
- Support Hash-Based Routing (cloudfoundry/cloud_controller_ng#4746) @hoffmaen
- Add db and vital metrics for clock and deployment_updater (cloudfoundry/cloud_controller_ng#4749) @johha
- Configure Dependabot to update transitive deps (cloudfoundry/cloud_controller_ng#4755) @johha
- Improve Diego task sync (cloudfoundry/cloud_controller_ng#4739) @philippthun, @johha
- Improve setup and shutdown of periodic_updater (cloudfoundry/cloud_controller_ng#4737) @philippthun
- Bump ruby to v3.2.10 (cloudfoundry/cloud_controller_ng#4752) @johha
- Fix path in UAA dev container (cloudfoundry/cloud_controller_ng#4751) @chombium
- fix: api doc links (cloudfoundry/cloud_controller_ng#4750) @peterhaochen47
- Log errors when retrying Diego requests (cloudfoundry/cloud_controller_ng#4747) @philippthun
- Don't start the MetricsWebserver when not really needed (cloudfoundry/cloud_controller_ng#4717) @philippthun
- Add audit events to stacks (cloudfoundry/cloud_controller_ng#4733) @Samze
Dependency Updates
- build(deps): bump puma from 7.1.0 to 7.2.0 (cloudfoundry/cloud_controller_ng#4793) @dependabot[bot]
- build(deps): bump nio4r from 2.7.4 to 2.7.5 (cloudfoundry/cloud_controller_ng#4770) @dependabot[bot]
- build(deps): bump thor from 1.4.0 to 1.5.0 (cloudfoundry/cloud_controller_ng#4776) @dependabot[bot]
- build(deps): bump newrelic_rpm from 9.24.0 to 10.0.0 (cloudfoundry/cloud_controller_ng#4754) @dependabot[bot]
- build(deps): bump talentbox-delayed_job_sequel from 4.3.0 to 4.4.0 (cloudfoundry/cloud_controller_ng#4727) @dependabot[bot]
- build(deps): bump mime-types-data from 3.2025.0924 to 3.2026.0113 (cloudfoundry/cloud_controller_ng#4778) @dependabot[bot]
- build(deps): bump tilt from 2.6.1 to 2.7.0 (cloudfoundry/cloud_controller_ng#4773) @dependabot[bot]
- build(deps): bump timeliness from 0.4.5 to 0.5.3 (cloudfoundry/cloud_controller_ng#4767) @dependabot[bot]
- build(deps): bump mustermann from 3.0.0 to 3.0.4 (cloudfoundry/cloud_controller_ng#4777) @dependabot[bot]
- build(deps): bump zeitwerk from 2.7.3 to 2.7.4 (cloudfoundry/cloud_controller_ng#4771) @dependabot[bot]
- build(deps): bump prism from 1.7.0 to 1.8.0 (cloudfoundry/cloud_controller_ng#4780) @dependabot[bot]
- build(deps): bump faraday-cookie_jar from 0.0.7 to 0.0.8 (cloudfoundry/cloud_controller_ng#4758) @dependabot[bot]
- build(deps): bump redis-client from 0.26.1 to 0.26.3 (cloudfoundry/cloud_controller_ng#4762) @dependabot[bot]
- build(deps): bump grpc from 1.74.1 to 1.76.0 (cloudfoundry/cloud_controller_ng#4761) @dependabot[bot]
- build(deps): bump rdoc from 7.0.1 to 7.1.0 (cloudfoundry/cloud_controller_ng#4759) @dependabot[bot]
- build(deps): bump actionpack from 8.1.1 to 8.1.2 (cloudfoundry/cloud_controller_ng#4743) @dependabot[bot]
- build(deps): bump activemodel from 8.1.1 to 8.1.2 (cloudfoundry/cloud_controller_ng#4742) @dependabot[bot]
- build(deps-dev): bump reverse_markdown from 3.0.1 to 3.0.2 (cloudfoundry/cloud_controller_ng#4792) @dependabot[bot]
- build(deps-dev): bump solargraph from 0.58.1 to 0.58.2 (cloudfoundry/cloud_controller_ng#4789) @dependabot[bot]
- build(deps-dev): bump pry from 0.15.2 to 0.16.0 (cloudfoundry/cloud_controller_ng#4784) @dependabot[bot]
- build(deps-dev): bump listen from 3.9.0 to 3.10.0 (cloudfoundry/cloud_controller_ng#4786) @dependabot[bot]
- build(deps-dev): bump byebug from 12.0.0 to 13.0.0 (cloudfoundry/cloud_controller_ng#4787) @dependabot[bot]
- build(deps-dev): bump kramdown from 2.5.1 to 2.5.2 (cloudfoundry/cloud_controller_ng#4788) @dependabot[bot]
- build(deps-dev): bump rb-inotify from 0.10.1 to 0.11.1 (cloudfoundry/cloud_controller_ng#4763) @dependabot[bot]
- build(deps-dev): bump parser from 3.3.10.0 to 3.3.10.1 (cloudfoundry/cloud_controller_ng#4772) @dependabot[bot]
- build(deps-dev): bump pry from 0.14.1 to 0.15.2 (cloudfoundry/cloud_controller_ng#4760) @dependabot[bot]
- build(deps-dev): bump rbs from 3.10.0 to 3.10.2 (cloudfoundry/cloud_controller_ng#4769) @dependabot[bot]
- build(deps-dev): bump ruby_parser from 3.8.3 to 3.22.0 (cloudfoundry/cloud_controller_ng#4775) @dependabot[bot]
- build(deps-dev): bump rspec-mocks from 3.13.6 to 3.13.7 (cloudfoundry/cloud_controller_ng#4764) @dependabot[bot]
- build(deps-dev): bump rubocop-rspec from 3.8.0 to 3.9.0 (cloudfoundry/cloud_controller_ng#4736) @dependabot[bot]
- build(deps): bump middleman-syntax from 3.4.0 to 3.6.1 in /docs/v3 (cloudfoundry/cloud_controller_ng#4590) @dependabot[bot]
- build(deps): bump json from 2.13.2 to 2.18.0 in /docs/v3 (cloudfoundry/cloud_controller_ng#4756) @dependabot[bot]
- build(deps-dev): bump linkinator from 6.1.4 to 7.5.3 in /docs/v3 (cloudfoundry/cloud_controller_ng#4725) @dependabot[bot]
code.cloudfoundry.org/cc-uploader
Dependency Updates
- Bump code.cloudfoundry.org/debugserver from 0.81.0 to 0.82.0 (cloudfoundry/cc-uploader#336) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.58.0 to 3.59.0 (cloudfoundry/cc-uploader#335) @dependabot[bot]
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.66.0 to 2.67.0 (cloudfoundry/cc-uploader#334) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.80.0 to 0.81.0 (cloudfoundry/cc-uploader#333) @dependabot[bot]
- Bump code.cloudfoundry.org/tlsconfig from 0.42.0 to 0.43.0 (cloudfoundry/cc-uploader#330) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.57.0 to 3.58.0 (cloudfoundry/cc-uploader#331) @dependabot[bot]
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.65.0 to 2.66.0 (cloudfoundry/cc-uploader#329) @dependabot[bot]
- Bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.4 (cloudfoundry/cc-uploader#328) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.79.0 to 0.80.0 (cloudfoundry/cc-uploader#325) @dependabot[bot]
- Bump github.com/onsi/gomega from 1.38.3 to 1.39.0 (cloudfoundry/cc-uploader#327) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.56.0 to 3.57.0 (cloudfoundry/cc-uploader#326) @dependabot[bot]
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.64.0 to 2.65.0 (cloudfoundry/cc-uploader#324) @dependabot[bot]
code.cloudfoundry.org/tps
Dependency Updates
- Bump code.cloudfoundry.org/debugserver from 0.81.0 to 0.82.0 (cloudfoundry/tps#365) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.58.0 to 3.59.0 (cloudfoundry/tps#367) @dependabot[bot]
- Bump code.cloudfoundry.org/diego-logging-client from 0.87.0 to 0.88.0 (cloudfoundry/tps#368) @dependabot[bot]
- Bump code.cloudfoundry.org/localip from 0.60.0 to 0.61.0 (cloudfoundry/...
CAPI 1.224.0
Highlights
CC API Version: 2.274.0 and 3.209.0
Service Broker API Version: 2.15
CAPI Release
- Storage CLI Client (#595) @serdarozerr
Dependency Updates
- Bump nginx to 1.28.1 @ari-wg-gitbot
- Build(deps): Bump actions/checkout from 5 to 6 (#592) @dependabot[bot]
- Build(deps-dev): Bump rubocop from 1.82.0 to 1.82.1 in /spec (#597) @dependabot[bot]
- Build(deps-dev): Bump rubocop from 1.81.7 to 1.82.0 in /spec (#596) @dependabot[bot]
Cloud Controller
- Storage CLI Client (cloudfoundry/cloud_controller_ng#4706) @serdarozerr
- Fix shutdown of periodic_updater (cloudfoundry/cloud_controller_ng#4711) @jochenehret
- Update Sinatra to 4.2 and Rack to 3.2 (cloudfoundry/cloud_controller_ng#4707) @jochenehret
- Try to fix Errno::EADDRINUSE in metrics_spec (cloudfoundry/cloud_controller_ng#4710) @jochenehret
- TNZ-69318 Persist and present broker_provided_metadata (cloudfoundry/cloud_controller_ng#4699) @atanas-attodorov-wq
- don't return the same route multiple times when shared to more then 2 spaces (cloudfoundry/cloud_controller_ng#4702) @Benjamintf1
- Better mechanism for running delayed jobs inline (cloudfoundry/cloud_controller_ng#4700) @philippthun
- Remove superfluous db query (with 1=0 clause) (cloudfoundry/cloud_controller_ng#4697) @philippthun
Dependency Updates
- build(deps): bump fog-google from 1.26.0 to 1.27.0 (cloudfoundry/cloud_controller_ng#4735) @dependabot[bot]
- build(deps): bump public_suffix from 7.0.0 to 7.0.2 (cloudfoundry/cloud_controller_ng#4731) @dependabot[bot]
- build(deps): bump sequel from 5.99.0 to 5.100.0 (cloudfoundry/cloud_controller_ng#4728) @dependabot[bot]
- build(deps): bump nokogiri from 1.18.10 to 1.19.0 (cloudfoundry/cloud_controller_ng#4720) @dependabot[bot]
- build(deps): bump json-schema from 6.0.0 to 6.1.0 (cloudfoundry/cloud_controller_ng#4718) @dependabot[bot]
- build(deps): bump sequel_pg from 1.18.1 to 1.18.2 (cloudfoundry/cloud_controller_ng#4716) @dependabot[bot]
- build(deps): bump sequel_pg from 1.18.0 to 1.18.1 (cloudfoundry/cloud_controller_ng#4709) @dependabot[bot]
- build(deps): bump openssl from 3.3.2 to 4.0.0 (cloudfoundry/cloud_controller_ng#4704) @dependabot[bot]
- build(deps): bump concurrent-ruby from 1.3.5 to 1.3.6 (cloudfoundry/cloud_controller_ng#4705) @dependabot[bot]
- build(deps): bump peter-evans/create-pull-request from 7 to 8 (cloudfoundry/cloud_controller_ng#4698) @dependabot[bot]
- build(deps): bump oj from 3.16.12 to 3.16.13 (cloudfoundry/cloud_controller_ng#4695) @dependabot[bot]
- build(deps): bump newrelic_rpm from 9.23.0 to 9.24.0 (cloudfoundry/cloud_controller_ng#4694) @dependabot[bot]
- build(deps-dev): bump solargraph from 0.58.0 to 0.58.1 (cloudfoundry/cloud_controller_ng#4732) @dependabot[bot]
- build(deps-dev): bump rubocop-rails from 2.34.2 to 2.34.3 (cloudfoundry/cloud_controller_ng#4730) @dependabot[bot]
- build(deps-dev): bump pg from 1.6.2 to 1.6.3 (cloudfoundry/cloud_controller_ng#4721) @dependabot[bot]
- build(deps-dev): bump solargraph from 0.57.0 to 0.58.0 (cloudfoundry/cloud_controller_ng#4729) @dependabot[bot]
- build(deps-dev): bump rubocop from 1.82.0 to 1.82.1 (cloudfoundry/cloud_controller_ng#4719) @dependabot[bot]
- build(deps-dev): bump webrick from 1.9.1 to 1.9.2 (cloudfoundry/cloud_controller_ng#4715) @dependabot[bot]
- build(deps-dev): bump debug from 1.11.0 to 1.11.1 (cloudfoundry/cloud_controller_ng#4714) @dependabot[bot]
- build(deps-dev): bump rubocop from 1.81.7 to 1.82.0 (cloudfoundry/cloud_controller_ng#4708) @dependabot[bot]
- build(deps): bump nokogiri from 1.18.10 to 1.19.0 in /docs/v3 (cloudfoundry/cloud_controller_ng#4722) @dependabot[bot]
- build(deps-dev): bump express from 5.2.0 to 5.2.1 in /docs/v3 (cloudfoundry/cloud_controller_ng#4724) @dependabot[bot]
- build(deps-dev): bump qs from 6.14.0 to 6.14.1 in /docs/v3 (cloudfoundry/cloud_controller_ng#4726) @dependabot[bot]
- build(deps-dev): bump glob from 11.1.0 to 13.0.0 in /docs/v3 (cloudfoundry/cloud_controller_ng#4723) @dependabot[bot]
code.cloudfoundry.org/cc-uploader
Dependency Updates
- Bump code.cloudfoundry.org/debugserver from 0.78.0 to 0.79.0 (cloudfoundry/cc-uploader#323) @dependabot[bot]
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.63.0 to 2.64.0 (cloudfoundry/cc-uploader#322) @dependabot[bot]
- Bump code.cloudfoundry.org/tlsconfig from 0.41.0 to 0.42.0 (cloudfoundry/cc-uploader#321) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.55.0 to 3.56.0 (cloudfoundry/cc-uploader#320) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.77.0 to 0.78.0 (cloudfoundry/cc-uploader#319) @dependabot[bot]
- Bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 (cloudfoundry/cc-uploader#318) @dependabot[bot]
- Bump github.com/onsi/gomega from 1.38.2 to 1.38.3 (cloudfoundry/cc-uploader#317) @dependabot[bot]
- Bump code.cloudfoundry.org/tlsconfig from 0.40.0 to 0.41.0 (cloudfoundry/cc-uploader#316) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.76.0 to 0.77.0 (cloudfoundry/cc-uploader#315) @dependabot[bot]
- Bump actions/checkout from 5 to 6 (cloudfoundry/cc-uploader#314) @dependabot[bot]
code.cloudfoundry.org/tps
Dependency Updates
- Bump code.cloudfoundry.org/diego-logging-client from 0.83.0 to 0.85.0 (cloudfoundry/tps#350) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.78.0 to 0.79.0 (cloudfoundry/tps#349) @dependabot[bot]
- Bump code.cloudfoundry.org/localip from 0.57.0 to 0.58.0 (cloudfoundry/tps#347) @dependabot[bot]
- Bump code.cloudfoundry.org/diego-logging-client from 0.82.0 to 0.83.0 (cloudfoundry/tps#346) @dependabot[bot]
- Bump code.cloudfoundry.org/clock from 1.55.0 to 1.56.0 (cloudfoundry/tps#344) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.55.0 to 3.56.0 (cloudfoundry/tps#345) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.77.0 to 0.78.0 (cloudfoundry/tps#343) @dependabot[bot]
- Bump code.cloudfoundry.org/diego-logging-client from 0.79.0 to 0.82.0 (cloudfoundry/tps#340) @dependabot[bot]
- Bump github.com/onsi/gomega from 1.38.2 to 1.38.3 (cloudfoundry/tps#342) @dependabot[bot]
- Bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 (cloudfoundry/tps#341) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.76.0 to 0.77.0 (cloudfoundry/tps#339) @dependabot[bot]
- Bump actions/checkout from 5 to 6 (cloudfoundry/tps#337) @dependabot[bot]
github.com/cloudfoundry/blobstore_url_signer
Dependency Updates
- Bump github.com/onsi/gomega from 1.38.2 to 1.38.3 (cloudfoundry/blobstore_url_signer#67) @dependabot[bot]
- Bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 (cloudfoundry/blobstore_url_signer#68) @dependabot[bot]
- Bump actions/checkout from 5 to 6 (cloudfoundry/blobstore_url_signer#66) @dependabot[bot]
Cloud Controller Database Migrations
CAPI 1.223.0
Highlights
CC API Version: 2.273.0 and 3.208.0
Service Broker API Version: 2.15
CAPI Release
- Remove deprecated Thin and Redis config parameters (#591) @jochenehret
Dependency Updates
- Bump Golang to go1.25.5 @ari-wg-gitbot
- Bump Golang to go1.25.4 @ari-wg-gitbot
Cloud Controller
- File-based-service-bindings: improved errors (cloudfoundry/cloud_controller_ng#4693) @philippthun
- Remove "Thin" webserver (cloudfoundry/cloud_controller_ng#4670) @jochenehret
- Bump Bundler Version in Gemfile.lock and docs/v3/Gemfile.lock (cloudfoundry/cloud_controller_ng#4692) @github-actions[bot], @ari-wg-gitbot
- Bump BBS protos (cloudfoundry/cloud_controller_ng#4660) @github-actions[bot], @ari-wg-gitbot
- Add workflow to bump Bundler version automatically (cloudfoundry/cloud_controller_ng#4688) @philippthun
- Add workflow to bump Bundler version automatically (cloudfoundry/cloud_controller_ng#4684) @philippthun
- build(deps): bump golang.org/x/crypto (cloudfoundry/cloud_controller_ng#4667) @dependabot[bot]
- Properly shut down Concurrent::TimerTasks when Puma is stopped (cloudfoundry/cloud_controller_ng#4681) @jochenehret
- Add idempotent droplet creation (cloudfoundry/cloud_controller_ng#4650) @kathap
- Remove unneeded "json_pure" Gem (cloudfoundry/cloud_controller_ng#4677) @jochenehret
- Remove Space Developer role in the Update Stack V3 API documentation (cloudfoundry/cloud_controller_ng#4674) @rashedkvm
- Update API docs for "UAA client" users (cloudfoundry/cloud_controller_ng#4668) @Gerg
- Remove EventMachine from Puma (cloudfoundry/cloud_controller_ng#4661) @jochenehret
- Add loggregator-metron mock to devconfig (cloudfoundry/cloud_controller_ng#4666) @tomkennedy513
Dependency Updates
- build(deps): bump actions/checkout from 5 to 6 (cloudfoundry/cloud_controller_ng#4669) @dependabot[bot]
- build(deps): bump sequel_pg from 1.17.2 to 1.18.0 (cloudfoundry/cloud_controller_ng#4689) @dependabot[bot]
- build(deps): bump sequel from 5.98.0 to 5.99.0 (cloudfoundry/cloud_controller_ng#4690) @dependabot[bot]
- build(deps): bump public_suffix from 6.0.2 to 7.0.0 (cloudfoundry/cloud_controller_ng#4675) @dependabot[bot]
- build(deps-dev): bump rubocop-rails from 2.34.1 to 2.34.2 (cloudfoundry/cloud_controller_ng#4691) @dependabot[bot]
- build(deps-dev): bump rubocop-rails from 2.33.4 to 2.34.1 (cloudfoundry/cloud_controller_ng#4671) @dependabot[bot]
- build(deps-dev): bump express from 5.1.0 to 5.2.0 in /docs/v3 (cloudfoundry/cloud_controller_ng#4685) @dependabot[bot]
Cloud Controller Database Migrations
None
CAPI 1.222.0
Highlights
CC API Version: 2.272.0 and 3.207.0
Service Broker API Version: 2.15
CAPI Release
None
Cloud Controller
- Restore service binding ordering in sys env presenter (cloudfoundry/cloud_controller_ng#4665) @Samze
- Add user agent to telemetry (cloudfoundry/cloud_controller_ng#4654) @nookala
- Regenerate diego and locket certificates (cloudfoundry/cloud_controller_ng#4664) @tomkennedy513
Dependency Updates
- build(deps-dev): bump glob from 11.0.3 to 11.1.0 in /docs/v3 (cloudfoundry/cloud_controller_ng#4663) @dependabot[bot]
code.cloudfoundry.org/cc-uploader
Dependency Updates
- Bump code.cloudfoundry.org/cfhttp/v2 from 2.62.0 to 2.63.0 (cloudfoundry/cc-uploader#312) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.54.0 to 3.55.0 (cloudfoundry/cc-uploader#311) @dependabot[bot]
- Bump code.cloudfoundry.org/tlsconfig from 0.39.0 to 0.40.0 (cloudfoundry/cc-uploader#313) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.75.0 to 0.76.0 (cloudfoundry/cc-uploader#310) @dependabot[bot]
code.cloudfoundry.org/tps
Dependency Updates
- Bump code.cloudfoundry.org/localip from 0.56.0 to 0.57.0 (cloudfoundry/tps#334) @dependabot[bot]
- Bump code.cloudfoundry.org/clock from 1.54.0 to 1.55.0 (cloudfoundry/tps#335) @dependabot[bot]
- Bump code.cloudfoundry.org/debugserver from 0.75.0 to 0.76.0 (cloudfoundry/tps#333) @dependabot[bot]
- Bump code.cloudfoundry.org/lager/v3 from 3.54.0 to 3.55.0 (cloudfoundry/tps#332) @dependabot[bot]
Cloud Controller Database Migrations
None