Skip to content

Releases: cloudfoundry/cf-deployment

v43.3.0

11 Sep 13:34
Compare
Choose a tag to compare

Notices

Updated Ops-files

Example otel collector vars file now has examples for all signal types #1203

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.3.0 1.3.2
credhub 2.12.88 2.12.89
cflinuxfs4 1.123.0 1.138.0
cf-smoke-tests 42.0.158 42.0.162
nats 56.23.0 56.24.0
routing 0.307.0 0.310.0
loggregator-agent 8.1.6 8.2.1
backup-and-restore-sdk 1.19.29 1.19.31
otel-collector 0.7.0 0.10.0
syslog 12.3.1 12.3.2
cflinuxfs4-compat 1.122.0 1.138.0

v43.2.0

10 Sep 22:59
Compare
Choose a tag to compare

Stemcell Updates

Release Old Version New Version
ubuntu-jammy 1.531 1.555
stemcell-only

v43.1.0

29 Aug 10:35
Compare
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
cf-networking 3.48.0 3.49.0
capi 1.190.0 1.191.0
cflinuxfs4 1.121.0 1.123.0
garden-runc 1.54.0 1.55.0
pxc 1.0.30 1.0.31
routing 0.306.0 0.307.0
silk 3.48.0 3.49.0
mapfs 1.2.79 1.2.80
cflinuxfs4-compat 1.121.0 1.122.0
winc 2.26.0 2.27.0

v43.0.0

27 Aug 09:11
Compare
Choose a tag to compare

Notices

⚠️ CAPI release v1.190.0 contains an issue where cloud controller fails to start when upgrading from an older CAPI release. See cloudfoundry/capi-release/issues/463 for details. The issue has been fixed with CAPI release v1.191.0 which is part of cf-deployment v43.1.0.

Manifest Updates

Due to the NATS v2 upgrade, the default NATS VM size has been increased from "minimal" to "medium". On BOSH Lite, the size has been set to "small". PRs are #1196 and #1197.

As this increases the VM footprint of the cf-deployment, we ship a major release.

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
capi 1.189.0 1.190.0
credhub 2.12.87 2.12.88
cflinuxfs4 1.116.0 1.121.0
cf-smoke-tests 42.0.156 42.0.158
dotnet-core-buildpack 2.4.31 2.4.32
go-buildpack 1.10.21 1.10.22
r-buildpack 1.2.13 1.2.14
nginx-buildpack 1.2.17 1.2.18
php-buildpack 4.6.22 4.6.23
routing 0.304.0 0.306.0
python-buildpack 1.8.27 1.8.28
cf-cli 1.65.0 1.66.0
backup-and-restore-sdk 1.19.28 1.19.29
cflinuxfs4-compat 1.116.0 1.121.0

v42.6.0

23 Aug 22:14
Compare
Choose a tag to compare

Stemcell Updates

Release Old Version New Version
ubuntu-jammy 1.529 1.531
stemcell-only

v42.5.0

21 Aug 19:29
Compare
Choose a tag to compare

Stemcell Updates

Release Old Version New Version
ubuntu-jammy 1.506 1.529
stemcell-only

v42.4.0

21 Aug 13:17
Compare
Choose a tag to compare

Notices

Operators can create ASGs with comma-delimited destinations. For example, the following ASG definition is valid:

[
 {
   "protocol": "tcp",
   "destination": "1.2.3.4,10.0.0.0/24,25.0.0.0-26.0.0.0",
   "ports": "65432",
   "description": "Valid comma delimited list of destinations"
 }
]

See #1193 for all details.

Manifest Updates

The cloud_controller_ng job now has this configuration added:

        security_groups:
          enable_comma_delimited_destinations: true

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.47.0 3.48.0
nats 56.22.0 56.23.0
pxc 1.0.29 1.0.30
silk 3.47.0 3.48.0
backup-and-restore-sdk 1.19.27 1.19.28
windows2019fs 2.67.0 2.68.0
windowsfs 2.67.0 2.68.0
smb-volume 3.1.74 3.2.0

v42.3.0

19 Aug 09:36
Compare
Choose a tag to compare

Manifest Updates

The new Cloud Native Buildpack (cnb) lifecycle is now enabled per default in the manifest. For details, see https://github.com/cloudfoundry/community/blob/main/toc/rfc/rfc-0028-cnb-lifecycle.md.

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
capi 1.188.0 1.189.0
bpm 1.2.23 1.3.0
cf-smoke-tests 42.0.154 42.0.156
diego 2.101.0 2.102.0
credhub 2.12.85 2.12.87
routing 0.301.0 0.304.0
loggregator-agent 8.1.5 8.1.6
uaa 77.14.0 77.15.0
windows2019 2019.75 2019.76
otel-collector 0.6.1 0.7.0
backup-and-restore-sdk 1.19.25 1.19.27

v42.2.0

02 Aug 09:37
Compare
Choose a tag to compare

Notices

⚠️ This release is affected by a known issue with routing-release v0.301.0 for users who use both Postgres for the Cloud Foundry database and TCP Routes. This will be fixed in a future release. Users who use both Postgres and TCP Routes should not upgrade to this version. This only applies if Postgres is used for the core Cloud Foundry databases, not if apps use Postgres services. See cloudfoundry/routing-api#57 for more details. ⚠️

Manifest Updates

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
capi 1.187.0 1.188.0 - add experimental canary deployment feature
diego 2.100.0 2.101.0 - add support for cloud native buildpacks (CNB)
credhub 2.12.84 2.12.85
cflinuxfs4 1.111.0 1.116.0
garden-runc 1.53.0 1.54.0
nats 56.21.0 56.22.0
loggregator 107.0.14 107.0.16
statsd-injector 1.11.41 1.11.42
log-cache 3.1.1 3.1.4
loggregator-agent 8.1.3 8.1.5
haproxy 14.2.0+2.8.10 14.3.0+2.8.10
cflinuxfs4-compat 1.111.0 1.116.0
syslog 12.3.0 12.3.1
system-metrics-scraper 4.0.9 4.0.10
system-metrics 3.0.7 3.0.8
backup-and-restore-sdk 1.19.24 1.19.25
otel-collector 0.6.0 0.6.1
envoy-nginx 0.25.0 0.26.0
winc 2.25.0 2.26.0

v42.1.0

29 Jul 19:56
Compare
Choose a tag to compare

Notices

⚠️ This release is affected by a known issue with routing-release v0.301.0 for users who use both Postgres for the Cloud Foundry database and TCP Routes. This will be fixed in a future release. Users who use both Postgres and TCP Routes should not upgrade to this version. This only applies if Postgres is used for the core Cloud Foundry databases, not if apps use Postgres services. See cloudfoundry/routing-api#57 for more details. ⚠️

Stemcell Updates

Release Old Version New Version
ubuntu-jammy 1.492 1.506
stemcell-only