Skip to content

Releases: cloudfoundry/cf-deployment

v56.0.0

04 May 13:37

Choose a tag to compare

🚨 💥 This release contains breaking changes. 💥 🚨

⚠️ ⚠️ java-buildpack 5.0.1 is a major version bump and may contain incompatible changes. Please review the release notes before upgrading. ⚠️ ⚠️

Breaking Changes

The default stemcell has changed from ubuntu-jammy to ubuntu-noble. Operators who need to stay on Jammy, should add operations/use-jammy-stemcell.yml to their deploy scripts.

Deleted Ops-files

Deleted operations/use-noble-stemcell.yml and operations/experimental/use-noble-stemcell.yml as ubuntu-noble is now the default stemcell. #1331

Release Updates

Warning: The Release Notes column only highlights noteworthy updates for each release bump. However, it is not exhaustive and we recommend you visit the actual release notes below before every upgrade.

Release Old Version New Version Release Notes
cf-smoke-tests 42.0.256 42.0.258
cf-networking 3.109.0 3.112.1
capi 1.231.0 1.232.0
bpm 1.4.29 1.4.30
diego 2.134.0 2.135.0
credhub 2.15.3 2.15.6
garden-runc 1.87.0 1.89.0
nats 57.3.0 57.4.0
loggregator 107.0.26 107.0.27
java-buildpack 4.77.0 5.0.1
pxc 2.0.1 2.0.3
php-buildpack 5.0.1 5.0.3
routing 0.375.0 0.380.0
silk 3.109.0 3.112.1
log-cache 3.2.6 3.2.8
loggregator-agent 8.3.17 8.3.19
uaa 78.10.0 78.12.0
statsd-injector 1.11.53 1.11.54
ubuntu-jammy 1.1183
cf-cli 2.7.0 2.8.0
ubuntu-noble 1.333
system-metrics-scraper 4.0.24 4.0.25
system-metrics 3.0.18 3.0.19
syslog 12.3.17 12.3.20
haproxy 16.5.0+3.2.14 16.8.0+3.2.16
nfs-volume 7.56.0 7.58.0
smb-volume 3.56.0 3.60.0
otel-collector 0.11.7 0.11.8
windowsfs 2.92.0 2.93.0
postgres 53.1.2 54.0.0
windows2019 2019.96 2019.98
winc 2.61.0 2.64.0
envoy-nginx 0.63.0 0.67.0

v55.5.0

21 Apr 22:21

Choose a tag to compare

Stemcell Updates

Release Old Version New Version
ubuntu-jammy 1.1143 1.1183
stemcell-only

v55.4.0

09 Apr 17:39

Choose a tag to compare

Stemcell Updates

Release Old Version New Version
ubuntu-jammy 1.1123 1.1143
stemcell-only

v55.3.0

08 Apr 13:45

Choose a tag to compare

Release Updates

Warning: The Release Notes column only highlights noteworthy updates for each release bump. However, it is not exhaustive and we recommend you visit the actual release notes below before every upgrade.

Release Old Version New Version Release Notes
bpm 1.4.28 1.4.29
cf-smoke-tests 42.0.255 42.0.256
cf-networking 3.108.0 3.109.0
diego 2.133.0 2.134.0
routing 0.374.0 0.375.0
silk 3.108.0 3.109.0
backup-and-restore-sdk 1.19.53 1.19.54
system-metrics 3.0.17 3.0.18
otel-collector 0.11.6 0.11.7
smb-volume 3.55.0 3.56.0
nfs-volume 7.55.0 7.56.0

v55.2.0

02 Apr 12:09

Choose a tag to compare

Notices

Hash-Based Load Balancing (Experimental)

This release introduces Hash-Based Load Balancing — a new load-balancing algorithm that distributes requests to application instances based on HTTP header values.

Key Features:

  • Routes requests with identical header values to the same application instance.
  • Supports an optional balance factor to prevent instance overload.
  • Can be configured via app manifest routing options.

Note: This experimental feature can be enabled via the CF feature flag hash_based_routing. Use at your own risk, and please provide feedback or report any issues you encounter. For detailed documentation, see: https://docs.cloudfoundry.org/devguide/hash-based-routing.html.

Ops-files

Updated Ops-files

The ops file use-s3-blobstore.yml now uses the Storage CLI implementation instead of Fog.

