v2.1.1
Known Issue
This release of cf-genesis-kit uses version v0.212.0 of Cloud Foundry's routing release, which has an identified issue that affects Spring applications: https://github.com/cloudfoundry/routing-release/releases/tag/0.209.0
The Fix:
Genesis users can change the version of the routing release to v0.208.0 (which does not have the issue) by simply placing the following block at the top level of the Genesis CF environment yml
file:
releases:
- name: "routing"
version: "0.208.0"
url: "https://bosh.io/d/github.com/cloudfoundry/routing-release?v=0.208.0"
sha1: "537d8303a083fb4efa5dadf24411fa4758e25b68"
Improvements
- Adds
no-tcp-routers
feature for systems that don't need TCP routing.
Bug Fix
- Adds to vm_extension list instead of overwrite existing extensions when specifying ssh-proxy-on-routers feature
Release updates:
Name | Version | Changed |
---|---|---|
binary-buildpack | 1.0.36 | no |
bosh-dns-aliases | 0.0.3 | no |
bpm | 1.1.9 | no |
capi | 1.107.0 | no |
cf-cli | 1.32.0 | no |
cf-networking | 2.35.0 | no |
cf-smoke-tests | 41.0.2 | no |
cflinuxfs3 | 0.229.0 | no |
credhub | 2.9.0 | no |
diego | 2.49.0 | no |
dotnet-core-buildpack | 2.3.24 | no |
garden-runc | 1.19.19 | no |
go-buildpack | 1.9.27 | no |
haproxy | 9.8.0 | no |
java-buildpack | 4.36 | no |
log-cache | 2.10.0 | no |
loggregator | 106.5.0 | no |
loggregator-agent | 6.2.0 | no |
metrics-discovery | 3.0.3 | no |
nats | 39 | no |
nginx-buildpack | 1.1.21 | no |
nodejs-buildpack | 1.7.44 | no |
php-buildpack | 4.4.33 | no |
postgres | 43 | no |
pxc | 0.33.0 | no |
python-buildpack | 1.7.32 | no |
r-buildpack | 1.1.13 | no |
routing | 0.212.0 | no |
ruby-buildpack | 1.8.33 | no |
silk | 2.35.0 | no |
staticfile-buildpack | 1.5.16 | no |
statsd-injector | 1.11.15 | no |
uaa | 75.0.0 | no |