Release Updates

Warning: The Release Notes column only highlights noteworthy updates for each release bump. However, it is not exhaustive and we recommend you visit the actual release notes below before every upgrade.

Release Old Version New Version Release Notes
credhub 2.15.2 2.15.3
cflinuxfs4 1.320.0 1.321.0
cf-smoke-tests 42.0.254 42.0.255
cf-networking 3.107.0 3.108.0
capi 1.230.0 1.231.0
bpm 1.4.27 1.4.28
garden-runc 1.86.0 1.87.0
nats 57.1.0 57.3.0
loggregator 107.0.25 107.0.26
routing 0.372.0 0.374.0
silk 3.107.0 3.108.0
statsd-injector 1.11.52 1.11.53
log-cache 3.2.5 3.2.6
loggregator-agent 8.3.15 8.3.17
windowsfs 2.91.0 2.92.0
system-metrics-scraper 4.0.23 4.0.24
nfs-volume 7.54.0 7.55.0
postgres 53.0.3 53.1.2
smb-volume 3.53.0 3.55.0
syslog 12.3.16 12.3.17
cflinuxfs4-compat 1.320.0 1.321.0
winc 2.60.0 2.61.0
envoy-nginx 0.61.0 0.63.0
backup-and-restore-sdk 1.19.51 1.19.53

v55.1.0

26 Mar 23:02

Choose a tag to compare

Stemcell Updates

Release Old Version New Version
ubuntu-jammy 1.1107 1.1123
stemcell-only

v55.0.0

23 Mar 14:35

Choose a tag to compare

Notices

🚨 💥 ⚠️ This release contains breaking changes. ⚠️ 💥 🚨

Routing-release v0.372.0+ applies secure-by-default configuration, blocking route-service access to internal network ranges. This fixes CVE-2026-22726. Pay attention to the release notes: https://github.com/cloudfoundry/routing-release/releases/tag/v0.372.0

Release Updates

Warning: The Release Notes column only highlights noteworthy updates for each release bump. However, it is not exhaustive and we recommend you visit the actual release notes below before every upgrade.

Release Old Version New Version Release Notes
cf-networking 3.105.0 3.107.0
capi 1.229.0 1.230.0
bpm 1.4.26 1.4.27
diego 2.130.0 2.133.0
credhub 2.15.1 2.15.2
cflinuxfs4 1.317.0 1.320.0
nats 56.76.0 57.1.0
pxc 2.0.0 2.0.1
routing 0.368.0 0.372.0
silk 3.105.0 3.107.0
uaa 78.8.0 78.10.0
windows2019fs 2.91.0 2.92.0
haproxy 16.4.0+3.2.13 16.5.0+3.2.14
metric-store 1.8.2 1.8.3
nfs-volume 7.53.0 7.54.0
cflinuxfs4-compat 1.317.0 1.320.0
windows2019 2019.95 2019.96
winc 2.59.0 2.60.0
smb-volume 3.52.0 3.53.0

v54.14.0

13 Mar 21:28

Choose a tag to compare

Stemcell Updates

Release Old Version New Version
ubuntu-jammy 1.1091 1.1107
stemcell-only

v54.13.0

10 Mar 12:49

Choose a tag to compare

Release Updates

Warning: The Release Notes column only highlights noteworthy updates for each release bump. However, it is not exhaustive and we recommend you visit the actual release notes below before every upgrade.

Release Old Version New Version Release Notes
diego 2.129.0 2.130.0
credhub 2.15.0 2.15.1
cflinuxfs4 1.315.0 1.317.0
cf-smoke-tests 42.0.252 42.0.254
cf-networking 3.103.0 3.105.0
garden-runc 1.85.0 1.86.0
routing 0.367.0 0.368.0
silk 3.103.0 3.105.0
cf-cli 2.6.0 2.7.0
smb-volume 3.51.0 3.52.0
cflinuxfs4-compat 1.315.0 1.317.0
nfs-volume 7.52.0 7.53.0
winc 2.57.0 2.59.0
envoy-nginx 0.60.0 0.61.0
backup-and-restore-sdk 1.19.49 1.19.51

v54.12.0

05 Mar 14:07

Choose a tag to compare

Stemcell Updates

Release Old Version New Version
ubuntu-jammy 1.1065 1.1091
stemcell-only