These are the release notes for VMware Tanzu Application Service for VMs (TAS for VMs) v2.13.
TAS for VMs is certified by the Cloud Foundry Foundation for 2023.
For more information about the Cloud Foundry Certified Provider Program, see How Do I Become a Certified Provider? on the Cloud Foundry website.
Because VMware uses the Percona Distribution for MySQL, expect a time lag between Oracle releasing a MySQL patch and VMware releasing TAS for VMs containing that patch.
Required Cloud Foundry Command-Line Interface (cf CLI) version: You must install cf CLI v7 or cf CLI v8 when you upgrade to or use TAS for VMs v2.13. For more information, see Upgrading to cf CLI v7 and Upgrading to cf CLI v8.
Release Date: 11/10/2023
1.18.1060.0.381.2.111.133.12250.1.03.35.00.378.02.12.512.84.01.44.01.2.493.2.2010.7.056.12.07.1.4146.0.04.6.112.13.406674.0.740.58.01.8.150.284.03.35.03.1.4011.8.144.0.474.5.92| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.730 | |
| backup-and-restore-sdk | 1.18.106 |
v1.18.106## Dependencies * **storage:** Updated to v1.34.1. v1.18.105## Changes * Bump mysql from 5.7.43 to 5.7.44 (#1318) * Bump mysql from 8.0.34 to 8.0.35 (#1319) ## Dependencies * **gomega:** Updated to v1.29.0. |
| binary-offline-buildpack | 1.1.7 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.38 |
v0.0.38
## What's Changed
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/bosh-system-metrics-forwarder-release/compare/v0.0.37...v0.0.38
|
| bpm | 1.2.11 | |
| capi | 1.133.12 |
1.133.12
Create final release 1.133.12
|
| cf-autoscaling | 250.1.0 |
v250.1.0
## What's Changed
* Retry when setting all rules (such as via `cf configure-autoscaling`) if the attempt to update the rules fails.
* Bump dependencies
**Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v250.0.0...v250.1.0
|
| cf-cli | 1.50.0 | |
| cf-networking | 3.35.0 |
v3.35.0
## Changes
- Increase default value for `max_policies_per_app_source` from 50 to 150. Thanks SO MUCH @ameowlia !
- 🐛 Bug fix: update the policy-server `last_updated` timestamp to have microsecond precision. Previously it had second level precision, this created a race condition when multiple c2c policies were updated at nearly the same time, but the vxlan-policy-agent would only pick up the first update. Thank you @geofffranks [for this PR](https://github.com/cloudfoundry/cf-networking-release/pull/247)!
## Bosh Job Spec changes:
```diff
diff --git a/jobs/policy-server/spec b/jobs/policy-server/spec
index a6043136..0d9f5157 100644
--- a/jobs/policy-server/spec
+++ b/jobs/policy-server/spec
@@ -58,7 +58,7 @@ properties:
max_policies_per_app_source:
description: "Maximum policies a space developer may configure for an application source. Does not affect admin users."
- default: 50
+ default: 150
```
## ✨ Built with go 1.21.3
**Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.34.0...v3.35.0
## Resources
- [Download release 3.35.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.35.0).
|
| cflinuxfs3 | 0.378.0 |
v0.378.0
This release ships with cflinuxfs3 version 0.378.0. For more information, see the [release notes](https://github.com/pivotal-cf/tanzu-cflinuxfs3/releases/tag/0.378.0)
v0.377.0
This release ships with cflinuxfs3 version 0.377.0. For more information, see the [release notes](https://github.com/pivotal-cf/tanzu-cflinuxfs3/releases/tag/0.377.0)
|
| count-cores-indicator | 2.0.0 | |
| credhub | 2.12.51 |
2.12.51
## What's Changed
* Build(deps): Bump rubocop-ast from 1.29.0 to 1.30.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/165
* Build(deps): Bump racc from 1.7.1 to 1.7.2 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/166
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.50...2.12.51
2.12.50
## What's Changed
### Security Fixes
- Bump various dependencies
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.49...2.12.50
|
| diego | 2.84.0 |
v2.84.0
## Changes
- Bumps envoy to [v1.28.0](https://github.com/envoyproxy/envoy/releases/tag/v1.28.0)
- BBS DesiredLRPHandler now sends Stop/Update LRP requests to rep in parallel - Thanks @vlast3k!
- Log rate limit metrics are no longer generated for tasks - Thanks @mkocher!
- App Logs will now emit messages for when they run pre-start scripts and when they invoke the startup command, to make troubleshooting just that much easier - Thanks @Gerg!
## Bosh Job Spec changes:
```diff
diff --git a/jobs/vizzini/spec b/jobs/vizzini/spec
index 6ff53c654..a3bbc5fb2 100644
--- a/jobs/vizzini/spec
+++ b/jobs/vizzini/spec
@@ -1,7 +1,7 @@
---
name: vizzini
packages:
- - golang-1-linux
+ - golang-1.21-linux
- vizzini
templates:
```
## ✨ Built with go 1.21.3
**Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.83.0...v2.84.0
## Resources
- [Download release v2.84.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.84.0).
|
| dotnet-core-offline-buildpack | 2.4.17 | |
| garden-runc | 1.44.0 |
v1.44.0
## Changes
- Change user for grootfs test
- Bump golang to 1.21.4
## ✨ Built with go 1.21.4
**Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.43.0...v1.44.0
## Resources
- [Download release v1.44.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.44.0).
v1.43.0
## Changes
- The `garden-healthchecker` process was found to be too aggressive when evaluating and acting upon failed healthchecks. It has been removed.
## Bosh Job Spec changes:
```diff
diff --git a/jobs/garden/spec b/jobs/garden/spec
index 125909ed..0d2a8fb4 100644
--- a/jobs/garden/spec
+++ b/jobs/garden/spec
@@ -23,7 +23,6 @@ templates:
bin/containerd_utils.erb: bin/containerd_utils
bin/pre-start: bin/pre-start
bin/post-start: bin/post-start
- config/healthchecker.yml.erb: config/healthchecker.yml
packages:
- guardian
@@ -309,7 +308,3 @@ properties:
logging.format.timestamp:
description: "Format for timestamp in component logs. Valid values are 'unix-epoch' and 'rfc3339'."
default: "unix-epoch"
-
- healthchecker.failure_counter_file:
- description: "File used by the healthchecker to monitor consecutive failures."
- default: /var/vcap/data/garden/counters/consecutive_healthchecker_failures.count
```
## ✨ Built with go 1.21.3
**Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.42.0...v1.43.0
## Resources
- [Download release v1.43.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.43.0).
v1.42.0
## Changes
- Bump golang dependencies
- Bump ruby testing dependencies
## ✨ Built with go 1.21.3
**Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.41.0...v1.42.0
## Resources
- [Download release v1.42.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.42.0).
|
| go-offline-buildpack | 1.10.13 | |
| haproxy | 11.17.4 | |
| java-offline-buildpack | 4.63.0 | |
| log-cache | 2.12.12 | |
| loggregator | 106.7.13 | |
| loggregator-agent | 6.5.15 | |
| mapfs | 1.2.49 |
v1.2.49## Dependencies * **mapfs:** Updated to v`039d1ca`. v1.2.48## Dependencies * **gomega:** Updated to v1.29.0. |
| metric-registrar | 2.1.9 | |
| metrics-discovery | 3.2.20 |
v3.2.20
## What's Changed
* Bump to [go1.20.11](https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY/m/d-jSKR_jBwAJ)
**Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.19...v3.2.20
v3.2.19
## What's Changed
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.18...v3.2.19
|
| mysql-monitoring | 10.7.0 |
v10.7.0
* Build with Go 1.21.4
v10.6.0
* Updated vendored dependencies
|
| nats | 56.12.0 |
v56.12.0
## Changes
- Bump Golang to 1.21.4
## ✨ Built with go 1.21.4
**Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.11.0...v56.12.0
## Resources
- [Download release 56.12.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.12.0).
v56.11.0
## Changes
- Disable unused cluster connection pool (#67) @domdom82
- NATS-server bumped to [2.10.4](https://github.com/nats-io/nats-server/releases/tag/v2.10.4)
## ✨ Built with go 1.21.3
**Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.10.0...v56.11.0
## Resources
- [Download release 56.11.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.11.0).
|
| nfs-volume | 7.1.41 |
v7.1.41## Dependencies * **gomega:** Updated to v1.29.0. v7.1.40## Dependencies * **gomega:** Updated to v1.28.1. |
| nginx-offline-buildpack | 1.2.7 | |
| nodejs-offline-buildpack | 1.8.15 | |
| notifications | 67.0.0 | |
| notifications-ui | 46.0.0 |
v46.0.0
commit 5a4aeadb1fe594269f17b25df52c350a70cdbc7a
Author: PCF Event Alerts Team CI
|
| php-offline-buildpack | 4.6.11 |
4.6.11
* Add php 8.1.24, remove php 8.1.22 for stack(s) cflinuxfs3, cflinuxfs4
* Add php 8.2.10, remove php 8.2.7 for stack(s) cflinuxfs3, cflinuxfs4
* Add php 8.2.11, remove php 8.2.8 for stack(s) cflinuxfs3, cflinuxfs4
* Add composer 2.6.5, remove composer 2.6.2 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| appdynamics | 23.7.1-751 | cflinuxfs3, cflinuxfs4 | |
| composer | 2.6.5 | cflinuxfs3, cflinuxfs4 | |
| httpd | 2.4.57 | cflinuxfs3 | |
| httpd | 2.4.57 | cflinuxfs4 | |
| newrelic | 10.11.0.3 | cflinuxfs3, cflinuxfs4 | |
| nginx | 1.24.0 | cflinuxfs3 | |
| nginx | 1.24.0 | cflinuxfs4 | |
| nginx | 1.25.2 | cflinuxfs3 | |
| nginx | 1.25.2 | cflinuxfs4 | |
| php | 8.0.29 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.30 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.23 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.23 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.24 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.24 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.2.10 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.10 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.11 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.11 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| python | 2.7.18 | cflinuxfs4 | |
| ruby | 3.0.5 | cflinuxfs4 | |
Default binary versions:
| name | version |
|-|-|
| php | 8.1.23 |
| httpd | 2.4.57 |
| newrelic | 10.11.0.3 |
| nginx | 1.25.2 |
| composer | 2.6.5 |
* Uncached buildpack SHA256: 53f8c2bcf139ab3718b7c4f84566538c33641af09fb6d6b35ceccf9a29e65df0
* Uncached buildpack SHA256: 13742dc01e79fa70fc633ff6cc071306b3fa4ced1c63b171eaec67ebb66d963e
|
| push-apps-manager-release | 676.0.20 | |
| push-offline-docs-release | 2.13.406 | |
| push-usage-service-release | 674.0.74 |
v674.0.74## Dependencies * **app-usage-service:** Updated to v`be3ba73`. v674.0.73## Dependencies * **app-usage-service:** Updated to v`c916da5`. v674.0.72## Changes * Bump harbor-repo.vmware.com/cryogenics/essentials to 0.1.78 (#451) * Bump metric-registrar-cli to 1.4.2 (#452) * Get secrets from Cerberus [#186322733] (#454) * creating final release 674.0.71 ## Dependencies * **app-usage-service:** Updated to v`75ff420`. |
| pxc | 0.58.0 |
v0.58.0
**New Features**
- Bumped vendored dependencies
- Updates proxy monitoring tools (logs, dashboards) to report the database node's "mysql/UUID" from a generic "backend-INDEX", to better diagnose and investigate issues
|
| python-offline-buildpack | 1.8.15 |
1.8.15
* Add python 3.11.6, remove python 3.11.5 for stack(s) cflinuxfs3, cflinuxfs4
* Add python 3.12.0 for stack(s) cflinuxfs3, cflinuxfs4
* Add pipenv 2023.10.3, remove pipenv 2023.9.1 for stack(s) cflinuxfs3, cflinuxfs4
* Add setuptools 68.2.2, remove setuptools 68.2.0 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
| libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
| miniconda3-py39 | 23.5.2 | cflinuxfs3, cflinuxfs4 |
| pip | 23.2.1 | cflinuxfs3, cflinuxfs4 |
| pipenv | 2023.10.3 | cflinuxfs3 |
| pipenv | 2023.10.3 | cflinuxfs4 |
| python | 3.8.18 | cflinuxfs3 |
| python | 3.8.18 | cflinuxfs4 |
| python | 3.9.18 | cflinuxfs3 |
| python | 3.9.18 | cflinuxfs4 |
| python | 3.10.13 | cflinuxfs3 |
| python | 3.10.13 | cflinuxfs4 |
| python | 3.11.6 | cflinuxfs3 |
| python | 3.11.6 | cflinuxfs4 |
| python | 3.12.0 | cflinuxfs3 |
| python | 3.12.0 | cflinuxfs4 |
| setuptools | 68.2.2 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| python | 3.10.x |
* Uncached buildpack SHA256: d0db4ae2407532ee5d1c0f7e2a3e19211b441de01dfdf23aa2be15875ae18ff6
* Uncached buildpack SHA256: 566d3ff72ac4100e5a1806c0b8051dff607e7323d297b20b1cc9b48f49c18588
|
| r-offline-buildpack | 1.2.6 | |
| routing | 0.284.0 |
v0.284.0
## Changes
- Upgrade to Golang 1.21.4
- Bump dependencies
## ✨ Built with go 1.21.4
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.283.0...v0.284.0
## Resources
- [Download release 0.284.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.284.0).
|
| ruby-offline-buildpack | 1.10.5 | |
| silk | 3.35.0 |
v3.35.0
## Changes
- no big changes :)
## ✨ Built with go 1.21.3
**Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.34.0...v3.35.0
## Resources
- [Download release 3.35.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.35.0).
|
| smb-volume | 3.1.40 |
v3.1.40## Dependencies * **smbbroker:** Updated to v`c94aea7`. v3.1.39## Dependencies * **gomega:** Updated to v1.29.0. |
| smoke-tests | 4.8.4 | |
| staticfile-offline-buildpack | 1.6.7 | |
| statsd-injector | 1.11.35 | |
| syslog | 11.8.14 |
v11.8.14
## What's Changed
* Update golang packages to use go1.20.10
**Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v11.8.13...v11.8.14
|
| system-metrics-scraper | 4.0.4 |
v4.0.4
## What's Changed
* Bump to [go1.20.11](https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY/m/d-jSKR_jBwAJ)
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v4.0.3...v4.0.4
|
| uaa | 74.5.92 |
v74.5.92
## What's Changed
* Bump rake from 13.0.6 to 13.1.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/699
* Bump github.com/cloudfoundry/bosh-utils from 0.0.408 to 0.0.409 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/696
* Bump github.com/onsi/gomega from 1.28.1 to 1.29.0 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/697
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.91...v74.5.92
v74.5.91
## What's Changed
- Various dependency bumps
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.90...v74.5.91
|
Release Date: 10/25/2023
cf restart-app-instance is invoked.1.18.1040.0.371.2.9250.0.01.50.03.34.00.376.02.12.492.83.02.4.171.41.01.10.134.63.02.12.12106.7.136.5.151.2.472.1.93.2.1810.5.056.10.07.1.3867.0.0674.0.710.57.00.283.01.10.53.34.03.1.381.11.354.0.374.5.90| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.730 | |
| backup-and-restore-sdk | 1.18.104 |
v1.18.101## Changes * Golang: Updated to v1.21.3. (#1286) ## Dependencies * **credentials:** Updated to v1.13.43. v1.18.99## Changes * Golang: Updated to v1.21.2. (#1268) ## Dependencies * **credentials:** Updated to v1.13.41. v1.18.98## Changes ## Dependencies * **s3:** Updated to v1.40.0. v1.18.96## Changes * Golang: Updated to v1.21.1. (#1245) ## Dependencies * **credentials:** Updated to v1.13.40. v1.18.92## Changes * Bump openssl from 1.1.1v to 1.1.1w (#1228) * Golang: Updated to v1.21.1. (#1219) ## Dependencies * **storage:** Updated to v1.33.0. v1.18.91## Changes * Bump openssl from 1.1.1o to 1.1.1v (#1208) * Golang: Updated to v1.21.0. (#1209) ## Dependencies * **credentials:** Updated to v1.13.37. v1.18.89## Dependencies * **credentials:** Updated to v1.13.35. |
| binary-offline-buildpack | 1.1.7 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.37 |
v0.0.37
* Bump golang to v1.20.10
**Full Changelog**: https://github.com/cloudfoundry/bosh-system-metrics-forwarder-release/compare/v0.0.36...v0.0.37
|
| bpm | 1.2.9 | |
| capi | 1.133.11 | |
| cf-autoscaling | 250.0.0 |
v250.0.0
## What's Changed
### Notice
The autoscale-api app no longer falls back to a MySQL service binding if the database connection properties are not provided. Instead it raises an error. This should not be an issue for any operators who are deploying cf-autoscaling via the provided `deploy-autoscaler` errand.
### Fixes
* Bump dependencies (addressing CVE-2023-44487)
**Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.2.7...v250.0.0
v249.2.7
## What's Changed
* Bump dependencies
* Bump golang to v1.20.10
**Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.2.6...v249.2.7
|
| cf-cli | 1.50.0 |
v1.50.0
### This release contains the following versions of the CF CLI
Major version | Prior version | Current version
-- | -- | --
v8 | 8.7.3 | [8.7.4](https://github.com/cloudfoundry/cli/releases/tag/v8.7.4)
v7 | 7.7.3 | [7.7.4](https://github.com/cloudfoundry/cli/releases/tag/v7.7.4)
v6 | 6.53.0 | [6.53.0](https://github.com/cloudfoundry/cli/releases/tag/v6.53.0)
v1.49.0
### This release contains the following versions of the CF CLI
Major version | Prior version | Current version
-- | -- | --
v8 | 8.7.2 | [8.7.3](https://github.com/cloudfoundry/cli/releases/tag/v8.7.3)
v7 | 7.7.2 | [7.7.3](https://github.com/cloudfoundry/cli/releases/tag/v7.7.3)
v6 | 6.53.0 | [6.53.0](https://github.com/cloudfoundry/cli/releases/tag/v6.53.0)
v1.47.0
### This release contains the following versions of the CF CLI
Major version | Prior version | Current version
-- | -- | --
v8 | 8.7.1 | [8.7.2](https://github.com/cloudfoundry/cli/releases/tag/v8.7.2)
v7 | 7.7.1 | [7.7.2](https://github.com/cloudfoundry/cli/releases/tag/v7.7.2)
v6 | 6.53.0 | [6.53.0](https://github.com/cloudfoundry/cli/releases/tag/v6.53.0)
|
| cf-networking | 3.34.0 |
v3.34.0
## Changes
- Bumped to golang 1.21.3
- Testing updates
- CI Enhancements
- Package dependency bumps
- The `proxy` test/example app's `/dumprequest` endpoint will now return headers back to client via the `returnHeaders` query parameter. It also adds an `X-Proxy-Settable-Debug-Header` header if the upstream server doesn't set it explicitly, and `X-Proxy-Immutable-Debug-Header` which will override any value set by upstream servers.
## Bosh Job Spec changes:
```diff
diff --git a/jobs/performance-test-sd/spec b/jobs/performance-test-sd/spec
index 0223d87e..c89d50f5 100644
--- a/jobs/performance-test-sd/spec
+++ b/jobs/performance-test-sd/spec
@@ -6,7 +6,7 @@ templates:
config.json.erb: config.json
packages:
- - golang-1.20-linux
+ - golang-1.21-linux
- performance-test-sd
consumes:
```
## ✨ Built with go 1.21.3
**Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.33.0...v3.34.0
## Resources
- [Download release 3.34.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.34.0).
v3.33.0
## Changes
- Bumped to golang 1.20.7
- The `garden-cni` job's `garden-external-networker` has been updated to support returning interface name data handling CNI v0.4.0 data from CNI plugins it wraps. This allows for garden-runc-release to make use of the interface info for pulling networking statistics. (https://github.com/cloudfoundry/cf-networking-release/pull/229)
- Thanks @JVecsei1, @geigerj0!
## ✨ Built with go 1.20.7
**Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.32.0...v3.33.0
## Resources
- [Download release v3.33.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.33.0).
|
| cflinuxfs3 | 0.376.0 |
v0.376.0
This release ships with cflinuxfs3 version 0.376.0. For more information, see the [release notes](https://github.com/pivotal-cf/tanzu-cflinuxfs3/releases/tag/0.376.0)
|
| count-cores-indicator | 2.0.0 | |
| credhub | 2.12.49 |
2.12.49
## What's Changed
### Security Fixes
- Bump various dependencies
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.48...2.12.49
2.12.48
## What's Changed
* Java 11 is now the minimum runtime version.
* Fix for CVE-2023-4586 - Build(deps): bump nettyVersion from 4.1.99.Final to 4.1.100.Final.
## Other Dependency Bumps
* Build(deps): Bump rubocop from 1.56.3 to 1.56.4 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/156
* Build(deps): Bump unicode-display_width from 2.4.2 to 2.5.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/157
* Build(deps): Bump parser from 3.2.2.3 to 3.2.2.4 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/158
* Build(deps): Bump regexp_parser from 2.8.1 to 2.8.2 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/161
* Build(deps): Bump rubocop from 1.56.4 to 1.57.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/162
* Build(deps): bump commons-io:commons-io from 2.13.0 to 2.14.0
* Build(deps): bump com.google.protobuf:protoc from 3.24.3 to 3.24.4
* Build(deps): bump io.netty:netty-tcnative-boringssl-static from 2.0.61 to 2.0.62
* Build(deps): bump com.google.api.grpc:proto-google-common-protos from 2.25.1 to 2.26.0
* Build(deps): bump com.github.ben-manes.versions from 0.48.0 to 0.49.0
* Build(deps): bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.1.3 to 5.1.4
* Build(deps): bump com.github.spotbugs from 5.1.3 to 5.1.4
* Build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.47...2.12.48
2.12.47
## What's Changed
### Security Fixes
- Bump various dependencies
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.46...2.12.47
2.12.46
## What's Changed
### Security Fixes
- Bump various dependencies
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.45...2.12.46
2.12.45
## What's Changed
### Security Fixes
- Bump various dependencies
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.44...2.12.45
2.12.44
## What's Changed
### Security Fixes
- Bump various dependencies
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.43...2.12.44
2.12.43
## What's Changed
* Build(deps): Bump rubocop from 1.56.1 to 1.56.2 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/154
* [Build(deps): bump springBootVersion from 2.7.14 to 2.7.15](https://github.com/cloudfoundry/credhub/commit/24e27799fc4dc1a1839a453cc5d65c16f7b4b356)
* [Build(deps): bump org.mariadb.jdbc:mariadb-java-client](https://github.com/cloudfoundry/credhub/commit/86bcff73681391011aeb1da4085018d6ea8ad5ac)
* [Build(deps): bump com.google.protobuf:protoc from 3.24.1 to 3.24.2](https://github.com/cloudfoundry/credhub/commit/677e840691cb6e3813c83caf8a7776e120376213)
* [Build(deps): bump org.yaml:snakeyaml from 2.1 to 2.2](https://github.com/cloudfoundry/credhub/commit/dbf8c103338a7ccaea59473447a2c908d416dff3)
* [Build(deps): bump actions/checkout from 3 to 4](https://github.com/cloudfoundry/credhub/commit/175f5a20381943cb6b1975578cd89f39fe2d2909)
* [Build(deps): bump grpcVersion from 1.57.2 to 1.58.0](https://github.com/cloudfoundry/credhub/commit/431bbf00a9f1d0848e2951f509d00ec4441f9181)
* [Build(deps): bump com.github.ben-manes.versions from 0.47.0 to 0.48.0](https://github.com/cloudfoundry/credhub/commit/1e20b1d6060740c1c59048795f826b438abb875a)
* [bump gradlew from 8.2.1 to 8.3](https://github.com/cloudfoundry/credhub/commit/a4a151a0130a405e4ffcf13e848171057e39c25d)
* [Build(deps): bump com.google.protobuf:protoc from 3.24.2 to 3.24.3](https://github.com/cloudfoundry/credhub/commit/ae2a6eb23ce64f396cc2cf88d25750f01fef07c2)
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.42...2.12.43
2.12.42
## What's Changed
### Security Fixes
- Bump various dependencies
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.41...2.12.42
|
| diego | 2.83.0 |
v2.83.0
## Changes
- **[Bug Fix]** Prevent retired app instances from receiving traffic by ensuring rep emits events to cleanup routes when RetireActualLRP is called. (https://github.com/cloudfoundry/bbs/pull/72) (Fixes #820)
- Thanks @vlast3k!
- Cleans up stderr output from rep's `setup_mounted_data_dirs` script (#689)
- Thanks @romain-dartigues!
- Docs updates for the container metrics changes from 2.82.0 (https://github.com/cloudfoundry/diego-release/pull/813)
- Thanks @geigerj0!
- Bump Golang to 1.21.3
- Bump Envoy to 1.25.9
- Bump Package Dependencies
- CI Enhancments
## ✨ Built with go 1.21.3
**Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.82.0...v2.83.0
## Resources
- [Download release v2.83.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.83.0).
v2.82.0
## Changes
- Diego now supports reading container networking metrics from garden, and publishing them along with other app container metrics. (https://github.com/cloudfoundry/diego-logging-client/pull/82, https://github.com/cloudfoundry/executor/pull/83)
- Requires [garden-runc-release v1.38.0](https://github.com/cloudfoundry/garden-runc-release/releases/tag/v1.38.0) and [cf-networking-release v3.33.0](https://github.com/cloudfoundry/cf-networking-release/releases/tag/v3.33.0).
- Thanks @geigerj0 and @jvecsei1!
- Removed usage of the `code.cloudfoundry.org/systemcerts` package in favor of golang's builtin functionality.
- Bumped to golang 1.21.0
## ✨ Built with go 1.21.0
**Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.81.0...v2.82.0
## Resources
- [Download release v2.82.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.82.0).
|
| dotnet-core-offline-buildpack | 2.4.17 |
2.4.17
* Add dotnet-aspnetcore 6.0.22, remove dotnet-aspnetcore 6.0.21 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-aspnetcore 7.0.11, remove dotnet-aspnetcore 7.0.10 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-runtime 6.0.22, remove dotnet-runtime 6.0.21 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-runtime 7.0.11, remove dotnet-runtime 7.0.10 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-sdk 6.0.414, remove dotnet-sdk 6.0.413 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-sdk 7.0.401, remove dotnet-sdk 7.0.400 for stack(s) cflinuxfs4, cflinuxfs3
* Add node 18.18.0, remove node 18.17.1 for stack(s) cflinuxfs3, cflinuxfs4
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 6.0.22 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 7.0.11 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 6.0.22 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 7.0.11 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 6.0.414 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 7.0.401 | cflinuxfs3, cflinuxfs4 |
| libgdiplus | 6.1 | cflinuxfs3 |
| libgdiplus | 6.1 | cflinuxfs4 |
| libunwind | 1.7.2 | cflinuxfs3 |
| libunwind | 1.7.2 | cflinuxfs4 |
| node | 18.18.0 | cflinuxfs3 |
| node | 18.18.0 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| dotnet-runtime | 6.0.x |
| dotnet-aspnetcore | 6.0.x |
| dotnet-sdk | 6.0.x |
| bower | 1.8.x |
* Uncached buildpack SHA256: 7c9a35be8807e7a32f108cf67ff322e9f219fa6783edb3797b60fea2978ca204
* Uncached buildpack SHA256: 7c7eb1ab0f1319ed03b8f41037fa58c8f1f99759be55af68f659420e12c99115
|
| garden-runc | 1.41.0 |
v1.41.0
## Changes
- Bump go to 1.21.3
## ✨ Built with go 1.21.3
**Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.40.0...v1.41.0
## Resources
- [Download release v1.41.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.41.0).
v1.40.0
## Changes
- Bump Golang to 1.21.1
## ✨ Built with go 1.21.1
**Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.39.0...v1.40.0
## Resources
- [Download release v1.40.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.40.0).
v1.39.0
## Changes
- Garden on Linux now supports propagating extended attributes from root filesystem images + when adding filesystem data to an existing container.
- Bumped to golang 1.21.1
## ✨ Built with go 1.21.1
**Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.38.0...v1.39.0
## Resources
- [Download release v1.39.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.39.0).
v1.38.0
## Changes
- Garden now supports advertising container networking metrics on Linux containers via the `garden.enable_container_network_metrics` property.
- Requires [cf-networking-release v3.33.0](https://github.com/cloudfoundry/cf-networking-release/releases/tag/v3.33.0) or newer, and [diego v2.82.0](https://github.com/cloudfoundry/diego-release/releases/tag/v2.82.0) or newer.
- Thanks @JVecsei1 and @geigerj0!!
## Bosh Job Spec changes:
```diff
diff --git a/jobs/garden/spec b/jobs/garden/spec
index 3bffb2f7..125909ed 100644
--- a/jobs/garden/spec
+++ b/jobs/garden/spec
@@ -119,6 +119,10 @@ properties:
description: "Additional hosts file entries to be used in containers."
default: []
+ garden.enable_container_network_metrics:
+ description: "Enable container network metrics. This feature is only available on Linux."
+ default: false
+
garden.insecure_docker_registry_list:
description: "DEPRECATED in favour of grootfs property."
default: []
```
## ✨ Built with go 1.20.7
**Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.37.0...v1.38.0
## Resources
- [Download release v1.38.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.38.0).
|
| go-offline-buildpack | 1.10.13 |
1.10.13
* Add go 1.21.2, remove go 1.21.1 for stack(s) cflinuxfs3, cflinuxfs4
* Add go 1.20.9, remove go 1.20.8 for stack(s) cflinuxfs3, cflinuxfs4
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| dep | 0.5.4 | cflinuxfs3 |
| dep | 0.5.4 | cflinuxfs4 |
| glide | 0.13.3 | cflinuxfs3 |
| glide | 0.13.3 | cflinuxfs4 |
| go | 1.20.9 | cflinuxfs3 |
| go | 1.20.9 | cflinuxfs4 |
| go | 1.21.2 | cflinuxfs3 |
| go | 1.21.2 | cflinuxfs4 |
| godep | 80 | cflinuxfs3 |
| godep | 80 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| go | 1.20.x |
* Uncached buildpack SHA256: 6e04712ad7938dd3f22f397b5bc873da2e588b194590c274bb8348c827535e8a
* Uncached buildpack SHA256: 7c2f4973d19b0196261ebd3edfc4604758543a50759dc4d9da1a8ec8295fabe3
|
| haproxy | 11.17.4 | |
| java-offline-buildpack | 4.63.0 |
4.63.0
I'm pleased to announce the release of the `java-buildpack`, version `4.63.0`. This release includes the Java quarterly patch releases, as well updates to the following frameworks/agents:
* AppDynamics
* Azure App Insights
* Datadog
* Elastic APM
* JRebel
* Java CfEnv
* Splunk Otel
* Tomcat
We are working on adding Java 21 support by default, for the moment users can add 21 as a version line in the [config file](https://github.com/cloudfoundry/java-buildpack/blob/main/config/open_jdk_jre.yml) - since the binaries are already available, bundling the buildpack will then include this version.
For a more detailed look at the changes in 4.63.0, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.62.0...v4.63.0). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release.
| Dependency | Version | CVEs | Release Notes |
| ---------- | ------- | ---- | ------------- |
| AppDynamics Agent | `23.9.0_35116` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) |
| Azure Application Insights Agent | `3.4.17` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) |
| CA Introscope APM Framework | `23.9.1_16` | | |
| Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above |
| Container Security Provider | `1.20.0_RELEASE` |Included inline above | Included inline above |
| Contrast Security Agent | `5.4.0` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) |
| Datadog APM Javaagent | `1.21.0` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) |
| Elastic APM Agent | `1.43.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) |
| Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) |
| Geode Tomcat Session Store | `1.14.9` | | |
| Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) |
| Groovy | `2.5.23` | | [Release Notes](http://www.groovy-lang.org/releases.html) |
| JaCoCo Agent | `0.8.11` | | [Release Notes](https://github.com/jacoco/jacoco/releases) |
| Java CFEnv | `3.1.2` | | [Release Notes](https://github.com/pivotal-cf/java-cfenv/releases) |
| Java Memory Assistant Agent | `0.5.0` | | |
| Java Memory Assistant Clean Up | `0.1.0` | | |
| JProfiler Profiler | `13.0.7` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) |
| JRebel Agent | `2023.4.0` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) |
| jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above |
| MariaDB JDBC Driver | `2.7.9` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-2-7-9-release-notes/) |
| Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above |
| Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above |
| New Relic Agent | `8.6.0` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) |
| OpenJDK JRE 11 | `11.0.21_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/11.0.21b10/general/release-notes/) |
| OpenJDK JRE 17 | `17.0.9_11` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/17.0.9b11/general/release-notes/) |
| OpenJDK JRE 8 | `1.8.0_392` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/8u392b9/general/release-notes/) |
| PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) |
| Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above |
| Riverbed Appinternals Agent | `11.8.5_BL527` | | |
| SeaLights Agent | `4.0.2388` | | |
| SkyWalking | `8.16.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) |
| Splunk OpenTelemetry Java Agent | `1.29.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) |
| Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above |
| Spring Boot CLI | `2.7.17` | | |
| Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above |
| Takipi Agent | `4.73.3` | | [Release Notes](https://doc.overops.com/docs/whats-new) |
| Tomcat | `9.0.82` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) |
| Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| YourKit Profiler | `2023.5.231` | | [Release Notes](https://www.yourkit.com/download/yjp_2023_5_builds.jsp) |
|
| log-cache | 2.12.12 |
v2.12.12
## What's Changed
* Bump dependencies
* Bump golang to v1.20.10
**Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v2.12.11...v2.12.12
|
| loggregator | 106.7.13 |
v106.7.13
## What's Changed
* Bump dependencies
* Bump golang to v1.20.10
**Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.12...v106.7.13
|
| loggregator-agent | 6.5.15 |
v6.5.15
## What's Changed
* Bump dependencies
* Bump golang to v1.20.10
**Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.14...v6.5.15
|
| mapfs | 1.2.47 |
v1.2.47## Dependencies * **mapfs:** Updated to v`9fead8e`. v1.2.46## Changes * Golang: Updated to v1.21.3 (#162) ## Dependencies * **v2:** Updated to v2.13.0. v1.2.45## Changes * Golang: Updated to v1.21.1. (#149) ## Dependencies * **gomega:** Updated to v1.28.0. v1.2.41## Changes ## Dependencies * **mapfs:** Updated to v`dd24f4a`. v1.2.40## Dependencies * **mapfs:** Updated to v`1eb4e0c`. v1.2.39## Dependencies * **mapfs:** Updated to v`799c2e9`. v1.2.38## Changes * Golang: Updated to v1.21.1. (#140) ## Dependencies * **mapfs:** Updated to v`641ed35`. v1.2.37## Changes * Golang: Updated to v1.21.0. (#135) ## Dependencies * **mapfs:** Updated to v`9758d39`. v1.2.36## Dependencies * **v2:** Updated to v2.12.0. |
| metric-registrar | 2.1.9 |
v2.1.9
## What's Changed
* Bump dependencies
* Bump golang to v1.20.10
**Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v2.1.8...v2.1.9
v2.1.8
## What's Changed
* Bump to [go1.20.8](https://groups.google.com/g/golang-announce/c/Fm51GRLNRvM/m/F5bwBlXMAQAJ)
* Bump dependencies
**Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v2.1.7...v2.1.8
|
| metrics-discovery | 3.2.18 |
v3.2.18
## What's Changed
* Bump golang to v1.20.10
**Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.17...v3.2.18
v3.2.17
## What's Changed
* Don't configure prom scraper to scrape when metrics-discovery-registrar or metrics-agent are disabled.
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.16...v3.2.17
|
| mysql-monitoring | 10.5.0 |
10.5.0
- Bumped Go to 1.21.3
10.4.0
- Bumped Go to 1.21.1
- Updated vendored dependencies
10.3.0
**Dependency Bumps**
- Built with Go 1.21.0
- Bumped dependenciesa
|
| nats | 56.10.0 |
v56.10.0
## Changes
- Bump to golang 1.21.3
## ✨ Built with go 1.21.3
**Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.9.1...v56.10.0
## Resources
- [Download release 56.10.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.10.0).
v56.9.1
## Changes
- Bump to golang 1.21.2
## ✨ Built with go 1.21.2
**Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.8.0...v56.9.1
## Resources
- [Download release 56.9.1 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.9.1).
v56.8.0
## Changes
- Make nats memory limits configurable (#61)
- Thanks @domdom82!
- Bump nats-server to v2.10.1
## Bosh Job Spec changes:
```diff
diff --git a/jobs/nats-tls/spec b/jobs/nats-tls/spec
index 4f9b3b7..777b98e 100644
--- a/jobs/nats-tls/spec
+++ b/jobs/nats-tls/spec
@@ -126,3 +126,10 @@ properties:
nats.fail_deployment_if_v1:
description: "Fail the deployment in post-start if nats instances are on v1."
default: false
+
+ nats.mem_limit.alert:
+ description: "Raise alert if total memory consumed by nats is larger than this. Format:
v56.7.0
## Changes
- Bumped to golang 1.21.1
- Fix flaky test (thx @reneighbor)
## ✨ Built with go 1.21.1
**Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.6.0...v56.7.0
## Resources
- [Download release v56.7.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.7.0).
|
| nfs-volume | 7.1.38 |
v7.1.38## Dependencies * **nfsbroker:** Updated to v`08fd348`. v7.1.37## Changes * Golang: Updated to v1.21.3 (#607) ## Dependencies * **gomega:** Updated to v1.28.0. v7.1.35## Dependencies * **nfsbroker:** Updated to v`4fe73b5`. v7.1.34## Changes ## Dependencies * **nfsbroker:** Updated to v`75e8459`. v7.1.33## Changes * +Golang: Updated to v1.21.1 (#558) ## Dependencies * **nfsbroker:** Updated to v`4974c87`. v7.1.32## Changes * +Golang: Updated to v1.21.0 (#541) * Update README.md (#549) ## Dependencies * **nfsbroker:** Updated to v`64e07ac`. v7.1.31## Changes ## Dependencies * **nfsbroker:** Updated to v`ca7c06c`. |
| nginx-offline-buildpack | 1.2.7 | |
| nodejs-offline-buildpack | 1.8.15 | |
| notifications | 67.0.0 |
v67.0.0
commit 9d726080d2a5f086c77a33bdbaf0da6692cfb084
Author: PCF Toronto Concourse CI Bot
|
| notifications-ui | 45.0.0 | |
| php-offline-buildpack | 4.6.10 | |
| push-apps-manager-release | 676.0.20 | |
| push-offline-docs-release | 2.13.392 | |
| push-usage-service-release | 674.0.71 |
v674.0.71## Dependencies * **app-usage-service:** Updated to v`4a4df69`. v674.0.70
## Changes
* Maintenance release (CI improvements, technical refactorings, etc)
|
| pxc | 0.57.0 |
v0.57.0
**New Features**
- Bumped Go to 1.21.3
- Bumped Percona-XtraDB-Cluster to 5.7.43-31.65
**EOL Notice**
- Please note that this release and earlier versions will not be supported beyond Oct 2023, due to MySQL 5.7 EOL. If your product is consuming this release, please upgrade to the latest pxc-1.0.y release
|
| python-offline-buildpack | 1.8.14 | |
| r-offline-buildpack | 1.2.6 | |
| routing | 0.283.0 |
v0.283.0
## Changes
- Adds missing timings to non-http backend requests, e.g. websockets. (https://github.com/cloudfoundry/gorouter/pull/363) (Fixes: https://github.com/cloudfoundry/routing-release/issues/278)
- Thanks @domdom82!
- Adds ability for gorouter to verify mTLS Client Certificate metadata (https://github.com/cloudfoundry/routing-release/pull/355)
- Thanks @peanball!
- CI Enhancements and updates
- Package Dependency bumps
## Bosh Job Spec changes:
```diff
diff --git a/jobs/gorouter/spec b/jobs/gorouter/spec
index 2bb394e9..e9a9dd73 100644
--- a/jobs/gorouter/spec
+++ b/jobs/gorouter/spec
@@ -415,7 +415,7 @@ properties:
default: 5
websocket_dial_timeout_in_seconds:
description: |
- Maximum time in seconds for gorouter to establish a websocket upgrade for the websocket ForwardIO connection with a backend.
+ Maximum time in seconds for gorouter to establish a websocket upgrade for the websocket ForwardIO connection with a backend.
This timeout comes before `tls_handshake_timeout_in_seconds` and `request_timeout_in_seconds`. When not set, defaults to `endpoint_dial_timeout_in_seconds`.
default: endpoint_dial_timeout_in_seconds
tls_handshake_timeout_in_seconds:
@@ -518,6 +518,36 @@ properties:
description: "The number of file descriptors a router can have open at one time"
default: 100000
+ router.enable_verify_client_certificate_metadata:
+ description: |
+ Enable additional client certificate verification via verify_client_certificate_metadata (see below).
+ default: false
+ router.verify_client_certificate_metadata:
+ description: |
+ Additional client certificate verification, after the certificate was validated using the regular mTLS mechanism and is issued using one of the CAs in `client_ca_certs`.
+ The additional verification limits the allowed client certificates for a given signing CA (identified by its distinguished name) to certificates with subjects provided in the list of valid subjects. Within the certificate chain there may be more than one CA certificates (e.g. intermediate CA certificates). The `issuer_in_chain` must match one of the CA certificates in the chain.
+ Each list entry contains an issuer_in_chain with a corresponding list of valid subjects. Each issuer_in_chain must match one of the certificates in `client_ca_certs`. When an issuer_in_chain is defined that does not match, this raises an error during templating time and at startup in gorouter.
+ - issuer_in_chain:
+ common_name: ""
+ serial_number: ""
+ country: []
+ organization: []
+ organizational_unit: []
+ locality: []
+ province: []
+ street_address: []
+ postal_code: []
+ valid_cert_subjects:
+ - common_name: ""
+ serial_number: ""
+ country: []
+ organization: []
+ organizational_unit: []
+ locality: []
+ province: []
+ street_address: []
+ postal_code: []
+ default: []
healthchecker.failure_counter_file:
description: "File used by the healthchecker to monitor consecutive failures."
default: /var/vcap/data/gorouter/counters/consecutive_healthchecker_failures.count
```
## ✨ Built with go 1.21.3
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.282.0...v0.283.0
## Resources
- [Download release 0.283.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.283.0).
|
| ruby-offline-buildpack | 1.10.5 |
1.10.5
* Update default Ruby version to latest 3.x
* Add rubygems 3.4.21, remove rubygems 3.4.19 for stack(s) cflinuxfs4, cflinuxfs3
* Add bundler 2.4.21, remove bundler 2.4.19 for stack(s) cflinuxfs4, cflinuxfs3
* Add node 18.18.2, remove node 18.17.1 for stack(s) cflinuxfs3, cflinuxfs4
* Add jruby 9.3.11.0, remove jruby 9.3.10.0 for stack(s) cflinuxfs3, cflinuxfs4
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bundler | 2.4.21 | cflinuxfs3, cflinuxfs4 |
| jruby | 9.3.11.0 | cflinuxfs3 |
| jruby | 9.3.11.0 | cflinuxfs4 |
| jruby | 9.4.3.0 | cflinuxfs3 |
| jruby | 9.4.3.0 | cflinuxfs4 |
| node | 18.18.2 | cflinuxfs3 |
| node | 18.18.2 | cflinuxfs4 |
| openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 |
| ruby | 3.0.5 | cflinuxfs3 |
| ruby | 3.0.6 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs4 |
| ruby | 3.1.4 | cflinuxfs3 |
| ruby | 3.1.4 | cflinuxfs4 |
| ruby | 3.2.1 | cflinuxfs3 |
| ruby | 3.2.1 | cflinuxfs4 |
| ruby | 3.2.2 | cflinuxfs3 |
| ruby | 3.2.2 | cflinuxfs4 |
| rubygems | 3.4.21 | cflinuxfs3, cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| ruby | 3.2.x |
* Uncached buildpack SHA256: 8c0fdabc1df95431da32e694e866b26e83763a6cd3d7ada24b0fe6825c433458
* Uncached buildpack SHA256: 2b00568c2517b4bb57ec523ae562ba13c494cc2b3a0922c32374b1623b60c598
|
| silk | 3.34.0 |
v3.34.0
## Changes
- Bumped to golang 1.21.3
- Fixes a crash in `silk-datastore-syncer` when garden listed containers not present in the CNI metadata file managed by silk.
- CI Enhancements
- Package dependency bumps
## ✨ Built with go 1.21.3
**Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.33.0...v3.34.0
## Resources
- [Download release 3.34.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.34.0).
v3.33.0
## Changes
- Bumped to golang 1.20.7
## ✨ Built with go 1.20.7
**Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.32.0...v3.33.0
## Resources
- [Download release v3.33.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.33.0).
|
| smb-volume | 3.1.38 |
v3.1.38## Dependencies * **v2:** Updated to v2.13.0. v3.1.37## Changes * Golang: Updated to v1.21.3 (#254) ## Dependencies * **smbbroker:** Updated to v`47d1912`. v3.1.36## Changes * +Golang: Updated to v1.21.2 (#247) ## Dependencies * **smbbroker:** Updated to v`af9461b`. v3.1.35## Dependencies * **smbbroker:** Updated to v`6d1303d`. v3.1.34## Dependencies * **smbbroker:** Updated to v`91e5d63`. v3.1.33## Changes * fix race condition (#225) ## Dependencies * **smbbroker:** Updated to v`4be065e`. v3.1.32## Changes * +Golang: Updated to v1.21.0 (#220) * Add final release 3.1.31 [ci skip] ## Dependencies * **smbbroker:** Updated to v`c6764c2`. v3.1.31## Changes ## Dependencies * **smbbroker:** Updated to v`d8cd6a7`. |
| smoke-tests | 4.8.4 | |
| staticfile-offline-buildpack | 1.6.7 | |
| statsd-injector | 1.11.35 |
v1.11.35
## What's Changed
* Bump dependencies
* Bump golang to v1.20.10
**Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.34...v1.11.35
v1.11.34
## What's Changed
* Bump to [go1.20.8](https://groups.google.com/g/golang-announce/c/Fm51GRLNRvM/m/F5bwBlXMAQAJ)
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.33...v1.11.34
|
| syslog | 11.8.13 | |
| system-metrics-scraper | 4.0.3 |
v4.0.3
## What's Changed
* Bump dependencies
* Bump golang to v1.20.10
**Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v4.0.2...v4.0.3
v4.0.2
## What's Changed
* fix: Increase scraper timeout by @ctlong in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/161
* Bump github.com/nats-io/nats.go from 1.28.0 to 1.29.0 in /src by @dependabot in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/159
* Bump google.golang.org/grpc from 1.58.0 to 1.58.1 in /src by @dependabot in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/160
**Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v4.0.1...v4.0.2
v4.0.1
## What's Changed
* Bump to [go1.20.8](https://groups.google.com/g/golang-announce/c/Fm51GRLNRvM/m/F5bwBlXMAQAJ)
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v4.0.0...v4.0.1
|
| uaa | 74.5.90 |
v74.5.90
## What's Changed
- Various dependency bumps
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.89...v74.5.90
|
Release Date: 10/12/2023
1.1.71.133.110.375.0676.0.202.13.392674.0.690.282.074.5.89| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.699 | |
| backup-and-restore-sdk | 1.18.88 | |
| binary-offline-buildpack | 1.1.7 |
1.1.7
* Updating github-config (#148)
* Uncached buildpack SHA256: 9e001804d5d4930b3a1e4d1c2c24ee8deeb663924b428fdfb46ded50fa201a42
* Uncached buildpack SHA256: 4b016c36aa656e2ce42ad1aa7408abdae59be8daf6e8747171db86d686fcf781
* Uncached buildpack SHA256: c323393a96eb58faf20e792a59781529823e46d0c46241a6aad8d1e9ab451e49
* Uncached buildpack SHA256: 3f4f2d305e4030d9fb5c461651fbacb55af9bb3508a79889f1eddb0134930e46
|
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.36 | |
| bpm | 1.2.6 | |
| capi | 1.133.11 |
1.133.11
Create final release 1.133.11
bump to go 1.21.3
1.133.10
Create final release 1.133.10
|
| cf-autoscaling | 249.2.6 | |
| cf-cli | 1.45.0 | |
| cf-networking | 3.32.0 | |
| cflinuxfs3 | 0.375.0 |
v0.375.0
This release ships with cflinuxfs3 version 0.375.0. For more information, see the [release notes](https://github.com/pivotal-cf/tanzu-cflinuxfs3/releases/tag/0.375.0)
|
| count-cores-indicator | 2.0.0 | |
| credhub | 2.12.41 | |
| diego | 2.81.0 | |
| dotnet-core-offline-buildpack | 2.4.16 | |
| garden-runc | 1.37.0 | |
| go-offline-buildpack | 1.10.12 | |
| haproxy | 11.17.4 | |
| java-offline-buildpack | 4.62.0 | |
| log-cache | 2.12.11 | |
| loggregator | 106.7.12 | |
| loggregator-agent | 6.5.14 | |
| mapfs | 1.2.35 | |
| metric-registrar | 2.1.7 | |
| metrics-discovery | 3.2.16 | |
| mysql-monitoring | 10.2.0 | |
| nats | 56.6.0 | |
| nfs-volume | 7.1.30 | |
| nginx-offline-buildpack | 1.2.7 | |
| nodejs-offline-buildpack | 1.8.15 | |
| notifications | 66.0.0 | |
| notifications-ui | 45.0.0 | |
| php-offline-buildpack | 4.6.10 | |
| push-apps-manager-release | 676.0.20 |
676.0.19
* update dependencies
* fix issue where when a service offering was unshared from a org, a remaining service would be marked as "unknown" and cause stack traces within the ui
|
| push-offline-docs-release | 2.13.392 | |
| push-usage-service-release | 674.0.69 |
v674.0.69## Changes * This fixes the regression introduced in 674.0.64 which could lead to the loss of data - v674.0.68## Changes ## Dependencies * **app-usage-service:** Updated to v`00de8f4`. v674.0.67## Dependencies * **app-usage-service:** Updated to v`b916606`. v674.0.66## Dependencies * **app-usage-service:** Updated to v`68821d4`. v674.0.65## Dependencies * **app-usage-service:** Updated to v`cf55c07`. |
| pxc | 0.56.0 | |
| python-offline-buildpack | 1.8.14 | |
| r-offline-buildpack | 1.2.6 | |
| routing | 0.282.0 |
v0.282.0
## Changes
- Bumped to golang 1.21.3
- CI Enhancements and updates
- Package Dependency bumps
- Resolves [gorouter/#346](https://github.com/cloudfoundry/routing-release/issues/346) by validating trace ID length prior to parsing it as a UUID
## ✨ Built with go 1.21.3
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.281.0...0.282.0
## Resources
- [Download release 0.282.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.282.0).
v0.281.0
## Changes
- Check trace ID length before parsing the UUID (#365)
- Bump go to 1.21.1
## ✨ Built with go 1.21.1
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.280.0...v0.281.0
## Resources
- [Download release 0.281.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.281.0).
v0.280.0
## Changes
- Bumped CF CLI to v8.7.2
- Gorouter now logs the IP of the NATS server its connecting to/disconnecting from (instead of just the BOSH DNS name) for troubleshooting clarity. Thanks @domdom82!!
## ✨ Built with go 1.21.0
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.279.0...v0.280.0
## Resources
- [Download release v0.280.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.280.0).
v0.279.0
## Changes
- Bumped to golang 1.21.0!
- Refactor of proxy config properties. Thanks @domdom82!
## Bosh Job Spec changes:
```diff
diff --git a/jobs/acceptance_tests/spec b/jobs/acceptance_tests/spec
index db508ca3..e1a6a9ae 100644
--- a/jobs/acceptance_tests/spec
+++ b/jobs/acceptance_tests/spec
@@ -7,7 +7,7 @@ templates:
bpm.yml.erb: config/bpm.yml
packages:
- - golang-1.20-linux
+ - golang-1.21-linux
- acceptance_tests
- rtr
- cf-cli-8-linux
diff --git a/jobs/smoke_tests/spec b/jobs/smoke_tests/spec
index 5776a9c8..b230192b 100644
--- a/jobs/smoke_tests/spec
+++ b/jobs/smoke_tests/spec
@@ -7,7 +7,7 @@ templates:
bpm.yml.erb: config/bpm.yml
packages:
- - golang-1.20-linux
+ - golang-1.21-linux
- acceptance_tests
- cf-cli-8-linux
```
## ✨ Built with go 1.21.0
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.278.0...v0.279.0
## Resources
- [Download release v0.279.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.279.0).
|
| ruby-offline-buildpack | 1.10.4 | |
| silk | 3.32.0 | |
| smb-volume | 3.1.30 | |
| smoke-tests | 4.8.4 | |
| staticfile-offline-buildpack | 1.6.7 | |
| statsd-injector | 1.11.33 | |
| syslog | 11.8.13 | |
| system-metrics-scraper | 4.0.0 | |
| uaa | 74.5.89 |
v74.5.89
## What's Changed
* Bump github.com/cloudfoundry/bosh-utils from 0.0.395 to 0.0.398 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/668
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.88...v74.5.89
v74.5.88
## What's Changed
- Various dependency bumps
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.87...v74.5.88
|
Release Date: 09/26/2023
deploy-autoscaler errand to succeed when the java offline buildpack has been customized to use Oracle instead of OpenJDK, provided that JRE 17 is available.0.0.361.133.9249.2.60.374.01.10.124.62.02.12.11106.7.126.5.143.2.161.2.71.8.154.6.10674.0.640.56.01.8.141.2.64.8.41.6.711.8.1374.5.87| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.676 | |
| backup-and-restore-sdk | 1.18.88 | |
| binary-offline-buildpack | 1.1.6 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.36 |
v0.0.36
* Bump to [go1.20.8](https://groups.google.com/g/golang-announce/c/Fm51GRLNRvM/m/F5bwBlXMAQAJ)
**Full Changelog**: https://github.com/cloudfoundry/bosh-system-metrics-forwarder-release/compare/v0.0.35...v0.0.36
|
| bpm | 1.2.6 | |
| capi | 1.133.9 |
1.133.9
Create final release 1.133.9
|
| cf-autoscaling | 249.2.6 |
v249.2.6
## What's Changed
* Bump to [go1.20.8](https://groups.google.com/g/golang-announce/c/Fm51GRLNRvM/m/F5bwBlXMAQAJ)
**Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.2.5...v249.2.6
v249.2.5
## What's Changed
* Bump dependencies (addressing CVE-2023-41080)
* Ensure JRE 17 is used when running on Oracle JRE
**Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.2.4...v249.2.5
|
| cf-cli | 1.45.0 | |
| cf-networking | 3.32.0 | |
| cflinuxfs3 | 0.374.0 |
v0.374.0
This release ships with cflinuxfs3 version 0.374.0. For more information, see the [release notes](https://github.com/pivotal-cf/tanzu-cflinuxfs3/releases/tag/0.374.0)
|
| count-cores-indicator | 2.0.0 | |
| credhub | 2.12.41 | |
| diego | 2.81.0 | |
| dotnet-core-offline-buildpack | 2.4.16 | |
| garden-runc | 1.37.0 | |
| go-offline-buildpack | 1.10.12 |
1.10.12
* Add go 1.20.8, remove go 1.20.7 for stack(s) cflinuxfs4, cflinuxfs3
* Add go 1.21.1 for stack(s) cflinuxfs4, cflinuxfs3
* Deprecate Go 1.19.x (EOL)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| dep | 0.5.4 | cflinuxfs3 |
| dep | 0.5.4 | cflinuxfs4 |
| glide | 0.13.3 | cflinuxfs3 |
| glide | 0.13.3 | cflinuxfs4 |
| go | 1.20.8 | cflinuxfs3 |
| go | 1.20.8 | cflinuxfs4 |
| go | 1.21.1 | cflinuxfs3 |
| go | 1.21.1 | cflinuxfs4 |
| godep | 80 | cflinuxfs3 |
| godep | 80 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| go | 1.20.x |
* Uncached buildpack SHA256: b708cd4229b0022fa0714bf87fdf3e9ed671071f60ec9f5d7b9a6a4ef7e44378
* Uncached buildpack SHA256: 8c40c7562ccc93dfdf10eed9942884f8c65f1a13a5418ceb124f9b1626024a07
|
| haproxy | 11.17.4 | |
| java-offline-buildpack | 4.62.0 |
4.62.0
I'm pleased to announce the release of the java-buildpack, version 4.62.0. This release adds a new framework, `java_cf_env` which supplies the [Java CfEnv](https://github.com/pivotal-cf/java-cfenv) library to Spring Boot 3 apps, instead of the deprecated Spring AutoReconfiguration library.
Spring Boot 2 apps will continue to receive the Spring AutoReconfiguration library for the life of Spring Boot 2.x, whereas Spring Boot 3 users will now receive Java CfEnv as an app dependency. The conditions for this are as follows:
* A Spring Boot app with version >= 3
* No Java CfEnv library already added to the app as a user-dependency
For a more detailed look at the changes in 4.62.0, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.61.1...v4.62.0). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release.
| Dependency | Version | CVEs | Release Notes |
| ---------- | ------- | ---- | ------------- |
| AppDynamics Agent | `23.8.0_35032` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) |
| Azure Application Insights Agent | `3.4.16` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) |
| CA Introscope APM Framework | `23.8.1_6` | | |
| Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above |
| Container Security Provider | `1.20.0_RELEASE` |Included inline above | Included inline above |
| Contrast Security Agent | `5.2.3` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) |
| Datadog APM Javaagent | `1.20.1` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) |
| Elastic APM Agent | `1.42.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) |
| Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) |
| Geode Tomcat Session Store | `1.14.9` | | |
| Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) |
| Groovy | `2.5.23` | | [Release Notes](http://www.groovy-lang.org/releases.html) |
| JaCoCo Agent | `0.8.10` | | [Release Notes](https://github.com/jacoco/jacoco/releases) |
| Java CFEnv | `3.1.1` | | [Release Notes](https://github.com/pivotal-cf/java-cfenv/releases) |
| Java Memory Assistant Agent | `0.5.0` | | |
| Java Memory Assistant Clean Up | `0.1.0` | | |
| JProfiler Profiler | `13.0.7` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) |
| JRebel Agent | `2023.3.2` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) |
| jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above |
| MariaDB JDBC Driver | `2.7.9` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-2-7-9-release-notes/) |
| Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above |
| Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above |
| New Relic Agent | `8.6.0` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) |
| OpenJDK JRE 11 | `11.0.20_8` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/11.0.20b8/general/release-notes/) |
| OpenJDK JRE 17 | `17.0.8_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/17.0.8b7/general/release-notes/) |
| OpenJDK JRE 8 | `1.8.0_382` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/8u382b6/general/release-notes/) |
| PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) |
| Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above |
| Riverbed Appinternals Agent | `11.8.5_BL527` | | |
| SeaLights Agent | `4.0.2358` | | |
| SkyWalking | `8.16.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) |
| Splunk OpenTelemetry Java Agent | `1.27.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) |
| Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above |
| Spring Boot CLI | `2.7.15` | | |
| Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above |
| Takipi Agent | `4.73.3` | | [Release Notes](https://doc.overops.com/docs/whats-new) |
| Tomcat | `9.0.80` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) |
| Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| YourKit Profiler | `2023.5.231` | | [Release Notes](https://www.yourkit.com/download/yjp_2023_5_builds.jsp) |
4.61.1
I'm pleased to announce the release of the java-buildpack, version 4.61.1. This release fixes a bug with the MariaDB JDBC Framework. The Jar name that this connector is published under has changed, and so the framework detection needs to be updated to reflect the new name. See #1027 for more details.
This release also updates the geode-store version to 1.14.9
For a more detailed look at the changes in 4.61.1, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.61.0...v4.61.1). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release.
| Dependency | Version | CVEs | Release Notes |
| ---------- | ------- | ---- | ------------- |
| AppDynamics Agent | `23.7.0_34957` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) |
| Azure Application Insights Agent | `3.4.16` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) |
| CA Introscope APM Framework | `23.7.1_15` | | |
| Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above |
| Container Security Provider | `1.20.0_RELEASE` |Included inline above | Included inline above |
| Contrast Security Agent | `5.2.3` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) |
| Datadog APM Javaagent | `1.20.0` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) |
| Elastic APM Agent | `1.42.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) |
| Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) |
| Geode Tomcat Session Store | `1.14.9` | | |
| Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) |
| Groovy | `2.5.22` | | [Release Notes](http://www.groovy-lang.org/releases.html) |
| JaCoCo Agent | `0.8.10` | | [Release Notes](https://github.com/jacoco/jacoco/releases) |
| Java Memory Assistant Agent | `0.5.0` | | |
| Java Memory Assistant Clean Up | `0.1.0` | | |
| JProfiler Profiler | `13.0.7` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) |
| JRebel Agent | `2023.3.1` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) |
| jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above |
| MariaDB JDBC Driver | `2.7.9` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-2-7-9-release-notes/) |
| Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above |
| Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above |
| New Relic Agent | `8.5.0` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) |
| OpenJDK JRE 11 | `11.0.20_8` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/11.0.20b8/general/release-notes/) |
| OpenJDK JRE 17 | `17.0.8_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/17.0.8b7/general/release-notes/) |
| OpenJDK JRE 8 | `1.8.0_382` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/8u382b6/general/release-notes/) |
| PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) |
| Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above |
| Riverbed Appinternals Agent | `11.8.5_BL527` | | |
| SeaLights Agent | `4.0.2358` | | |
| SkyWalking | `8.16.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) |
| Splunk OpenTelemetry Java Agent | `1.27.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) |
| Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above |
| Spring Boot CLI | `2.7.15` | | |
| Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above |
| Takipi Agent | `4.73.3` | | [Release Notes](https://doc.overops.com/docs/whats-new) |
| Tomcat | `9.0.80` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) |
| Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| YourKit Profiler | `2023.5.230` | | [Release Notes](https://www.yourkit.com/download/yjp_2023_5_builds.jsp) |
|
| log-cache | 2.12.11 |
v2.12.11
## What's Changed
* Bump to [go1.20.8](https://groups.google.com/g/golang-announce/c/Fm51GRLNRvM/m/F5bwBlXMAQAJ)
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v2.12.10...v2.12.11
|
| loggregator | 106.7.12 |
v106.7.12
## What's Changed
* fix(grpcconnector): Correctly disconnect dopplers by @ctlong in https://github.com/cloudfoundry/loggregator-release/pull/624
* Bump to [go1.20.8](https://groups.google.com/g/golang-announce/c/Fm51GRLNRvM/m/F5bwBlXMAQAJ)
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.11...v106.7.12
|
| loggregator-agent | 6.5.14 |
v6.5.14
## What's Changed
* Bump to [go1.20.8](https://groups.google.com/g/golang-announce/c/Fm51GRLNRvM/m/F5bwBlXMAQAJ)
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.13...v6.5.14
|
| mapfs | 1.2.35 | |
| metric-registrar | 2.1.7 | |
| metrics-discovery | 3.2.16 |
v3.2.16
## What's Changed
* Add check for disable flag for metrics agent ingress_port
**Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.15...v3.2.16
v3.2.15
## What's Changed
* Bump to [go1.20.8](https://groups.google.com/g/golang-announce/c/Fm51GRLNRvM/m/F5bwBlXMAQAJ)
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.14...v3.2.15
|
| mysql-monitoring | 10.2.0 | |
| nats | 56.6.0 | |
| nfs-volume | 7.1.30 | |
| nginx-offline-buildpack | 1.2.7 |
1.2.7
* Add nginx 1.25.2, remove nginx 1.25.1 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.24.0 | cflinuxfs3 |
| nginx | 1.24.0 | cflinuxfs4 |
| nginx | 1.25.2 | cflinuxfs3 |
| nginx | 1.25.2 | cflinuxfs4 |
| openresty | 1.13.6.2 | cflinuxfs3 |
| openresty | 1.15.8.3 | cflinuxfs3 |
| openresty | 1.17.8.2 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs4 |
| openresty | 1.21.4.2 | cflinuxfs3 |
| openresty | 1.21.4.2 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.25.x |
* Uncached buildpack SHA256: e585210df0cb790d9669f3b952d6210c906654ead72dd62e97dd44a347b0716a
* Uncached buildpack SHA256: ba163b2a14b9d46a14e6ba8efa16e3f6ba6420f315db7ad54b0434d410ab65a7
|
| nodejs-offline-buildpack | 1.8.15 |
1.8.15
* Add node 20.6.0, remove node 20.5.0 for stack(s) cflinuxfs4, cflinuxfs3
* Add python 3.11.5, remove python 3.10.12 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| node | 16.20.1 | cflinuxfs3 |
| node | 16.20.1 | cflinuxfs4 |
| node | 16.20.2 | cflinuxfs3 |
| node | 16.20.2 | cflinuxfs4 |
| node | 18.17.0 | cflinuxfs3 |
| node | 18.17.0 | cflinuxfs4 |
| node | 18.17.1 | cflinuxfs3 |
| node | 18.17.1 | cflinuxfs4 |
| node | 20.5.1 | cflinuxfs3 |
| node | 20.5.1 | cflinuxfs4 |
| node | 20.6.0 | cflinuxfs3 |
| node | 20.6.0 | cflinuxfs4 |
| python | 3.11.5 | cflinuxfs3 |
| python | 3.11.5 | cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| node | 18.x |
| python | 3.11.x |
* Uncached buildpack SHA256: ed4f520a237a8cee50c6f38aa550a8df404b54affcd7789be41911f9fd756451
* Uncached buildpack SHA256: 81ec40b57eb46d55fc7707d3fc32e2227f175c9741f6fe9e7903d60160addda9
|
| notifications | 66.0.0 | |
| notifications-ui | 45.0.0 | |
| php-offline-buildpack | 4.6.10 |
4.6.10
* Add composer 2.6.2, remove composer 2.5.8 for stack(s) cflinuxfs4, cflinuxfs3
* Add php 8.1.23, remove php 8.1.21 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| appdynamics | 23.7.1-751 | cflinuxfs3, cflinuxfs4 | |
| composer | 2.6.2 | cflinuxfs3, cflinuxfs4 | |
| httpd | 2.4.57 | cflinuxfs3 | |
| httpd | 2.4.57 | cflinuxfs4 | |
| newrelic | 10.11.0.3 | cflinuxfs3, cflinuxfs4 | |
| nginx | 1.24.0 | cflinuxfs3 | |
| nginx | 1.24.0 | cflinuxfs4 | |
| nginx | 1.25.2 | cflinuxfs3 | |
| nginx | 1.25.2 | cflinuxfs4 | |
| php | 8.0.29 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.30 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.22 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.22 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.23 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.23 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.2.7 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.7 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.8 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.8 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| python | 2.7.18 | cflinuxfs4 | |
| ruby | 3.0.5 | cflinuxfs4 | |
Default binary versions:
| name | version |
|-|-|
| php | 8.1.23 |
| httpd | 2.4.57 |
| newrelic | 10.11.0.3 |
| nginx | 1.25.2 |
| composer | 2.6.2 |
* Uncached buildpack SHA256: a7a6d8cafce1d3cca329be25efbce17639b1f4d91dc0d702f71f4adb4ed4f86a
* Uncached buildpack SHA256: 99f6f5f413f57d578a11c2147ec36e126224f16d7dc3d05791260982c4c787ff
|
| push-apps-manager-release | 676.0.18 | |
| push-offline-docs-release | 2.13.356 | |
| push-usage-service-release | 674.0.64 |
v674.0.64## Changes * Bump metric-registrar-cli to 1.4.1 (#416) ## Dependencies * **app-usage-service:** Updated to v`0248b9b`. v674.0.63
## Changes
* creating final release 674.0.62
v674.0.62## Dependencies * **app-usage-service:** Updated to v`4146987`. v674.0.61## Changes ## Dependencies * **app-usage-service:** Updated to v`c4c42c5`. v674.0.60## Dependencies * **app-usage-service:** Updated to v`79259fb`. |
| pxc | 0.56.0 |
v0.56.0
**New Features**
- Bumped Go to 1.21.1
- Updated vendored dependencies
**EOL Notice**
- Please note that this release and earlier versions will not be supported beyond Oct 2023, due to MySQL 5.7 EOL. If your product is consuming this release, please upgrade to the latest pxc-1.0.y release
|
| python-offline-buildpack | 1.8.14 |
1.8.14
* Add setuptools 68.2.0, remove setuptools 68.1.2 for stack(s) cflinuxfs4, cflinuxfs3
* Add pipenv 2023.9.1, remove pipenv 2023.8.22 for stack(s) cflinuxfs3, cflinuxfs4
* Add python 3.8.18, remove python 3.8.17 for stack(s) cflinuxfs4, cflinuxfs3
* Add python 3.9.18, remove python 3.9.17 for stack(s) cflinuxfs4, cflinuxfs3
* Add python 3.10.13, remove python 3.10.12 for stack(s) cflinuxfs4, cflinuxfs3
* Add python 3.11.5, remove python 3.11.4 for stack(s) cflinuxfs3, cflinuxfs4
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
| libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
| miniconda3-py39 | 23.5.2 | cflinuxfs3, cflinuxfs4 |
| pip | 23.2.1 | cflinuxfs3, cflinuxfs4 |
| pipenv | 2023.9.1 | cflinuxfs3 |
| pipenv | 2023.9.1 | cflinuxfs4 |
| python | 3.8.18 | cflinuxfs3 |
| python | 3.8.18 | cflinuxfs4 |
| python | 3.9.18 | cflinuxfs3 |
| python | 3.9.18 | cflinuxfs4 |
| python | 3.10.13 | cflinuxfs3 |
| python | 3.10.13 | cflinuxfs4 |
| python | 3.11.5 | cflinuxfs3 |
| python | 3.11.5 | cflinuxfs4 |
| setuptools | 68.2.0 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| python | 3.10.x |
* Uncached buildpack SHA256: 4840646c3c09db439f4b5a7a6e24f8b660ca414fef2020690a3a51d54ea82ac3
* Uncached buildpack SHA256: 245f916b58b888bdf4563b815193aa57f24db0a06f5db541f6324231b92b4480
|
| r-offline-buildpack | 1.2.6 |
1.2.6
* Update r 4.2.3 dependencies for stack(s) cflinuxfs3, cflinuxfs4:
* forecast from 8.21 to 8.21.1
* Update r 4.3.1 dependencies for stack(s) cflinuxfs3, cflinuxfs4:
* forecast from 8.21 to 8.21.1
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.3 | cflinuxfs4 | forecast, plumber, rserve, shiny |
| r | 4.3.1 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.3.1 | cflinuxfs4 | forecast, plumber, rserve, shiny |
* Uncached buildpack SHA256: c99c69682deb73449b8fb274e1d3d51fd02a2fdb5a19479d550a5136caf856f7
* Uncached buildpack SHA256: 6ea79439c789348bd30f0fa53bf54086457821f5f60d2f1252baaa951643687d
|
| routing | 0.278.0 | |
| ruby-offline-buildpack | 1.10.4 | |
| silk | 3.32.0 | |
| smb-volume | 3.1.30 | |
| smoke-tests | 4.8.4 |
4.8.4
Create bosh final release 4.8.4
## What's Changed
* feat: CI to autobump golang by @pabloarodas in https://github.com/pivotal/smoke-tests/pull/106
* Upgrade Golang by @pvaramballypivot in https://github.com/pivotal/smoke-tests/pull/111
* test: skip jobs to test automerge by @pabloarodas in https://github.com/pivotal/smoke-tests/pull/113
* Upgrade Golang by @pvaramballypivot in https://github.com/pivotal/smoke-tests/pull/114
* Upgrade Golang by @pvaramballypivot in https://github.com/pivotal/smoke-tests/pull/116
* Bump cf-cli to 8.7.3 by @xtremerui in https://github.com/pivotal/smoke-tests/pull/117
**Full Changelog**: https://github.com/pivotal/smoke-tests/compare/4.8.3...4.8.4
|
| staticfile-offline-buildpack | 1.6.7 |
1.6.7
* Add nginx 1.25.2, remove nginx 1.25.1 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.24.0 | cflinuxfs3 |
| nginx | 1.24.0 | cflinuxfs4 |
| nginx | 1.25.2 | cflinuxfs3 |
| nginx | 1.25.2 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.25.x |
* Uncached buildpack SHA256: 73bb613751e874688e28e1863b89947ab4590326ce81ec6703d434d53cb1210b
* Uncached buildpack SHA256: 453343955d374a0f3291f934014347d22ee1709c8b867baffd9ada83c8964887
|
| statsd-injector | 1.11.33 | |
| syslog | 11.8.13 |
v11.8.13
## What's Changed
* Update golang packages to use go1.20.8
**Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v11.8.12...v11.8.13
|
| system-metrics-scraper | 4.0.0 | |
| uaa | 74.5.87 |
v74.5.87
## What's Changed
- Various dependency bumps
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.86..v74.5.87
v74.5.86
## What's Changed
* Bump github.com/cloudfoundry/bosh-utils from 0.0.384 to 0.0.386 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/654
* Bump activesupport from 6.1.7.4 to 6.1.7.6 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/657
* Bump github.com/cloudfoundry/bosh-utils from 0.0.386 to 0.0.393 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/660
* [build(deps): bump versions.springBootVersion from 2.7.14 to 2.7.15](https://github.com/cloudfoundry/uaa/commit/883562fa0419bad53a55c6c42b3bb2520421ec4a)
* [build(deps): bump jasmine-core from 5.1.0 to 5.1.1 in /uaa](https://github.com/cloudfoundry/uaa/commit/67d11fc48f84b5b01df5ad6f335064206a4cdc91)
* [build(deps): bump versions.tomcatVersion from 9.0.79 to 9.0.80](https://github.com/cloudfoundry/uaa/commit/b377e03ce3bfccffc98c9f203baa652676ab5ac4)
* [build(deps): bump org.apache.directory.api:api-ldap-model](https://github.com/cloudfoundry/uaa/commit/41549f21d1578113f5fcc678937c4a5a0a25057a)
* [build(deps): bump versions.seleniumVersion from 4.11.0 to 4.12.0](https://github.com/cloudfoundry/uaa/commit/66ac601104456821c11e70ac046b831a2d2afb94)
* [build(deps): bump org.eclipse.jgit:org.eclipse.jgit tp to 6.7.0.202309050840-r](https://github.com/cloudfoundry/uaa/commit/f45c3fbc2a4b0e36997fe23026530fe6fbb69175)
* [build(deps): bump versions.seleniumVersion from 4.12.0 to 4.12.1](https://github.com/cloudfoundry/uaa/commit/0d3767c4b41fb1001562b6dfba5a50e7a2df1561)
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.85...v74.5.86
|
Release Date: 09/11/2023
1.18.881.1.60.0.351.2.61.133.8249.2.40.373.02.12.412.81.02.4.161.37.01.10.112.12.10106.7.116.5.131.2.352.1.73.2.1410.2.07.1.301.2.61.8.144.6.9676.0.18674.0.590.55.01.8.131.2.50.278.01.10.43.1.301.6.61.11.3311.8.124.0.074.5.85| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.655 | |
| backup-and-restore-sdk | 1.18.88 |
v1.18.88## Changes * Bump mariadb from 10.6.14 to 10.6.15 (#1179) * Bump postgres from 11.20 to 11.21 (#1175) * Bump postgres from 13.11 to 13.12 (#1176) * Bump postgres from 15.3 to 15.4 (#1177) ## Dependencies * **storage:** Updated to v1.32.0. v1.18.87## Changes * chore: bump github.com/maxbrunsfeld/counterfeiter/v6 v6.6.2 (#1164) * chore: bump to Ginkgo V2 (#1161) ## Dependencies * **aws-sdk-go-v2/credentials:** Updated to v1.13.32. |
| binary-offline-buildpack | 1.1.6 |
1.1.6
* Rebuild
* Uncached buildpack SHA256: 36cdf2abfb2558acd68199b4304b807ad4f437cd382bc4d0d27d6f8f31d6666b
* Uncached buildpack SHA256: a9a2892330e1ed6155edfada05182af4024ac0479c6bce0a7dffe9c7fc0c9f54
* Uncached buildpack SHA256: 0651e649df0df4527feb4b3176c938113db7a9fcc49b810315efef39fb355af7
* Uncached buildpack SHA256: 717c8a6a4b0bf5fc6da5f5486d1965a281bd785c4e5121a0f0e0125655d63eb1
|
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.35 |
v0.0.35
Bump Go to v1.20.7
|
| bpm | 1.2.6 | |
| capi | 1.133.8 |
1.133.8
Create final release 1.133.8
|
| cf-autoscaling | 249.2.4 |
v249.2.4
## What's Changed
* add back use cf CLI commands to create and update the cf-autoscaling service broker in https://github.com/pivotal-cf/cf-autoscaling-release/pull/851
* dependency bumps
* bump to Go 1.20.7
**Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.2.3...v249.2.4
|
| cf-cli | 1.45.0 | |
| cf-networking | 3.32.0 | |
| cflinuxfs3 | 0.373.0 |
v0.373.0
This release ships with cflinuxfs3 version 0.373.0. For more information, see the [release notes](https://github.com/pivotal-cf/tanzu-cflinuxfs3/releases/tag/0.373.0)
|
| count-cores-indicator | 2.0.0 | |
| credhub | 2.12.41 |
2.12.41
### Security Fixes
- Bump various dependencies
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.40...2.12.41
2.12.40
## What's Changed
* Build(deps): Bump rubocop from 1.55.1 to 1.56.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/152
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.39...2.12.40
|
| diego | 2.81.0 |
v2.81.0
## Changes
- Healthchecks for process startup have been renamed from "readiness" to "startup" to better indicate that it is the initial liveness check to ensure the process has started. After completing, it is superceded by the liveness check, which has had no changes.
- Adds support for "readiness" checks on processes. The purpose of readiness checks are to determine whether a process is capable of serving traffic or not. This is contrasted now with liveness checks which determine if the process is in a state that requires it to be restarted. Readiness checks can be used to pull a process out of service when they fail, while not restarting the process. Once readiness is passing again, the process will be re-added into the service pool. Removal/addition of processes to the service pool is done via route-emitter.
- `cfdot actual-lrps` now behaves in a more expected behavior regarding the display of `host_tls_proxy_port`. It should always be preset, even if the value is `0`.
- Bumped to golang 1.20.7.
## ✨ Built with go 1.20.7
**Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.80.0...v2.81.0
## Resources
- [Download release v2.81.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.81.0).
|
| dotnet-core-offline-buildpack | 2.4.16 |
2.4.16
* Add dotnet-runtime 6.0.21, remove dotnet-runtime 6.0.20 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-sdk 6.0.413, remove dotnet-sdk 6.0.412 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-aspnetcore 6.0.21, remove dotnet-aspnetcore 6.0.20 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-runtime 7.0.10, remove dotnet-runtime 7.0.9 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-sdk 7.0.400, remove dotnet-sdk 7.0.306 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-aspnetcore 7.0.10, remove dotnet-aspnetcore 7.0.9 for stack(s) cflinuxfs4, cflinuxfs3
* Add libunwind 1.7.2, remove libunwind 1.7.0 for stack(s) cflinuxfs3, cflinuxfs4
* Add node 18.17.1, remove node 18.17.0 for stack(s) cflinuxfs4, cflinuxfs3
* Bump github.com/Sealights/libbuildpack-sealights from 1.2.0 to 1.3.0
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 6.0.21 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 7.0.10 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 6.0.21 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 7.0.10 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 6.0.413 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 7.0.400 | cflinuxfs3, cflinuxfs4 |
| libgdiplus | 6.1 | cflinuxfs3 |
| libgdiplus | 6.1 | cflinuxfs4 |
| libunwind | 1.7.2 | cflinuxfs3 |
| libunwind | 1.7.2 | cflinuxfs4 |
| node | 18.17.1 | cflinuxfs3 |
| node | 18.17.1 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| dotnet-runtime | 6.0.x |
| dotnet-aspnetcore | 6.0.x |
| dotnet-sdk | 6.0.x |
| bower | 1.8.x |
* Uncached buildpack SHA256: 01de4cc53a84dd16fecceeb4be91bdbbfe92a1afcfafca8a1e62b6cd52388f9a
* Uncached buildpack SHA256: 30b7fe52025c962852a766957521be63bdc364cf786c3c33075112f50d870f6d
|
| garden-runc | 1.37.0 |
v1.37.0
## Changes
- 🐛Fixed a bug with garden-windows where process directories were being leaked in the garden depot. This adds a `garden.cleanup_process_dirs_on_wait` property to mimic cleanup logic from garden-linux. This property is defaulted to true on garden-windows, to keep the desired behavior for CF/Diego. If garden-windows is ever used with Concourse, users will want to set this to false.
## Bosh Job Spec changes:
```diff
diff --git a/jobs/garden-windows/spec b/jobs/garden-windows/spec
index ef1ce54e..004e4e7f 100644
--- a/jobs/garden-windows/spec
+++ b/jobs/garden-windows/spec
@@ -69,6 +69,12 @@ properties:
description: "path to the rootfs to use when a container specifies no rootfs"
default: ""
+ # Since garden-windows is not currently used in Concourse, we are setting this to 'true' to make life easier for diego/cf users.
+ # https://github.com/cloudfoundry/garden-runc-release/releases/tag/v1.5.0
+ garden.cleanup_process_dirs_on_wait:
+ description: A boolean stating whether or not to cleanup process state after waiting for it. If set a process can be waited for only once.
+ default: true
+
logging.format.timestamp:
description: "Format for timestamp in component logs. Valid values are 'unix-epoch' and 'rfc3339'."
default: "unix-epoch"
diff --git a/jobs/garden/spec b/jobs/garden/spec
index 259bba46..3bffb2f7 100644
--- a/jobs/garden/spec
+++ b/jobs/garden/spec
@@ -201,6 +201,8 @@ properties:
description: A boolean stating whether or not to run garden-server as a non-root user
default: false
+ # We believe this defaults to false to help concourse: https://github.com/cloudfoundry/garden-runc-release/releases/tag/v1.5.0
+ # For diego/cf, this should be set to true
garden.cleanup_process_dirs_on_wait:
description: A boolean stating whether or not to cleanup process state after waiting for it. If set a process can be waited for only once.
default: false
```
## ✨ Built with go 1.20.7
**Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.36.0...v1.37.0
## Resources
- [Download release v1.37.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.37.0).
v1.36.0
## Changes
- [Pin opencontainer/runc to version v1.1.7](https://github.com/cloudfoundry/guardian/commit/f2b3d5ec72dee482f63068124cd6b3592dd6d74b)
- Resolves a compilation issue with `xenial` stemcells
- Dependency bumps
## ✨ Built with go 1.20.7
**Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.35.0...v1.36.0
## Resources
- [Download release v1.36.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.36.0).
v1.35.0
# ⚠️ We recommend skipping to [1.36.0](https://github.com/cloudfoundry/garden-runc-release/releases/tag/v1.35.0)
Especially if you're still running `xenial` stemcells, in which this release version will fail to compile.
## Changes
- [Bug Fix] Re-implemented HTTP health checks of the `gdn` process in the `garden` job.
- These were disabled in [1.29.0](https://github.com/cloudfoundry/garden-runc-release/releases/tag/v1.29.0) due to issues during deployment.
- Bumped golang to 1.20.7
## ✨ Built with go 1.20.7
**Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.34.0...v1.35.0
## Resources
- [Download release v1.35.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.35.0).
|
| go-offline-buildpack | 1.10.11 |
1.10.11
* Add go 1.20.7, remove go 1.20.5 for stack(s) cflinuxfs4, cflinuxfs3
* Add go 1.19.12, remove go 1.19.10 for stack(s) cflinuxfs3, cflinuxfs4
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| dep | 0.5.4 | cflinuxfs3 |
| dep | 0.5.4 | cflinuxfs4 |
| glide | 0.13.3 | cflinuxfs3 |
| glide | 0.13.3 | cflinuxfs4 |
| go | 1.19.12 | cflinuxfs3 |
| go | 1.19.12 | cflinuxfs4 |
| go | 1.20.7 | cflinuxfs3 |
| go | 1.20.7 | cflinuxfs4 |
| godep | 80 | cflinuxfs3 |
| godep | 80 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| go | 1.19.x |
* Uncached buildpack SHA256: d0af86c07890f58ac8592150d302c0b9d6938dd486581ebdbc173bc4d709e7db
* Uncached buildpack SHA256: b27f2565835077a69c0725871eb673ddda1737c134c90de7401e6249252d71e5
|
| haproxy | 11.17.4 | |
| java-offline-buildpack | 4.61.0 | |
| log-cache | 2.12.10 |
v2.12.10
## What's Changed
* Bump to [go1.20.7](https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ)
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v2.12.9...v2.12.10
|
| loggregator | 106.7.11 |
v106.7.11
## What's Changed
* Bump to [go1.20.7](https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ)
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.10...v106.7.11
|
| loggregator-agent | 6.5.13 |
v6.5.13
## What's Changed
* Bump to [go1.20.7](https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ)
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.12...v6.5.13
|
| mapfs | 1.2.35 |
v1.2.35## Dependencies * **mapfs:** Updated to v`53ab9fc`. v1.2.34## Changes ## Dependencies * **mapfs:** Updated to v`b83d1af`. |
| metric-registrar | 2.1.7 |
v2.1.7
## What's Changed
* Bump to [go1.20.7](https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ)
* Bump dependencies
**Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v2.1.6...v2.1.7
|
| metrics-discovery | 3.2.14 |
v3.2.14
## What's Changed
* add disable property to metrics-agent & metrics-discovery-registrar by @mkocher in https://github.com/cloudfoundry/metrics-discovery-release/pull/169
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.13...v3.2.14
v3.2.13
## What's Changed
* Fix metrics-agent on windows
* Bump to [go1.20.7](https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ)
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.12...v3.2.13
|
| mysql-monitoring | 10.2.0 |
10.2.0
**Dependency Bumps**
- Built with Go 1.20.7
- Bumped dependencies
|
| nats | 56.6.0 | |
| nfs-volume | 7.1.30 |
v7.1.30## Dependencies * **nfsbroker:** Updated to v`90b8c05`. v7.1.29## Changes * **nfsbroker:** Updated to v`af16846`. v7.1.28## Changes * +Golang: Updated to v1.20.7 (#511) ## Dependencies * **nfsbroker:** Updated to v`7a437dc`. |
| nginx-offline-buildpack | 1.2.6 |
1.2.6
* Add openresty 1.21.4.2, remove openresty 1.21.4.1 (#229)
for stack(s) cflinuxfs3, cflinuxfs4
(https://www.pivotaltracker.com/story/show/185653441)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.24.0 | cflinuxfs3 |
| nginx | 1.24.0 | cflinuxfs4 |
| nginx | 1.25.1 | cflinuxfs3 |
| nginx | 1.25.1 | cflinuxfs4 |
| openresty | 1.13.6.2 | cflinuxfs3 |
| openresty | 1.15.8.3 | cflinuxfs3 |
| openresty | 1.17.8.2 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs4 |
| openresty | 1.21.4.2 | cflinuxfs3 |
| openresty | 1.21.4.2 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.25.x |
* Uncached buildpack SHA256: bcbe628e2296a8e31ae554f7a67113b89fde0e42f6e934165a3da5a61fdcb051
* Uncached buildpack SHA256: b56d967226923874d8f6ba45284e37c18414da5ff67c1e341b5a4ab4bdde294c
|
| nodejs-offline-buildpack | 1.8.14 |
1.8.14
* Add node 16.20.2, remove node 16.20.0 for stack(s) cflinuxfs4, cflinuxfs3
* Add node 18.17.1, remove node 18.16.1 for stack(s) cflinuxfs4, cflinuxfs3
* Add node 20.5.1, remove node 20.4.0 for stack(s) cflinuxfs3, cflinuxfs4
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| node | 16.20.1 | cflinuxfs3 |
| node | 16.20.1 | cflinuxfs4 |
| node | 16.20.2 | cflinuxfs3 |
| node | 16.20.2 | cflinuxfs4 |
| node | 18.17.0 | cflinuxfs3 |
| node | 18.17.0 | cflinuxfs4 |
| node | 18.17.1 | cflinuxfs3 |
| node | 18.17.1 | cflinuxfs4 |
| node | 20.5.0 | cflinuxfs3 |
| node | 20.5.0 | cflinuxfs4 |
| node | 20.5.1 | cflinuxfs3 |
| node | 20.5.1 | cflinuxfs4 |
| python | 3.10.12 | cflinuxfs3 |
| python | 3.10.12 | cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| node | 18.x |
| python | 3.10.x |
* Uncached buildpack SHA256: dae756d93c0e41a5a534ac9d808b005ea4a644b5570d2c17a3e4c9b7ed3446c4
* Uncached buildpack SHA256: ae551c0a8233ebb27e4dbdaaac2c7f84c76680cd46720cae64683cfeb5bcfcf9
1.8.13
* Add node 20.5.0, remove node 20.2.0 (#628)
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/185661753)
* Add node 18.17.0, remove node 18.16.0 (#627)
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/185641935)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| node | 16.20.0 | cflinuxfs3 |
| node | 16.20.0 | cflinuxfs4 |
| node | 16.20.1 | cflinuxfs3 |
| node | 16.20.1 | cflinuxfs4 |
| node | 18.16.1 | cflinuxfs3 |
| node | 18.16.1 | cflinuxfs4 |
| node | 18.17.0 | cflinuxfs3 |
| node | 18.17.0 | cflinuxfs4 |
| node | 20.4.0 | cflinuxfs3 |
| node | 20.4.0 | cflinuxfs4 |
| node | 20.5.0 | cflinuxfs3 |
| node | 20.5.0 | cflinuxfs4 |
| python | 3.10.12 | cflinuxfs3 |
| python | 3.10.12 | cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| node | 18.x |
| python | 3.10.x |
* Uncached buildpack SHA256: 3ae92d8cc129710d4c58a6dff17beb80dc260c13e1665bfc68a14b12ff9b0016
* Uncached buildpack SHA256: bb5cb1d92707939176d0d49c2063d9666f5d41aaf09989bae89d0c980e972ff0
|
| notifications | 66.0.0 | |
| notifications-ui | 45.0.0 | |
| php-offline-buildpack | 4.6.9 |
4.6.9
* Add php 8.1.22, remove php 8.1.20 (#911)
* Add php 8.0.30, remove php 8.0.28 (#910)
* Add nginx 1.25.2, remove nginx 1.25.1
* Update default Nginx version (#909)
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| appdynamics | 23.7.1-751 | cflinuxfs3, cflinuxfs4 | |
| composer | 2.5.8 | cflinuxfs3, cflinuxfs4 | |
| httpd | 2.4.57 | cflinuxfs3 | |
| httpd | 2.4.57 | cflinuxfs4 | |
| newrelic | 10.11.0.3 | cflinuxfs3, cflinuxfs4 | |
| nginx | 1.24.0 | cflinuxfs3 | |
| nginx | 1.24.0 | cflinuxfs4 | |
| nginx | 1.25.2 | cflinuxfs3 | |
| nginx | 1.25.2 | cflinuxfs4 | |
| php | 8.0.29 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.30 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.21 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.21 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.22 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.22 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.2.7 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.7 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.8 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.8 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| python | 2.7.18 | cflinuxfs4 | |
| ruby | 3.0.5 | cflinuxfs4 | |
Default binary versions:
| name | version |
|-|-|
| php | 8.1.21 |
| httpd | 2.4.57 |
| newrelic | 10.11.0.3 |
| nginx | 1.25.2 |
| composer | 2.5.8 |
* Uncached buildpack SHA256: e6f656f4a4880dbd8c1d30a785b667aebdf5703a25d35f74577832f54a224fcf
* Uncached buildpack SHA256: 55b32b70a564ee78042f4be7c694b56d12f6eb182c8c589badd07077ef0c6cde
4.6.8
* Add php 8.0.29, remove php 8.0.27 for stack(s) cflinuxfs3
* Add php 8.1.20, remove php 8.1.15 for stack(s) cflinuxfs4, cflinuxfs3
* Add php 8.1.21, remove php 8.1.16 for stack(s) cflinuxfs4, cflinuxfs3
* Add php 8.2.7, remove php 8.2.2 for stack(s) cflinuxfs4, cflinuxfs4
* Add php 8.2.8, remove php 8.2.3 for stack(s) cflinuxfs4, cflinuxfs3
* Add newrelic 10.11.0.3, remove newrelic 10.6.0.318 for stack(s) cflinuxfs4, cflinuxfs3 (#888)
* Add appdynamics 23.7.1-751, remove appdynamics 23.4.0-724 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| appdynamics | 23.7.1-751 | cflinuxfs3, cflinuxfs4 | |
| composer | 2.5.8 | cflinuxfs3, cflinuxfs4 | |
| httpd | 2.4.57 | cflinuxfs3 | |
| httpd | 2.4.57 | cflinuxfs4 | |
| newrelic | 10.11.0.3 | cflinuxfs3, cflinuxfs4 | |
| nginx | 1.24.0 | cflinuxfs3 | |
| nginx | 1.24.0 | cflinuxfs4 | |
| nginx | 1.25.1 | cflinuxfs3 | |
| nginx | 1.25.1 | cflinuxfs4 | |
| php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.29 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.20 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.20 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.21 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.21 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.2.7 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.7 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.8 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.8 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| python | 2.7.18 | cflinuxfs4 | |
| ruby | 3.0.5 | cflinuxfs4 | |
Default binary versions:
| name | version |
|-|-|
| php | 8.1.21 |
| httpd | 2.4.57 |
| newrelic | 10.11.0.3 |
| nginx | 1.25.1 |
| composer | 2.5.8 |
* Uncached buildpack SHA256: d41c87433f8bdd815a8909607d3c73ba8df18a57c81ec6d3c5a5baa914340471
* Uncached buildpack SHA256: 8a9513fd3c36841e17db5a01f56161392fc7b259c42832ca8904353462438f38
|
| push-apps-manager-release | 676.0.18 |
676.0.18
* new offline cf cli versions
676.0.17
## Changelog
- bump word wrap for cve https://github.com/pivotal-cf/apps-manager-js/pull/167
- doomsday clock for usage service https://github.com/pivotal-cf/apps-manager-js/pull/159
- resolve apps man jira 123 with tcp routes not mappable https://github.com/pivotal-cf/apps-manager-js/pull/169
|
| push-offline-docs-release | 2.13.356 | |
| push-usage-service-release | 674.0.59 |
v674.0.59## Dependencies * **app-usage-service:** Updated to v`2770277`. v674.0.58## Changes ## Dependencies * **app-usage-service:** Updated to v`d382b32`. |
| pxc | 0.55.0 |
v0.55.0
**New Features**
- Bumped Go to 1.20.7
- Updated vendored dependencies
**EOL Notice**
- Please note that this release and earlier versions will not be supported beyond Oct 2023, due to MySQL 5.7 EOL. If your product is consuming this release, please upgrade to the latest pxc-1.0.y release
|
| python-offline-buildpack | 1.8.13 |
1.8.13
* Add pipenv 2023.8.22, remove pipenv 2023.7.11 for stack(s) cflinuxfs4, cflinuxfs3
* Add setuptools 68.1.2, remove setuptools 68.0.0 for stack(s) cflinuxfs4, cflinuxfs3
* Add pip 23.2.1, remove pip 23.1.2 for stack(s) cflinuxfs4, cflinuxfs3
* Add miniconda3-py39 23.5.2, remove miniconda3-py39 4.12.0 for stack(s) cflinuxfs4, cflinuxfs3
* Adding Sealights Hook Support (#809)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
| libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
| miniconda3-py39 | 23.5.2 | cflinuxfs3, cflinuxfs4 |
| pip | 23.2.1 | cflinuxfs3, cflinuxfs4 |
| pipenv | 2023.8.22 | cflinuxfs3 |
| pipenv | 2023.8.22 | cflinuxfs4 |
| python | 3.8.17 | cflinuxfs3 |
| python | 3.8.17 | cflinuxfs4 |
| python | 3.9.17 | cflinuxfs3 |
| python | 3.9.17 | cflinuxfs4 |
| python | 3.10.12 | cflinuxfs3 |
| python | 3.10.12 | cflinuxfs4 |
| python | 3.11.4 | cflinuxfs3 |
| python | 3.11.4 | cflinuxfs4 |
| setuptools | 68.1.2 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| python | 3.10.x |
* Uncached buildpack SHA256: c7714ca7a89bf0647a3b6e4f86e0d32a059779517bbdca31539c718acb5d1b31
* Uncached buildpack SHA256: 9ee2b351d888aff63bf72e15e9d05f909e6c715f28e00dc892db40e1f643a669
|
| r-offline-buildpack | 1.2.5 |
1.2.5
* Update r 4.3.1 dependencies for stack(s) cflinuxfs3, cflinuxfs4:
* shiny from 1.7.4.1 to 1.7.5
* Update r 4.2.3 dependencies for stack(s) cflinuxfs3, cflinuxfs4:
* shiny from 1.7.4.1 to 1.7.5
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.3 | cflinuxfs4 | forecast, plumber, rserve, shiny |
| r | 4.3.1 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.3.1 | cflinuxfs4 | forecast, plumber, rserve, shiny |
* Uncached buildpack SHA256: 38c6e649f991353b1358614e6f589260e682de93b66d13f664b0a4203194a9e7
* Uncached buildpack SHA256: f969b06ee842c097b3e285865b3c0439e3a7d94261a54091aeee66788def3532
|
| routing | 0.278.0 |
v0.278.0
## Changes
- Continue to forward relevant headers by removing hop-by-hop headers that could interfere with gorouter when proxying client requests
- See: https://github.com/cloudfoundry/gorouter/pull/356, https://github.com/cloudfoundry/routing-release/pull/331
- Go mod dependency updates
## Bosh Job Spec changes:
```diff
diff --git a/jobs/gorouter/spec b/jobs/gorouter/spec
index a14133ed..2bb394e9 100644
--- a/jobs/gorouter/spec
+++ b/jobs/gorouter/spec
@@ -282,6 +282,27 @@ properties:
example:
- name: X-Vcap-Request-Id
- name: Accept-Ranges
+ router.hop_by_hop_headers_to_filter:
+ description: |
+ (optional, array value) List of HTTP Headers that are filtered for
+ Hop-By-Hop Connection header.
+ When clients make requests to the gorouter and the gorouter proxies
+ their request, these HTTP Headers will be automatically be removed from
+ the request's Connection header and sent as normal headers to the
+ target backend. This list *also* specificies the Headers that can be
+ returned by the backend; i.e. if a client attempts to send one of these
+ Headers in their Connection Header to gorouter and it's *NOT* filtered,
+ the header will *NOT* be returned to client properly after proxying the
+ request.
+ default:
+ - X-Forwarded-For
+ - X-Forwarded-Proto
+ - B3
+ - X-B3
+ - X-B3-SpanID
+ - X-B3-TraceID
+ - X-Request-Start
+ - X-Forwarded-Client-Cert
router.frontend_idle_timeout:
description: |
(optional, integer) Duration in seconds to maintain an open connection when client supports keep-alive.
```
## ✨ Built with go 1.20.7
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.277.0...v0.278.0
## Resources
- [Download release v0.278.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.278.0).
v0.277.0
## Changes
- Additional metrics/logging component ports have been reserved from gorouter's ephemeral port range.
## ✨ Built with go 1.20.7
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.276.0...v0.277.0
## Resources
- [Download release v0.277.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.277.0).
v0.276.0
## Changes
- Bumped golang to 1.20.7
- 🐛 Added new loggregator ports to gorouter's list of ports to exclude from ephemeral ranges. Thanks @ctlong!
## ✨ Built with go 1.20.7
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.275.0...v0.276.0
## Resources
- [Download release v0.276.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.276.0).
|
| ruby-offline-buildpack | 1.10.4 |
1.10.4
* Add node 18.17.1, remove node 18.16.1 for stack(s) cflinuxfs3, cflinuxfs4
* Add rubygems 3.4.19, remove rubygems 3.4.16 for stack(s) cflinuxfs4, cflinuxfs3
* Add bundler 2.4.19, remove bundler 2.4.16 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bundler | 2.4.19 | cflinuxfs3, cflinuxfs4 |
| jruby | 9.3.10.0 | cflinuxfs3 |
| jruby | 9.3.10.0 | cflinuxfs4 |
| jruby | 9.4.3.0 | cflinuxfs3 |
| jruby | 9.4.3.0 | cflinuxfs4 |
| node | 18.17.1 | cflinuxfs3 |
| node | 18.17.1 | cflinuxfs4 |
| openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 |
| ruby | 3.0.5 | cflinuxfs3 |
| ruby | 3.0.6 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs4 |
| ruby | 3.1.4 | cflinuxfs3 |
| ruby | 3.1.4 | cflinuxfs4 |
| ruby | 3.2.1 | cflinuxfs3 |
| ruby | 3.2.1 | cflinuxfs4 |
| ruby | 3.2.2 | cflinuxfs3 |
| ruby | 3.2.2 | cflinuxfs4 |
| rubygems | 3.4.19 | cflinuxfs3, cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| ruby | 3.1.x |
* Uncached buildpack SHA256: cab151440c435f68bf97c5b8e7c1aafbd3ca945c7390e7c077ac10770188d28f
* Uncached buildpack SHA256: 3553204d118af196546370fafbfb35c2cbd227b1ea511b03d02d18e2dc000164
|
| silk | 3.32.0 | |
| smb-volume | 3.1.30 |
v3.1.30## Changes ## Dependencies * **smbbroker:** Updated to v`9ab3087`. v3.1.29## Changes ## Dependencies * **smbbroker:** Updated to v`6d49181`. |
| smoke-tests | 4.8.3 | |
| staticfile-offline-buildpack | 1.6.6 |
1.6.6
* Bump github.com/tidwall/gjson from 1.14.4 to 1.16.0
* Updating github-config
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.24.0 | cflinuxfs3 |
| nginx | 1.24.0 | cflinuxfs4 |
| nginx | 1.25.1 | cflinuxfs3 |
| nginx | 1.25.1 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.25.x |
* Uncached buildpack SHA256: 5779cbb071e4b5a6eac06a5c8a4e426ee9085c5947820753121b45b5a3b915c5
* Uncached buildpack SHA256: ba9f9198013fa645ab3767f3b3325764a624d74a3a0255f50499178e359bd482
|
| statsd-injector | 1.11.33 |
v1.11.33
## What's Changed
* Bump to [go1.20.7](https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ)
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.32...v1.11.33
|
| syslog | 11.8.12 |
v11.8.12
## What's Changed
* Bump Go to v1.20.7
**Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v11.8.11...v11.8.12
|
| system-metrics-scraper | 4.0.0 |
v4.0.0
## What's Changed
* Change default scrape port in the spec by @chombium in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/154. This has been changed in system-metrics release as well, and is already overridden to the new default in all environments we are aware of.
* Upgrade golang to 1.20.7
* Bump dependencies
## New Contributors
* @chombium made their first contribution in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/154
**Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.12...v4.0.0
|
| uaa | 74.5.85 |
v74.5.85
## What's Changed
- Various dependency bumps
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.84...v74.5.85
v74.5.84
## What's Changed
* Bump github.com/cloudfoundry/bosh-utils from 0.0.377 to 0.0.380 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/641
* Bump zeitwerk from 2.6.10 to 2.6.11 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/642
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.83...v74.5.84
|
Release Date: 08/18/2023
1.18.861.2.51.133.7249.2.33.32.02.12.392.4.154.61.06.5.121.2.332.1.656.6.07.1.271.2.51.8.1266.0.045.0.04.6.72.13.356674.0.571.8.121.2.41.10.33.32.03.1.281.6.511.8.113.3.1274.5.83| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.615 | |
| backup-and-restore-sdk | 1.18.86 |
v1.18.86## Changes * Golang: Updated to v1.20.7. (#1154) ## Dependencies * **aws-sdk-go-v2/credentials:** Updated to v1.13.30. v1.18.85## Changes * Bump mysql from 5.7.42 to 5.7.43 (#1128) ## Dependencies * **credentials:** Updated to v1.13.28. v1.18.84## Changes * Bump mysql from 8.0.33 to 8.0.34 ## Dependencies * **credentials:** Updated to v1.13.27. |
| binary-offline-buildpack | 1.1.5 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.34 | |
| bpm | 1.2.5 | |
| capi | 1.133.7 |
1.133.7
Create final release 1.133.7
1.133.6
Create final release 1.133.6
|
| cf-autoscaling | 249.2.3 |
v249.2.3
## What's Changed
* Bump dependencies
* Fix bbr post_backup_unlock script
**Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.2.2...v249.2.3
|
| cf-cli | 1.45.0 | |
| cf-networking | 3.32.0 |
v3.32.0
## Changes
- [Feature Improvement/Bug Fix] C2C Networking Policies are synced _only_ if they were actually updated to minimize load on the system (#231)
- Also see related `silk-release` PR: https://github.com/cloudfoundry/silk-release/pull/88
- And related `policy_client` PR: https://github.com/cloudfoundry/policy_client/pull/6
- Bumps dependencies
- Fixes a typo in [contributing.md](/docs/contributing.md) (#228)
- Thanks @geigerj0!
## ✨ Built with go 1.20.6
**Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.31.0...v3.32.0
## Resources
- [Download release v3.32.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.32.0).
v3.31.0
## Changes
- Updates a DB schema used with dynamic ASGs to resolve/prevent issues when frequently syncing hundreds of thousands of ASGs. Thanks @ZPascal!
## ✨ Built with go 1.20.6
**Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.30.0...v3.31.0
## Resources
- [Download release v3.31.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.31.0).
|
| cflinuxfs3 | 0.372.0 | |
| count-cores-indicator | 2.0.0 | |
| credhub | 2.12.39 |
2.12.39
### What's Changed
- Bump org.owasp:dependency-check-gradle from 8.2.1 to 8.3.1
- Bump com.google.guava:guava from 32.0.1-jre to 32.1.2-jre
- Bump gradle from 6.9.4 to 8.1.1
- Bump com.google.api.grpc:proto-google-common-protos from 2.22.1 to 2.23.0
- Bump io.grpc:protoc-gen-grpc-java from 1.56.1 to 1.57.1
- Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0
- Bump io.netty from 4.1.95.Final to 4.1.96.Final
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.39...2.12.40
2.12.38
### Security Fixes
- Bump JRE version from openjdk 8u372 to 8u382
- Bump spring boot version from 2.7.13 to 2.7.14
- Bump other various dependencies
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.37...2.12.38
2.12.37
## What's Changed
* Build(deps): bump com.google.protobuf:protobuf-gradle-plugin from 0.9.3 to 0.9.4.
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.36...2.12.37
2.12.36
## What's Changed
* Build(deps): bump kotlinVersion from 1.8.22 to 1.9.0
* Remove JvmDefault annotation, which can no longer be used in kotlin 1.9.0
* Build(deps): bump com.google.protobuf:protoc from 3.23.2 to 3.23.4
* Build(deps): bump com.google.api.grpc:proto-google-common-protos
* Build(deps): Bump rspec-mocks from 3.12.5 to 3.12.6 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/147
* Build(deps): Bump rubocop from 1.54.1 to 1.54.2 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/148
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.35...2.12.36
|
| diego | 2.80.0 | |
| dotnet-core-offline-buildpack | 2.4.15 |
2.4.15
* Add dotnet-aspnetcore 6.0.20, remove dotnet-aspnetcore 6.0.19 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-aspnetcore 7.0.9, remove dotnet-aspnetcore 7.0.8 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-runtime 6.0.20, remove dotnet-runtime 6.0.19 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-runtime 7.0.9, remove dotnet-runtime 7.0.8 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-sdk 6.0.412, remove dotnet-sdk 6.0.411 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-sdk 7.0.306, remove dotnet-sdk 7.0.305 for stack(s) cflinuxfs4, cflinuxfs3
* Add node 18.17.0, remove node 18.16.1 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 6.0.20 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 7.0.9 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 6.0.20 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 7.0.9 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 6.0.412 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 7.0.306 | cflinuxfs3, cflinuxfs4 |
| libgdiplus | 6.1 | cflinuxfs3 |
| libgdiplus | 6.1 | cflinuxfs4 |
| libunwind | 1.7.0 | cflinuxfs3 |
| libunwind | 1.7.0 | cflinuxfs4 |
| node | 18.17.0 | cflinuxfs3 |
| node | 18.17.0 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| dotnet-runtime | 6.0.x |
| dotnet-aspnetcore | 6.0.x |
| dotnet-sdk | 6.0.x |
| bower | 1.8.x |
* Uncached buildpack SHA256: 577b246b0c54de8e9d93c495dbe5a7ee079fe56991efa568134228b9fc3a56ae
* Uncached buildpack SHA256: f2feebbc5b5c759cd55636c72a82431d6be2280ea0a2161276dedf1196c6b854
2.4.14
* Add dotnet-aspnetcore 7.0.8, remove dotnet-aspnetcore 7.0.5 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-sdk 7.0.305, remove dotnet-sdk 7.0.302 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-runtime 7.0.8, remove dotnet-runtime 7.0.5 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-aspnetcore 6.0.19, remove dotnet-aspnetcore 6.0.16 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-sdk 6.0.411, remove dotnet-sdk 6.0.408 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-runtime 6.0.19, remove dotnet-runtime 6.0.16 for stack(s) cflinuxfs4, cflinuxfs3
* Add node 18.16.1, remove node 18.16.0 for stack(s) cflinuxfs3, cflinuxfs4
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 6.0.19 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 7.0.8 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 6.0.19 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 7.0.8 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 6.0.411 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 7.0.305 | cflinuxfs3, cflinuxfs4 |
| libgdiplus | 6.1 | cflinuxfs3 |
| libgdiplus | 6.1 | cflinuxfs4 |
| libunwind | 1.7.0 | cflinuxfs3 |
| libunwind | 1.7.0 | cflinuxfs4 |
| node | 18.16.1 | cflinuxfs3 |
| node | 18.16.1 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| dotnet-runtime | 6.0.x |
| dotnet-aspnetcore | 6.0.x |
| dotnet-sdk | 6.0.x |
| bower | 1.8.x |
* Uncached buildpack SHA256: a3e943161cdbb9179ffdc8f5f6d4235ec4ea46f8a4a92eb09e313f43e969e22f
* Uncached buildpack SHA256: d0f745beb8d4f223ed7b6ffe84cf32fd7512bc4c68fc27923a7e74c0d388dec3
|
| garden-runc | 1.34.0 | |
| go-offline-buildpack | 1.10.10 | |
| haproxy | 11.17.4 | |
| java-offline-buildpack | 4.61.0 |
4.61.0
I'm pleased to announce the release of the java-buildpack, version 4.61.0. This release includes the Java quarterly patch releases, as well updates to the following frameworks/agents:
* AppDynamics
* Azure App Insights
* Datadog
* Elastic APM
* JRebel
* New Relic
* Splunk Otel
* Takipi Agent
* Tomcat
Additional Changes:
- This release corrects the type of Takipi/Overops agent that was included with the buildpack since `4.60.0`
- The Google Stackdriver Debugger has been disabled by default as announced in the previous release, the Google service is no longer available & they will no longer support the agent after August 2023. Until then, users can re-enable by forking the buildpack, however the integration will be removed completely in a future release.
For a more detailed look at the changes in 4.61.0, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.60.0...v4.61.0). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release.
| Dependency | Version | CVEs | Release Notes |
| ---------- | ------- | ---- | ------------- |
| AppDynamics Agent | `23.6.1_34894` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) |
| Azure Application Insights Agent | `3.4.15` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) |
| CA Introscope APM Framework | `23.6.1_5` | | |
| Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above |
| Container Security Provider | `1.20.0_RELEASE` |Included inline above | Included inline above |
| Contrast Security Agent | `5.2.2` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) |
| Datadog APM Javaagent | `1.18.3` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) |
| Elastic APM Agent | `1.41.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) |
| Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) |
| Geode Tomcat Session Store | `1.13.7` | | |
| Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) |
| Groovy | `2.5.22` | | [Release Notes](http://www.groovy-lang.org/releases.html) |
| JaCoCo Agent | `0.8.10` | | [Release Notes](https://github.com/jacoco/jacoco/releases) |
| Java Memory Assistant Agent | `0.5.0` | | |
| Java Memory Assistant Clean Up | `0.1.0` | | |
| JProfiler Profiler | `13.0.7` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) |
| JRebel Agent | `2023.3.1` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) |
| jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above |
| MariaDB JDBC Driver | `2.7.9` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-2-7-9-release-notes/) |
| Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above |
| Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above |
| New Relic Agent | `8.5.0` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) |
| OpenJDK JRE 11 | `11.0.20_8` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/11.0.20b8/general/release-notes/) |
| OpenJDK JRE 17 | `17.0.8_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/17.0.8b7/general/release-notes/) |
| OpenJDK JRE 8 | `1.8.0_382` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/8u382b6/general/release-notes/) |
| PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) |
| Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above |
| Riverbed Appinternals Agent | `11.8.5_BL527` | | |
| SeaLights Agent | `4.0.2325` | | |
| SkyWalking | `8.16.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) |
| Splunk OpenTelemetry Java Agent | `1.26.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) |
| Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above |
| Spring Boot CLI | `2.7.14` | | |
| Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above |
| Takipi Agent | `4.73.3` | | [Release Notes](https://doc.overops.com/docs/whats-new) |
| Tomcat | `9.0.78` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) |
| Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| YourKit Profiler | `2023.5.229` | | [Release Notes](https://www.yourkit.com/download/yjp_2023_5_builds.jsp) |
|
| log-cache | 2.12.9 | |
| loggregator | 106.7.10 | |
| loggregator-agent | 6.5.12 |
v6.5.12
## What's Changed
* Bump dependencies
* Update packaged Golang version to v1.20.6
**Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.11...v6.5.12
|
| mapfs | 1.2.33 |
v1.2.33## Changes * Golang: Updated to v1.20.7. (#120) ## Dependencies * **mapfs:** Updated to v`055c79a`. v1.2.32## Dependencies * **gomega:** Updated to v1.27.10. v1.2.31## Dependencies * **mapfs:** Updated to v`ea4d3ff`. v1.2.30## Changes * Golang: Updated to v1.20.6. ## Dependencies * **mapfs:** Updated to v`0e79358`. |
| metric-registrar | 2.1.6 |
v2.1.6
## What's Changed
* Bump dependencies
* Update packaged Golang version to v1.20.6
**Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v2.1.5...v2.1.6
|
| metrics-discovery | 3.2.12 | |
| mysql-monitoring | 10.1.0 | |
| nats | 56.6.0 |
v56.6.0
## Changes
In [nats-release v46](https://github.com/cloudfoundry/nats-release/releases/tag/v46), we migrated the underlying binary from `gnatsd` (NATS v1), to `nats-server` (NATS v2). In this release, we are adding a post-start check that will fail the deployment if, for some reasons, NATS instances are running v1. This is a precursor to eventually removing the v1 binary and migration wrapper. The property defaults to `false`, but will default to `true` in [cf-deployment](https://github.com/cloudfoundry/cf-deployment/).
If your instances are already running NATS v2, or if they successfully migrate to v2 in this release, you will not experience any change in behavior. If you want to confirm your NATS instances are on v2, [follow the steps in this KB article](https://community.pivotal.io/s/article/How-to-confirm-your-nats-servers-are-running-NATs-v2?language=en_US).
## Bosh Job Spec changes:
```diff
diff --git a/jobs/nats-tls/spec b/jobs/nats-tls/spec
index 0d25ad2..4f9b3b7 100644
--- a/jobs/nats-tls/spec
+++ b/jobs/nats-tls/spec
@@ -123,3 +123,6 @@ properties:
nats.migrate_server.port:
description: "Port for endpoint to migrate nats job to nats-server v2. To be removed in a future release."
default: 4243
+ nats.fail_deployment_if_v1:
+ description: "Fail the deployment in post-start if nats instances are on v1."
+ default: false
diff --git a/jobs/nats/spec b/jobs/nats/spec
index e7d7a82..ddc54a3 100644
--- a/jobs/nats/spec
+++ b/jobs/nats/spec
@@ -116,3 +116,7 @@ properties:
description: "The PEM-encoded certificate to use for verifying the TLS connection to the migrate server (used for local healthchecks)."
nats.migrate_client.tls.private_key:
description: "The PEM-encoded private key to use for verifying the TLS connection to the migrate server (used for local healthchecks)."
+
+ nats.fail_deployment_if_v1:
+ description: "Fail the deployment in post-start if nats instances are on v1."
+ default: false
```
## ✨ Built with go 1.20.6
**Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.5.0...v56.6.0
## Resources
- [Download release v56.6.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.6.0).
|
| nfs-volume | 7.1.27 |
v7.1.27## Changes * use latest available linuxfs stack for push (#500) ## Dependencies * **nfsbroker:** Updated to v`ca6114b`. v7.1.26## Dependencies * **gomega:** Updated to v1.27.9. v7.1.25## Changes * +Golang: Updated to v1.20.6 ## Dependencies * **nfsbroker:** Updated to v`0affd58`. |
| nginx-offline-buildpack | 1.2.5 |
1.2.5
* Add nginx 1.25.1, remove nginx 1.25.0 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.24.0 | cflinuxfs3 |
| nginx | 1.24.0 | cflinuxfs4 |
| nginx | 1.25.1 | cflinuxfs3 |
| nginx | 1.25.1 | cflinuxfs4 |
| openresty | 1.13.6.2 | cflinuxfs3 |
| openresty | 1.15.8.3 | cflinuxfs3 |
| openresty | 1.17.8.2 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs4 |
| openresty | 1.21.4.1 | cflinuxfs3 |
| openresty | 1.21.4.1 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.25.x |
* Uncached buildpack SHA256: 3edd35dbe5a56dacc539477344c61f7f21c6f3a23103e0fd1694044cad0ae31b
* Uncached buildpack SHA256: 740b424e30f5e1fc11be0af2d2b5a4c48bfb87414a0a7d7e4113f645f9e16464
|
| nodejs-offline-buildpack | 1.8.12 |
1.8.12
* Add node 16.20.1, remove node 16.19.1 for stack(s) cflinuxfs4, cflinuxfs3
* Add node 18.16.1, remove node 18.15.0 for stack(s) cflinuxfs3, cflinuxfs4
* Add node 20.4.0 for stack(s) cflinuxfs4, cflinuxfs3
* Add python 3.10.12, remove python 3.10.10 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| node | 16.20.0 | cflinuxfs3 |
| node | 16.20.0 | cflinuxfs4 |
| node | 16.20.1 | cflinuxfs3 |
| node | 16.20.1 | cflinuxfs4 |
| node | 18.16.0 | cflinuxfs3 |
| node | 18.16.0 | cflinuxfs4 |
| node | 18.16.1 | cflinuxfs3 |
| node | 18.16.1 | cflinuxfs4 |
| node | 20.2.0 | cflinuxfs3 |
| node | 20.2.0 | cflinuxfs4 |
| node | 20.4.0 | cflinuxfs3 |
| node | 20.4.0 | cflinuxfs4 |
| python | 3.10.12 | cflinuxfs3 |
| python | 3.10.12 | cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| node | 18.x |
| python | 3.10.x |
* Uncached buildpack SHA256: a37ca61cef23f9f2ffe725c261dc7f889af46ef3dc71caa6b91fd3119bf94de5
* Uncached buildpack SHA256: 9aa46f070a07c5044efc0419bb198171d15a3513ecc44c9df5f48208114dba7a
|
| notifications | 66.0.0 |
v66.0.0
commit 71839fd64693e3c2507b6fec5970c590a557b5d5
Author: PCF Toronto Concourse CI Bot
v65.0.0
commit a6c6cce647320d76192bce0bd5644f16f6ddb80a
Author: PCF Toronto Concourse CI Bot
|
| notifications-ui | 45.0.0 |
v45.0.0
commit 3b5aeedb8e13d1cf63dcbf2e6107839391d005fa
Author: PCF Event Alerts Team CI
v44.0.0
commit e9525d6f5373988269811224ec47dbf3ceecc4aa
Author: PCF Event Alerts Team CI
v43.0.0
commit 0575d659ab8d6bb3a5268e32b3617fb003d0a3d7
Author: PCF Event Alerts Team CI
|
| php-offline-buildpack | 4.6.7 |
4.6.7
* manifest.yml: don't ship requirements.txt only used in unit test. Also lets scanners avoid https://nvd.nist.gov/vuln/detail/CVE-2021-27291
* Add composer 2.5.8, remove composer 2.5.7 for stack(s) cflinuxfs4, cflinuxfs3
* Add nginx 1.25.1, remove nginx 1.25.0 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| appdynamics | 23.4.0-724 | cflinuxfs3, cflinuxfs4 | |
| composer | 2.5.8 | cflinuxfs3, cflinuxfs4 | |
| httpd | 2.4.57 | cflinuxfs3 | |
| httpd | 2.4.57 | cflinuxfs4 | |
| newrelic | 10.6.0.318 | cflinuxfs3, cflinuxfs4 | |
| nginx | 1.24.0 | cflinuxfs3 | |
| nginx | 1.24.0 | cflinuxfs4 | |
| nginx | 1.25.1 | cflinuxfs3 | |
| nginx | 1.25.1 | cflinuxfs4 | |
| php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| python | 2.7.18 | cflinuxfs4 | |
| ruby | 3.0.5 | cflinuxfs4 | |
Default binary versions:
| name | version |
|-|-|
| php | 8.1.16 |
| httpd | 2.4.57 |
| newrelic | 10.6.0.318 |
| nginx | 1.25.1 |
| composer | 2.5.8 |
* Uncached buildpack SHA256: 66ccbe5a4e3b7f73bd773e79ffab5c87283599d99dee9c339d778064901f28f2
* Uncached buildpack SHA256: 2eae26e3cf54c49584a02ee5a910581210b67bf5c13268ff1d7060417476f6a9
|
| push-apps-manager-release | 676.0.16 | |
| push-offline-docs-release | 2.13.356 | |
| push-usage-service-release | 674.0.57 |
v674.0.57## Changes ## Dependencies * **app-usage-service:** Updated to v`bea5b0c`. v674.0.55## Dependencies * **app-usage-service:** Updated to v`1ea5db8`. |
| pxc | 0.54.0 | |
| python-offline-buildpack | 1.8.12 |
1.8.12
* Deprecate Python 3.7.x (EOL)
* Add pipenv 2023.7.11, remove pipenv 2023.6.2 for stack(s) cflinuxfs4, cflinuxfs3
* Add setuptools 68.0.0, remove setuptool for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
| libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
| miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 |
| pip | 23.1.2 | cflinuxfs3, cflinuxfs4 |
| pipenv | 2023.7.11 | cflinuxfs3 |
| pipenv | 2023.7.11 | cflinuxfs4 |
| python | 3.8.17 | cflinuxfs3 |
| python | 3.8.17 | cflinuxfs4 |
| python | 3.9.17 | cflinuxfs3 |
| python | 3.9.17 | cflinuxfs4 |
| python | 3.10.12 | cflinuxfs3 |
| python | 3.10.12 | cflinuxfs4 |
| python | 3.11.4 | cflinuxfs3 |
| python | 3.11.4 | cflinuxfs4 |
| setuptools | 68.0.0 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| python | 3.10.x |
* Uncached buildpack SHA256: 7124b3d9af7efe2e30a0718586a594df7a9993eed10ecf13451b005b3b1bf961
* Uncached buildpack SHA256: 3a27d192966a007b5bbf418102bcc69fa01e33a44cc13f613274f45ace3c380b
|
| r-offline-buildpack | 1.2.4 |
1.2.4
* Add r 4.3.1 for stack(s) cflinuxfs3, cflinuxfs4
* Update r 4.3.1 dependencies for stack(s) cflinuxfs3, cflinuxfs4:
* shiny from 1.7.4 to 1.7.4.1
* Update r 4.2.3 dependencies for stack(s) cflinuxfs3, cflinuxfs4:
* shiny from 1.7.4 to 1.7.4.1
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.3 | cflinuxfs4 | forecast, plumber, rserve, shiny |
| r | 4.3.1 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.3.1 | cflinuxfs4 | forecast, plumber, rserve, shiny |
* Uncached buildpack SHA256: c3d8b1cd912b0d141d0e9a0319bbcd982778ab64e9c4fe5a70264170a31b93be
* Uncached buildpack SHA256: 25f1b9c7d7dff4e9879c68857823bef0c60c6af308d8b9f73af211ce0097dc37
|
| routing | 0.275.0 | |
| ruby-offline-buildpack | 1.10.3 |
1.10.3
* Add bundler 2.4.16, remove bundler 2.4.13 for stack(s) cflinuxfs4, cflinuxfs3
* Add rubygems 3.4.16, remove rubygems 3.4.13 for stack(s) cflinuxfs4, cflinuxfs3
* Add node 18.16.1, remove node 18.16.0 for stack(s) cflinuxfs4, cflinuxfs3
* Add jruby 9.4.3.0, remove jruby 9.4.2.0 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bundler | 2.4.16 | cflinuxfs3, cflinuxfs4 |
| jruby | 9.3.10.0 | cflinuxfs3 |
| jruby | 9.3.10.0 | cflinuxfs4 |
| jruby | 9.4.3.0 | cflinuxfs3 |
| jruby | 9.4.3.0 | cflinuxfs4 |
| node | 18.16.1 | cflinuxfs3 |
| node | 18.16.1 | cflinuxfs4 |
| openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 |
| ruby | 3.0.5 | cflinuxfs3 |
| ruby | 3.0.6 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs4 |
| ruby | 3.1.4 | cflinuxfs3 |
| ruby | 3.1.4 | cflinuxfs4 |
| ruby | 3.2.1 | cflinuxfs3 |
| ruby | 3.2.1 | cflinuxfs4 |
| ruby | 3.2.2 | cflinuxfs3 |
| ruby | 3.2.2 | cflinuxfs4 |
| rubygems | 3.4.16 | cflinuxfs3, cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| ruby | 3.1.x |
* Uncached buildpack SHA256: 0e6d9e2a6f6723e9db00ad7877749cae5fcb564473c78b73c5c48de98f4be5d5
* Uncached buildpack SHA256: dfd99d265e20f89ba01ae71ad50ca8d6cc3c9c158e95abf976e0c00cf94bdf74
|
| silk | 3.32.0 |
v3.32.0
## Changes
- [Feature Improvement/Bug Fix] C2C Networking Policies are synced _only_ if they were actually updated to minimize load on the system (#88)
- Also see related `cf-networking` release PR: https://github.com/cloudfoundry/cf-networking-release/pull/231
- And related `policy_client` PR: https://github.com/cloudfoundry/policy_client/pull/6
- Bumps dependencies
## ✨ Built with go 1.20.6
**Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.31.0...v3.32.0
## Resources
- [Download release v3.32.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.32.0).
v3.31.0
## Changes
- No changes, released along cf-networking 3.31.0
## ✨ Built with go 1.20.6
**Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.30.0...v3.31.0
## Resources
- [Download release v3.31.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.31.0).
|
| smb-volume | 3.1.28 |
v3.1.28## Changes * +Golang: Updated to v1.20.7 (#206) ## Dependencies * **smbbroker:** Updated to v`f869023`. v3.1.27## Changes * use latest available linuxfs stack for push (#201) ## Dependencies * **smbbroker:** Updated to v`2463ad2`. v3.1.26## Changes * Bump autoconf from 2.69 to 2.71 ## Dependencies * **smbbroker:** Updated to v`25e62f9`. v3.1.25## Dependencies * **smbbroker:** Updated to v`1e068da`. |
| smoke-tests | 4.8.3 | |
| staticfile-offline-buildpack | 1.6.5 |
1.6.5
* Add nginx 1.25.1, remove nginx 1.25.0 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.24.0 | cflinuxfs3 |
| nginx | 1.24.0 | cflinuxfs4 |
| nginx | 1.25.1 | cflinuxfs3 |
| nginx | 1.25.1 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.25.x |
* Uncached buildpack SHA256: 4df9d4fa39e37f98730a6003af9ee7c5b5ff8e921cd4371cc0e6bc82e40bed0c
* Uncached buildpack SHA256: 3ece0c7dff73b1a7e75a0ad5afa9082ae3db9d57ddb2e0d19b8eae4805ed14b6
|
| statsd-injector | 1.11.32 | |
| syslog | 11.8.11 |
v11.8.11
## What's Changed
* Update packaged Golang version to v1.20.6
**Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v11.8.10...v11.8.11
|
| system-metrics-scraper | 3.3.12 |
v3.3.12
## What's Changed
* Bump dependencies
* Update packaged Golang version to v1.20.6
**Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.11...v3.3.12
v3.3.11
## What's Changed
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.10...v3.3.11
|
| uaa | 74.5.83 |
v74.5.83
## What's Changed
- Various dependency bumps
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.82...v74.5.83
v74.5.82
## What's Changed
- Upgrade Bellsoft JDK to version 11.0.20+8
- Bump spring boot version from 2.7.13 to 2.7.14
- Various other dependency bumps
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.81...v74.5.82
v74.5.81
## What's Changed
* Bump rspec-mocks from 3.12.5 to 3.12.6 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/625
* Bump github.com/cloudfoundry/bosh-utils from 0.0.370 to 0.0.373 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/626
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.80...v74.5.81
v74.5.80
## What's Changed
* Bump versions.tomcatVersion from 9.0.76 to 9.0.78 (https://github.com/cloudfoundry/uaa/pull/2401)
* Bump github.com/cloudfoundry/bosh-utils from 0.0.369 to 0.0.370 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/620
* Bump nokogiri from 1.15.2 to 1.15.3 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/622
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.79...v74.5.80
|
Release Date: 07/21/2023
1.18.830.0.341.2.31.133.5249.2.21.45.03.30.00.372.02.12.352.80.02.4.131.34.01.10.104.60.02.12.9106.7.101.2.292.1.53.2.1210.1.056.5.07.1.241.2.41.8.1164.0.044.0.04.6.6676.0.162.13.343674.0.540.54.01.8.111.2.30.275.03.30.03.1.244.8.31.6.41.11.3211.8.103.3.1074.5.79| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.584 | |
| backup-and-restore-sdk | 1.18.83 |
v1.18.83## Changes * Golang: Updated to v1.20.6. (#1118) ## Dependencies * **bosh-backup-and-restore:** Updated to v1.9.47. v1.18.82## Dependencies * **storage:** Updated to v1.31.0. v1.18.81## Dependencies * **api:** Updated to v0.129.0. v1.18.80## Dependencies * **credentials:** Updated to v1.13.26. v1.18.79## Changes * Bump mariadb from 10.6.13 to 10.6.14 (#1093) * Golang: Updated to v1.20.5. (#1082) ## Dependencies * **credentials:** Updated to v1.13.25. |
| binary-offline-buildpack | 1.1.5 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.34 |
v0.0.34
## What's Changed
* Bump Go to v1.20.6
**Full Changelog**: https://github.com/cloudfoundry/bosh-system-metrics-forwarder-release/compare/v0.0.33...v0.0.34
v0.0.33
## What's Changed
* Cleanup dependencies
**Full Changelog**: https://github.com/cloudfoundry/bosh-system-metrics-forwarder-release/compare/v0.0.32...v0.0.33
|
| bpm | 1.2.3 | |
| capi | 1.133.5 |
1.133.4
Create final release 1.133.4
1.133.3
Create final release 1.133.3
|
| cf-autoscaling | 249.2.2 |
v249.2.2
## What's Changed
* Bump dependencies
* Includes bumping [moby](https://github.com/moby/moby) for CVE-2023-28840, CVE-2023-28841, CVE-2023-28842, though these are false positives in this case.
* Fix bbr unlock scripts to include retries and/or sleeps in order to account for an edge case where CAPI becomes unlocked before being registered with all GoRouters.
* Update packaged Golang version to v1.20.6
**Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.2.1...v249.2.2
v249.2.1
## What's Changed
* Bump Autoscale API to [Spring Boot 3.1.1](https://github.com/spring-projects/spring-boot/releases/tag/v3.1.1). Includes Tomcat bump for CVE-2023-34981 (believed unaffected).
**Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.2.0...v249.2.1
v249.2.0
## What's Changed
* Upgrade Autoscale API to Spring Boot 3.1 and JDK 17
* Expose BOSH property to disable trailing slashes in requests to the Autoscale API
* Bump dependencies.
**Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.1.9...v249.2.0
|
| cf-cli | 1.45.0 |
v1.45.0
|
| cf-networking | 3.30.0 |
v3.30.0
## Changes
- Bumped golang to 1.20.6
## ✨ Built with go 1.20.6
**Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.29.0...v3.30.0
## Resources
- [Download release v3.30.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.30.0).
v3.29.0
## Changes
- Updated dependancies.
## ✨ Built with go 1.20.5
**Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.28.0...v3.29.0
## Resources
- [Download release v3.29.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.29.0).
|
| cflinuxfs3 | 0.372.0 |
v0.372.0
This release ships with cflinuxfs3 version 0.372.0. For more information, see the [release notes](https://github.com/pivotal-cf/tanzu-cflinuxfs3/releases/tag/0.372.0)
v0.371.0
This release ships with cflinuxfs3 version 0.371.0. For more information, see the [release notes](https://github.com/pivotal-cf/tanzu-cflinuxfs3/releases/tag/0.371.0)
v0.370.0
This release ships with cflinuxfs3 version 0.370.0. For more information, see the [release notes](https://github.com/pivotal-cf/tanzu-cflinuxfs3/releases/tag/0.370.0)
v0.368.0
This release ships with cflinuxfs3 version 0.368.0. For more information, see the [release notes](https://github.com/pivotal-cf/tanzu-cflinuxfs3/releases/tag/0.368.0)
|
| count-cores-indicator | 2.0.0 | |
| credhub | 2.12.35 |
2.12.35
### Security Fixes
- Bump various dependencies
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.34...2.12.35
2.12.34
### Security Fixes
- Bump various dependencies
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.33...2.12.34
2.12.33
### Security Fixes
- Bump various dependencies
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.32...2.12.33
2.12.32
### Security Fixes
- Bump various dependencies
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.31...2.12.32
2.12.31
## What's Changed
* Update snakeyaml and ensure consistent subproject usage in [credhub #515](https://github.com/cloudfoundry/credhub/pull/515)
* Build(deps): bump com.google.api.grpc:proto-google-common-protos from 2.19.1 to 2.20.0 in [credhub #516](https://github.com/cloudfoundry/credhub/pull/516)
* Build(deps): bump commons-io:commons-io from 2.12.0 to 2.13.0 in [credhub #517](https://github.com/cloudfoundry/credhub/pull/517)
* Build(deps): Bump rubocop from 0.65.0 to 1.52.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/137
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.30...2.12.31
|
| diego | 2.80.0 |
v2.80.0
## Changes
- Bumped to golang 1.20.6
## ✨ Built with go 1.20.6
**Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.79.0...v2.80.0
## Resources
- [Download release v2.80.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.80.0).
v2.79.0
## Changes
- [Feature Improvement]: Use routing_info for desired_lrp's when there are missing actual_lrp's https://github.com/cloudfoundry/route-emitter/pull/26. Thank you for this contribution @klapkov!
- [Feature]: Support distributed tracing https://github.com/cloudfoundry/route-emitter/pull/24. Thank you @mariash for this contribution!
- [Bug Fix]: Fix bug with cachedownloader in PR https://github.com/cloudfoundry/cacheddownloader/pull/26. Fixes issue https://github.com/cloudfoundry/diego-release/issues/773. Thank you @vlast3k for this contribution!
- [Bug Fix]: Resolves a race condition in BBS when the replacement for a suspect LRP has started.
## ✨ Built with go 1.20.5
**Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.78.0...v2.79.0
## Resources
- [Download release v2.79.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.79.0).
|
| dotnet-core-offline-buildpack | 2.4.13 |
2.4.13
* Add libunwind 1.7.0, remove libunwind 1.6.2
for stack(s) cflinuxfs3, cflinuxfs4
* Add dotnet-sdk 7.0.302, remove dotnet-sdk 7.0.203 (#781)
for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 6.0.16 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 7.0.5 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 6.0.16 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 7.0.5 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 6.0.408 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 7.0.302 | cflinuxfs3, cflinuxfs4 |
| libgdiplus | 6.1 | cflinuxfs3 |
| libgdiplus | 6.1 | cflinuxfs4 |
| libunwind | 1.7.0 | cflinuxfs3 |
| libunwind | 1.7.0 | cflinuxfs4 |
| node | 18.16.0 | cflinuxfs3 |
| node | 18.16.0 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| dotnet-runtime | 6.0.x |
| dotnet-aspnetcore | 6.0.x |
| dotnet-sdk | 6.0.x |
| bower | 1.8.x |
* Uncached buildpack SHA256: 0fba3802a77c7cc7dc2448ae558c3b694f153fe7c7ece55e4f7531e33636a3e4
* Uncached buildpack SHA256: 2fd9dfeae836cdc205a02f13e686b29121a937e26b627a98d10decf4267da6b5
|
| garden-runc | 1.34.0 |
v1.34.0
## Changes
- Bumped golang to 1.20.6
- Refactors, enhancements, and fixes to CI scripts and garden-integration-tests
## ✨ Built with go 1.20.6
**Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.33.0...v1.34.0
## Resources
- [Download release v1.34.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.34.0).
|
| go-offline-buildpack | 1.10.10 |
1.10.10
* Add go 1.20.5, remove go 1.20.4 for stack(s) cflinuxfs3, cflinuxfs4
* Add go 1.19.10, remove go 1.19.9 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| dep | 0.5.4 | cflinuxfs3 |
| dep | 0.5.4 | cflinuxfs4 |
| glide | 0.13.3 | cflinuxfs3 |
| glide | 0.13.3 | cflinuxfs4 |
| go | 1.19.10 | cflinuxfs3 |
| go | 1.19.10 | cflinuxfs4 |
| go | 1.20.5 | cflinuxfs3 |
| go | 1.20.5 | cflinuxfs4 |
| godep | 80 | cflinuxfs3 |
| godep | 80 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| go | 1.19.x |
* Uncached buildpack SHA256: 4f50534a4d9d7e5b9c8311036297eb9067140741254a4e2680499baa068e8df6
* Uncached buildpack SHA256: f1a503722c3411d133fd95fc66ca34a8cc7d84459c629be70c500217ed48f4f6
|
| haproxy | 11.17.4 | |
| java-offline-buildpack | 4.60.0 |
4.60.0
I'm pleased to announce the release of the java-buildpack, version 4.60.0. This release includes updates to dependency frameworks, such as:
* [Updates JProfiler to 13.x line](https://github.com/cloudfoundry/java-buildpack/commit/7e2a7b9c9cd954838262b968d4b8efce15f78449)
* [Handle Dynatrace API Token in the sanitizer](https://github.com/cloudfoundry/java-buildpack/pull/974) thank you @rbamberger
* [Add Takipi agent mandatory JVM arguments if Java is 9+ ](https://github.com/cloudfoundry/java-buildpack/commit/63c8d1e146af4a2b009e987977c4aca7fcdc500f) thank you @M-Tsur
* [Install ruby whenever it isn't already present](https://github.com/cloudfoundry/java-buildpack/commit/fe9f6d232ea0fbb6ecb6b6fe66539ef8147dfcc6) thank you @dsabeti
* [Updates repository location for AppD](https://github.com/cloudfoundry/java-buildpack/commit/fcc977dca0736cd157e8b83a94248cc1a5e79250)
## Important Deprecation Notice: [Google Stackdriver Debugger](https://github.com/cloudfoundry/java-buildpack/blob/main/docs/framework-google_stackdriver_debugger.md)
Due to the [deprecation of the Google Stackdriver Debugger](https://cloud.google.com/stackdriver/docs/deprecations/debugger-deprecation) and the fact that its replacement, the [snapshot-debugger](https://github.com/GoogleCloudPlatform/snapshot-debugger) will only be supported until August 31st 2023, the next release of the Java Buildpack will no longer include Google StackDriver nor its OSS replacement. Please let us know if you have concerns!
There were also dependency bumps for other libraries, including:
- YourKit Profiler
- Tomcat
- SpringBoot CLI
- Splunk
- SkyWalking Agent
- SeaLights Agent
- NewRelic
- JRebel Agent
- CA Wily (Introscope) framework
- Elastic Agent
- Datadog Agent
- Contrast Agent
- Azure Insights
For a more detailed look at the changes in 4.60.0, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.59.0...v4.60.0). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release.
| Dependency | Version | CVEs | Release Notes |
| ---------- | ------- | ---- | ------------- |
| AppDynamics Agent | `23.6.0_34839` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) |
| Azure Application Insights Agent | `3.4.14` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) |
| CA Introscope APM Framework | `23.5.1_13` | | |
| Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above |
| Container Security Provider | `1.20.0_RELEASE` |Included inline above | Included inline above |
| Contrast Security Agent | `5.1.2` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) |
| Datadog APM Javaagent | `1.17.0` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) |
| Elastic APM Agent | `1.39.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) |
| Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) |
| Geode Tomcat Session Store | `1.13.7` | | |
| Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) |
| Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) |
| Groovy | `2.5.22` | | [Release Notes](http://www.groovy-lang.org/releases.html) |
| JaCoCo Agent | `0.8.10` | | [Release Notes](https://github.com/jacoco/jacoco/releases) |
| Java Memory Assistant Agent | `0.5.0` | | |
| Java Memory Assistant Clean Up | `0.1.0` | | |
| JProfiler Profiler | `13.0.7` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) |
| JRebel Agent | `2023.3.0` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) |
| jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above |
| MariaDB JDBC Driver | `2.7.9` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-2-7-9-release-notes/) |
| Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above |
| Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above |
| New Relic Agent | `8.4.0` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) |
| OpenJDK JRE 11 | `11.0.19_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.19/) |
| OpenJDK JRE 17 | `17.0.7_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.7/) |
| OpenJDK JRE 8 | `1.8.0_372` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u372/) |
| PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) |
| Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above |
| Riverbed Appinternals Agent | `11.8.5_BL527` | | |
| SeaLights Agent | `4.0.2304` | | |
| SkyWalking | `8.16.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) |
| Splunk OpenTelemetry Java Agent | `1.25.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) |
| Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above |
| Spring Boot CLI | `2.7.13` | | |
| Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above |
| Takipi Agent | `4.71.0` | | [Release Notes](https://doc.overops.com/docs/whats-new) |
| Tomcat | `9.0.76` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) |
| Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| YourKit Profiler | `2023.5.226` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) |
|
| log-cache | 2.12.9 |
v2.12.9
## What's Changed
* Bump dependencies
* Bump Go to v1.20.6
**Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v2.12.8...v2.12.9
v2.12.8
## What's Changed
* Bump dependencies
* Bump to golang 1.20.5
**Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v2.12.7...v2.12.8
|
| loggregator | 106.7.10 |
v106.7.10
## What's Changed
* Bump dependencies
* Bump Go to v1.20.6
**Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.9...v106.7.10
v106.7.9
## What's Changed
* Bump dependencies
* Bump golang to 1.20.5
**Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.8...v106.7.9
|
| loggregator-agent | 6.5.11 | |
| mapfs | 1.2.29 |
v1.2.29## Dependencies * **mapfs:** Updated to v`725be75`. v1.2.28## Dependencies * **mapfs:** Updated to v`ae0c0a5`. v1.2.27## Dependencies * **ginkgo** Updated to v2.11.0. v1.2.26## Dependencies * **mapfs:** Updated to v`8b733f2`. v1.2.25## Changes * Golang: Updated to v1.20.5. (#96) ## Dependencies * **v2:** Updated to v2.10.0. |
| metric-registrar | 2.1.5 |
v2.1.5
## What's Changed
* Bump to [go1.20.5](https://go.dev/doc/devel/release#go1.20.5)
* Bump dependencies
* Fix: rolling-deployment script by @ctlong in https://github.com/pivotal-cf/metric-registrar-release/pull/203
**Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v2.1.4...v2.1.5
|
| metrics-discovery | 3.2.12 |
v3.2.12
## What's Changed
* Bump dependencies
* Bump Go to v1.20.6
**Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.11...v3.2.12
v3.2.11
## What's Changed
* bump dependencies by @mkocher in https://github.com/cloudfoundry/metrics-discovery-release/pull/151
## New Contributors
* @mkocher made their first contribution in https://github.com/cloudfoundry/metrics-discovery-release/pull/151
**Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.10...v3.2.11
v3.2.10
## What's Changed
* Add CODEOWNERS file in preparation for branch protection rules by @geofffranks in https://github.com/cloudfoundry/metrics-discovery-release/pull/144
* Bump dependencies
* Bump to golang 1.20.5
## New Contributors
* @geofffranks made their first contribution in https://github.com/cloudfoundry/metrics-discovery-release/pull/144
**Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.9...v3.2.10
|
| mysql-monitoring | 10.1.0 |
10.1.0
**Dependency Bumps**
- Built with Go 1.20.5
- Bumped dependencies
|
| nats | 56.5.0 |
v56.5.0
## Changes
- Bumped to golang 1.20.6
## ✨ Built with go 1.20.6
**Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.4.0...v56.5.0
## Resources
- [Download release v56.5.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.5.0).
|
| nfs-volume | 7.1.24 |
v7.1.24## Changes * Add final release 7.1.23 [ci skip] ## Dependencies * **nfsbroker:** Updated to v`65ba4de`. v7.1.23## Dependencies * **nfsbroker:** Updated to v`4e37165`. v7.1.22## Dependencies * **nfsbroker:** Updated to v`48619ba`. v7.1.21## Changes * +Golang: Updated to v1.20.5 (#446) ## Dependencies * **gomega:** Updated to v1.27.8. |
| nginx-offline-buildpack | 1.2.4 |
1.2.4
* Update latest stable/mainline versions
* Add nginx 1.25.0, remove nginx 1.23.4 for stack(s) cflinuxfs3, cflinuxfs4
* Add nginx 1.24.0, remove nginx 1.22.1 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.24.0 | cflinuxfs3 |
| nginx | 1.24.0 | cflinuxfs4 |
| nginx | 1.25.0 | cflinuxfs3 |
| nginx | 1.25.0 | cflinuxfs4 |
| openresty | 1.13.6.2 | cflinuxfs3 |
| openresty | 1.15.8.3 | cflinuxfs3 |
| openresty | 1.17.8.2 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs4 |
| openresty | 1.21.4.1 | cflinuxfs3 |
| openresty | 1.21.4.1 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.25.x |
* Uncached buildpack SHA256: 7b89c995b6f797c66d3514b1bd7ed1a199a5d50ef89c79a1094e90a4cc145191
* Uncached buildpack SHA256: 33d277aeae723de139b5297d32f29cae650394e0f00c9a54ea42a06d12f7d56c
|
| nodejs-offline-buildpack | 1.8.11 |
1.8.11
* Add node 20.2.0 for stack(s) cflinuxfs3, cflinuxfs4
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| node | 16.19.1 | cflinuxfs3 |
| node | 16.19.1 | cflinuxfs4 |
| node | 16.20.0 | cflinuxfs3 |
| node | 16.20.0 | cflinuxfs4 |
| node | 18.15.0 | cflinuxfs3 |
| node | 18.15.0 | cflinuxfs4 |
| node | 18.16.0 | cflinuxfs3 |
| node | 18.16.0 | cflinuxfs4 |
| node | 20.2.0 | cflinuxfs3 |
| node | 20.2.0 | cflinuxfs4 |
| python | 3.10.10 | cflinuxfs3 |
| python | 3.10.10 | cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| node | 18.x |
| python | 3.10.x |
* Uncached buildpack SHA256: 31da87ffc46843cb08faa645c6c9248a36cb0247579929b005461c351b30984e
* Uncached buildpack SHA256: ca8b29ccf422f0f9052a97adb17b461f3e3e89d3181c609b9f83ebf3173cf964
|
| notifications | 64.0.0 |
v64.0.0
commit 9960d025272c3be2fc7e05e704027765d6c94fc8
Author: PCF Toronto Concourse CI Bot
|
| notifications-ui | 44.0.0 |
v44.0.0
commit e9525d6f5373988269811224ec47dbf3ceecc4aa
Author: PCF Event Alerts Team CI
v43.0.0
commit 0575d659ab8d6bb3a5268e32b3617fb003d0a3d7
Author: PCF Event Alerts Team CI
v42.0.0
commit bb2bc275145909fa0141214d8db1bf8016524362
Author: PCF Event Alerts Team CI
|
| php-offline-buildpack | 4.6.6 |
4.6.6
* Add nginx 1.24.0, remove nginx 1.22.1 for stack(s) cflinuxfs3, cflinuxfs4
* Add nginx 1.25.0, remove nginx 1.23.4 for stack(s) cflinuxfs3, cflinuxfs4
* Add composer 2.5.7, remove composer 2.5.5 for stack(s) cflinuxfs4, cflinuxfs3
* Update default nginx version from 1.23.4 to 1.25.0
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| appdynamics | 23.4.0-724 | cflinuxfs3, cflinuxfs4 | |
| composer | 2.5.7 | cflinuxfs3, cflinuxfs4 | |
| httpd | 2.4.57 | cflinuxfs3 | |
| httpd | 2.4.57 | cflinuxfs4 | |
| newrelic | 10.6.0.318 | cflinuxfs3, cflinuxfs4 | |
| nginx | 1.24.0 | cflinuxfs3 | |
| nginx | 1.24.0 | cflinuxfs4 | |
| nginx | 1.25.0 | cflinuxfs3 | |
| nginx | 1.25.0 | cflinuxfs4 | |
| php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| python | 2.7.18 | cflinuxfs4 | |
| ruby | 3.0.5 | cflinuxfs4 | |
Default binary versions:
| name | version |
|-|-|
| php | 8.1.16 |
| httpd | 2.4.57 |
| newrelic | 10.6.0.318 |
| nginx | 1.25.0 |
| composer | 2.5.7 |
* Uncached buildpack SHA256: a53f9a4dc78f16df65634c6aa6d8f5e4aceb60919de9e843726e2ea55d2b5686
* Uncached buildpack SHA256: be98307fd629d83b0867a8ae939b0c027f72a11ec515e1253209934564dc854f
|
| push-apps-manager-release | 676.0.16 |
676.0.16
## Changelog
- This release resolves CVE-2023-20891. For more information on these vulnerabilities and their impact on VMware products, see [VMSA-2023-0016](https://www.vmware.com/security/advisories/VMSA-2023-0016.html)
- CVE-2021-35065
- CVE-2022-24785
- CVE-2022-25883
- CVE-2022-31129
- CVE-2022-48285
- CVE-2023-26136
|
| push-offline-docs-release | 2.13.343 | |
| push-usage-service-release | 674.0.54 |
v674.0.54## Dependencies * **app-usage-service:** Updated to v`06f8c3e`. v674.0.53## Dependencies * **app-usage-service:** Updated to v`290172e`. v674.0.52## Dependencies * **app-usage-service:** Updated to v`6131029`. v674.0.51
## Changes
* creating final release 674.0.50
v674.0.50## Dependencies * **app-usage-service:** Updated to v`c5b62ee`. v674.0.49## Changes * Bump metric-registrar-cli to 1.3.11 (#350) ## Dependencies * **app-usage-service:** Updated to v`273ddd2`. |
| pxc | 0.54.0 |
v0.54.0
**New Features**
- Updated Percona-XtraDB-Cluster to 5.7.42-31.65
- Bumped Go to 1.20.5
**EOL Notice**
- Please note that this release and earlier versions will not be supported beyond Oct 2023, due to MySQL 5.7 EOL. If your product is consuming this release, please upgrade to the latest pxc-1.0.y release
|
| python-offline-buildpack | 1.8.11 |
1.8.11
* Add python 3.7.17, remove python 3.7.16 for stack(s) cflinuxfs3, cflinuxfs4
* Add python 3.8.17, remove python 3.8.16 for stack(s) cflinuxfs4, cflinuxfs3
* Add python 3.9.17, remove python 3.9.16 for stack(s) cflinuxfs4, cflinuxfs3
* Add python 3.10.12, remove python 3.10.11 for stack(s) cflinuxfs3, cflinuxfs4
* Add python 3.11.4, remove python 3.11.3 for stack(s) cflinuxfs4, cflinuxfs3
* Add pipenv 2023.6.2, remove pipenv 2023.4.29 for stack(s) cflinuxfs3, cflinuxfs4
* Add setuptools 67.8.0, remove setuptools 67.7.2 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
| libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
| miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 |
| pip | 23.1.2 | cflinuxfs3, cflinuxfs4 |
| pipenv | 2023.6.2 | cflinuxfs3 |
| pipenv | 2023.6.2 | cflinuxfs4 |
| python | 3.7.17 | cflinuxfs3 |
| python | 3.7.17 | cflinuxfs4 |
| python | 3.8.17 | cflinuxfs3 |
| python | 3.8.17 | cflinuxfs4 |
| python | 3.9.17 | cflinuxfs3 |
| python | 3.9.17 | cflinuxfs4 |
| python | 3.10.12 | cflinuxfs3 |
| python | 3.10.12 | cflinuxfs4 |
| python | 3.11.4 | cflinuxfs3 |
| python | 3.11.4 | cflinuxfs4 |
| setuptools | 67.8.0 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| python | 3.10.x |
* Uncached buildpack SHA256: 1a6152338c0a082b8516af00ff8dd514833636d6e69d50a198f9ff43523274fd
* Uncached buildpack SHA256: fd32e957c7b089f15dff35701ea509534be1e43d0aca1567dd11072b8fe0e164
|
| r-offline-buildpack | 1.2.3 |
1.2.3
* Add r 4.2.3, remove r 4.2.1 for stack(s) cflinuxfs4, cflinuxfs3
* Update r 4.2.2 dependencies for stack(s) cflinuxfs3, cflinuxfs4:
* forecast from 8.20 to 8.21
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| r | 3.6.2 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.2 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.2 | cflinuxfs4 | forecast, plumber, rserve, shiny |
| r | 4.2.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.3 | cflinuxfs4 | forecast, plumber, rserve, shiny |
* Uncached buildpack SHA256: 9e4856317c55eede0d0abfa74e378891ef8489467ca431f2ea1a64a8d9243074
* Uncached buildpack SHA256: 121b50ce8f8f443194d572b64eb684b01a6e8da94f77a460dc9c068e4a8146de
|
| routing | 0.275.0 |
v0.275.0
## Changes
- Bumps golang to 1.20.6
- Resolves a bug in gorouter where path-based routes could return 503s when no backend endpoints remain, rather than falling back to non-path (hostname-only) routes. Thanks @domdom82!
## ✨ Built with go 1.20.6
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.274.0...v0.275.0
## Resources
- [Download release v0.275.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.275.0).
v0.274.0
## Changes
- 🐛 **Bug Fix:** This release fixes [this known issue](https://github.com/cloudfoundry/routing-release/blob/develop/docs/go-1.20-expect-100-continue-known-issue.md) around multiple expect 100-continue responses.
## ✨ Built with go 1.20.5
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.273.0...v0.274.0
## Resources
- [Download release v0.274.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.274.0).
v0.273.0
## Known Issue
⚠️ This release is vulnerable to [this known issue](https://github.com/cloudfoundry/routing-release/blob/develop/docs/go-1.20-expect-100-continue-known-issue.md) around handling expect 100-continue responses. We recommend skipping this version and upgrading to 0.274.0 instead.
## Changes
- **Bug Fix**: Set Gorouter's ExpectContinueTimeout to 1 sec. This fixes bug 1 of [this known issue](https://github.com/cloudfoundry/routing-release/blob/develop/docs/go-1.20-expect-100-continue-known-issue.md)
- **Dependency Bump**: Bump the cf cli version in the acceptance test errand and the smoke test errand from v6 to v8.
## Bosh Job Spec changes:
```diff
diff --git a/jobs/acceptance_tests/spec b/jobs/acceptance_tests/spec
index 6a73b9ae..db508ca3 100644
--- a/jobs/acceptance_tests/spec
+++ b/jobs/acceptance_tests/spec
@@ -10,7 +10,7 @@ packages:
- golang-1.20-linux
- acceptance_tests
- rtr
- - cf-cli-6-linux
+ - cf-cli-8-linux
properties:
acceptance_tests.nodes:
diff --git a/jobs/smoke_tests/spec b/jobs/smoke_tests/spec
index 0426dc99..5776a9c8 100644
--- a/jobs/smoke_tests/spec
+++ b/jobs/smoke_tests/spec
@@ -9,7 +9,7 @@ templates:
packages:
- golang-1.20-linux
- acceptance_tests
- - cf-cli-6-linux
+ - cf-cli-8-linux
properties:
acceptance_tests.verbose:
```
## ✨ Built with go 1.20.5
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.272.0...v0.273.0
## Resources
- [Download release v0.273.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.273.0).
v0.272.0
## Known issue
⚠️ This release is vulnerable to [this known issue](https://github.com/cloudfoundry/routing-release/blob/develop/docs/go-1.20-expect-100-continue-known-issue.md) around handling expect 100-continue responses. We recommend skipping this version and upgrading to 0.274.0 instead.
## Changes
- ✨ `route_registrar` now emites route registration events immediately upon startup, rather than waiting for a full registration interval to pass. This will cut down on accidental TTL expiry incurred by restarting route-registrar.
- ✨ The `router.enable_log_attempts_details` property has been added to allow operators to configure Gorouter to log additional information about retried attempts to send requests to backends. Thanks @maxmoehl!
- 🐛Specifying multiple CA certs to route_registrar via `route_registrar.routing_api.ca_certs` will now render correctly as multiple certs in a single CA file.
- 🐛 Routing API clients now correctly refresh their UAA tokens prior to expiry. This should help prevent `route_registrar` from crashing whenever the token expires.
- Golang package dependency bumps
## Bosh Job Spec changes:
```diff
diff --git a/jobs/gorouter/spec b/jobs/gorouter/spec
index 0f61e044..a14133ed 100644
--- a/jobs/gorouter/spec
+++ b/jobs/gorouter/spec
@@ -236,6 +236,9 @@ properties:
router.logging_level:
description: "Log level for router"
default: "info"
+ router.enable_log_attempts_details:
+ description: "Log additional fields in the access log that provide more details on the specific timings and attempts performed towards endpoints."
+ default: false
router.logging.format.timestamp:
description: |
Format for timestamp in component logs. Valid values are 'rfc3339', 'deprecated', and 'unix-epoch'."
```
## ✨ Built with go 1.20.5
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.271.0...v0.272.0
## Resources
- [Download release v0.272.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.272.0).
|
| ruby-offline-buildpack | 1.10.2 | |
| silk | 3.30.0 |
v3.30.0
## Changes
- Bumped to golang 1.20.6
## ✨ Built with go 1.20.6
**Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.29.0...v3.30.0
## Resources
- [Download release v3.30.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.30.0).
v3.29.0
## Changes
- Updated dependancies.
## ✨ Built with go 1.20.5
**Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.28.0...v3.29.0
## Resources
- [Download release v3.29.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.29.0).
|
| smb-volume | 3.1.24 |
v3.1.24## Changes * Golang: Updated to v1.20.6 (#188) ## Dependencies * **smbbroker:** Updated to v`a6df845`. v3.1.23## Dependencies * **smbbroker:** Updated to v`784a01e`. v3.1.22## Changes * remove python, update dependencies (#178) * update xenial talloc to 2.3.1 (#181) ## Dependencies * **smbbroker:** Updated to v`c6c8767`. v3.1.21## Changes * +Golang: Updated to v1.20.5 (#169) ## Dependencies * **smbbroker:** Updated to v`64a5e57`. v3.1.20## Dependencies * **smbbroker:** Updated to v`23b4700`. |
| smoke-tests | 4.8.3 |
4.8.3
Create bosh final release 4.8.3
|
| staticfile-offline-buildpack | 1.6.4 |
1.6.4
* Add nginx 1.25.0, replaces 1.23.0 (#373)
for stack(s) cflinuxfs3, cflinuxfs4
* Add nginx 1.24.0, replaces 1.22.0 (#372)
for stack(s) cflinuxfs3, cflinuxfs4
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.24.0 | cflinuxfs3 |
| nginx | 1.24.0 | cflinuxfs4 |
| nginx | 1.25.0 | cflinuxfs3 |
| nginx | 1.25.0 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.25.x |
* Uncached buildpack SHA256: 6ebe9eadfa5742d32a74aa857df38126210bc2ec706f0dad341cfc5a1822ab33
* Uncached buildpack SHA256: eded5dc2219b534c1a903e5c20610a2d5cae5d90c6ee02ee0a2a0a86dc1e4dc6
|
| statsd-injector | 1.11.32 |
v1.11.32
## What's Changed
* Bump dependencies
* Bump Go to v1.20.6
**Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.31...v1.11.32
v1.11.31
## What's Changed
* Bump dependencies
* Add CODEOWNERS file in preparation for branch protection rules by @geofffranks in https://github.com/cloudfoundry/statsd-injector-release/pull/94
* Bump to golang 1.20.5
## New Contributors
* @geofffranks made their first contribution in https://github.com/cloudfoundry/statsd-injector-release/pull/94
**Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.30...v1.11.31
|
| syslog | 11.8.10 |
v11.8.10
## What's Changed
* Dependency bumps
* Update packaged Golang version to v1.20.5
**Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v11.8.9...v11.8.10
|
| system-metrics-scraper | 3.3.10 |
v3.3.10
## What's Changed
* Bump dependencies
* Bump to golang 1.20.5
* (3.3.8 and 3.3.9 skipped due to pipeline failures)
**Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.7...v3.3.10
|
| uaa | 74.5.79 |
v74.5.79
## What's Changed
### Dependency bumps
* Various dependency bumps
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.78...v74.5.79
v74.5.78
## What's Changed
### Dependency bumps
* Various other dependency bumps
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.77...v74.5.78
v74.5.77
## What's Changed
### Dependency bumps
* Tomcat version from 9.0.75 to 9.0.76
* Various other dependency bumps
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.76...v74.5.77
v74.5.76
## What's Changed
* build(deps): bump commons-io:commons-io from 2.12.0 to 2.13.0 [in UAA #2353](https://github.com/cloudfoundry/uaa/pull/2353)
* build(deps): bump org.seleniumhq.selenium:selenium-java from 4.9.1 to 4.10.0 [in UAA #2354
](https://github.com/cloudfoundry/uaa/pull/2354)
* Bump github.com/cloudfoundry/bosh-utils from 0.0.365 to 0.0.366 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/596
* Bump i18n from 1.13.0 to 1.14.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/595
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.75...v74.5.76
|
Release Date: 06/26/2023
Caution This release is susceptible to a known issue around multiple "HTTP 100 Continue" responses. For information about this issue, see Multiple HTTP Expect: 100-continue responses sent from gorouter to client may cause unexpected failures in the VMware Tanzu Support Hub. To address this issue, VMware advises upgrading to Tanzu Application Service v2.13.24 and Isolation Segment Tile v2.13.21 instead.
[Bug Fix/Improvement] Garden now ships with Busybox 1.36.1 as the default filesystem.
Bump backup-and-restore-sdk to version 1.18.77
0.0.321.2.23.28.02.12.302.78.01.33.06.5.111.2.2456.4.07.1.202.13.268674.0.480.271.03.28.03.1.1974.5.75| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.553 | |
| backup-and-restore-sdk | 1.18.77 |
v1.18.77## Changes * Used "passed" on cryogenics-concourse-tasks (#1077). ## Dependencies * **api:** Updated to v0.125.0. |
| binary-offline-buildpack | 1.1.5 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.32 |
v0.0.32
## What's Changed
* Add CODEOWNERS file in preparation for branch protection rules by @geofffranks in https://github.com/cloudfoundry/bosh-system-metrics-forwarder-release/pull/14
* Bump dependencies by @mkocher in https://github.com/cloudfoundry/bosh-system-metrics-forwarder-release/pull/15
* Bump golang to [1.20.5](https://groups.google.com/g/golang-announce/c/q5135a9d924)
## New Contributors
* @geofffranks made their first contribution in https://github.com/cloudfoundry/bosh-system-metrics-forwarder-release/pull/14
**Full Changelog**: https://github.com/cloudfoundry/bosh-system-metrics-forwarder-release/compare/v0.0.31...v0.0.32
|
| bpm | 1.2.2 | |
| capi | 1.133.2 | |
| cf-autoscaling | 249.1.9 | |
| cf-cli | 1.44.0 | |
| cf-networking | 3.28.0 |
v3.28.0
## Changes
- Bumped to golang 1.20.5
## ✨ Built with go 1.20.5
**Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.27.0...v3.28.0
## Resources
- [Download release v3.28.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.28.0).
|
| cflinuxfs3 | 0.367.0 | |
| count-cores-indicator | 2.0.0 | |
| credhub | 2.12.30 |
2.12.30
## What's Changed
* Build(deps): bump com.google.guava:guava from 31.1-jre to 32.0.0-jre in https://github.com/pivotal/credhub-release/commit/850400828617eef5533989a0975c47deab15f749
* Build(deps): Bump jaro_winkler from 1.5.5 to 1.5.6 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/136
* Build(deps): bump com.google.protobuf:protoc from 3.23.1 to 3.23.2 in https://github.com/pivotal/credhub-release/commit/98b3b3623b15f3fac9dcc890bf819aca96b4f95e
* Build(deps): bump com.jayway.jsonpath:json-path from 2.7.0 to 2.8.0 in https://github.com/pivotal/credhub-release/commit/50ba48581e80f7ae96651179aa6b3984d9e3ad98
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.29...2.12.30
|
| diego | 2.78.0 |
v2.78.0
## Changes
- Bumped to golang 1.20.5.
- Vizzini now defaults to cflinuxfs4.
## Bosh Job Spec changes:
```diff
diff --git a/jobs/vizzini/spec b/jobs/vizzini/spec
index 40b5eb74b..6ff53c654 100644
--- a/jobs/vizzini/spec
+++ b/jobs/vizzini/spec
@@ -73,7 +73,7 @@ properties:
default_rootfs:
description: "Default preloaded rootfs to target for running Tasks and LRPs"
- default: "preloaded:cflinuxfs3"
+ default: "preloaded:cflinuxfs4"
grace_tarball_url:
description: "URL for the grace test asset"
```
## ✨ Built with go 1.20.5
**Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.77.0...v2.78.0
## Resources
- [Download release v2.78.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.78.0).
v2.77.0
## Changes
- Adds support for W3C Trace ID logging across diego component requests.
- Timeouts in for executor's uploader have been increased to 500ms.
- Byte-based logging limits for LRPs and Tasks now emit only once per second.
- LRPs can now have liveness and readiness check intervals defined when the LRP is created.
- Dependency Bumps:
- code.cloudfoundry.org/archiver a23cadd462ce
- code.cloudfoundry.org/certsplitter a2c6caf14c29
- code.cloudfoundry.org/cf-tcp-router ecebe81f2c0c
- code.cloudfoundry.org/credhub-cli 439bdb2
- code.cloudfoundry.org/debugserver 70a733dc508f
- code.cloudfoundry.org/diego-logging-client 40495b68ac2e
- code.cloudfoundry.org/durationjson 7a601daf48ee
- code.cloudfoundry.org/eventhub 8efdeac72e14
- code.cloudfoundry.org/garden 8444ff5a31d7
- code.cloudfoundry.org/goshims v0.17.0
- code.cloudfoundry.org/grootfs 79fecf24
- code.cloudfoundry.org/guardian 98f55817772e
- code.cloudfoundry.org/idmapper a410520
- code.cloudfoundry.org/localip 2ea90d997658
- github.com/aws/aws-sdk-go v1.44.269
- github.com/awslabs/amazon-ecr-credential-helper/ecr-login 7f2db5bd753e
- github.com/cloudfoundry/dropsonde v1.1.0
- github.com/docker/docker v24.0.1+incompatible
- github.com/envoyproxy/go-control-plane ba92d50b6596
- github.com/nats-io/nats-server/v2 v2.9.17
- github.com/nats-io/nats.go v1.26.0
- github.com/onsi/ginkgo/v2 v2.9.5
- github.com/onsi/gomega v1.27.7
- github.com/tedsuo/ifrit 7862c310ad26
- golang.org/x/sys v0.8.0
- google.golang.org/grpc v1.55.0
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.76.0...v2.77.0
## Resources
- [Download release v2.77.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.77.0).
|
| dotnet-core-offline-buildpack | 2.4.12 | |
| garden-runc | 1.33.0 |
v1.33.0
## Changes
- Bumped to golang 1.20.5
## ✨ Built with go 1.20.5
**Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.32.0...v1.33.0
## Resources
- [Download release v1.33.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.33.0).
v1.32.0
## Changes
- The grootfs package no longer ships with test asset tarballs (those are only used for unit tests and don't need to be installed as part of the package).
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.31.0...v1.32.0
## Resources
- [Download release v1.32.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.32.0).
v1.31.0
## Changes
- Garden now ships with Busybox 1.36.1 as the default filesystem.
- Dependency Bumps
- healthchecker boshrelease v0.8.0
- github.com/onsi/gomega v1.27.7
- go.opentelemetry.io/otel v1.15.1
- github.com/burntsushi/toml v1.3.0
- github.com/docker/docker v24.0.2+incompatible
- github.com/urfave/cli/v2 v2.25.5
- github.com/cloudfoundry/dropsonde v1.1.0
- github.com/sirupsen/logrus v1.9.2
## Bosh Job Spec changes:
```diff
diff --git a/jobs/garden/spec b/jobs/garden/spec
index c69f4080..259bba46 100644
--- a/jobs/garden/spec
+++ b/jobs/garden/spec
@@ -89,7 +89,7 @@ properties:
garden.default_container_rootfs:
description: "path to the rootfs to use when a container specifies no rootfs"
- default: /var/vcap/packages/busybox/busybox-1.35.0.tar
+ default: /var/vcap/packages/busybox/busybox-1.36.1.tar
garden.graph_cleanup_threshold_in_mb:
description: "DEPRECATED in favour of grootfs.reserved_space_for_other_jobs_in_mb."
```
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.30.0...v1.31.0
## Resources
- [Download release v1.31.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.31.0).
|
| go-offline-buildpack | 1.10.9 | |
| haproxy | 11.17.4 | |
| java-offline-buildpack | 4.59.0 | |
| log-cache | 2.12.7 | |
| loggregator | 106.7.8 | |
| loggregator-agent | 6.5.11 |
v6.5.11
## What's Changed
* bump dependencies
* bump to golang 1.20.5
**Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.10...v6.5.11
|
| mapfs | 1.2.24 |
v1.2.24## Dependencies * **ginkgo:** Updated to v2.9.7. |
| metric-registrar | 2.1.4 | |
| metrics-discovery | 3.2.9 | |
| mysql-monitoring | 10.0.0 | |
| nats | 56.4.0 |
v56.4.0
## Changes
- Bumped go to 1.20.5.
## ✨ Built with go 1.20.5
**Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.3.0...v56.4.0
## Resources
- [Download release v56.4.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.4.0).
|
| nfs-volume | 7.1.20 | |
| nginx-offline-buildpack | 1.2.3 | |
| nodejs-offline-buildpack | 1.8.10 | |
| notifications | 63 | |
| notifications-ui | 41 | |
| php-offline-buildpack | 4.6.5 | |
| push-apps-manager-release | 676.0.14 | |
| push-offline-docs-release | 2.13.268 | |
| push-usage-service-release | 674.0.48 |
v674.0.48## Dependencies * **app-usage-service:** Updated to v`105585b`. |
| pxc | 0.53.0 | |
| python-offline-buildpack | 1.8.10 | |
| r-offline-buildpack | 1.2.2 | |
| routing | 0.271.0 |
v0.271.0
## Changes
- Bumped to golang 1.20.5.
## ✨ Built with go 1.20.5
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.270.0...v0.271.0
## Resources
- [Download release v0.271.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.271.0).
|
| ruby-offline-buildpack | 1.10.2 | |
| silk | 3.28.0 |
v3.28.0
## Changes
- Bumped to golang 1.20.5.
## ✨ Built with go 1.20.5
**Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.27.0...v3.28.0
## Resources
- [Download release v3.28.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.28.0).
|
| smb-volume | 3.1.19 |
v3.1.19## Changes * Fixed possible log cred leak (#442) (#124). ## Dependencies * **smbbroker:** Updated to v`73b69db`. v3.1.18## Dependencies * **smbbroker:** Updated to v`01e4eb6`. |
| smoke-tests | 4.8.2 | |
| staticfile-offline-buildpack | 1.6.3 | |
| statsd-injector | 1.11.30 | |
| syslog | 11.8.9 | |
| system-metrics-scraper | 3.3.7 | |
| uaa | 74.5.75 |
v74.5.75
## What's Changed
* Bump nokogiri from 1.15.1 to 1.15.2 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/593
* Bump com.google.guava:guava from 31.1-jre to 32.0.0-jre in https://github.com/cloudfoundry/uaa/pull/2346
* Bump snakeyaml from 1.30 to 2.0 in https://github.com/cloudfoundry/uaa/commit/813a155f17fe5c4380e491932098e6c43a7f6b1a
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.74...v74.5.75
|
Release Date: 06/02/2023
Caution This release is susceptible to a known issue around multiple "HTTP 100 Continue" responses. For information about this issue, see Multiple HTTP Expect: 100-continue responses sent from gorouter to client may cause unexpected failures in the VMware Tanzu Support Hub. To address this issue, VMware advises upgrading to Tanzu Application Service v2.13.24 and Isolation Segment Tile v2.13.21 instead.
1.18.761.1.53.27.00.367.02.12.292.4.121.30.01.10.94.59.01.2.2356.3.07.1.181.2.31.8.104.6.5676.0.142.13.224674.0.461.8.101.2.20.270.01.10.23.27.03.1.171.6.374.5.74| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.543 | |
| backup-and-restore-sdk | 1.18.76 |
v1.18.76
## Changes
* Golang: Updated to v1.20.4. (#1073)
v1.18.72## Changes * feat: remove PostgreSQL 9.4 and 9.6 (#1060) ## Dependencies * **aws-sdk-go:** Updated to v1.44.266. |
| binary-offline-buildpack | 1.1.5 |
1.1.5
* Updating github-config
* Uncached buildpack SHA256: 4b0f70cff3205bdca0b67354a7026cb1859ef2a1a972ba15c8b825547414ef69
* Uncached buildpack SHA256: 29536651674713ccff69ab0c1463e2d859c4c0bc40220acdde2be0d3fd9fa4b2
* Uncached buildpack SHA256: 34defb3db0c3acdb58e97269130a028dbf1f70b6e794b6730b69805eb25f7294
* Uncached buildpack SHA256: bc77e3cb86e9e594f0c455b9d35dc1f782398d9a531bcc93fe5148f7df76d5b4
|
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.31 | |
| bpm | 1.2.0 | |
| capi | 1.133.2 | |
| cf-autoscaling | 249.1.9 | |
| cf-cli | 1.44.0 | |
| cf-networking | 3.27.0 |
v3.27.0
## Changes
- Bumped vendored healthchecker-release to v0.8.0
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.26.0...v3.27.0
## Resources
- [Download release v3.27.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.27.0).
v3.26.0
## Changes
- Dependency Updates:
- code.cloudfoundry.org/bbs 08ff19fb906a
- code.cloudfoundry.org/cf-networking-helpers ebb4c931f5d5
- code.cloudfoundry.org/clock v1.1.0
- code.cloudfoundry.org/debugserver c4fc5f67e21e
- code.cloudfoundry.org/filelock 470838d066c5
- code.cloudfoundry.org/garden 234178722499
- code.cloudfoundry.org/locket 6cd5416498b6
- github.com/containernetworking/cni v1.1.2
- github.com/containernetworking/plugin v1.3.0
- github.com/nats-io/go-nats v1.8.1
- github.com/onsi/ginkgo/v2 2.9.5
- github.com/onsi/gomega v1.27.7
- golang.org/x/net v0.10.0
- golang.org/x/sys v0.8.0
- google.golang.org/grpc v1.55.0
- github.com/st3v/glager v0.4.0
- github.com/tedsuo/ifrit 7862c310ad26
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/3.25.1...v3.26.0
## Resources
- [Download release v3.26.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.26.0).
|
| cflinuxfs3 | 0.367.0 | |
| count-cores-indicator | 2.0.0 | |
| credhub | 2.12.29 |
2.12.29
## What's Changed
* Build(deps): Bump jaro_winkler from 1.5.4 to 1.5.5 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/135
* Build(deps): bump springBootVersion from 2.7.11 to 2.7.12 in https://github.com/pivotal/credhub-release/commit/24a4c6ff23cd2b52839b65f00ed4042e02cc5cdf
* Build(deps): bump com.google.protobuf:protoc from 3.23.0 to 3.23.1 in https://github.com/pivotal/credhub-release/commit/1651b1c32e84e3ef0daf29e24147a4cc2d6b5f76
* Build(deps): bump nettyVersion from 4.1.92.Final to 4.1.93.Final in https://github.com/pivotal/credhub-release/commit/fb9bd1e71bf444c1360a116cc39e771189427c36
* Build(deps): bump com.google.api.grpc:proto-google-common-protos from 2.18.0 to 2.19.0 in https://github.com/pivotal/credhub-release/commit/fb9bd1e71bf444c1360a116cc39e771189427c36
* Bumps [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.19.0 to 2.19.1
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.28...2.12.29
|
| diego | 2.76.0 | |
| dotnet-core-offline-buildpack | 2.4.12 |
2.4.12
* Added node 18.16.0, remove node 18.15.0 (#777)
for stack(s) cflinuxfs3, cflinuxfs4.
* Does not override APSNETCORE_URLS if set by user.
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 6.0.16 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 7.0.5 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 6.0.16 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 7.0.5 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 6.0.408 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 7.0.203 | cflinuxfs3, cflinuxfs4 |
| libgdiplus | 6.1 | cflinuxfs3 |
| libgdiplus | 6.1 | cflinuxfs4 |
| libunwind | 1.6.2 | cflinuxfs3 |
| libunwind | 1.6.2 | cflinuxfs4 |
| node | 18.16.0 | cflinuxfs3 |
| node | 18.16.0 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| dotnet-runtime | 6.0.x |
| dotnet-aspnetcore | 6.0.x |
| dotnet-sdk | 6.0.x |
| bower | 1.8.x |
* Uncached buildpack SHA256: 9eff1ad1f28532aaf9aacc1744f622a4cfedcf67051d95f7ea36b3442ea55bbf
* Uncached buildpack SHA256: 2582f63860a153a0ed8d726c8ba4e90085a9e5a687e057394c2803831ed0e254
|
| garden-runc | 1.30.0 |
v1.30.0
## Changes
- Bump dependencies:
- github.com/onsi/ginkgo 2.9.5
- golang.org/x/sys 0.8.0
- Added support for including request trace IDs in garden/guardian.
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.29.0...v1.30.0
## Resources
- [Download release v1.30.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.30.0).
|
| go-offline-buildpack | 1.10.9 |
1.10.9
* Add go 1.20.4, remove go 1.20.3
for stack(s) cflinuxfs4, cflinuxfs3
* Add go 1.19.9, remove go 1.19.8
for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| dep | 0.5.4 | cflinuxfs3 |
| dep | 0.5.4 | cflinuxfs4 |
| glide | 0.13.3 | cflinuxfs3 |
| glide | 0.13.3 | cflinuxfs4 |
| go | 1.19.9 | cflinuxfs3 |
| go | 1.19.9 | cflinuxfs4 |
| go | 1.20.4 | cflinuxfs3 |
| go | 1.20.4 | cflinuxfs4 |
| godep | 80 | cflinuxfs3 |
| godep | 80 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| go | 1.19.x |
* Uncached buildpack SHA256: d6e368b72fdd52d481046bc2161afe9312c1082b52694dc43de1fc765837667b
* Uncached buildpack SHA256: 82dfc05d31fa6bb512cd488d75564112b00950a43987103461b533c1d4fb2387
|
| haproxy | 11.17.4 | |
| java-offline-buildpack | 4.59.0 |
4.59.0
I'm pleased to announce the release of the java-buildpack, version 4.59.0. This release includes updates to dependency frameworks, such as:
* Updates [Azure Application Insights](https://github.com/cloudfoundry/java-buildpack/blob/main/docs/framework-azure_application_insights_agent.md) agent from 2.x to 3.x.
* Updates the [Contrast Security](https://github.com/cloudfoundry/java-buildpack/blob/main/docs/framework-contrast_security_agent.md) agent from 4.x to 5.x.
There were also dependency bumps for other libraries, including:
* Elastic APM
* JaCoCo
* New Relic
* JRebel
* Splunk
* YourKit
For a more detailed look at the changes in 4.59.0, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.58...v4.59.0). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release.
| Dependency | Version | CVEs | Release Notes |
| ---------- | ------- | ---- | ------------- |
| AppDynamics Agent | `22.9.2_34409` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) |
| Azure Application Insights Agent | `3.4.13` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) |
| CA Introscope APM Framework | `23.3.0_4` | | |
| Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above |
| Container Security Provider | `1.20.0_RELEASE` |Included inline above | Included inline above |
| Contrast Security Agent | `5.0.2` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) |
| Datadog APM Javaagent | `1.14.0` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) |
| Elastic APM Agent | `1.38.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) |
| Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) |
| Geode Tomcat Session Store | `1.13.7` | | |
| Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) |
| Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) |
| Groovy | `2.5.22` | | [Release Notes](http://www.groovy-lang.org/releases.html) |
| JaCoCo Agent | `0.8.10` | | [Release Notes](https://github.com/jacoco/jacoco/releases) |
| Java Memory Assistant Agent | `0.5.0` | | |
| Java Memory Assistant Clean Up | `0.1.0` | | |
| JProfiler Profiler | `12.0.4` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) |
| JRebel Agent | `2023.2.1` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) |
| jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above |
| MariaDB JDBC Driver | `2.7.9` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-2-7-9-release-notes/) |
| Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above |
| Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above |
| New Relic Agent | `8.2.0` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) |
| OpenJDK JRE 11 | `11.0.19_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.19/) |
| OpenJDK JRE 17 | `17.0.7_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.7/) |
| OpenJDK JRE 8 | `1.8.0_372` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u372/) |
| PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) |
| Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above |
| Riverbed Appinternals Agent | `11.8.5_BL527` | | |
| SeaLights Agent | `4.0.2285` | | |
| SkyWalking | `8.9.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) |
| Splunk OpenTelemetry Java Agent | `1.24.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) |
| Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above |
| Spring Boot CLI | `2.7.12` | | |
| Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above |
| Tomcat | `9.0.75` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) |
| Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| YourKit Profiler | `2022.9.183` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) |
|
| log-cache | 2.12.7 | |
| loggregator | 106.7.8 | |
| loggregator-agent | 6.5.10 | |
| mapfs | 1.2.23 |
v1.2.23## Dependencies * **gomega:** Updated to v1.27.7. |
| metric-registrar | 2.1.4 | |
| metrics-discovery | 3.2.9 | |
| mysql-monitoring | 10.0.0 | |
| nats | 56.3.0 |
v56.3.0
## Changes
- Bumped dependencies:
- Removed dependency on code.cloudfoundry.org/inigo
- code.cloudfoundry.org/tlsconfig 8f91c367795b
- github.com/nats-io/go-nats 1.7.2
- github.com/nats-io/nats-server/v2 2.9.17
- github.com/tedsuo/ifrit 7862c310ad26
- github.com/onsi/ginkgo/ 2.9.5
- github.com/onsi/gomega 1.27.7
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.2.0...v56.3.0
## Resources
- [Download release v56.3.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.3.0).
|
| nfs-volume | 7.1.18 | |
| nginx-offline-buildpack | 1.2.3 |
1.2.3
* Updating github-config (#211)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.22.1 | cflinuxfs3 |
| nginx | 1.22.1 | cflinuxfs4 |
| nginx | 1.23.4 | cflinuxfs3 |
| nginx | 1.23.4 | cflinuxfs4 |
| openresty | 1.13.6.2 | cflinuxfs3 |
| openresty | 1.15.8.3 | cflinuxfs3 |
| openresty | 1.17.8.2 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs4 |
| openresty | 1.21.4.1 | cflinuxfs3 |
| openresty | 1.21.4.1 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.23.x |
* Uncached buildpack SHA256: 2b24a39043b1a1ccf508ef3700d35244e461cab5a29473a50321900edda19eb6
* Uncached buildpack SHA256: 2308b44aadbab7b87e7fdca1a3b5ae0b2d986d15ab517cca38d4f7176bc3670d
|
| nodejs-offline-buildpack | 1.8.10 |
1.8.10
* Deprecated Nodejs v14.x (EOL).
* profile script: do not overwrite std files. This is a follow-up to #605 .profile.d scripts are "sourced" by the lifecycle one after the
other, so make sure stdout/err for subsequent scripts are unaffected.
* appdynamics: remove dependency on ruby provided by stack.
- cflinuxfs4 1.x does not come with ruby. Therefore, rewrite profile
script from rb to sh.
- Activate appdynamics test suite again that was marked as pending
in PR #586.
* Add node 18.16.0, remove node 18.14.1 for stack(s) cflinuxfs3, cflinuxfs4.
* Install bootstrapped Python into nodejs-buildpack specific location (#598).
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| node | 16.19.1 | cflinuxfs3 |
| node | 16.19.1 | cflinuxfs4 |
| node | 16.20.0 | cflinuxfs3 |
| node | 16.20.0 | cflinuxfs4 |
| node | 18.15.0 | cflinuxfs3 |
| node | 18.15.0 | cflinuxfs4 |
| node | 18.16.0 | cflinuxfs3 |
| node | 18.16.0 | cflinuxfs4 |
| python | 3.10.10 | cflinuxfs3 |
| python | 3.10.10 | cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| node | 18.x |
| python | 3.10.x |
* Uncached buildpack SHA256: 1a022888b74978eebc7c2543cedbb38cf45819d0141d2425c8c72e6bbd842fcf
* Uncached buildpack SHA256: f31a296071a5f57fa9ec48f1e8b13237a3f37d27f8b39cac4e7175099f49f670
|
| notifications | 63 | |
| notifications-ui | 41 | |
| php-offline-buildpack | 4.6.5 |
4.6.5
* Add appdynamics 23.4.0-724, remove appdynamics 23.2.0-684 for stack(s) cflinuxfs4, cflinuxfs3
* Install bootstrapped Python into dpack specific location
* Add httpd 2.4.57, remove httpd 2.4.56 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| appdynamics | 23.4.0-724 | cflinuxfs3, cflinuxfs4 | |
| composer | 2.5.5 | cflinuxfs3, cflinuxfs4 | |
| httpd | 2.4.57 | cflinuxfs3 | |
| httpd | 2.4.57 | cflinuxfs4 | |
| newrelic | 10.6.0.318 | cflinuxfs3, cflinuxfs4 | |
| nginx | 1.22.1 | cflinuxfs3 | |
| nginx | 1.22.1 | cflinuxfs4 | |
| nginx | 1.23.4 | cflinuxfs3 | |
| nginx | 1.23.4 | cflinuxfs4 | |
| php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| python | 2.7.18 | cflinuxfs4 | |
| ruby | 3.0.5 | cflinuxfs4 | |
Default binary versions:
| name | version |
|-|-|
| php | 8.1.16 |
| httpd | 2.4.57 |
| newrelic | 10.6.0.318 |
| nginx | 1.23.4 |
| composer | 2.5.5 |
* Uncached buildpack SHA256: 9991bbdfbef405d075526661548d15c60f02eabbf86931ced8c6e14514265270
* Uncached buildpack SHA256: c4c22f2a303d96d5cb3ca03694625d0a9dbc621a0c5a2badd2fdd6a69778b805
|
| push-apps-manager-release | 676.0.14 |
676.0.14
Revert including the Log Rate Limit feature in 2.13.
|
| push-offline-docs-release | 2.13.224 | |
| push-usage-service-release | 674.0.46 |
v674.0.46## Dependencies * **bosh-template:** Updated to v2.4.0. |
| pxc | 0.53.0 | |
| python-offline-buildpack | 1.8.10 |
1.8.10
* Remove mercurial tests (not supported anymore).
* Add pipenv 2023.4.29, remove pipenv 2023.3.20 for stack(s) cflinuxfs4, cflinuxfs3.
* Add pip 23.1.2, remove pip 23.0.1 for stack(s) cflinuxfs4, cflinuxfs3.
* Add setuptools 67.7.2, remove setuptools 67.6.1 for stack(s) cflinuxfs4, cflinuxfs3.
* Refactor test framework to use Switchblade.
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
| libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
| miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 |
| pip | 23.1.2 | cflinuxfs3, cflinuxfs4 |
| pipenv | 2023.4.29 | cflinuxfs3 |
| pipenv | 2023.4.29 | cflinuxfs4 |
| python | 3.7.16 | cflinuxfs3 |
| python | 3.7.16 | cflinuxfs4 |
| python | 3.8.16 | cflinuxfs3 |
| python | 3.8.16 | cflinuxfs4 |
| python | 3.9.16 | cflinuxfs3 |
| python | 3.9.16 | cflinuxfs4 |
| python | 3.10.11 | cflinuxfs3 |
| python | 3.10.11 | cflinuxfs4 |
| python | 3.11.3 | cflinuxfs3 |
| python | 3.11.3 | cflinuxfs4 |
| setuptools | 67.7.2 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| python | 3.10.x |
* Uncached buildpack SHA256: 59d2df6829a8a8447556f3fb4c6c2a49b958f73bb36051f73472fc7acc0911a2
* Uncached buildpack SHA256: 55373d90bf8f77d6a96d5634d7731db1558e32890c412a6187071e7fde5f9d08
|
| r-offline-buildpack | 1.2.2 |
1.2.2
* Updating github-config (#204).
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| r | 3.6.2 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.1 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.1 | cflinuxfs4 | forecast, plumber, rserve, shiny |
| r | 4.2.2 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.2 | cflinuxfs4 | forecast, plumber, rserve, shiny |
* Uncached buildpack SHA256: d5e72d076977c6605fdf0329541023a58213e61a744649b5df383e12f0e2897f
* Uncached buildpack SHA256: f46ee60219f0c534a213eb8b6bdcc63d6f3bb93806f4b764f2372072b824c119
|
| routing | 0.270.0 |
v0.270.0
## Changes
- CI now tests CATS + RATS against cflinuxfs4.
- 🐛Gorouter's `request_timeout_in_seconds` now only affects request timeout and is not used for idle timeout, which is set by `frontend_idle_timeout`
- routing-utils now passes `go vet`
- Dependency Bumps:
- The vendored healthchecker boshrelease is now v0.8.0.
- go.step.sm/crypto v0.31.0
-
- Go dependency bumps for the routing-utils package:
- code.cloudfoundry.org/tlsconfig 8f91c367795b
- github.com/nats-io/nats.go v1.26.0
## Bosh Job Spec changes:
```diff
diff --git a/jobs/gorouter/spec b/jobs/gorouter/spec
index 4fa13ae3..0f61e044 100644
--- a/jobs/gorouter/spec
+++ b/jobs/gorouter/spec
@@ -380,11 +380,9 @@ properties:
default: 22
request_timeout_in_seconds:
description: |
- This configures a "request timeout" and a "backend idle timeout".
+ This configures an entire request timeout.
Requests from router to backend endpoints that are longer than this duration are canceled and logged as
- `backend-request-timeout` errors. In addition, TCP connections between router and backend endpoints that
- are idle for longer than this duration are closed. Related properties: `router.max_idle_connections`
- and `router.keep_alive_probe_interval`.
+ `backend-request-timeout` errors. If set to 0 this timeout is deactivted.
default: 900
endpoint_dial_timeout_in_seconds:
description: |
```
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.269.0...v0.270.0
## Resources
- [Download release v0.270.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.270.0).
v0.269.0
## Changes
- Update sync-package-specs to install gosub.
- Remove `trace-logger` update in sync-submodule-config.
- Remove unused files.
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.268.0...v0.269.0
## Resources
- [Download release v0.269.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.269.0).
|
| ruby-offline-buildpack | 1.10.2 |
1.10.2
* Add rubygems 3.4.13, remove rubygems 3.4.11 for stack(s) cflinuxfs4, cflinuxfs3.
* Add bundler 2.4.13, remove bundler 2.4.11 for stack(s) cflinuxfs4, cflinuxfs3.
* Add node 18.16.0, remove node 18.15.0 for stack(s) cflinuxfs3, cflinuxfs4.
* Install bootstrapped Ruby into ruby-buildpack specific location.
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bundler | 2.4.13 | cflinuxfs3, cflinuxfs4 |
| jruby | 9.3.10.0 | cflinuxfs3 |
| jruby | 9.3.10.0 | cflinuxfs4 |
| jruby | 9.4.2.0 | cflinuxfs3 |
| jruby | 9.4.2.0 | cflinuxfs4 |
| node | 18.16.0 | cflinuxfs3 |
| node | 18.16.0 | cflinuxfs4 |
| openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 |
| ruby | 3.0.5 | cflinuxfs3 |
| ruby | 3.0.6 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs4 |
| ruby | 3.1.4 | cflinuxfs3 |
| ruby | 3.1.4 | cflinuxfs4 |
| ruby | 3.2.1 | cflinuxfs3 |
| ruby | 3.2.1 | cflinuxfs4 |
| ruby | 3.2.2 | cflinuxfs3 |
| ruby | 3.2.2 | cflinuxfs4 |
| rubygems | 3.4.13 | cflinuxfs3, cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| ruby | 3.1.x |
* Uncached buildpack SHA256: 5693958bd9ec5a0c73e25a43433ece3076f41bd46566f7ff9c344e507346fc0e
* Uncached buildpack SHA256: 43feca5152c60d9bf1a5979be45924903bf3756d301f490ae4a667fbf0dad819
|
| silk | 3.27.0 |
v3.27.0
## Changes
- Bumped vendored healthchecker release to v0.8.0.
- Updated silk, silk-cni, and cni-wrapper-plugin for compatibility with v1.0.0 of the CNI spec.
- Bumped github.com/containernetworking/cni to 1.1.2 and github.com/containernetworking/plugins to 1.3.0.
- Removed the `externalmods` code as it's no longer needed now that everything is on the latest CNI versions.
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.26.0...v3.27.0
## Resources
- [Download release v3.27.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.27.0).
v3.26.0
## Changes
- Dependency Bumps:
- code.cloudfoundry.org/cf-networking-helpers ebb4c931f5d5
- code.cloudfoundry.org/debugserver c4fc5f67e21e
- code.cloudfoundry.org/diego-logging-client efc368ee68d3
- code.cloudfoundry.org/filelock 470838d066c5
- code.cloudfoundry.org/garden234178722499
- code.cloudfoundry.org/runtimeschema 5366865eed76
- code.cloudfoundry.org/silk 886eb5a013ef
- github.com/containernetworking/cni v1.1.2
- github.com/onsi/ginkgo/v2 v2.9.5
- github.com/onsi/gomega v1.27.7
- github.com/tedsuo/ifrit 7862c310ad26
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/3.25.1...v3.26.0
## Resources
- [Download release v3.26.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.26.0).
|
| smb-volume | 3.1.17 |
v3.1.17## Dependencies * **smbbroker:** Updated to v`de6049f`. |
| smoke-tests | 4.8.2 | |
| staticfile-offline-buildpack | 1.6.3 |
1.6.3
* Add otf mime type. Fix #88
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.22.1 | cflinuxfs3 |
| nginx | 1.22.1 | cflinuxfs4 |
| nginx | 1.23.4 | cflinuxfs3 |
| nginx | 1.23.4 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.23.x |
* Uncached buildpack SHA256: fca5984bb6fd10a770c2e831be7691512424d10431aa6e95b71af3f1fb3921aa
* Uncached buildpack SHA256: 4aac2142bfeb2ad60aa48be60d96d06e0ab9054b438cc55d03a87d48a8de2611
|
| statsd-injector | 1.11.30 | |
| syslog | 11.8.9 | |
| system-metrics-scraper | 3.3.7 | |
| uaa | 74.5.74 |
v74.5.74
## What's Changed
* Bump nokogiri from 1.14.4 to 1.15.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/588
* Bump github.com/onsi/gomega from 1.27.6 to 1.27.7 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/587
* Bump github.com/cloudfoundry/bosh-utils from 0.0.364 to 0.0.365 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/586
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.73...v74.5.74
|
Release Date: 05/25/2023
Caution This release is susceptible to a known issue around multiple "HTTP 100 Continue" responses. For information about this issue, see Multiple HTTP Expect: 100-continue responses sent from gorouter to client may cause unexpected failures in the VMware Tanzu Support Hub. To address this issue, VMware advises upgrading to Tanzu Application Service v2.13.24 and Isolation Segment Tile v2.13.21 instead.
1.18.711.133.20.366.02.12.281.2.227.1.16676.0.132.13.175674.0.440.268.03.25.13.1.1674.5.73| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.508 | |
| backup-and-restore-sdk | 1.18.71 |
v1.18.71## Changes * Bump mariadb from 10.6.12 to 10.6.13 (#1048) * Bump postgres from 11.19 to 11.20 (#1045) * Bump postgres from 13.10 to 13.11 (#1046) * Bump postgres from 15.2 to 15.3 (#1047) ## Dependencies * **aws-sdk-go:** Updated to v1.44.264. v1.18.70## Dependency updates * **aws-sdk-go:** Updated to v1.44.259. |
| binary-offline-buildpack | 1.1.4 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.31 | |
| bpm | 1.2.0 | |
| capi | 1.133.2 | |
| cf-autoscaling | 249.1.9 | |
| cf-cli | 1.44.0 | |
| cf-networking | 3.25.1 | |
| cflinuxfs3 | 0.366.0 | |
| count-cores-indicator | 2.0.0 | |
| credhub | 2.12.28 |
2.12.28
### Security Fixes
- Bump various dependencies
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.27...2.12.28
2.12.27
### Security Fixes
- Bump various dependencies
Alter TLS handshake to use Java defaults from solely secp384r1 (https://github.com/pivotal/credhub-release/commit/b6a6fac08372abc770864785619e2335d914677d)
Java jre8u345-B1 -> jre8u372-B7 (https://github.com/pivotal/credhub-release/commit/a7d271f29a795bbad182e69dfe0d03cc729c663a)
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.26...2.12.27
|
| diego | 2.76.0 | |
| dotnet-core-offline-buildpack | 2.4.10 | |
| garden-runc | 1.29.0 | |
| go-offline-buildpack | 1.10.8 | |
| haproxy | 11.17.4 | |
| java-offline-buildpack | 4.58 | |
| log-cache | 2.12.7 | |
| loggregator | 106.7.8 | |
| loggregator-agent | 6.5.10 | |
| mapfs | 1.2.22 |
v1.2.22## Dependencies * **v2:** Updated to v2.9.5. v1.2.21## Dependencies * **ginkgo v2:** Updated ginkgo to v2.9.4. |
| metric-registrar | 2.1.4 | |
| metrics-discovery | 3.2.9 | |
| mysql-monitoring | 10.0.0 | |
| nats | 56.2.0 | |
| nfs-volume | 7.1.16 | |
| nginx-offline-buildpack | 1.2.2 | |
| nodejs-offline-buildpack | 1.8.9 | |
| notifications | 63 | |
| notifications-ui | 41 | |
| php-offline-buildpack | 4.6.4 | |
| push-apps-manager-release | 676.0.13 | |
| push-offline-docs-release | 2.13.175 | |
| push-usage-service-release | 674.0.44 |
v674.0.44## Dependencies * **app-usage-service:** Updated to v`16295b3`. v674.0.43
## Changes
* Bump metric-registrar-cli to 1.3.10 (#335)
|
| pxc | 0.53.0 | |
| python-offline-buildpack | 1.8.9 | |
| r-offline-buildpack | 1.2.1 | |
| routing | 0.268.0 |
v0.268.0
## Changes
- Adds support for `route_registrar` to advertise HTTP2 based routes to gorouter. If not specified on a route,
http1 is used by default.
## Bosh Job Spec changes:
```diff
diff --git a/jobs/route_registrar/spec b/jobs/route_registrar/spec
index 595f2075..bf3d9a03 100644
--- a/jobs/route_registrar/spec
+++ b/jobs/route_registrar/spec
@@ -101,6 +101,7 @@ properties:
tls_port (required, integer, for http routes): Either `port` or `tls_port` are required; if both are provided, Gorouter prefers tls_port.
Requests for associated URIs are forwarded over TLS by the router to this port.
The IP is determined automatically from the host on which route-registrar is run.
+ protocol (optional, string): 'http1' or 'http2'. If not provided, Gorouter uses 'http1' as default.
route_service_url (optional, string, for http routes): When valid route service URL is provided, Gorouter proxies requests received for the uris above to the specified route service URL.
server_cert_domain_san (conditional, string, for http routes): Required if tls_port is present.
Gorouter validates that the TLS certificate presented by the destination host contains this as a Subject Alternative Name (SAN).
```
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.267.0...v0.268.0
## Resources
- [Download release v0.268.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.268.0).
v0.267.0
## Changes
- The veresion of HAProxy used in tcp-router was bumped from 2.7.6 to 2.7.8.
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.266.0...v0.267.0
## Resources
- [Download release v0.267.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.267.0).
|
| ruby-offline-buildpack | 1.10.1 | |
| silk | 3.25.1 |
3.25.1
## Changes
- Fixes compilation errors for `silk-datastore-syncer`
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/3.24.0...v3.25.1
## Resources
- [Download release v3.25.1 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.25.1).
3.24.0
## Changes
- ⚠️ The new `silk-data-syncer` job is missing some files that cause compilation to fail. This is not a problem if
you are deploying without that job. If you need the job, please upgrade to 3.25.1.
- Add new `silk-datastore-syncer` job to sync app log metadata from garden to silk datastore.
- Bump to Go 1.20.4.
- Bump to Silk 20230501162532-6ab8d30026c6.
- Bump dependencies such that Ginkgo V2 and Lager V3 are used.
## Bosh Job Spec changes:
```diff
diff --git a/jobs/silk-datastore-syncer/spec b/jobs/silk-datastore-syncer/spec
new file mode 100644
index 0000000..9aa1813
--- /dev/null
+++ b/jobs/silk-datastore-syncer/spec
@@ -0,0 +1,26 @@
+---
+name: silk-datastore-syncer
+
+templates:
+ bpm.yml.erb: config/bpm.yml
+ start.erb: bin/start
+
+packages:
+ - silk-datastore-syncer
+
+properties:
+ disable:
+ description: "Disable this monit job. It does not run. Required for backwards compatability."
+ default: false
+ sync_interval_in_seconds:
+ description: "Interval to check garden for new metadata."
+ default: 30
+ garden.address:
+ description: "Garden server listening address."
+ default: /var/vcap/data/garden/garden.sock
+ garden.network:
+ description: "Network type for the garden server connection (tcp or unix)."
+ default: unix
+ log_level:
+ description: "Logging level (debug, info, warn, error)."
+ default: info
```
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/3.23.0...v3.24.0
## Resources
- [Download release v3.24.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.24.0).
|
| smb-volume | 3.1.16 |
v3.1.16## Dependencies * **smbbroker:** Updated to v`e30a49e`. v3.1.15## Changes * +Golang: Updated to v1.20.4 (#144) * Use default CF stack when pushing smbbroker (#149) ## Dependencies * **smbbroker:** Updated to v`a586257`. |
| smoke-tests | 4.8.2 | |
| staticfile-offline-buildpack | 1.6.2 | |
| statsd-injector | 1.11.30 | |
| syslog | 11.8.9 | |
| system-metrics-scraper | 3.3.7 | |
| uaa | 74.5.73 |
v74.5.73
## What's Changed
* Bump github.com/cloudfoundry/bosh-utils from 0.0.363 to 0.0.364 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/582
* Bump nokogiri from 1.14.3 to 1.14.4 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/581
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.72...v74.5.73
v74.5.72
## What's Changed
* Bump github.com/cloudfoundry/bosh-utils from 0.0.362 to 0.0.363 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/578
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.71...v74.5.72
|
Release Date: 05/15/2023
Caution This release is susceptible to a known issue around multiple "HTTP 100 Continue" responses. For information about this issue, see Multiple HTTP Expect: 100-continue responses sent from gorouter to client may cause unexpected failures in the VMware Tanzu Support Hub. To address this issue, VMware advises upgrading to Tanzu Application Service v2.13.24 and Isolation Segment Tile v2.13.21 instead.
1.18.691.1.40.0.311.2.01.127.12249.1.93.25.10.364.02.0.02.12.262.76.02.4.101.29.01.10.84.582.12.7106.7.86.5.101.2.202.1.43.2.910.0.056.2.07.1.141.2.21.8.963414.6.4676.0.122.13.150674.0.420.53.01.8.91.2.10.266.01.10.13.1.141.6.21.11.3011.8.93.3.774.5.71| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.508 | |
| backup-and-restore-sdk | 1.18.69 |
v1.18.69## Changes * Bump libpcre2 from 10.40 to 10.42 (#1021) * Bump mysql from 5.7.40 to 5.7.42 (#1030) * Bump mysql from 8.0.32 to 8.0.33 (#1029) * Golang: Updated to v1.20.4. (#1031) ## Dependencies * **aws-sdk-go:** Updated to v1.44.255. v1.18.68
## Changes
* Bump mysql from 8.0.31 to 8.0.32 (#1005)
v1.18.67## Dependencies * **aws-sdk-go:** Updated to v1.44.242. v1.18.66## Dependencies * **aws-sdk-go:** Updated to v1.44.241. |
| binary-offline-buildpack | 1.1.4 |
1.1.4
* tests: replace ruby webserver w a simple netcat porgram
cflinuxfs4 1.x does not come with ruby on the stack
* Update libbuildpack
* Uncached buildpack SHA256: bd2bb05de690ef0cbe6efbf9e1c66b6085dc8efa3ebc186d7202b9e9d54ebd28
* Uncached buildpack SHA256: 988d1392de4cffbe26d2be4e9a4487a26f7b16b1b5a27fba98e07266d1883562
* Uncached buildpack SHA256: c8689ae3a2b3471f16fbdcac65581690bf9aa5f0d8103cb20d00d93f74837e6e
* Uncached buildpack SHA256: 97d7643f51d1b9a7f64d3135d264b03168a5e644f7b31531351f94a951d7a4f5
|
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.31 |
v0.0.31
## What's Changed
* Bump to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ).
**Full Changelog**: https://github.com/cloudfoundry/bosh-system-metrics-forwarder-release/compare/v0.0.30...v0.0.31
|
| bpm | 1.2.0 | |
| capi | 1.127.12 | |
| cf-autoscaling | 249.1.9 |
v249.1.9
* Bump cf CLI plug-in to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ).
v249.1.8
* Bump to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ).
* Bump spring-boot to 2.7.11
* Bump dependencies
* Replace gorilla with chi
|
| cf-cli | 1.44.0 | |
| cf-networking | 3.25.1 |
3.25.1
## Changes
- None!
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/3.24.0...v3.25.1
## Resources
- [Download release v3.25.1 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.25.1).
3.24.0
## Changes
- Bump to Go 1.20.4.
- Bump all dependencies such that only Ginkgo V2 and Lager V3 are used.
- Use [new docker images](https://github.com/cloudfoundry/cf-networking-release/commit/4b69f0a5690611dfa730a70e641f5c1f8145c66c) for local
testing.
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/3.23.0...v3.24.0
## Resources
- [Download release v3.24.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.24.0).
|
| cflinuxfs3 | 0.364.0 | |
| count-cores-indicator | 2.0.0 | |
| credhub | 2.12.26 |
2.12.26
## What's Changed
socketTimeout has been set to 1 hour.
* fix: Set mariadb jdbc driver's `socketTimeout` by @hsinn0 in https://github.com/pivotal/credhub-release/pull/126
* Build(deps): Bump parallel from 1.22.1 to 1.23.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/131
* Build(deps): Bump rspec-core from 3.12.1 to 3.12.2 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/130
* Build(deps): Bump rspec-expectations from 3.12.2 to 3.12.3 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/132
* Build(deps): Bump parser from 3.2.2.0 to 3.2.2.1 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/133
## New Contributors
* @hsinn0 made their first contribution in https://github.com/pivotal/credhub-release/pull/126
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.25...2.12.26
|
| diego | 2.76.0 |
v2.76.0
## Changes
- Bump to Go 1.20.4
- Bump dependencies
## Bosh Job Spec changes:
```diff
diff --git a/jobs/auctioneer/spec b/jobs/auctioneer/spec
index ae685ceb9..1fac48936 100644
--- a/jobs/auctioneer/spec
+++ b/jobs/auctioneer/spec
@@ -88,6 +88,12 @@ properties:
diego.auctioneer.locket.api_location:
description: "Hostname and port of the Locket server. When set, the auctioneer attempts to claim a lock from the Locket API."
default: locket.service.cf.internal:8891
+ diego.auctioneer.locket.client_keepalive_time:
+ description: "Period in seconds after which the locket gRPC client sends keepalive ping requests to the locket server it is connected to."
+ default: 10
+ diego.auctioneer.locket.client_keepalive_timeout:
+ description: "Timeout in seconds to receive a response to the keepalive ping. If a response is not received within this time, the locket client reconnects to another server."
+ default: 22
locks.locket.enabled:
description: When set, the auctioneer attempts to claim a lock from the Locket API.
diff --git a/jobs/bbs/spec b/jobs/bbs/spec
index b6f1040c2..9204a8d4c 100644
--- a/jobs/bbs/spec
+++ b/jobs/bbs/spec
@@ -140,6 +140,12 @@ properties:
diego.bbs.locket.api_location:
description: "Hostname and port of the Locket server. When set, the BBS attempts to claim a lock from the Locket API and detects Diego cells registered with the Locket API."
default: locket.service.cf.internal:8891
+ diego.bbs.locket.client_keepalive_time:
+ description: "Period in seconds after which the locket gRPC client sends keepalive ping requests to the locket server it is connected to."
+ default: 10
+ diego.bbs.locket.client_keepalive_timeout:
+ description: "Timeout in seconds to receive a response to the keepalive ping. If a response is not received within this time, the locket client reconnects to another server."
+ default: 22
limits.open_files:
description: Maximum number of files (including sockets) the BBS process that might have opened.
diff --git a/jobs/rep/spec b/jobs/rep/spec
index df7bd7c49..1383b67c0 100644
--- a/jobs/rep/spec
+++ b/jobs/rep/spec
@@ -217,6 +217,12 @@ properties:
diego.rep.locket.api_location:
description: "Hostname and port of the Locket server. When set, the cell rep establishes its' cell registration in the Locket API."
default: locket.service.cf.internal:8891
+ diego.rep.locket.client_keepalive_time:
+ description: "Period in seconds after which the locket gRPC client sends keepalive ping requests to the locket server it is connected to."
+ default: 10
+ diego.rep.locket.client_keepalive_timeout:
+ description: "Timeout in seconds to receive a response to the keepalive ping. If a response is not received within this time, the locket client reconnects to another server."
+ default: 22
enable_declarative_healthcheck:
description: "When set, enables the rep to prefer the LRP CheckDefinition to healthcheck instances over the Monitor action. Requires Garden-Runc v1.10.0+"
diff --git a/jobs/rep_windows/spec b/jobs/rep_windows/spec
index 4fc4504bf..023d76f18 100644
--- a/jobs/rep_windows/spec
+++ b/jobs/rep_windows/spec
@@ -227,7 +227,13 @@ properties:
diego.rep.locket.api_location:
description: "Hostname and port of the locket server"
default: locket.service.cf.internal:8891
-
+ diego.rep.locket.client_keepalive_time:
+ description: "Period in seconds after which the locket gRPC client sends keepalive ping requests to the locket server it is connected to."
+ default: 10
+ diego.rep.locket.client_keepalive_timeout:
+ description: "Timeout in seconds to receive a response to the keepalive ping. If a response is not received within this time, the locket client reconnects to another server."
+ default: 22
+
enable_declarative_healthcheck:
description: "When set, enables the rep to prefer the LRP CheckDefinition to healthcheck instances over the Monitor action."
default: false
diff --git a/jobs/vizzini/spec b/jobs/vizzini/spec
index fa6c8d0d0..40b5eb74b 100644
--- a/jobs/vizzini/spec
+++ b/jobs/vizzini/spec
@@ -47,9 +47,6 @@ properties:
vizzini.verbose:
description: Run tests in verbose mode
default: false
- vizzini.stream:
- description: Stream output from parallel test nodes. This option leads to less coherent output but is useful when debugging
- default: false
enable_declarative_healthcheck:
description: "When set, enables the declarative check tests in vizzini"
```
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.75.0...v2.76.0
## Resources
- [Download release v2.76.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.76.0).
v2.75.0
## Changes
* Bump ginkgo to v2 and lager to v3
* [Bug fix] Rep does not clean up resources when deleting container fails
## ✨ Built with go 1.20.3
**Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.73.0...v2.75.0
## Resources
- [Download release v2.75.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.75.0).
|
| dotnet-core-offline-buildpack | 2.4.10 |
2.4.10
* Update libbuildpack
* Bump github.com/onsi/gomega from 1.27.2 to 1.27.6
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.2 to 1.27.6.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.27.2...v1.27.6)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 6.0.15 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 7.0.4 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 6.0.15 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 7.0.4 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 6.0.407 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 7.0.202 | cflinuxfs3, cflinuxfs4 |
| libgdiplus | 6.1 | cflinuxfs3 |
| libgdiplus | 6.1 | cflinuxfs4 |
| libunwind | 1.6.2 | cflinuxfs3 |
| libunwind | 1.6.2 | cflinuxfs4 |
| node | 18.15.0 | cflinuxfs3 |
| node | 18.15.0 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| dotnet-runtime | 6.0.x |
| dotnet-aspnetcore | 6.0.x |
| dotnet-sdk | 6.0.x |
| bower | 1.8.x |
* Uncached buildpack SHA256: 3e88499622b1992cedb5af7bdb976b2050ed08b2b16be224095b13afc1dd9719
* Uncached buildpack SHA256: 2888a608f35c6a42173a13956c6ff12c329d23eab0b6ee4d9830797b44fb0785
|
| garden-runc | 1.29.0 |
v1.29.0
## Changes
⚠️We have removed the garden-healthcheck job from garden while we investigate a way to make it less painful. From v1.22.6 through v1.28.0, garden restarts with a high container count could result in BOSH deploys failing due to a race condition between garden, bpm, monit, and garden-healthchecker. This is re-enabled at a later time when we resolve the race condition.
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.28.0...v1.29.0
## Resources
- [Download release v1.29.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.29.0).
v1.28.0
## Changes
- Bump to golang 1.20.4
- Bump dependencies
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.27.0...v1.28.0
## Resources
- [Download release v1.28.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.28.0).
|
| go-offline-buildpack | 1.10.8 |
1.10.8
* Bump github.com/cloudfoundry/switchblade from 0.2.0 to 0.3.0
* Add go 1.19.8, remove go 1.19.7
for stack(s) cflinuxfs4, cflinuxfs3
* Add go 1.20.3, remove go 1.20.2
for stack(s) cflinuxfs3, cflinuxfs4
* Bump libbuildpack
- to pull in retry with exponential backoff.
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| dep | 0.5.4 | cflinuxfs3 |
| dep | 0.5.4 | cflinuxfs4 |
| glide | 0.13.3 | cflinuxfs3 |
| glide | 0.13.3 | cflinuxfs4 |
| go | 1.19.8 | cflinuxfs3 |
| go | 1.19.8 | cflinuxfs4 |
| go | 1.20.3 | cflinuxfs3 |
| go | 1.20.3 | cflinuxfs4 |
| godep | 80 | cflinuxfs3 |
| godep | 80 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| go | 1.19.x |
* Uncached buildpack SHA256: aae9a56e9e799a5de744c775a42f37ce8ea5e4554612dfc1f0ee04cb7518e50f
* Uncached buildpack SHA256: 4dc34678c68990694540187bd51bd32a59c2e0ce9d6561a26c80257059d76a6a
|
| haproxy | 11.17.4 | |
| java-offline-buildpack | 4.58 |
4.58
I'm pleased to announce the release of the java-buildpack, version 4.58. It primarily includes new OpenJDK versions, which are based on the Oracle Java Quarterly Updates for April 2023.
The release also includes:
* Buildpack-specific location for Ruby installation.
* Updated MariaDB JDBC Connector to 2.7.9.
For a more detailed look at the changes in 4.58, look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.57...v4.58). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release.
| Dependency | Version | CVEs | Release Notes |
| ---------- | ------- | ---- | ------------- |
| AppDynamics Agent | `22.9.2_34409` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) |
| Azure Application Insights Agent | `2.6.4` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) |
| CA Introscope APM Framework | `23.3.0_4` | | |
| Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above |
| Container Security Provider | `1.20.0_RELEASE` |Included inline above | Included inline above |
| Contrast Security Agent | `4.13.1` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) |
| Datadog APM Javaagent | `1.12.0` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) |
| Elastic APM Agent | `1.37.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) |
| Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) |
| Geode Tomcat Session Store | `1.13.7` | | |
| Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) |
| Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) |
| Groovy | `2.5.22` | | [Release Notes](http://www.groovy-lang.org/releases.html) |
| JaCoCo Agent | `0.8.9` | | [Release Notes](https://github.com/jacoco/jacoco/releases) |
| Java Memory Assistant Agent | `0.5.0` | | |
| Java Memory Assistant Clean Up | `0.1.0` | | |
| JProfiler Profiler | `12.0.4` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) |
| JRebel Agent | `2023.2.0` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) |
| jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above |
| MariaDB JDBC Driver | `2.7.9` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-2-7-9-release-notes/) |
| Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above |
| Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above |
| New Relic Agent | `8.1.0` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) |
| OpenJDK JRE 11 | `11.0.19_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.19/) |
| OpenJDK JRE 17 | `17.0.7_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.7/) |
| OpenJDK JRE 8 | `1.8.0_372` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u372/) |
| PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) |
| Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above |
| Riverbed Appinternals Agent | `11.8.5_BL527` | | |
| SeaLights Agent | `4.0.2258` | | |
| SkyWalking | `8.9.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) |
| Splunk OpenTelemetry Java Agent | `1.23.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) |
| Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above |
| Spring Boot CLI | `2.7.11` | | |
| Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above |
| Tomcat | `9.0.74` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) |
| Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| YourKit Profiler | `2022.9.182` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) |
4.57
The java-buildpack, version 4.57 is released. This release fixes a bug with the [Container Security Provider](https://github.com/cloudfoundry/java-buildpack-security-provider) library, in which a race condition could result in mismatched private-key and certificate pairs when Diego rotated these credentials for the container. See [this issue](https://github.com/cloudfoundry/java-buildpack-security-provider/issues/8) for more details.
This release also contains the following:
* The Azul Zing JRE contained a bug when generating the Java Opts.
* Update to the geode_store dependency.
For a more detailed look at the changes in 4.57, look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.56...v4.57). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release.
| Dependency | Version | CVEs | Release Notes |
| ---------- | ------- | ---- | ------------- |
| AppDynamics Agent | `22.9.2_34409` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) |
| Azure Application Insights Agent | `2.6.4` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) |
| CA Introscope APM Framework | `23.3.0_4` | | |
| Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above |
| Container Security Provider | `1.20.0_RELEASE` |Included inline above | Included inline above |
| Contrast Security Agent | `4.13.1` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) |
| Datadog APM Javaagent | `1.11.0` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) |
| Elastic APM Agent | `1.37.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) |
| Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) |
| Geode Tomcat Session Store | `1.13.7` | | |
| Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) |
| Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) |
| Groovy | `2.5.22` | | [Release Notes](http://www.groovy-lang.org/releases.html) |
| JaCoCo Agent | `0.8.9` | | [Release Notes](https://github.com/jacoco/jacoco/releases) |
| Java Memory Assistant Agent | `0.5.0` | | |
| Java Memory Assistant Clean Up | `0.1.0` | | |
| JProfiler Profiler | `12.0.4` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) |
| JRebel Agent | `2023.2.0` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) |
| jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above |
| MariaDB JDBC Driver | `2.7.2` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-274-release-notes/) |
| Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above |
| Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above |
| New Relic Agent | `8.0.1` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) |
| OpenJDK JRE 11 | `11.0.18_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.18/) |
| OpenJDK JRE 17 | `17.0.6_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.6/) |
| OpenJDK JRE 8 | `1.8.0_362` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u362/) |
| PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) |
| Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above |
| Riverbed Appinternals Agent | `11.8.5_BL527` | | |
| SeaLights Agent | `4.0.2242` | | |
| SkyWalking | `8.9.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) |
| Splunk OpenTelemetry Java Agent | `1.22.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) |
| Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above |
| Spring Boot CLI | `2.7.10` | | |
| Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above |
| Tomcat | `9.0.73` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) |
| Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| YourKit Profiler | `2022.9.182` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) |
|
| log-cache | 2.12.7 |
v2.12.7
## What's Changed
* Bump to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ).
**Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v2.12.6...v2.12.7
|
| loggregator | 106.7.8 |
v106.7.8
## What's Changed
* Bump to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ).
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.7...v106.7.8
|
| loggregator-agent | 6.5.10 |
v6.5.10
## What's Changed
* Bump to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ).
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.9...v6.5.10
|
| mapfs | 1.2.20 |
v1.2.20## Changes * Golang: Updated to v1.20.4 (#77, #78) ## Dependencies * **ginkgo v2:** Updated to v2.9.3. v1.2.16## Changes * Golang: Updated to v1.20.3 (#64, #65, #71) ## Dependencies * **gomega:** Updated to v1.27.6. |
| metric-registrar | 2.1.4 |
v2.1.4
## What's Changed
* Bump to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ).
* Replace gorilla with chi by @Benjamintf1 in https://github.com/pivotal-cf/metric-registrar-release/pull/188
* Bump dependencies
**Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v2.1.3...v2.1.4
|
| metrics-discovery | 3.2.9 |
v3.2.9
## What's Changed
* Bump to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ).
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.8...v3.2.9
|
| mysql-monitoring | 10.0.0 |
10.0.0
**Dependency Bumps**
- Built with Go 1.20.4
- Bumped dependencies
**Bugs Fixed**
- [mysql-metrics] Fixed bug that caused metrics to be displayed for only one of the MySQL nodes in three-node
HA cluster when `mysql-metrics.host` was not configured in a bosh manifest.
**Breaking change**
The `mysql-metrics` job no longer consumes bosh links for defaulting the `mysql-metrics.host` property. `mysql-metrics.host` defaults to connecting over 127.0.0.1 and `mysql-metrics.port` defaults to the port provided by the `mysql` bosh link. This avoids a bug where mysql-metrics reports the metrics from only a single member of the cluster instead of reporting separate metrics for _each_ member of a cluster.
This change provides accurate metrics out-of-the-box when the mysql-metrics agent is co-located with MySQL. For niche use cases,
configure the `mysql-metrics.host` and `mysql-metrics.port` explicitly as needed for your use case.
9.25.0
Final release 9.25.0
**Bugs Fixed**
- Fixes bug that caused metrics to be displayed for only one of the MySQL nodes in three-node HA cluster.
**Additional notes**
In [v9.19.0](https://github.com/cloudfoundry/mysql-monitoring-release/releases/tag/v9.19.0), a new `mysql-metrics.port` property was
introduced in the `mysql-metrics` job. This bug fix also includes an update that removes the need for this property, and it's deemed obsoleted in a future release.
|
| nats | 56.2.0 |
v56.2.0
## Changes
- Bump to Go 1.20.4
- Bump dependencies such that Ginkgo V2 and Lager V3 are used.
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.1.0...v56.2.0
## Resources
- [Download release v56.2.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.2.0).
|
| nfs-volume | 7.1.14 | |
| nginx-offline-buildpack | 1.2.2 |
1.2.2
* Add nginx 1.23.4, remove nginx 1.23.3
for stack(s) cflinuxfs3, cflinuxfs4
(https://www.pivotaltracker.com/story/show/184817118)
* Update libbuildpack
* Bump github.com/miekg/dns from 1.1.52 to 1.1.53
* Bump github.com/onsi/gomega from 1.26.0 to 1.27.5
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.22.1 | cflinuxfs3 |
| nginx | 1.22.1 | cflinuxfs4 |
| nginx | 1.23.4 | cflinuxfs3 |
| nginx | 1.23.4 | cflinuxfs4 |
| openresty | 1.13.6.2 | cflinuxfs3 |
| openresty | 1.15.8.3 | cflinuxfs3 |
| openresty | 1.17.8.2 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs4 |
| openresty | 1.21.4.1 | cflinuxfs3 |
| openresty | 1.21.4.1 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.23.x |
* Uncached buildpack SHA256: 3e1da9187d67d9ede6efcc05dceb4dd30362552c3aa371f2a2c8621d149ac79f
* Uncached buildpack SHA256: a3325ae600f734b9d2b3df67523c66d78af43d93ffe7cfd98671e25d149ec8ad
|
| nodejs-offline-buildpack | 1.8.9 |
1.8.9
* Add node 16.20.0, remove node 16.19.0 for stack(s) cflinuxfs4, cflinuxfs3
* Don't run `yarn check` which creates a duplicate cache. Instead, we can add the `--check-files` flag to the `yarn install` command and get the same outcome.
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| node | 14.21.2 | cflinuxfs3 |
| node | 14.21.2 | cflinuxfs4 |
| node | 14.21.3 | cflinuxfs3 |
| node | 14.21.3 | cflinuxfs4 |
| node | 16.19.1 | cflinuxfs3 |
| node | 16.19.1 | cflinuxfs4 |
| node | 16.20.0 | cflinuxfs3 |
| node | 16.20.0 | cflinuxfs4 |
| node | 18.14.1 | cflinuxfs3 |
| node | 18.14.1 | cflinuxfs4 |
| node | 18.15.0 | cflinuxfs3 |
| node | 18.15.0 | cflinuxfs4 |
| python | 3.10.10 | cflinuxfs3 |
| python | 3.10.10 | cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| node | 18.x |
| python | 3.10.x |
* Uncached buildpack SHA256: adde57eaf1aa543c2a12565a0a211dfddb8d591333d47ab0eeb744f1afe6ced3
* Uncached buildpack SHA256: c964c655974ec1e5b85d88d317372f9fd2276727538a175d5067c040f89c480c
|
| notifications | 63 | |
| notifications-ui | 41 | |
| php-offline-buildpack | 4.6.4 |
4.6.4
* update go modules
* bump default nginx version
* Add nginx 1.23.4, remove nginx 1.23.3 (#857)
for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| appdynamics | 23.2.0-684 | cflinuxfs3, cflinuxfs4 | |
| composer | 2.5.5 | cflinuxfs3, cflinuxfs4 | |
| httpd | 2.4.56 | cflinuxfs3 | |
| httpd | 2.4.56 | cflinuxfs4 | |
| newrelic | 10.6.0.318 | cflinuxfs3, cflinuxfs4 | |
| nginx | 1.22.1 | cflinuxfs3 | |
| nginx | 1.22.1 | cflinuxfs4 | |
| nginx | 1.23.4 | cflinuxfs3 | |
| nginx | 1.23.4 | cflinuxfs4 | |
| php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| python | 2.7.18 | cflinuxfs4 | |
| ruby | 3.0.5 | cflinuxfs4 | |
Default binary versions:
| name | version |
|-|-|
| php | 8.1.16 |
| httpd | 2.4.56 |
| newrelic | 10.6.0.318 |
| nginx | 1.23.4 |
| composer | 2.5.5 |
* Uncached buildpack SHA256: 79fd9d7993bd45f86c9fda1e2be1c789ba983010eb741074c2745a28bb70191d
* Uncached buildpack SHA256: 04821902fb1335d7554fdc7dc91155c51c5942639da61591be434a8f2e93f82a
|
| push-apps-manager-release | 676.0.12 | |
| push-offline-docs-release | 2.13.150 | |
| push-usage-service-release | 674.0.42 |
v674.0.42## Dependencies * **app-usage-service:** Updated to v`1435052`. v674.0.41
## Changes
* Bump tooling
* Revert "[ci]: Created a new job group to test new unit tests images"
* Update pipeline to test the latest TAS (#328)
* creating final release 674.0.40
v674.0.40## Dependencies * **app-usage-service:** Updated to v`90d78a2`. v674.0.39## Dependencies * **app-usage-service:** Updated to v`e7746e5`. |
| pxc | 0.53.0 |
v0.53.0
**New features**
- Bumped Go to v1.20.4
**EOL Notice**
- Note that this release and earlier versions are not supported beyond Oct 2023, due to MySQL 5.7 EOL. If your product is consuming this release, please upgrade to the latest pxc-1.0.y release
v0.52.0
**New features**
- Bumped Go to v1.20.3
- Bumped Percona XtraDB Cluster to v5.7.41-31.65
- Bumped Percona XtraBackup to v2.4.28
**EOL Notice**
- Please note that this release and earlier versions are not supported beyond Oct 2023, due to MySQL 5.7 EOL. If your product is consuming this release, please upgrade to the latest pxc-1.0.y release
v0.51.0
**New features**
- Bumped Go to v1.20.2
**EOL Notice**
- Please note that this release and earlier versions are not supported beyond Oct 2023, due to MySQL 5.7 EOL. If your product is consuming this release, please upgrade to the latest pxc-1.0.y release
|
| python-offline-buildpack | 1.8.9 |
1.8.9
* Add python 3.10.11, remove python 3.10.10 for stack(s) cflinuxfs3, cflinuxfs4
* Add python 3.11.3, remove python 3.11.2 for stack(s) cflinuxfs4, cflinuxfs3
* Add setuptools 67.6.1, remove setuptools 67.4.0 for stack(s) cflinuxfs4, cflinuxfs3
* Add pipenv 2023.3.20, remove pipenv 2023.2.18 for stack(s) cflinuxfs4, cflinuxfs3
* Fix problem with AppDynamics hook (now it supports user-provided services)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
| libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
| miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 |
| pip | 23.0.1 | cflinuxfs3, cflinuxfs4 |
| pipenv | 2023.3.20 | cflinuxfs3 |
| pipenv | 2023.3.20 | cflinuxfs4 |
| python | 3.7.16 | cflinuxfs3 |
| python | 3.7.16 | cflinuxfs4 |
| python | 3.8.16 | cflinuxfs3 |
| python | 3.8.16 | cflinuxfs4 |
| python | 3.9.16 | cflinuxfs3 |
| python | 3.9.16 | cflinuxfs4 |
| python | 3.10.11 | cflinuxfs3 |
| python | 3.10.11 | cflinuxfs4 |
| python | 3.11.3 | cflinuxfs3 |
| python | 3.11.3 | cflinuxfs4 |
| setuptools | 67.6.1 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| python | 3.10.x |
* Uncached buildpack SHA256: e91ab229b603b52270e358892c6ed10af8d11b274b654bb1a00efb935df10cb5
* Uncached buildpack SHA256: 1944d47147fd4e8241432abab5692901baa2515cd979e6b1ccc8afb84cfd797a
|
| r-offline-buildpack | 1.2.1 |
1.2.1
* Update libbuildpack
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| r | 3.6.2 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.1 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.1 | cflinuxfs4 | forecast, plumber, rserve, shiny |
| r | 4.2.2 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.2 | cflinuxfs4 | forecast, plumber, rserve, shiny |
* Uncached buildpack SHA256: c1bec774040056bd8cdd8a682d77cd532ba2552d8db02b699aef03a3e287163b
* Uncached buildpack SHA256: a64a0ebd1b4ef9833535c824a25176c86ac62b6e4b6ca8d515d289b91f56e436
|
| routing | 0.266.0 |
v0.266.0
## Change
- 🐛Fixes a bug that caused routing failures to apps.
- Many go dependency updates across all routing packages.
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.265.1...v0.266.0
## Resources
- [Download release v0.266.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.266.0).
v0.265.1
:warning::warning::warning:
**There is a known issue with this release’s routing logic which causes routing failures to apps. It's advised to use routing-release [0.266.0](https://github.com/cloudfoundry/routing-release/releases/tag/v0.266.0) or later instead of this release.**
## Changes
- Bump healthchecker
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.265.0...v0.265.1
## Resources
- [Download release v0.265.1 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.265.1).
v0.265.0
:warning::warning::warning:
**There is a known issue with this release’s routing logic which causes routing failures to apps. It's advised to use routing-release [0.266.0](https://github.com/cloudfoundry/routing-release/releases/tag/v0.266.0) or later instead of this release.**
## Changes
- Bump to Go 1.20.4
## ✨ Built with go 1.20.4
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.264.0...v0.265.0
## Resources
- [Download release v0.265.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.265.0).
v0.264.0
:warning::warning::warning:
**There is a known issue with this release’s routing logic which causes routing failures to apps. It's advised to use routing-release [0.266.0](https://github.com/cloudfoundry/routing-release/releases/tag/v0.266.0) or later instead of this release.**
## Changes
- Addresses the issue in routing-release 0.263.0 where `bosh export-releases` fails to compile the `acceptance-tests` package.
## ✨ Built with go 1.20.3
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.263.0...v0.264.0
## Resources
- [Download release v0.264.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.264.0).
v0.263.0
⚠️⚠️⚠️
**This version does not compile, it's fixed with the next release**
**There is a known issue with this release’s routing logic which causes routing failures to apps. It's advised to use routing-release [0.266.0](https://github.com/cloudfoundry/routing-release/releases/tag/v0.266.0) or later instead of this release.**
## Changes
- 🐛Fixed a bug present because v0.262.0 caused CATs to intermittently fail on apps using `nc` as their server.
- 🐛Bumped haproxy to 2.7.6 in cf-tcp-router, to resolve a bug preventing haproxy from properly transferring open connections to the new haproxy process when a reload occurred - [haproxy/#1883](https://github.com/haproxy/haproxy/issues/1883)
## ✨ Built with go 1.20.3
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.262.0...v0.263.0
## Resources
- [Download release v0.263.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.263.0).
|
| ruby-offline-buildpack | 1.10.1 |
1.10.1
* Add bundler 2.4.11, remove bundler 2.4.10 for stack(s) cflinuxfs4, cflinuxfs3 (#784)
* Add rubygems 3.4.11, remove rubygems 3.4.10 for stack(s) cflinuxfs4, cflinuxfs3 (#783)
* Add ruby 3.1.4, remove ruby 3.1.2 for stack(s) cflinuxfs4, cflinuxfs3 (#782)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bundler | 2.4.11 | cflinuxfs3, cflinuxfs4 |
| jruby | 9.3.10.0 | cflinuxfs3 |
| jruby | 9.3.10.0 | cflinuxfs4 |
| jruby | 9.4.2.0 | cflinuxfs3 |
| jruby | 9.4.2.0 | cflinuxfs4 |
| node | 18.15.0 | cflinuxfs3 |
| node | 18.15.0 | cflinuxfs4 |
| openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 |
| ruby | 3.0.5 | cflinuxfs3 |
| ruby | 3.0.6 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs4 |
| ruby | 3.1.4 | cflinuxfs3 |
| ruby | 3.1.4 | cflinuxfs4 |
| ruby | 3.2.1 | cflinuxfs3 |
| ruby | 3.2.1 | cflinuxfs4 |
| ruby | 3.2.2 | cflinuxfs3 |
| ruby | 3.2.2 | cflinuxfs4 |
| rubygems | 3.4.11 | cflinuxfs3, cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| ruby | 3.1.x |
* Uncached buildpack SHA256: 1f8daa213515d166ac91f41a29504af037d0883a4420224f15cfa5041ff8b802
* Uncached buildpack SHA256: 6dbafc839d80fcf165bd02c4a01bc3f98e02b7447007cb43d0f1e1a2c037d9cf
|
| silk | 3.23.0 | |
| smb-volume | 3.1.14 |
v3.1.14## Dependencies * **smbbroker:** Updated to v`6b6727c`. v3.1.13## Dependencies * **smbbroker:** Updated to v`62b84b6`. v3.1.12## Changes * Golang: Updated to v1.20.3 (#120, #128, #129) * Fix potential cred leak (#119) ## Dependencies * **smbbroker:** Updated to v`093c496`. |
| smoke-tests | 4.8.2 | |
| staticfile-offline-buildpack | 1.6.2 |
1.6.2
* Add nginx 1.23.4, remove nginx 1.23.3
for stack(s) cflinuxfs3, cflinuxfs4
(https://www.pivotaltracker.com/story/show/184817130)
* Update libbuildpack
* Bump github.com/onsi/gomega from 1.27.5 to 1.27.6
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.22.1 | cflinuxfs3 |
| nginx | 1.22.1 | cflinuxfs4 |
| nginx | 1.23.4 | cflinuxfs3 |
| nginx | 1.23.4 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.23.x |
* Uncached buildpack SHA256: fa7d637b9da26d2350088bb1a19eb1915d3e0e0082163d31a03349855ae0d944
* Uncached buildpack SHA256: 029e0f1cd04413190c8652296169592e340bce2113b417df80d75b60560af098
1.6.1
* Don't use ERB to template nginx.conf
* Bump github.com/onsi/gomega from 1.27.2 to 1.27.4
* Bump github.com/onsi/gomega from 1.27.1 to 1.27.2
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.22.1 | cflinuxfs3 |
| nginx | 1.22.1 | cflinuxfs4 |
| nginx | 1.23.3 | cflinuxfs3 |
| nginx | 1.23.3 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.23.x |
* Uncached buildpack SHA256: e34771e5c23a0e83e3d151137fe60b8ec8cf51ea07eeb50e06532d6b52b272ba
* Uncached buildpack SHA256: a5bd0559590511a00300f11f5d96fb22704211735708ed83d2024afe141ead25
|
| statsd-injector | 1.11.30 |
v1.11.30
## What's Changed
* Bump to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ)
**Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.29...v1.11.30
|
| syslog | 11.8.9 |
v11.8.9
* Upgrade packaged Golang version to 1.20.4
* Bump dependencies
|
| system-metrics-scraper | 3.3.7 |
v3.3.7
## What's Changed
* Bump to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ)
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.6...v3.3.7
|
| uaa | 74.5.71 |
v74.5.71
### Dependency bumps
* Various dependency bumps
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.70...v74.5.71
v74.5.70
## What's Changed
* Bump rspec-core from 3.12.1 to 3.12.2 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/570
* Bump rspec-expectations from 3.12.2 to 3.12.3 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/569
[build(deps): bump versions.tomcatVersion from 9.0.73 to 9.0.74](https://github.com/cloudfoundry/uaa/commit/4a20e41e9b044dc6fa54db5600c5073959ae6f41)
[Upgrade Bellsoft JDK to version 11.0.19+7](https://github.com/cloudfoundry/uaa-release/commit/3117d3b60277e8d753efbc2d591466d7e278746c)
[build(deps): bump versions.springBootVersion from 2.7.10 to 2.7.11](https://github.com/cloudfoundry/uaa/commit/c74615a8f4ed7e9da886285bc8d8bd63043ebfbc)
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.69...v74.5.70
v74.5.69
### Dependency bumps
* Various dependency bumps
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.68...v74.5.69
|
Caution: This release is susceptible to CVE-2023-20882, which may cause routing failures to apps. To address this issue, VMware advises using Tanzu Application Service v2.13.20 and Isolation Segment Tile v2.13.17 instead.
Caution This release is susceptible to a known issue around multiple "HTTP 100 Continue" responses. For information about this issue, see Multiple HTTP Expect: 100-continue responses sent from gorouter to client may cause unexpected failures in the VMware Tanzu Support Hub. To address this issue, VMware advises upgrading to Tanzu Application Service v2.13.24 and Isolation Segment Tile v2.13.21 instead.
1.18.651.1.23249.1.70.361.02.12.252.73.02.4.91.27.011.17.44.56106.7.76.5.92.1.33.2.89.24.07.1.101.8.84.6.3676.0.112.13.54674.0.381.8.80.262.01.9.43.1.111.11.2974.5.68| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.488 | |
| backup-and-restore-sdk | 1.18.65 |
v1.18.65## Changes * Golang: Updated to v1.20.3. (#986) * Update ruby to v3.2.2 (#985) ## Dependencies * **aws-sdk-go:** Updated to v1.44.236. v1.18.63## Changes * Bump mariadb from 10.6.11 to 10.6.12 (#877) * Bump postgres from 11.18 to 11.19 (#883) * Bump postgres from 13.9 to 13.10 (#884) * Bump postgres from 15.1 to 15.2 (#885) * Golang: Updated to v1.20.2. (#937) ## Dependencies * **storage:** Updated to v1.30.1. v1.18.62
## Changes
* Golang: Updated to v1.20.1
|
| binary-offline-buildpack | 1.1.3 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.30 | |
| bpm | 1.1.23 | |
| capi | 1.127.11 | |
| cf-autoscaling | 249.1.7 |
v249.1.7
* remove sha-1 debug variable
* upgrade to openjdk-17 17.0.6_10
v249.1.6
* Update BBR scripts.
v249.1.5
* Bump spring-boot to v2.7.10 for CVE-2023-20860 and CVE-2023-20861.
* Update BBR scripts.
v249.1.4
## What's Changed
* update dependencies
* update mysql code to correctly handle pagination for events, scheduled limit changes, and rules.
|
| cf-cli | 1.44.0 | |
| cf-networking | 3.23.0 | |
| cflinuxfs3 | 0.361.0 | |
| credhub | 2.12.25 |
2.12.25
### Security Fixes
- Bump various dependencies
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.24...2.12.25
2.12.24
### Security Fixes
- Bump various dependencies
2.12.23
## What's Changed
* Build(deps): Bump rspec-mocks from 3.12.3 to 3.12.4 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/122
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.22...2.12.23
2.12.22
## What's Changed
* Build(deps): Bump ruby-progressbar from 1.11.0 to 1.13.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/119
* Build(deps): Bump parser from 3.2.1.0 to 3.2.1.1 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/120
* Build(deps): bump org.owasp:dependency-check-gradle from [8.1.1 to 8.1.2](https://github.com/cloudfoundry/credhub/commit/6978a7c99be0697dee370972a417a25621b7238d)
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.21...2.12.22
|
| diego | 2.73.0 | |
| dotnet-core-offline-buildpack | 2.4.9 |
2.4.9
* Add node 18.15.0, remove node 18.14.2 (#755)
for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-aspnetcore 6.0.15, remove dotnet-aspnetcore 6.0.14 (#763)
for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-runtime 6.0.15, remove dotnet-runtime 6.0.14 (#762)
for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-sdk 6.0.407, remove dotnet-sdk 6.0.406 (#761)
for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-sdk 7.0.202, remove dotnet-sdk 7.0.200 (#760) (#750)
for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-aspnetcore 7.0.4, remove dotnet-aspnetcore 7.0.3 (#759)
for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-runtime 7.0.4, remove dotnet-runtime 7.0.3 (#758)
for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 6.0.15 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 7.0.4 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 6.0.15 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 7.0.4 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 6.0.407 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 7.0.202 | cflinuxfs3, cflinuxfs4 |
| libgdiplus | 6.1 | cflinuxfs3 |
| libgdiplus | 6.1 | cflinuxfs4 |
| libunwind | 1.6.2 | cflinuxfs3 |
| libunwind | 1.6.2 | cflinuxfs4 |
| node | 18.15.0 | cflinuxfs3 |
| node | 18.15.0 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| dotnet-runtime | 6.0.x |
| dotnet-aspnetcore | 6.0.x |
| dotnet-sdk | 6.0.x |
| bower | 1.8.x |
* Uncached buildpack SHA256: 6ad9c5169076525a46eb17431654b1ca350b64ec6651b0e837de72b9a23e0005
* Uncached buildpack SHA256: 8846d71dbc068f960b2c81689726c127dd28f394ea184d97212e0587ec6a0856
|
| garden-runc | 1.27.0 | |
| go-offline-buildpack | 1.10.6 | |
| haproxy | 11.17.4 | |
| java-offline-buildpack | 4.56 |
4.56
I'm pleased to announce the release of the java-buildpack, version 4.56. This release fixes a bug related to the change in v4.55, where the buildpack uses a Python library - Python is removed from the `cflinuxfs4` stack, so this change removes the reliance on this binary.
For a more detailed look at the changes in 4.56, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.55...v4.56). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release.
| Dependency | Version | CVEs | Release Notes |
| ---------- | ------- | ---- | ------------- |
| AppDynamics Agent | `22.9.2_34409` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) |
| Azure Application Insights Agent | `2.6.4` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) |
| CA Introscope APM Framework | `23.3.0_4` | | |
| Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above |
| Container Security Provider | `1.19.0_RELEASE` |Included inline above | Included inline above |
| Contrast Security Agent | `4.13.1` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) |
| Datadog APM Javaagent | `1.10.1` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) |
| Elastic APM Agent | `1.36.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) |
| Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) |
| Geode Tomcat Session Store | `1.12.5` | | |
| Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) |
| Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) |
| Groovy | `2.5.21` | | [Release Notes](http://www.groovy-lang.org/releases.html) |
| JaCoCo Agent | `0.8.8` | | [Release Notes](https://github.com/jacoco/jacoco/releases) |
| Java Memory Assistant Agent | `0.5.0` | | |
| Java Memory Assistant Clean Up | `0.1.0` | | |
| JProfiler Profiler | `12.0.4` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) |
| JRebel Agent | `2023.1.2` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) |
| jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above |
| MariaDB JDBC Driver | `2.7.2` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-274-release-notes/) |
| Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above |
| Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above |
| New Relic Agent | `8.0.1` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) |
| OpenJDK JRE 11 | `11.0.18_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.18/) |
| OpenJDK JRE 17 | `17.0.6_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.6/) |
| OpenJDK JRE 8 | `1.8.0_362` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u362/) |
| PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) |
| Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above |
| Riverbed Appinternals Agent | `11.8.5_BL527` | | |
| SeaLights Agent | `4.0.2235` | | |
| SkyWalking | `8.9.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) |
| Splunk OpenTelemetry Java Agent | `1.22.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) |
| Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above |
| Spring Boot CLI | `2.7.9` | | |
| Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above |
| Tomcat | `9.0.73` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) |
| Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| YourKit Profiler | `2022.9.179` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) |
4.55
I'm pleased to announce the release of the java-buildpack, version 4.55. It primarily includes a change to how Ruby is provided to run the buildpack. The `cflinuxfs4` stack removes Ruby, therefore, the buildpack supplies it's own Ruby version. This is added as a new buildpack dependency and is linked to the Cloudfoundry [Ruby Buildpack](https://github.com/cloudfoundry/ruby-buildpack/blob/master/java-index/index.yml) repo.
This release includes the following notable changes, among other dependency bumps:
* Update of the Contrast Security Agent to v4+ (thanks to @FrankGasparovic)
* Update of the New Relic agent to v8+
* New Ruby dependency & logic (thanks to @ryanmoran)
For a more detailed look at the changes in 4.55, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.54...v4.55). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release.
| Dependency | Version | CVEs | Release Notes |
| ---------- | ------- | ---- | ------------- |
[VersionResolver] WARN Discarding illegal version 2.4.0-BETA: Invalid micro version '0-BETA'
| AppDynamics Agent | `22.9.2_34409` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) |
| Azure Application Insights Agent | `2.6.4` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) |
| CA Introscope APM Framework | `23.1.0_26` | | |
| Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above |
| Container Security Provider | `1.19.0_RELEASE` |Included inline above | Included inline above |
| Contrast Security Agent | `4.13.1` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) |
| Datadog APM Javaagent | `1.10.1` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) |
| Elastic APM Agent | `1.36.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) |
| Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) |
| Geode Tomcat Session Store | `1.12.5` | | |
| Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) |
| Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) |
| Groovy | `2.5.21` | | [Release Notes](http://www.groovy-lang.org/releases.html) |
| JaCoCo Agent | `0.8.8` | | [Release Notes](https://github.com/jacoco/jacoco/releases) |
| Java Memory Assistant Agent | `0.5.0` | | |
| Java Memory Assistant Clean Up | `0.1.0` | | |
| JProfiler Profiler | `12.0.4` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) |
| JRebel Agent | `2023.1.2` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) |
| jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above |
| MariaDB JDBC Driver | `2.7.2` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-274-release-notes/) |
| Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above |
| Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above |
| New Relic Agent | `8.0.1` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) |
| OpenJDK JRE 11 | `11.0.18_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.18/) |
| OpenJDK JRE 17 | `17.0.6_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.6/) |
| OpenJDK JRE 8 | `1.8.0_362` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u362/) |
| PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) |
| Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above |
| Riverbed Appinternals Agent | `11.8.5_BL527` | | |
| SeaLights Agent | `4.0.2235` | | |
| SkyWalking | `8.9.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) |
| Splunk OpenTelemetry Java Agent | `1.22.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) |
| Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above |
| Spring Boot CLI | `2.7.9` | | |
| Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above |
| Tomcat | `9.0.73` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) |
| Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| YourKit Profiler | `2022.9.179` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) |
|
| log-cache | 2.12.6 | |
| loggregator | 106.7.7 |
v106.7.7
* Upgrade to go 1.20.2
* Bump dependencies
* Remove unused `metron_endpoint.dropsonde_port` property in https://github.com/cloudfoundry/loggregator-release/pull/537
**Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.6...v106.7.7
v106.7.6
## What's Changed
* update depdendencies
* Upgrade to go 1.20 by @Benjamintf1 in https://github.com/cloudfoundry/loggregator-release/pull/525
**Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.5...v106.7.6
|
| loggregator-agent | 6.5.9 |
v6.5.9
* Upgrade to go 1.20.2
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.8...v6.5.9
|
| mapfs | 1.2.13 | |
| metric-registrar | 2.1.3 |
v2.1.3
## What's Changed
* update dependencies
* add application info to metrics for log and secure-scraper worker
|
| metrics-discovery | 3.2.8 |
v3.2.8
* Upgrade to go1.20.2.
* Bump dependencies.
**Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.7...v3.2.8
|
| mysql-monitoring | 9.24.0 |
9.24.0
Final release 9.24.0
**Dependency Bumps**
- Build with Go 1.20.2
|
| nats | 56.1.0 | |
| nfs-volume | 7.1.10 | |
| nginx-offline-buildpack | 1.2.1 | |
| nodejs-offline-buildpack | 1.8.8 |
1.8.8
* Bring our own Python for node-gyp
commit 53608c16a0d6f13aa63ba0565e365740d98b033c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri Mar 17 14:22:02 2023 -0700
Bump github.com/onsi/gomega from 1.27.2 to 1.27.4 (#579)
* Bump github.com/onsi/gomega from 1.27.2 to 1.27.4
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.2 to 1.27.4.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.27.2...v1.27.4)
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot]
|
| notifications | 62 | |
| notifications-ui | 40 | |
| php-offline-buildpack | 4.6.3 |
4.6.3
* Install bootstrapped Ruby into php-buildpack specific location (#855)
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| appdynamics | 23.2.0-684 | cflinuxfs3, cflinuxfs4 | |
| composer | 2.5.5 | cflinuxfs3, cflinuxfs4 | |
| httpd | 2.4.56 | cflinuxfs3 | |
| httpd | 2.4.56 | cflinuxfs4 | |
| newrelic | 10.6.0.318 | cflinuxfs3, cflinuxfs4 | |
| nginx | 1.22.1 | cflinuxfs3 | |
| nginx | 1.22.1 | cflinuxfs4 | |
| nginx | 1.23.3 | cflinuxfs3 | |
| nginx | 1.23.3 | cflinuxfs4 | |
| php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| python | 2.7.18 | cflinuxfs4 | |
| ruby | 3.0.5 | cflinuxfs4 | |
Default binary versions:
| name | version |
|-|-|
| php | 8.1.16 |
| httpd | 2.4.56 |
| newrelic | 10.6.0.318 |
| nginx | 1.23.3 |
| composer | 2.5.5 |
* Uncached buildpack SHA256: 96aa1f8ac0e4614314924141a2e59f6158d4d638ed98a38399598098b388980b
* Uncached buildpack SHA256: 6aa04bddb7c86b78ab78a42396fe4c31c0e9fd53335576046d261e576ec8267f
4.6.2
* Add composer 2.5.5, remove composer 2.5.4 for stack(s) cflinuxfs4, cflinuxfs3
* BYO Ruby (Required by the buildpack)
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| appdynamics | 23.2.0-684 | cflinuxfs3, cflinuxfs4 | |
| composer | 2.5.5 | cflinuxfs3, cflinuxfs4 | |
| httpd | 2.4.56 | cflinuxfs3 | |
| httpd | 2.4.56 | cflinuxfs4 | |
| newrelic | 10.6.0.318 | cflinuxfs3, cflinuxfs4 | |
| nginx | 1.22.1 | cflinuxfs3 | |
| nginx | 1.22.1 | cflinuxfs4 | |
| nginx | 1.23.3 | cflinuxfs3 | |
| nginx | 1.23.3 | cflinuxfs4 | |
| php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| python | 2.7.18 | cflinuxfs4 | |
| ruby | 3.0.5 | cflinuxfs4 | |
Default binary versions:
| name | version |
|-|-|
| php | 8.1.16 |
| httpd | 2.4.56 |
| newrelic | 10.6.0.318 |
| nginx | 1.23.3 |
| composer | 2.5.5 |
* Uncached buildpack SHA256: 2e78fd7ed6c7077ffbfe54bac78ab0bb637590e2cb065418abdb6b6cb7d485e2
* Uncached buildpack SHA256: 40cf72de1a609383e924c8771f97dd139c1fd087bb420de785fc4fddba44ddf6
4.6.1
* Add httpd 2.4.56, remove httpd 2.4.55 (#845)
for stack(s) cflinuxfs3, cflinuxfs4
(https://www.pivotaltracker.com/story/show/184641061)
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| appdynamics | 23.2.0-684 | cflinuxfs3, cflinuxfs4 | |
| composer | 2.5.4 | cflinuxfs3, cflinuxfs4 | |
| httpd | 2.4.56 | cflinuxfs3 | |
| httpd | 2.4.56 | cflinuxfs4 | |
| newrelic | 10.6.0.318 | cflinuxfs3, cflinuxfs4 | |
| nginx | 1.22.1 | cflinuxfs3 | |
| nginx | 1.22.1 | cflinuxfs4 | |
| nginx | 1.23.3 | cflinuxfs3 | |
| nginx | 1.23.3 | cflinuxfs4 | |
| php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| python | 2.7.18 | cflinuxfs4 | |
Default binary versions:
| name | version |
|-|-|
| php | 8.1.16 |
| httpd | 2.4.56 |
| newrelic | 10.6.0.318 |
| nginx | 1.23.3 |
| composer | 2.5.4 |
* Uncached buildpack SHA256: b6a643ace8027460a65289acb02ac6ba88521940a176a5d1af7bb64a81c183c6
* Uncached buildpack SHA256: 0d4e7af5da7ff3fc1208f47ca6f4f6169d6bc44bb5fa6ab7e625ac3614c25fba
|
| push-apps-manager-release | 676.0.11 |
676.0.9
Release for 2.13 CVE Fixes and new Buildpack Fixes
|
| push-offline-docs-release | 2.13.54 | |
| push-usage-service-release | 674.0.38 |
v674.0.37## Changes * Fix potential CF creds leak (#316) ## Dependencies * **app-usage-service:** Updated to v`00dbf4a`. v674.0.36
## Changes
* Bump app-usage-service to use ruby 3 (#313)
* Use whatever `cflinuxfs` is available instead of demanding only `cflinuxfs3`
v674.0.35## Dependencies * **app-usage-service:** Updated to v`a4cbec6`. |
| pxc | 0.50.0 | |
| python-offline-buildpack | 1.8.8 |
1.8.8
* Add pip 23.0.1, remove pip 23.0 (#714)
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/184508492)
* Add pipenv 2023.2.18, remove pipenv 2023.2.4 (#719)
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/184512962)
* Add setuptools 67.4.0, remove setuptools 67.1.0 (#721)
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/184533088)
* Add python 3.10.10, remove python 3.10.9 (#699)
for stack(s) cflinuxfs4, cflinuxfs3
* Add python 3.11.2, remove python 3.11.1 (#698)
for stack(s) cflinuxfs3, cflinuxfs4
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
| libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
| miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 |
| pip | 23.0.1 | cflinuxfs3, cflinuxfs4 |
| pipenv | 2023.2.18 | cflinuxfs3 |
| pipenv | 2023.2.18 | cflinuxfs4 |
| python | 3.7.16 | cflinuxfs3 |
| python | 3.7.16 | cflinuxfs4 |
| python | 3.8.16 | cflinuxfs3 |
| python | 3.8.16 | cflinuxfs4 |
| python | 3.9.16 | cflinuxfs3 |
| python | 3.9.16 | cflinuxfs4 |
| python | 3.10.10 | cflinuxfs3 |
| python | 3.10.10 | cflinuxfs4 |
| python | 3.11.2 | cflinuxfs3 |
| python | 3.11.2 | cflinuxfs4 |
| setuptools | 67.4.0 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| python | 3.10.x |
* Uncached buildpack SHA256: 641e7a4f73b0da69be833b3f045236409f57e2078a62e2735063764b25494f4b
* Uncached buildpack SHA256: 3fc92f2095bee1bb14e6bc43615daacc1a5b01aa3fea6fbebc97f6fd80daf35c
|
| r-offline-buildpack | 1.2.0 | |
| routing | 0.262.0 |
v0.262.0
## Changes
- 🐛Fixes the of golang has a known issue that causes backend request failures which previously returned 496, 499, 503, 525, or 526 to instead return a 502. Additionally stale routes might not have been pruned properly.
- 🚗Gorouter now retries requests which fail prior to any HTTP content being sent (because no backend received the HTTP content, they are by definition retriable).
## ✨ Built with go 1.20.2
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.261.0...v0.262.0
## Resources
- [Download release v0.262.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.262.0).
v0.261.0
⚠️⚠️⚠️
**This version of golang has a known issue that might cause backend request failures that previously returned 496, 499, 503, 525, or 526 to instead return a 502. Additionally stale routes might not get pruned properly. This is addressed in an upcoming release.**
## Changes
- Bug fix: add healthcheck to routing-api for route-registrar
## Bosh Job Spec changes:
```diff
diff --git a/jobs/routing-api/spec b/jobs/routing-api/spec
index 5717f88f..f6a2175d 100644
--- a/jobs/routing-api/spec
+++ b/jobs/routing-api/spec
@@ -6,12 +6,15 @@ templates:
uaa_ca.crt.erb: config/certs/uaa/ca.crt
routing-api.yml.erb: config/routing-api.yml
+ routing_api_health_check.erb: bin/routing_api_health_check
locket_ca.crt.erb: config/certs/locket/ca.crt
locket_client.crt.erb: config/certs/locket/client.crt
locket_client.key.erb: config/certs/locket/client.key
api_mtls_client_ca.crt.erb: config/certs/routing-api/client_ca.crt
+ api_mtls_client.crt.erb: config/certs/routing-api/client.crt
+ api_mtls_client.key.erb: config/certs/routing-api/client.key
api_mtls_server.crt.erb: config/certs/routing-api/server.crt
api_mtls_server.key.erb: config/certs/routing-api/server.key
@@ -107,6 +110,13 @@ properties:
routing_api.mtls_client_key:
description: "Routing API client key (provided to clients by bosh link)"
+ routing_api.health_check_timeout_per_retry:
+ default: 2
+ description: "Maximum health check timeout (in seconds) for each retry attempt in the Routing API's route registration health check"
+ routing_api.health_check_total_timeout:
+ default: 6
+ description: "Maximum health check timeout (in seconds). Health checks are retried until this time limit is reached. This can be less than or equal to your route_registrar.routes.api.health_check.timeout"
+
metron.port:
description: "The port used to emit dropsonde messages to the Metron agent."
default: 3457
```
## ✨ Built with go 1.20.2
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.260.0...v0.261.0
## Resources
- [Download release v0.261.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.261.0).
v0.260.0
⚠️⚠️⚠️
**This version of golang has a known issue that might cause backend request failures that previously returned 496, 499, 503, 525, or 526 to instead return a 502. Additionally stale routes might not get pruned properly. This is addressed in an upcoming release.**
## Changes
- Dependency updates (cf cli, healthchecker, golang)
- Many CI Updates - Thanks @jrussett!
- 🐛[#310]The routing_utils route loader now sets the route service url when loading. Thanks @domdom82 !
- 🐛Two issues in route_registrar were fixed that led to routes expiring and then being re-registered with the same details:
- Starting in v0.x.x, route_registrar no longer retried UAA connections when getting a token from UAA. Instead, the failure can cause route_registrar to restart, and reset it's emitter intervals.
- The built in route expiry has been increased from RegistrationInterval + 2 seconds to 2.1 * RegistrationInterval. This prevent routes from expiring during the course of a route_registrar restart.
- 🐛If tcp_router received routing events during its BulkSync cycle, it would always rewrite the haproxy configuration, and reload the haproxy process. This can occur regardless of whether the events required a new haproxy config. It now only updates the config + reloads haproxy if changes are necessary.
## ✨ Built with go 1.20.2
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.259.0...v0.260.0
## Resources
- [Download release v0.260.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.260.0).
|
| ruby-offline-buildpack | 1.9.4 |
1.9.4
* Bootstrap ruby before running
* Bump rack from 2.2.4 to 2.2.6.4 in /fixtures/bundler_2_0_1
* Bump rack from 2.2.4 to 2.2.6.4 in /fixtures/rails6
* Bump rack from 2.2.3.1 to 2.2.6.4 in /fixtures/jruby_start_command
* Bump rack from 2.2.3.1 to 2.2.6.4 in /fixtures/sinatra_jruby
* Bump rack in /fixtures/rails52_webpack_no_sprockets
* Bump rack from 2.2.3 to 2.2.6.4 in /fixtures/ruby_calls_go
* Bump rack from 2.2.3 to 2.2.6.4 in /fixtures/fail_release
* Bump webpack from 5.75.0 to 5.76.0 in /fixtures/rails6
* Bump github.com/onsi/gomega from 1.27.2 to 1.27.4
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bundler | 2.4.8 | cflinuxfs3, cflinuxfs4 |
| jruby | 9.3.10.0 | cflinuxfs3 |
| jruby | 9.3.10.0 | cflinuxfs4 |
| jruby | 9.4.2.0 | cflinuxfs3 |
| jruby | 9.4.2.0 | cflinuxfs4 |
| node | 18.15.0 | cflinuxfs3 |
| node | 18.15.0 | cflinuxfs4 |
| openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 |
| ruby | 2.7.6 | cflinuxfs3 |
| ruby | 2.7.7 | cflinuxfs3 |
| ruby | 3.0.4 | cflinuxfs3 |
| ruby | 3.0.5 | cflinuxfs3 |
| ruby | 3.1.2 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs4 |
| ruby | 3.2.0 | cflinuxfs3 |
| ruby | 3.2.0 | cflinuxfs4 |
| ruby | 3.2.1 | cflinuxfs3 |
| ruby | 3.2.1 | cflinuxfs4 |
| rubygems | 3.4.8 | cflinuxfs3, cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| ruby | 3.1.x |
* Uncached buildpack SHA256: 3e0e36001af5b6497e6c81ec5139f44c66646ecc83f21983ca730ec3bac12411
* Uncached buildpack SHA256: 9eb0449c07eace0a51680c72c086593ad322d1d07b0c557b721f4998a912cd06
1.9.3
* Add ruby 3.2.1 for stack(s) cflinuxfs3, cflinuxfs4
* Add jruby 9.4.2.0, remove jruby 9.4.1.0 for stack(s) cflinuxfs4, cflinuxfs3
* Add node 18.15.0, remove node 18.14.0 for stack(s) cflinuxfs4, cflinuxfs3
* Add bundler 2.4.8, remove bundler 2.4.6 for stack(s) cflinuxfs4, cflinuxfs3 (#736)
* Add rubygems 3.4.8, remove rubygems 3.4.6 (#734)
* Converts java-index to YAML (#735)
* Bump golang.org/x/crypto from 0.6.0 to 0.7.0 (#729)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bundler | 2.4.8 | cflinuxfs3, cflinuxfs4 |
| jruby | 9.3.10.0 | cflinuxfs3 |
| jruby | 9.3.10.0 | cflinuxfs4 |
| jruby | 9.4.2.0 | cflinuxfs3 |
| jruby | 9.4.2.0 | cflinuxfs4 |
| node | 18.15.0 | cflinuxfs3 |
| node | 18.15.0 | cflinuxfs4 |
| openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 |
| ruby | 2.7.6 | cflinuxfs3 |
| ruby | 2.7.7 | cflinuxfs3 |
| ruby | 3.0.4 | cflinuxfs3 |
| ruby | 3.0.5 | cflinuxfs3 |
| ruby | 3.1.2 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs4 |
| ruby | 3.2.0 | cflinuxfs3 |
| ruby | 3.2.0 | cflinuxfs4 |
| ruby | 3.2.1 | cflinuxfs3 |
| ruby | 3.2.1 | cflinuxfs4 |
| rubygems | 3.4.8 | cflinuxfs3, cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| ruby | 3.1.x |
* Uncached buildpack SHA256: 77850710cac5d96ba7f3afb774102cbf91db1e7a33acdc852161cd8f7e096d28
* Uncached buildpack SHA256: 63542dd3c61ce384e504833438219f472bd8490a50494cd669aa1dbfd5fb7a3b
|
| silk | 3.23.0 | |
| smb-volume | 3.1.11 |
v3.1.11## Changes ## Dependencies * **smbbroker:** Updated to v`c5b6f5e`. |
| smoke-tests | 4.8.2 | |
| staticfile-offline-buildpack | 1.6.0 | |
| statsd-injector | 1.11.29 |
v1.11.29
* Upgrade to go1.20.2
* Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.28...v1.11.29
|
| syslog | 11.8.8 | |
| system-metrics-scraper | 3.3.6 | |
| uaa | 74.5.68 |
v74.5.68
### Features
* Add config for TLS protocols and ciphers (https://github.com/cloudfoundry/uaa-release/pull/562)
### Dependency bumps
* Various dependency bumps
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.67...v74.5.68
v74.5.67
### Dependency bumps
- Various dependency bumps
v74.5.66
## What's Changed
* Bump github.com/cloudfoundry/bosh-utils from 0.0.356 to 0.0.359 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/551
* Bump activesupport from 6.1.7.2 to 6.1.7.3 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/550
* Bump github.com/onsi/gomega from 1.27.2 to 1.27.4 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/549
* Bump rspec-mocks from 3.12.3 to 3.12.4 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/541
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.65...v74.5.66
v74.5.65
## What's Changed
* Bump github.com/onsi/gomega from 1.27.1 to 1.27.2 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/536
* Bump minitest from 5.17.0 to 5.18.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/537
* build(deps): bump versions.tomcatVersion from 9.0.72 to 9.0.73 [uaa #2224](https://github.com/cloudfoundry/uaa/commit/88d52211cb377ae7c8d48f72b9bbeb9cb9b766b2)
* build(deps): bump org.eclipse.jgit:org.eclipse.jgit from [6.4.0.202211300538-r to 6.5.0.202303070854-r](https://github.com/cloudfoundry/uaa/commit/73fe34f1fddd7c87e812cb6564ecd1af882a6df0)
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.64...v74.5.65
|
Release Date: 03/21/2023
ImportantThis version of TAS for VMs contains a known issue with Gorouter error handling for backend app requests. Failures that previously returned HTTP Status Codes of 496, 499, 503, 525, or 526 might instead return 502. Additionally, stale routes might fail to be pruned properly, which could cause apps to unexpectedly return HTTP Status Code 502.
Caution This release is susceptible to a known issue around multiple "HTTP 100 Continue" responses. For information about this issue, see Multiple HTTP Expect: 100-continue responses sent from gorouter to client may cause unexpected failures in the VMware Tanzu Support Hub. To address this issue, VMware advises upgrading to Tanzu Application Service v2.13.24 and Isolation Segment Tile v2.13.21 instead.
1.1.3249.1.31.44.03.23.00.356.02.12.212.72.02.4.81.25.01.10.61.2.137.1.91.2.11.8.64.6.01.0.2571.8.70.259.03.23.03.1.101.6.074.5.64| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.448 | |
| backup-and-restore-sdk | 1.18.61 | |
| binary-offline-buildpack | 1.1.3 |
1.1.3
* Updating github-config
* Uncached buildpack SHA256: 5523f4077d792b386671421f31899f409ea8ce5b8ae781cb4f84358cd138b5fd
* Uncached buildpack SHA256: 5dd66be045a50d1e4f1dc12e317e85add9fbe74734b3f9882a8a02578b66809f
* Uncached buildpack SHA256: 50836f839547c13d6ef435d87ce8e2b4863fdfe32343a26514d321cc8455d177
* Uncached buildpack SHA256: 1f72560521b626e5012934f39f62d31192f6bf8c3b6ec5a91f5216ff1e36b5ae
|
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.30 | |
| bpm | 1.1.21 | |
| capi | 1.127.11 | |
| cf-autoscaling | 249.1.3 |
v249.1.3
## What's Changed
* Exclude SnakeYAML to avoid CVE-2022-1471 being flagged
* Update dependencies
|
| cf-cli | 1.44.0 |
v1.44.0
### This release contains the following versions of the CF CLI
| Major version | Prior version | Current version |
| ------------- | ------------- | ------------- |
| **v8** | **8.5.0** | [8.6.0](https://github.com/cloudfoundry/cli/releases/tag/v8.6.0) |
| **v7** | **7.5.0** | [7.6.0](https://github.com/cloudfoundry/cli/releases/tag/v7.6.0) |
| **v6** | **6.53.0** | **[6.53.0](https://github.com/cloudfoundry/cli/releases/tag/v6.53.0)** |
|
| cf-networking | 3.23.0 | |
| cflinuxfs3 | 0.356.0 | |
| credhub | 2.12.21 |
2.12.21
### Security Fixes
- Bump various dependencies
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.20...2.12.21
2.12.20
### Security Fixes
- Bump various dependencies
|
| diego | 2.72.0 | |
| dotnet-core-offline-buildpack | 2.4.8 |
2.4.8
* Add dotnet-runtime 6.0.14, remove dotnet-runtime 6.0.13 (#748)
* Add dotnet-aspnetcore 6.0.14, remove dotnet-aspnetcore 6.0.13 (#747)
* Add dotnet-runtime 7.0.3, remove dotnet-runtime 7.0.2 (#746)
* Add dotnet-aspnetcore 7.0.3, remove dotnet-aspnetcore 7.0.2 (#745)
* Add dotnet-sdk 7.0.200, remove dotnet-sdk 7.0.102 (#744)
* Add dotnet-sdk 6.0.406, remove dotnet-sdk 6.0.405 (#742)
* Add node 18.14.2, remove node 18.14.0 (#743)
for stack(s) cflinuxfs3, cflinuxfs4
(https://www.pivotaltracker.com/story/show/184532347)
* update libbuildpack-dynatrace (#691)
* Removes compatibility table that only exists for brats tests and replaces it with simpler logic
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 6.0.14 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 7.0.3 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 6.0.14 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 7.0.3 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 6.0.406 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 7.0.200 | cflinuxfs3, cflinuxfs4 |
| libgdiplus | 6.1 | cflinuxfs3 |
| libgdiplus | 6.1 | cflinuxfs4 |
| libunwind | 1.6.2 | cflinuxfs3 |
| libunwind | 1.6.2 | cflinuxfs4 |
| node | 18.14.2 | cflinuxfs3 |
| node | 18.14.2 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| dotnet-runtime | 6.0.x |
| dotnet-aspnetcore | 6.0.x |
| dotnet-sdk | 6.0.x |
| bower | 1.8.x |
* Uncached buildpack SHA256: b08e323198ab104d7c906820e97c1365a37a7c99e7546e0bfb4c19517860f5ed
* Uncached buildpack SHA256: be2a1d9e6a9dcd9759cc3c9bafde45ec79f1533fb92f328d259d7b2e044bdc9d
|
| garden-runc | 1.25.0 | |
| go-offline-buildpack | 1.10.6 |
1.10.6
* Add go 1.20.1
for stack(s) cflinuxfs3, cflinuxfs4
(https://www.pivotaltracker.com/story/show/184573596)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| dep | 0.5.4 | cflinuxfs3 |
| dep | 0.5.4 | cflinuxfs4 |
| glide | 0.13.3 | cflinuxfs3 |
| glide | 0.13.3 | cflinuxfs4 |
| go | 1.18.10 | cflinuxfs3 |
| go | 1.18.10 | cflinuxfs4 |
| go | 1.19.6 | cflinuxfs3 |
| go | 1.19.6 | cflinuxfs4 |
| go | 1.20.1 | cflinuxfs3 |
| go | 1.20.1 | cflinuxfs4 |
| godep | 80 | cflinuxfs3 |
| godep | 80 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| go | 1.18.x |
* Uncached buildpack SHA256: e81fcaa4eb7142072cf5dbb5daa70c19a9ae17c51d54f1778f056ee7292872f2
* Uncached buildpack SHA256: 2475086b818de7270cbad0e2b24cfebe74bf41688159abaa746ef0f0ed32937d
1.10.5
* Add go 1.19.6, remove go 1.19.5
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/184477448)
* Bump github.com/Dynatrace/libbuildpack-dynatrace from 1.5.1 to 1.5.2
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| dep | 0.5.4 | cflinuxfs3 |
| dep | 0.5.4 | cflinuxfs4 |
| glide | 0.13.3 | cflinuxfs3 |
| glide | 0.13.3 | cflinuxfs4 |
| go | 1.18.10 | cflinuxfs3 |
| go | 1.18.10 | cflinuxfs4 |
| go | 1.19.6 | cflinuxfs3 |
| go | 1.19.6 | cflinuxfs4 |
| godep | 80 | cflinuxfs3 |
| godep | 80 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| go | 1.18.x |
* Uncached buildpack SHA256: 7b155c13e80e696732bb8c40da8862e5280b984a7457d0af70970180168c927f
* Uncached buildpack SHA256: 297b970a47e201e9151e216013a2b66b9365fda502ff3b079615f1070bf1c951
|
| haproxy | 11.17.2 | |
| java-offline-buildpack | 4.54 | |
| log-cache | 2.12.6 | |
| loggregator | 106.7.5 | |
| loggregator-agent | 6.5.8 | |
| mapfs | 1.2.13 |
v1.2.13## Changes * Golang: Updated to v1.19.4 (#32) * Golang: Updated to v1.19.5 (#37) * Golang: Updated to v1.19.5 (#44) * Golang: Updated to v1.20.1 (#48) ## Dependencies * **mapfs:** Updated to v`98da9f0`. |
| metric-registrar | 2.1.2 | |
| metrics-discovery | 3.2.7 | |
| mysql-monitoring | 9.23.0 | |
| nats | 56.1.0 | |
| nfs-volume | 7.1.9 | |
| nginx-offline-buildpack | 1.2.1 |
1.2.1
* Bump github.com/Dynatrace/libbuildpack-dynatrace from 1.5.1 to 1.5.2 (#186)
* Updating github-config
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.22.1 | cflinuxfs3 |
| nginx | 1.22.1 | cflinuxfs4 |
| nginx | 1.23.3 | cflinuxfs3 |
| nginx | 1.23.3 | cflinuxfs4 |
| openresty | 1.13.6.2 | cflinuxfs3 |
| openresty | 1.15.8.3 | cflinuxfs3 |
| openresty | 1.17.8.2 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs4 |
| openresty | 1.21.4.1 | cflinuxfs3 |
| openresty | 1.21.4.1 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.23.x |
* Uncached buildpack SHA256: d181c97dfa97c652a33509a4fdf634efc5be33c67683d05fd5dbdc5c47aeabd5
* Uncached buildpack SHA256: 38aff00f0ff17ae1884fce4efc03913ccd5407af507a253b573ad045275d3220
|
| nodejs-offline-buildpack | 1.8.6 |
1.8.6
* Add node 18.14.1, remove node 18.12.1 for stack(s) cflinuxfs4, cflinuxfs3
* Add node 16.19.1, remove node 16.18.1 for stack(s) cflinuxfs3, cflinuxfs4
* Add node 14.21.3, remove node 14.21.1 for stack(s) cflinuxfs3, cflinuxfs4
* Update Node 16.x deprecation date (Nodejs update on SSL deprecation) [ref](https://nodejs.org/en/blog/vulnerability/february-2023-security-releases/)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| node | 14.21.2 | cflinuxfs3 |
| node | 14.21.2 | cflinuxfs4 |
| node | 14.21.3 | cflinuxfs3 |
| node | 14.21.3 | cflinuxfs4 |
| node | 16.19.0 | cflinuxfs3 |
| node | 16.19.0 | cflinuxfs4 |
| node | 16.19.1 | cflinuxfs3 |
| node | 16.19.1 | cflinuxfs4 |
| node | 18.13.0 | cflinuxfs3 |
| node | 18.13.0 | cflinuxfs4 |
| node | 18.14.1 | cflinuxfs3 |
| node | 18.14.1 | cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| node | 18.x |
* Uncached buildpack SHA256: e8f42ddddcf355c9b37597944b498cf33f624d59852ba686a97a774e881a424b
* Uncached buildpack SHA256: c6bee0e5213870daaa2e3c2db51e2a3bf56b14bf2014c72b8cb524432d31a642
|
| notifications | 62 | |
| notifications-ui | 40 | |
| php-offline-buildpack | 4.6.0 |
4.6.0
* Add composer 2.5.4, remove composer 2.5.2 for stack(s) cflinuxfs4, cflinuxfs3
* Bump newrelic to 10.6.0.318
* Add appdynamics 23.2.0-684, remove appdynamics 22.12.1-677 for stack(s) cflinuxfs4, cflinuxfs3
* Add cflinuxfs4 stack support
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| appdynamics | 23.2.0-684 | cflinuxfs3, cflinuxfs4 | |
| composer | 2.5.4 | cflinuxfs3, cflinuxfs4 | |
| httpd | 2.4.55 | cflinuxfs3 | |
| httpd | 2.4.55 | cflinuxfs4 | |
| newrelic | 10.6.0.318 | cflinuxfs3, cflinuxfs4 | |
| nginx | 1.22.1 | cflinuxfs3 | |
| nginx | 1.22.1 | cflinuxfs4 | |
| nginx | 1.23.3 | cflinuxfs3 | |
| nginx | 1.23.3 | cflinuxfs4 | |
| php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| python | 2.7.18 | cflinuxfs4 | |
Default binary versions:
| name | version |
|-|-|
| php | 8.1.16 |
| httpd | 2.4.55 |
| newrelic | 10.6.0.318 |
| nginx | 1.23.3 |
| composer | 2.5.4 |
* Uncached buildpack SHA256: 2fdb877dd287ec73c3ae9f43a7fbcf9c725f6d3f6ded535358d8020224885d1a
* Uncached buildpack SHA256: 9e7052e5e046d1e4e0cefa70f1862d1918d5a570509203ee2ff3d0f8c8359fb0
4.5.3
* Add php 8.1.16, remove php 8.1.14
for stack(s) cflinuxfs4, cflinuxfs3
* Add php 8.2.3, remove php 8.2.1
for stack(s) cflinuxfs3, cflinuxfs4
* Add php 8.0.28, remove php 8.0.26
for stack(s) cflinuxfs3
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| appdynamics | 22.12.1-677 | cflinuxfs3, cflinuxfs4 | |
| composer | 2.5.2 | cflinuxfs3, cflinuxfs4 | |
| httpd | 2.4.55 | cflinuxfs3 | |
| httpd | 2.4.55 | cflinuxfs4 | |
| newrelic | 9.20.0.310 | cflinuxfs3 | |
| nginx | 1.22.1 | cflinuxfs3 | |
| nginx | 1.22.1 | cflinuxfs4 | |
| nginx | 1.23.3 | cflinuxfs3 | |
| nginx | 1.23.3 | cflinuxfs4 | |
| php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
Default binary versions:
| name | version |
|-|-|
| php | 8.1.16 |
| httpd | 2.4.55 |
| newrelic | 9.20.0.310 |
| nginx | 1.23.3 |
| composer | 2.5.2 |
* Uncached buildpack SHA256: 8a871fa365577df16af144fd407db7741f441d51ed82af19f74c841c1c9d243c
|
| push-apps-manager-release | 676.0.8 | |
| push-offline-docs-release | 1.0.257 | |
| push-usage-service-release | 674.0.30 | |
| pxc | 0.50.0 | |
| python-offline-buildpack | 1.8.7 |
1.8.7
* Bump github.com/Dynatrace/libbuildpack-dynatrace to v1.5.2 (#701)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
| libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
| miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 |
| pip | 23.0 | cflinuxfs3, cflinuxfs4 |
| pipenv | 2023.2.4 | cflinuxfs3 |
| pipenv | 2023.2.4 | cflinuxfs4 |
| python | 3.7.16 | cflinuxfs3 |
| python | 3.7.16 | cflinuxfs4 |
| python | 3.8.16 | cflinuxfs3 |
| python | 3.8.16 | cflinuxfs4 |
| python | 3.9.16 | cflinuxfs3 |
| python | 3.9.16 | cflinuxfs4 |
| python | 3.10.9 | cflinuxfs3 |
| python | 3.10.9 | cflinuxfs4 |
| python | 3.11.1 | cflinuxfs3 |
| python | 3.11.1 | cflinuxfs4 |
| setuptools | 67.1.0 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| python | 3.10.x |
* Uncached buildpack SHA256: 24eb453c383476da9683905d2439fdd29c774689cb51580714f89d9ac558875b
* Uncached buildpack SHA256: daaa857bc79eb56c3b39101b520a59d060f492318b1b99e58f98d0458d368c4f
|
| r-offline-buildpack | 1.2.0 | |
| routing | 0.259.0 |
v0.259.0
## Changes
- No changes from last version.
- Fixing CI so that artifacts are generated correctly for github release.
## ✨ Built with go 1.20.1
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.258.0...v0.259.0
## Resources
- [Download release v0.259.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.259.0).
v0.258.0
## Changes
- Update healthchecker to [0.4.0](https://github.com/cloudfoundry/healthchecker-release/releases/tag/v0.4.0)
- Increase startup delay default to 30 seconds [PR](https://github.com/cloudfoundry/healthchecker-release/pull/2)
- Upgrade golang to 1.20.1
## Bosh Job Spec changes:
```diff
diff --git a/jobs/acceptance_tests/spec b/jobs/acceptance_tests/spec
index 65bf4c30..6a73b9ae 100644
--- a/jobs/acceptance_tests/spec
+++ b/jobs/acceptance_tests/spec
@@ -7,7 +7,7 @@ templates:
bpm.yml.erb: config/bpm.yml
packages:
- - golang-1.19-linux
+ - golang-1.20-linux
- acceptance_tests
- rtr
- cf-cli-6-linux
diff --git a/jobs/smoke_tests/spec b/jobs/smoke_tests/spec
index b16357ed..0426dc99 100644
--- a/jobs/smoke_tests/spec
+++ b/jobs/smoke_tests/spec
@@ -7,7 +7,7 @@ templates:
bpm.yml.erb: config/bpm.yml
packages:
- - golang-1.19-linux
+ - golang-1.20-linux
- acceptance_tests
- cf-cli-6-linux
```
## ✨ Built with go 1.20.1
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.257.0...v0.258.0
## Resources
- [Download release v0.258.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.258.0).
|
| ruby-offline-buildpack | 1.9.2 | |
| silk | 3.23.0 | |
| smb-volume | 3.1.10 |
v3.1.10## Changes * Backfill property tests for force_noserverino (#103) ## Dependencies * **smbbroker:** Updated to v`17e471d`. |
| smoke-tests | 4.8.2 | |
| staticfile-offline-buildpack | 1.6.0 |
1.6.0
* Run dynatrace API fixture using cflinuxfs3 (until go bp is pubic available on cflinuxfs4) (#348)
* Rebuild nginx 1.23.3 (#347)
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/184035115)
* Rebuild nginx 1.22.1 (#346)
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/183579473)
* Add support for cflinuxfs4 stack
* Bump github.com/onsi/gomega from 1.27.0 to 1.27.1
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.0 to 1.27.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
...
* Bump golang.org/x/net from 0.6.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
---
updated-dependencies:
- dependency-name: golang.org/x/net
...
* Updating github-config (#343 & #345)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.22.1 | cflinuxfs3 |
| nginx | 1.22.1 | cflinuxfs4 |
| nginx | 1.23.3 | cflinuxfs3 |
| nginx | 1.23.3 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.23.x |
* Uncached buildpack SHA256: d2e7f7b08b6500c9cb445fc69a47f35ca7dd97745da15377ee6350af3d2fb9db
* Uncached buildpack SHA256: e76bd0cfac7b170889830b0139bae30b6335ec84258576ee43ddc36d3257f9d4
1.5.39
* update libbuildpack-dynatrace to 1.5.2
* Bump github.com/onsi/gomega from 1.26.0 to 1.27.0
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.22.1 | cflinuxfs3 |
| nginx | 1.23.3 | cflinuxfs3 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.23.x |
* Uncached buildpack SHA256: f2a894e0e2bca06ca77f2fb62a673dde86497ffd2246c40ea62ed2ec98bda772
|
| statsd-injector | 1.11.28 | |
| syslog | 11.8.8 | |
| system-metrics-scraper | 3.3.6 | |
| uaa | 74.5.64 |
v74.5.64
## What's Changed
* Bump github.com/cloudfoundry/bosh-utils from 0.0.350 to 0.0.352 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/510
* Bump rspec-mocks from 3.12.2 to 3.12.3 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/497
* Bump github.com/cloudfoundry/bosh-utils from 0.0.352 to 0.0.355 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/526
* Bump rspec-core from 3.12.0 to 3.12.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/509
* Bump zeitwerk from 2.6.6 to 2.6.7 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/518
* Bump github.com/onsi/gomega from 1.25.0 to 1.27.1 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/525
* Bump tzinfo from 2.0.5 to 2.0.6 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/503
* Bump activesupport from 6.1.7 to 6.1.7.2 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/505
* Bump github.com/cloudfoundry/bosh-utils from 0.0.355 to 0.0.356 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/530
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.63...v74.5.64
|
Release Date: 02/27/2023
1.1.20.0.30249.1.23.22.00.352.02.12.192.4.71.23.01.10.411.17.22.12.66.5.82.1.23.2.756.1.01.2.04.5.21.0.1671.8.60.257.01.9.23.22.03.1.91.5.381.11.2811.8.83.3.6| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.418 | |
| backup-and-restore-sdk | 1.18.61 | |
| binary-offline-buildpack | 1.1.2 |
1.1.2
* Update libbuildpack
* Updating github-config
* Bump github.com/onsi/gomega from 1.25.0 to 1.26.0
* Uncached buildpack SHA256: bf9e70d06ccacf2086a942bce347ef8f30bafc4a5a09875044a8cb41817a240e
* Uncached buildpack SHA256: c92b3c994e8cfb97d80acd598685155a9ff3ac53903722e42aa5d8fb11686d5a
* Uncached buildpack SHA256: b8e510b406c92f27ec9520737dfbea429641200d3781b54572551c251ec0136d
* Uncached buildpack SHA256: 011c2255794a5f1ecb132ff477ffd41ddaba070558895321c508cfdddd3578f0
|
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.30 |
v0.0.30
* update golang to 1.20.1
**Full Changelog**: https://github.com/cloudfoundry/bosh-system-metrics-forwarder-release/compare/v0.0.29...v0.0.30
v0.0.29
## What's Changed
* update to go 1.20 by @rroberts2222 in https://github.com/cloudfoundry/bosh-system-metrics-forwarder-release/pull/12
**Full Changelog**: https://github.com/cloudfoundry/bosh-system-metrics-forwarder-release/compare/v0.0.28...v0.0.29
|
| bpm | 1.1.21 | |
| capi | 1.127.11 | |
| cf-autoscaling | 249.1.2 |
v249.1.2
## What's Changed
* update dependencies
* Upgrade to go 1.20.1
|
| cf-cli | 1.41.0 | |
| cf-networking | 3.22.0 | |
| cflinuxfs3 | 0.352.0 | |
| credhub | 2.12.19 |
2.12.19
Security Fixes
Bump various dependencies
## What's Changed
* Feat: Add github actions to job specs by @peterhaochen47 in https://github.com/pivotal/credhub-release/pull/93
* Build(deps): Bump rspec-expectations from 3.12.0 to 3.12.1 in /spec by @peterhaochen47 in https://github.com/pivotal/credhub-release/pull/94
* Feat: Add github actions to run lint by @peterhaochen47 in https://github.com/pivotal/credhub-release/pull/95
* Build(deps): Bump parser from 3.1.3.0 to 3.2.0.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/99
* Build(deps): Bump rspec-expectations from 3.12.1 to 3.12.2 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/100
* Build(deps): Bump rspec-mocks from 3.12.1 to 3.12.2 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/101
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.18...2.12.19
|
| diego | 2.71.0 | |
| dotnet-core-offline-buildpack | 2.4.7 |
2.4.7
* Add node 18.14.0, remove node 18.13.0
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/184393261)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 6.0.13 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 7.0.2 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 6.0.13 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 7.0.2 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 6.0.405 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 7.0.102 | cflinuxfs3, cflinuxfs4 |
| libgdiplus | 6.1 | cflinuxfs3 |
| libgdiplus | 6.1 | cflinuxfs4 |
| libunwind | 1.6.2 | cflinuxfs3 |
| libunwind | 1.6.2 | cflinuxfs4 |
| node | 18.14.0 | cflinuxfs3 |
| node | 18.14.0 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| dotnet-runtime | 6.0.x |
| dotnet-aspnetcore | 6.0.x |
| dotnet-sdk | 6.0.x |
| bower | 1.8.x |
* Uncached buildpack SHA256: 3e358562aea02c009a323c2764a93b69b2d6cbbb7509284e578272a19e3e27fa
* Uncached buildpack SHA256: 58b211da1c57e091e382cbba889a4dac650de6a2d9d463921af1fae12dfb8acd
|
| garden-runc | 1.23.0 | |
| go-offline-buildpack | 1.10.4 |
1.10.4
* Update libbuildpack
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| dep | 0.5.4 | cflinuxfs3 |
| dep | 0.5.4 | cflinuxfs4 |
| glide | 0.13.3 | cflinuxfs3 |
| glide | 0.13.3 | cflinuxfs4 |
| go | 1.18.10 | cflinuxfs3 |
| go | 1.18.10 | cflinuxfs4 |
| go | 1.19.5 | cflinuxfs3 |
| go | 1.19.5 | cflinuxfs4 |
| godep | 80 | cflinuxfs3 |
| godep | 80 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| go | 1.18.x |
* Uncached buildpack SHA256: 56fac929ff6dcdb164233d2e945beb2525ef48a91c60f85dec991ebe92443b1b
* Uncached buildpack SHA256: 3648319f545e416a6b7dc552cff8e8711901ab31271eee811a9269e0497b186f
|
| haproxy | 11.17.2 | |
| java-offline-buildpack | 4.54 | |
| log-cache | 2.12.6 |
v2.12.6
* update to golang 1.20.1
**Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v2.12.5...v2.12.6
v2.12.5
## What's Changed
* update dependencies
* Update to go 1.20 by @rroberts2222 in https://github.com/cloudfoundry/log-cache-release/pull/162
**Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v2.12.4...v2.12.5
|
| loggregator | 106.7.5 | |
| loggregator-agent | 6.5.8 |
v6.5.8
## What's Changed
* update dependencies
* Upgrade to go 1.20.1 by @rroberts2222 in https://github.com/cloudfoundry/loggregator-agent-release/pull/224
**Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.7...v6.5.8
|
| mapfs | 1.2.12 | |
| metric-registrar | 2.1.2 |
v2.1.2
## What's Changed
* update to golang 1.20.1
* update dependencies
|
| metrics-discovery | 3.2.7 |
v3.2.7
* update golang to 1.20.1
**Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.6...v3.2.7###
v3.2.6
## What's Changed
* Upgrade to go 1.20 by @rroberts2222 in https://github.com/cloudfoundry/metrics-discovery-release/pull/104
**Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.5...v3.2.6
v3.2.5
## What's Changed
* Update dependencies
* Expire individual metrics by @rroberts2222 in https://github.com/cloudfoundry/metrics-discovery-release/pull/103
**Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.4...v3.2.5
|
| mysql-monitoring | 9.23.0 | |
| nats | 56.1.0 | |
| nfs-volume | 7.1.8 | |
| nginx-offline-buildpack | 1.2.0 |
1.2.0
* Add support for cflinuxfs4 stack
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.22.1 | cflinuxfs3 |
| nginx | 1.22.1 | cflinuxfs4 |
| nginx | 1.23.3 | cflinuxfs3 |
| nginx | 1.23.3 | cflinuxfs4 |
| openresty | 1.13.6.2 | cflinuxfs3 |
| openresty | 1.15.8.3 | cflinuxfs3 |
| openresty | 1.17.8.2 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs4 |
| openresty | 1.21.4.1 | cflinuxfs3 |
| openresty | 1.21.4.1 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.23.x |
* Uncached buildpack SHA256: ab7cd71dc8ff38fdb93558b7536ca03e41baf191fe72e1980f43d61a82378dc8
* Uncached buildpack SHA256: 1ba096283d893a6040b3733cac0e90f1f87f6de0593b3f01a81183725aeab08a
|
| nodejs-offline-buildpack | 1.8.4 | |
| notifications | 62 | |
| notifications-ui | 40 | |
| php-offline-buildpack | 4.5.2 |
4.5.2
* Update buildpack-packager to 2.3.22
* Update php default to latest 8.1.x version (#807)
* Updating version for php for 8.2.X (#805)
* Add php 8.2.2
for stack(s) cflinuxfs3, cflinuxfs4
(https://www.pivotaltracker.com/story/show/184381976)
* Add php 8.1.15, remove php 8.1.13
for stack(s) cflinuxfs3, cflinuxfs4
(https://www.pivotaltracker.com/story/show/184388841)
* Add nginx 1.22.1, remove nginx 1.22.0
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/183579473)
* Add composer 2.5.2, remove composer 2.5.1
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/184394919)
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| appdynamics | 22.12.1-677 | cflinuxfs3, cflinuxfs4 | |
| composer | 2.5.2 | cflinuxfs3, cflinuxfs4 | |
| httpd | 2.4.55 | cflinuxfs3 | |
| httpd | 2.4.55 | cflinuxfs4 | |
| newrelic | 9.20.0.310 | cflinuxfs3 | |
| nginx | 1.22.1 | cflinuxfs3 | |
| nginx | 1.22.1 | cflinuxfs4 | |
| nginx | 1.23.3 | cflinuxfs3 | |
| nginx | 1.23.3 | cflinuxfs4 | |
| php | 8.0.26 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.14 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.14 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.2.1 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.1 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
| php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
Default binary versions:
| name | version |
|-|-|
| php | 8.1.14 |
| httpd | 2.4.55 |
| newrelic | 9.20.0.310 |
| nginx | 1.23.3 |
| composer | 2.5.2 |
* Uncached buildpack SHA256: 17c3a0b8f2fb84b8e473e67168e138c2537ceb9b1abc66497704d00589d9f725
|
| push-apps-manager-release | 676.0.8 | |
| push-offline-docs-release | 1.0.167 | |
| push-usage-service-release | 674.0.30 | |
| pxc | 0.50.0 | |
| python-offline-buildpack | 1.8.6 |
1.8.6
* Add special case for CFLAGS dir when using Python 3.7 (#703)
* Update libbuildpack
* Add pipenv 2023.2.4, remove pipenv 2022.12.19 (#694)
for stack(s) cflinuxfs3, cflinuxfs4
(https://www.pivotaltracker.com/story/show/184394842)
* Add setuptools 67.1.0, remove setuptools 67.0.0 (#691)
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/184372013)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
| libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
| miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 |
| pip | 23.0 | cflinuxfs3, cflinuxfs4 |
| pipenv | 2023.2.4 | cflinuxfs3 |
| pipenv | 2023.2.4 | cflinuxfs4 |
| python | 3.7.16 | cflinuxfs3 |
| python | 3.7.16 | cflinuxfs4 |
| python | 3.8.16 | cflinuxfs3 |
| python | 3.8.16 | cflinuxfs4 |
| python | 3.9.16 | cflinuxfs3 |
| python | 3.9.16 | cflinuxfs4 |
| python | 3.10.9 | cflinuxfs3 |
| python | 3.10.9 | cflinuxfs4 |
| python | 3.11.1 | cflinuxfs3 |
| python | 3.11.1 | cflinuxfs4 |
| setuptools | 67.1.0 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| python | 3.10.x |
* Uncached buildpack SHA256: 3d3452fd1bc7b353f6c592117057866aa7bab77f4801492575f2afdd92c17730
* Uncached buildpack SHA256: 18bedcabd2d61758f6bd76a6012ea4b6f015f0f248e07f0f95a0fdf2fd520cf7
1.8.5
* Add setuptools 67.0.0, remove setuptools 66.1.0 for stack(s) cflinuxfs4, cflinuxfs3
* Add pip 23.0, remove pip 22.3.1 for stack(s) cflinuxfs4, cflinuxfs3
* Add setuptools 67.0.0, remove setuptools 65.6.3 for stack(s) cflinuxfs4, cflinuxfs3
* Add pipenv 2022.12.19, remove pipenv 2022.11.30 for stack(s) cflinuxfs4, cflinuxfs3
* Don't fall back to unvendored installs when vendored install fails (#638)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
| libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
| miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 |
| pip | 23.0 | cflinuxfs3, cflinuxfs4 |
| pipenv | 2022.12.19 | cflinuxfs3 |
| pipenv | 2022.12.19 | cflinuxfs4 |
| python | 3.7.16 | cflinuxfs3 |
| python | 3.7.16 | cflinuxfs4 |
| python | 3.8.16 | cflinuxfs3 |
| python | 3.8.16 | cflinuxfs4 |
| python | 3.9.16 | cflinuxfs3 |
| python | 3.9.16 | cflinuxfs4 |
| python | 3.10.9 | cflinuxfs3 |
| python | 3.10.9 | cflinuxfs4 |
| python | 3.11.1 | cflinuxfs3 |
| python | 3.11.1 | cflinuxfs4 |
| setuptools | 67.0.0 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| python | 3.10.x |
* Uncached buildpack SHA256: eca1a38041bb6af7dcfac536fae13727247ab0ec88d66d7cb4ba8e444e252d7a
* Uncached buildpack SHA256: 90269d1cde16fd530786e7c6e9120799c69a41c6e9de32d94ba04266fba56416
|
| r-offline-buildpack | 1.2.0 | |
| routing | 0.257.0 |
v0.257.0
## Changes
- Bumped to build with golang 1.19.6
## ✨ Built with go 1.19.6
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.256.0...v0.257.0
## Resources
- [Download release v0.257.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.257.0).
v0.256.0
## Changes
- Update healthchecker in release to stable version
## ✨ Built with go 1.19.5
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.255.0...v0.256.0
## Resources
- [Download release v0.256.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.256.0).
|
| ruby-offline-buildpack | 1.9.2 |
1.9.2
* Add node 18.14.0, remove node 18.13.0
for stack(s) cflinuxfs3, cflinuxfs4
(https://www.pivotaltracker.com/story/show/184393261)
* Add jruby 9.4.1.0, remove jruby 9.4.0.0
for stack(s) cflinuxfs3, cflinuxfs4
(https://www.pivotaltracker.com/story/show/184417188)
* Add jruby 9.3.10.0, remove jruby 9.3.9.0
for stack(s) cflinuxfs3, cflinuxfs4
(https://www.pivotaltracker.com/story/show/184375182)
* Add rubygems 3.4.6, remove rubygems 3.4.4 (#703)
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/184361007)
* Add bundler 2.4.6, remove bundler 2.4.4 (#702)
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/184360955)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bundler | 2.4.6 | cflinuxfs3, cflinuxfs4 |
| jruby | 9.3.10.0 | cflinuxfs3 |
| jruby | 9.3.10.0 | cflinuxfs4 |
| jruby | 9.4.1.0 | cflinuxfs3 |
| jruby | 9.4.1.0 | cflinuxfs4 |
| node | 18.14.0 | cflinuxfs3 |
| node | 18.14.0 | cflinuxfs4 |
| openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 |
| ruby | 2.7.6 | cflinuxfs3 |
| ruby | 2.7.7 | cflinuxfs3 |
| ruby | 3.0.4 | cflinuxfs3 |
| ruby | 3.0.5 | cflinuxfs3 |
| ruby | 3.1.2 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs4 |
| ruby | 3.2.0 | cflinuxfs3 |
| ruby | 3.2.0 | cflinuxfs4 |
| rubygems | 3.4.6 | cflinuxfs3, cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| ruby | 3.1.x |
* Uncached buildpack SHA256: c6ec574f34b409fde8a42562c478695c53677d2fcbd9fb3a45de8e12022da3f9
* Uncached buildpack SHA256: 02f519cd7818d2e268fb2356f207fb08cdd42b7373da54ad0219ef292ad69c93
|
| silk | 3.22.0 | |
| smb-volume | 3.1.9 |
v3.1.9## Changes * Add force_noserverino property in smbdriver job (#102) ## Dependencies * **bosh-template:** Updated to v2.4.0. v3.1.8## Dependencies * **smbdriver:** Updated to v`6cc617a`. v3.1.7## Changes * Golang: Updated to v1.19.4 (#76) ## Dependencies * **rspec:** Updated to v3.12.0. |
| smoke-tests | 4.8.2 | |
| staticfile-offline-buildpack | 1.5.38 |
1.5.38
* Update libbuildpack
* Updating github-config (#331)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.22.1 | cflinuxfs3 |
| nginx | 1.23.3 | cflinuxfs3 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.23.x |
* Uncached buildpack SHA256: d5e09a925a64324fe955509f792005da50626e553f03f4025064a9f7d3a9dc14
|
| statsd-injector | 1.11.28 |
v1.11.28
* update to golang 1.20.1
**Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.27...v1.11.28
v1.11.27
## What's Changed
* update dependencies
* Upgrade to go 1.20 by @rroberts2222 in https://github.com/cloudfoundry/statsd-injector-release/pull/70
**Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.26...v1.11.27
|
| syslog | 11.8.8 |
v11.8.8
* update to golang 1.20.1
**Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v11.8.7...v11.8.8
v11.8.7
## What's Changed
* use go 1.20 by @rroberts2222 in https://github.com/cloudfoundry/syslog-release/pull/117
**Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v11.8.6...v11.8.7
|
| system-metrics-scraper | 3.3.6 |
v3.3.6
* update to golang 1.20.1
**Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.5...v3.3.6
v3.3.5
## What's Changed
* update dependencies
* Upgrade to go 1.20 by @rroberts2222 in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/96
**Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.4...v3.3.5
|
| uaa | 74.5.63 |
Release Date: 02/09/2023
sh binary in the docker image to run properly.1.18.611.127.1111.17.04.546.5.72.1.1676.0.8674.0.301.2.00.255.074.5.63| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.401 | |
| backup-and-restore-sdk | 1.18.61 |
v1.18.61## Changes * Bump mysql from 5.7.39 to 5.7.40 (#849) * Bump ncurses from 6.3 to 6.4 (#847) * Download gnu-keyring on every execution (#840) * Fix gpg verify command (#846) * Golang: Updated to v1.19.5 (#834) * Update autobump-ncurses.sh (#839) ## Dependencies * **aws-sdk-go:** Updated to v1.44.180. |
| binary-offline-buildpack | 1.1.0 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.28 | |
| bpm | 1.1.21 | |
| capi | 1.127.11 | |
| cf-autoscaling | 249.1.1 | |
| cf-cli | 1.41.0 | |
| cf-networking | 3.19.0 | |
| cflinuxfs3 | 0.350.0 | |
| credhub | 2.12.18 | |
| diego | 2.71.0 | |
| dotnet-core-offline-buildpack | 2.4.5 | |
| garden-runc | 1.22.9 | |
| go-offline-buildpack | 1.10.2 | |
| haproxy | 11.17.0 | |
| java-offline-buildpack | 4.54 |
4.54
I'm pleased to announce the release of the java-buildpack, version 4.54. It primarily includes new OpenJDK versions, which are based on the Oracle Java Quarterly Updates for Jan 2023.
This release includes the following:
* A fix for offline packaging for the cflinuxfs4/jammy platform (#986).
* Support for SPlunk Otel Java Framework (#968).
* A change to use the default-repository-root URI for the Apache Skywalking Framework (#983).
For a more detailed look at the changes in 4.54, look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.53...v4.54). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release.
| Dependency | Version | CVEs | Release Notes |
| ---------- | ------- | ---- | ------------- |
| AppDynamics Agent | `22.9.2_34409` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) |
| Azure Application Insights Agent | `2.6.4` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) |
| CA Introscope APM Framework | `22.11.0_11` | | |
| Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above |
| Container Security Provider | `1.19.0_RELEASE` |Included inline above | Included inline above |
| Contrast Security Agent | `3.18.1` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) |
| Datadog APM Javaagent | `1.5.0` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) |
| Elastic APM Agent | `1.35.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) |
| Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) |
| Geode Tomcat Session Store | `1.12.5` | | |
| Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) |
| Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) |
| Groovy | `2.5.20` | | [Release Notes](http://www.groovy-lang.org/releases.html) |
| JaCoCo Agent | `0.8.8` | | [Release Notes](https://github.com/jacoco/jacoco/releases) |
| Java Memory Assistant Agent | `0.5.0` | | |
| Java Memory Assistant Clean Up | `0.1.0` | | |
| JProfiler Profiler | `12.0.4` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) |
| JRebel Agent | `2022.4.2` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) |
| jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above |
| MariaDB JDBC Driver | `2.7.2` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-274-release-notes/) |
| Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above |
| Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above |
| New Relic Agent | `7.11.1` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) |
| OpenJDK JRE 11 | `11.0.18_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.18/) |
| OpenJDK JRE 17 | `17.0.6_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.6/) |
| OpenJDK JRE 8 | `1.8.0_362` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u362/) |
| PostgreSQL JDBC Driver | `42.5.1` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) |
| Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above |
| Riverbed Appinternals Agent | `11.8.5_BL527` | | |
| SeaLights Agent | `4.0.2204` | | |
| SkyWalking | `8.9.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) |
| Splunk OpenTelemetry Java Agent | `1.20.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) |
| Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above |
| Spring Boot CLI | `2.7.8` | | |
| Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above |
| Tomcat | `9.0.71` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) |
| Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above |
| YourKit Profiler | `2022.9.177` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) |
|
| log-cache | 2.12.4 | |
| loggregator | 106.7.5 | |
| loggregator-agent | 6.5.7 |
v6.5.7
## What's Changed
* Sanitize ProcID in syslog messages so messages with utf-8 in the source_type are not dropped by @Benjamintf1 in https://github.com/cloudfoundry/loggregator-agent-release/pull/202
* Update dependencies
**Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.6...v6.5.7
|
| mapfs | 1.2.12 | |
| metric-registrar | 2.1.1 |
v2.1.1
## What's Changed
* Bump dependencies
**Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v2.1.0...v2.1.1
|
| metrics-discovery | 3.2.4 | |
| mysql-monitoring | 9.23.0 | |
| nats | 56 | |
| nfs-volume | 7.1.8 | |
| nginx-offline-buildpack | 1.1.45 | |
| nodejs-offline-buildpack | 1.8.4 | |
| notifications | 62 | |
| notifications-ui | 40 | |
| php-offline-buildpack | 4.5.0 | |
| push-apps-manager-release | 676.0.8 | |
| push-offline-docs-release | 1.0.94 | |
| push-usage-service-release | 674.0.30 |
v674.0.30## Dependencies * **app-usage-service:** Updated to v`c107e47`. |
| pxc | 0.50.0 | |
| python-offline-buildpack | 1.8.4 | |
| r-offline-buildpack | 1.2.0 |
1.2.0
* Add cflinuxfs4 stack support for R 4.2.X
* Rebuild r 4.2.1
for stack(s) cflinuxfs3, cflinuxfs4
with dependencies for stack cflinuxfs3: forecast 8.18, plumber 1.2.1, rserve 1.8.10, shiny 1.7.3
with dependencies for stack cflinuxfs4: forecast 8.18, plumber 1.2.1, rserve 1.8.10, shiny 1.7.3
* Rebuild r 4.2.2
for stack(s) cflinuxfs4, cflinuxfs3
with dependencies for stack cflinuxfs4: forecast 8.20, plumber 1.2.1, rserve 1.8.11, shiny 1.7.4
with dependencies for stack cflinuxfs3: forecast 8.20, plumber 1.2.1, rserve 1.8.11, shiny 1.7.4
(https://www.pivotaltracker.com/story/show/184170168)
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| r | 3.6.2 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.1 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.1 | cflinuxfs4 | forecast, plumber, rserve, shiny |
| r | 4.2.2 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.2 | cflinuxfs4 | forecast, plumber, rserve, shiny |
* Uncached buildpack SHA256: c0f65e6cc63b505c497fa3f4f12df7707570535082796cec43c01b825a630755
* Uncached buildpack SHA256: bf3db369196f4a562e75d5cdb760f5a41a6fcc3d5100968804d45b4cd8e8c7f4
|
| routing | 0.255.0 |
v0.255.0
[Upgrade healthchecker in release](https://github.com/cloudfoundry/routing-release/commit/ddb43e9e746b009d0ea6e6cf8cf8e7eb059ffafc). In order to limit the scope of packages brought in with the introduction of http healthchecker, we migrated the healthchecker package out of cf-networking-helpers into its own release.
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.254.0...v0.255.0
✨ Built with go 1.19.5
|
| ruby-offline-buildpack | 1.9.0 | |
| silk | 3.19.0 | |
| smb-volume | 3.1.6 | |
| smoke-tests | 4.8.2 | |
| staticfile-offline-buildpack | 1.5.36 | |
| statsd-injector | 1.11.26 | |
| syslog | 11.8.6 | |
| system-metrics-scraper | 3.3.4 | |
| uaa | 74.5.63 |
v74.5.63
### Dependency bumps
- Various dependency bumps
### Security fixes
- Add `X-Content-Type-Options=nosniff` header to UAA's static resource endpoint (`/resources/*`) to protect against content sniffing exploits.
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.62...v74.5.63
|
Release Date: 01/31/2023
1.18.60249.1.13.19.00.350.01.22.92.1.0560.254.01.9.03.19.074.5.62| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.376 | |
| backup-and-restore-sdk | 1.18.60 |
v1.18.60## Changes * Support postgres 15 (#785) * Update vendored package golang-1-linux (#800) * chore: remove usage of ioutil (#809) ## Dependencies * **storage:** Updated to v1.28.1. |
| binary-offline-buildpack | 1.1.0 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.28 | |
| bpm | 1.1.21 | |
| capi | 1.127.10 | |
| cf-autoscaling | 249.1.1 |
v249.1.1
## What's Changed
* Bump golang to 1.19.5
* Bump `org.apache.tomcat.embed:tomcat-embed-websocket` to 9.0.70 to address [CVE-2022-45143](https://nvd.nist.gov/vuln/detail/CVE-2022-45143)
**Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.1.0...v249.1.1
v249.1.0
* update dependencies.
* add cflinux stack as a bosh property
|
| cf-cli | 1.41.0 | |
| cf-networking | 3.19.0 | |
| cflinuxfs3 | 0.350.0 | |
| credhub | 2.12.18 | |
| diego | 2.71.0 | |
| dotnet-core-offline-buildpack | 2.4.5 | |
| garden-runc | 1.22.9 | |
| go-offline-buildpack | 1.10.2 | |
| haproxy | 11.16.1 | |
| java-offline-buildpack | 4.53 | |
| log-cache | 2.12.4 | |
| loggregator | 106.7.5 | |
| loggregator-agent | 6.5.6 | |
| mapfs | 1.2.12 | |
| metric-registrar | 2.1.0 |
v2.1.0
## What's Changed
* update dependencies
* add cflinux stack as a bosh property
|
| metrics-discovery | 3.2.4 | |
| mysql-monitoring | 9.23.0 | |
| nats | 56 | |
| nfs-volume | 7.1.8 | |
| nginx-offline-buildpack | 1.1.45 | |
| nodejs-offline-buildpack | 1.8.4 | |
| notifications | 62 | |
| notifications-ui | 40 | |
| php-offline-buildpack | 4.5.0 | |
| push-apps-manager-release | 676.0.7 | |
| push-offline-docs-release | 1.0.94 | |
| push-usage-service-release | 674.0.29 | |
| pxc | 0.50.0 | |
| python-offline-buildpack | 1.8.4 | |
| r-offline-buildpack | 1.1.36 | |
| routing | 0.254.0 |
v0.254.0
✨ Built with go 1.19.5
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.253.0...v0.254.0
v0.253.0
## What's Changed
* Specs to make maxRetries configurable for endpoints and route-services by @domdom82 in https://github.com/cloudfoundry/routing-release/pull/298
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.252.0...v0.253.0
|
| ruby-offline-buildpack | 1.9.0 |
1.9.0
* Add support for cflinuxfs4 stack
* Update default ruby version to 3.1
* Remove deprecated bundler 1.x version line (#650)
* supply: remove ruby.exe symlinking
This seems to be from a heroku era effort to support windows.
* openjdk8: update dependency
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bundler | 2.3.26 | cflinuxfs3, cflinuxfs4 |
| jruby | 9.3.9.0 | cflinuxfs3 |
| jruby | 9.3.9.0 | cflinuxfs4 |
| jruby | 9.4.0.0 | cflinuxfs3 |
| jruby | 9.4.0.0 | cflinuxfs4 |
| node | 18.12.1 | cflinuxfs3 |
| node | 18.12.1 | cflinuxfs4 |
| openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 |
| ruby | 2.7.6 | cflinuxfs3 |
| ruby | 2.7.7 | cflinuxfs3 |
| ruby | 3.0.4 | cflinuxfs3 |
| ruby | 3.0.5 | cflinuxfs3 |
| ruby | 3.1.2 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs3 |
| ruby | 3.1.3 | cflinuxfs4 |
| rubygems | 3.3.26 | cflinuxfs3, cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| ruby | 3.1.x |
* Uncached buildpack SHA256: c0ecb20c3135d572deb13cccbd2b7a8065b2b355609d2ab5d4bb71cc5963c0b8
* Uncached buildpack SHA256: ab48ac40a7fc03dd1511508f8aaafd788af5bf9f764cdd3127e40a6e12f84cd2
|
| silk | 3.19.0 | |
| smb-volume | 3.1.6 | |
| smoke-tests | 4.8.2 | |
| staticfile-offline-buildpack | 1.5.36 | |
| statsd-injector | 1.11.26 | |
| syslog | 11.8.6 | |
| system-metrics-scraper | 3.3.4 | |
| uaa | 74.5.62 |
v74.5.62
### Dependency bumps
- Various dependency bumps
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.61...v74.5.62
|
Release Date: 01/16/2023
1.127.103.17.00.347.02.12.182.71.02.4.51.22.76.5.62.0.1541.8.44.5.00.50.01.8.41.1.360.252.03.17.04.8.21.5.3674.5.61| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.364 | |
| backup-and-restore-sdk | 1.18.59 | |
| binary-offline-buildpack | 1.1.0 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.28 | |
| bpm | 1.1.21 | |
| capi | 1.127.10 | |
| cf-autoscaling | 249.0.25 | |
| cf-cli | 1.41.0 | |
| cf-networking | 3.17.0 | |
| cflinuxfs3 | 0.347.0 | |
| credhub | 2.12.18 |
2.12.18
### Security Fixes
- Bump various dependencies
2.12.17
### Security Fixes
- Bump various dependencies
|
| diego | 2.71.0 | |
| dotnet-core-offline-buildpack | 2.4.5 |
2.4.5
* Deprecate .Net (aspnetcore, runtime and sdk) 3.x
* Add dotnet-aspnetcore 6.0.12, remove dotnet-aspnetcore 6.0.11 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-runtime 6.0.12, remove dotnet-runtime 6.0.11 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-sdk 6.0.404, remove dotnet-sdk 6.0.403 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-aspnetcore 7.0.1, remove dotnet-aspnetcore 7.0.0 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-runtime 7.0.1, remove dotnet-runtime 7.0.0 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-sdk 7.0.101, remove dotnet-sdk 7.0.100 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 6.0.12 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 7.0.1 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 6.0.12 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 7.0.1 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 6.0.404 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 7.0.101 | cflinuxfs3, cflinuxfs4 |
| libgdiplus | 6.1 | cflinuxfs3 |
| libgdiplus | 6.1 | cflinuxfs4 |
| libunwind | 1.6.2 | cflinuxfs3 |
| libunwind | 1.6.2 | cflinuxfs4 |
| node | 18.12.1 | cflinuxfs3 |
| node | 18.12.1 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| dotnet-runtime | 6.0.x |
| dotnet-aspnetcore | 6.0.x |
| dotnet-sdk | 6.0.x |
| bower | 1.8.x |
* Uncached buildpack SHA256: a5a6b1c0e919042835e7e1a2a444608c67023a5c675947171dfcbac4ed909fc5
* Uncached buildpack SHA256: 3da2519e1db72575729d450dc0609dd58b219e381265ce2eb139a08183ca249d
|
| garden-runc | 1.22.7 | |
| go-offline-buildpack | 1.10.2 | |
| haproxy | 11.16.1 | |
| java-offline-buildpack | 4.53 | |
| log-cache | 2.12.4 | |
| loggregator | 106.7.5 | |
| loggregator-agent | 6.5.6 |
v6.5.6
## What's Changed
* fix scraping with non-positive intervals to preserve non-scraping behavior by @Benjamintf1 in https://github.com/cloudfoundry/loggregator-agent-release/pull/174
* updated some dependencies.
**Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.5...v6.5.6
|
| mapfs | 1.2.12 | |
| metric-registrar | 2.0.1 |
v2.0.1
- bump-golang to v0.114.0 for golang 1.19.4
- Bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /src
- Bump github.com/onsi/gomega from 1.24.0 to 1.24.1 in /src/tools
- remove unneeded appinfo getter (#91)
v2.0.0
## What's Changed
* Add property to correctly handle nsxt/ncp when turned on
* Add a property to allow setting a maximum number of metrics per instance
* Fix bug: Rolling deploys no longer cause metrics to stop scraping for secure endpoints.
|
| metrics-discovery | 3.2.4 | |
| mysql-monitoring | 9.23.0 | |
| nats | 54 | |
| nfs-volume | 7.1.8 | |
| nginx-offline-buildpack | 1.1.45 | |
| nodejs-offline-buildpack | 1.8.4 |
1.8.4
* Bumps default node version to 18
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| node | 14.20.1 | cflinuxfs3 |
| node | 14.20.1 | cflinuxfs4 |
| node | 14.21.1 | cflinuxfs3 |
| node | 14.21.1 | cflinuxfs4 |
| node | 16.18.0 | cflinuxfs3 |
| node | 16.18.0 | cflinuxfs4 |
| node | 16.18.1 | cflinuxfs3 |
| node | 16.18.1 | cflinuxfs4 |
| node | 18.10.0 | cflinuxfs3 |
| node | 18.10.0 | cflinuxfs4 |
| node | 18.12.1 | cflinuxfs3 |
| node | 18.12.1 | cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| node | 18.x |
* Uncached buildpack SHA256: 1f18bab4acde32b9d919a938e863492a5bda090ac200a54aba68cb429f308423
* Uncached buildpack SHA256: 7d1371c250ab2af98b0be2375f6e578a6fb1790c432ca6d6b64ed0465cf84a6e
|
| notifications | 62 | |
| notifications-ui | 40 | |
| php-offline-buildpack | 4.5.0 |
4.5.0
* Deprecate PHP 7.4.x
* Remove CAAPM Agent not supported by PHP 8 (https://github.com/cloudfoundry/php-buildpack/issues/746)
* Update default PHP Version to 8.1.13
* Add appdynamics 22.12.0-667, remove appdynamics 22.10.0-627 for stack(s) cflinuxfs3
* Add nginx 1.23.3, remove nginx 1.23.2 for stack(s) cflinuxfs3
* Add php 8.0.26, remove php 8.0.24 for stack(s) cflinuxfs3
* Add php 8.1.13, remove php 8.1.11 for stack(s) cflinuxfs3
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| appdynamics | 22.12.0-667 | cflinuxfs3 | |
| composer | 2.4.4 | cflinuxfs3 | |
| httpd | 2.4.54 | cflinuxfs3 | |
| newrelic | 9.20.0.310 | cflinuxfs3 | |
| nginx | 1.22.0 | cflinuxfs3 | |
| nginx | 1.23.3 | cflinuxfs3 | |
| php | 8.0.25 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.26 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.12 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.13 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
Default binary versions:
| name | version |
|-|-|
| php | 8.1.13 |
| httpd | 2.4.54 |
| newrelic | 9.20.0.310 |
| nginx | 1.23.3 |
| composer | 2.4.4 |
* Uncached buildpack SHA256: a6fe40a80c5c3da8f9cb43127981b12150d0868437b3e2a3cd300b588c1dacd8
|
| push-apps-manager-release | 676.0.7 | |
| push-offline-docs-release | 1.0.94 | |
| push-usage-service-release | 674.0.29 | |
| pxc | 0.50.0 | |
| python-offline-buildpack | 1.8.4 |
1.8.4
* Add python 3.11.1, remove python 3.11.0 (#665)
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/183976131)
* Add python 3.10.9, remove python 3.10.8
for stack(s) cflinuxfs3, cflinuxfs4
(https://www.pivotaltracker.com/story/show/183976637)
* Add python 3.9.16, remove python 3.9.15 (#663)
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/183975707)
* Add python 3.8.16, remove python 3.8.15 (#660)
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/183975586)
* Add python 3.7.16, remove python 3.7.15
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/183975932)
* Add pipenv 2022.11.30, remove pipenv 2022.11.5
for stack(s) cflinuxfs4, cflinuxfs3
* Add setuptools 65.6.3, remove setuptools 65.5.1
for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
| libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
| miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 |
| pip | 22.3.1 | cflinuxfs3, cflinuxfs4 |
| pipenv | 2022.11.30 | cflinuxfs3 |
| pipenv | 2022.11.30 | cflinuxfs4 |
| python | 3.7.16 | cflinuxfs3 |
| python | 3.7.16 | cflinuxfs4 |
| python | 3.8.16 | cflinuxfs3 |
| python | 3.8.16 | cflinuxfs4 |
| python | 3.9.16 | cflinuxfs3 |
| python | 3.9.16 | cflinuxfs4 |
| python | 3.10.9 | cflinuxfs3 |
| python | 3.10.9 | cflinuxfs4 |
| python | 3.11.1 | cflinuxfs3 |
| python | 3.11.1 | cflinuxfs4 |
| setuptools | 65.6.3 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| python | 3.10.x |
* Uncached buildpack SHA256: 544f05133e30c82a490a59d68f27551e6370ef67df403a30c96496a490157a78
* Uncached buildpack SHA256: 52120d40c3bd47904ae109e76849fd2a4a9829e36b0a9fda30b690a2ae884c0b
|
| r-offline-buildpack | 1.1.36 |
1.1.36
* Rebuild r 4.2.2
for stack(s) cflinuxfs3
with dependencies for stack cflinuxfs3: forecast 8.19, plumber 1.2.1, rserve 1.8.11, shiny 1.7.3
(https://www.pivotaltracker.com/story/show/183897155)
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| r | 3.6.2 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.1 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.2 | cflinuxfs3 | forecast, plumber, rserve, shiny |
* Uncached buildpack SHA256: 0158a04a0597a9d22a319790ab1ed99422a406dc7a20f52102b4b2725cef740a
|
| routing | 0.252.0 |
v0.252.0
## What's Changed
- Improve random source for least connection pool to be thread safe. Thanks Daniel Lynch!
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.251.0...v0.252.0
|
| ruby-offline-buildpack | 1.8.60 | |
| silk | 3.17.0 | |
| smb-volume | 3.1.6 | |
| smoke-tests | 4.8.2 |
4.8.2
Port assets/ruby_simple to Ruby 3
|
| staticfile-offline-buildpack | 1.5.36 |
1.5.36
* Handle comma separated X-Forwarded-Proto
(https://github.com/cloudfoundry/staticfile-buildpack/pull/318)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.22.1 | cflinuxfs3 |
| nginx | 1.23.2 | cflinuxfs3 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.23.x |
* Uncached buildpack SHA256: cfc15d472d16a03a2691b497b5387da9e18be1493cd89a9be5becdb1d63754b3
|
| statsd-injector | 1.11.26 | |
| syslog | 11.8.6 | |
| system-metrics-scraper | 3.3.4 | |
| uaa | 74.5.61 |
v74.5.61
### Dependency bumps
- Various dependency bumps
|
Release Date: 12/15/2022
1.18.591.1.00.0.281.1.211.127.9249.0.253.16.00.345.02.12.162.70.02.4.41.10.211.16.12.12.4106.7.56.5.51.2.143.2.49.23.04.4.68676.0.7674.0.290.49.01.8.31.1.350.251.01.8.603.16.01.11.2611.8.63.3.474.5.60| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.364 | |
| backup-and-restore-sdk | 1.18.59 |
v1.18.59## Changes * Bump mariadb from 10.6.10 to 10.6.11 (#778) ## Dependencies * **aws-sdk-go:** Updated to v1.44.150. v1.18.58## Changes * Bump postgres from 10.22 to 10.23 (#772) * Bump postgres from 11.17 to 11.18 (#773) * Bump postgres from 13.8 to 13.9 (#774) ## Dependencies * **google-cloud-go:** Updated to v1.28.0. |
| binary-offline-buildpack | 1.1.0 |
1.1.0
* Add support for cflinuxfs4 stack
* Bumps go.mod go version to 1.19
* Uncached buildpack SHA256: ccfe7b77068236753986f6425a00b960fa4edcb013f6c9e5a740de8aca52761d
* Uncached buildpack SHA256: 0a493631418ab46f9efe527f6d1defd01566e031e81c6be56f82939e19cd3656
* Uncached buildpack SHA256: b6a4f88f1180b03d476924368667457e45bea08dce584ff4ce4e967320d72b36
* Uncached buildpack SHA256: c370f58b71c01ac6082d308b1ac51abefedcde0a2caeec47552965f3ff492de2
|
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.28 |
v0.0.28
- bump-golang to v0.114.0 for golang 1.19.4
|
| bpm | 1.1.21 | |
| capi | 1.127.9 | |
| cf-autoscaling | 249.0.25 |
v249.0.25
## What's Changed
* Bump golang to 1.19.4
* Check for race conditions in unit and repository tests by @ctlong in https://github.com/pivotal-cf/cf-autoscaling-release/pull/664
* Bump kotlinVersion from 1.7.20 to 1.7.21 in /src/cf-autoscaling/api by @dependabot in https://github.com/pivotal-cf/cf-autoscaling-release/pull/728
* add quota events to the events stream by @Benjamintf1 in https://github.com/pivotal-cf/cf-autoscaling-release/pull/733
* Bump jackson-module-kotlin from 2.13.4 to 2.14.1 in /src/cf-autoscaling/api by @dependabot in https://github.com/pivotal-cf/cf-autoscaling-release/pull/732
* Bump github.com/onsi/gomega from 1.24.0 to 1.24.1 in /src by @dependabot in https://github.com/pivotal-cf/cf-autoscaling-release/pull/730
* Bump kotlinVersion from 1.7.21 to 1.7.22 in /src/cf-autoscaling/api by @dependabot in https://github.com/pivotal-cf/cf-autoscaling-release/pull/736
* Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 in /src by @dependabot in https://github.com/pivotal-cf/cf-autoscaling-release/pull/737
v249.0.24
- Bump to go1.19.3
- Bump to [spring-boot v2.7.5](https://github.com/spring-projects/spring-boot/releases/tag/v2.7.5)
|
| cf-cli | 1.41.0 | |
| cf-networking | 3.16.0 | |
| cflinuxfs3 | 0.345.0 | |
| credhub | 2.12.16 |
2.12.16
## Bug Fixes
* Fixes #74 (a known issue in CredHub release `2.12.4` and `2.12.5` where CredHub fails to connect to [postgres-release](https://github.com/cloudfoundry/postgres-release), and possibly other postgres servers, due to TLS handshake errors) by reverting the Java version bump to `jre8u352` in `2.12.4`. This bump comes back once the postgres TLS issue is addressed.
* Fixes #71 where CredHub fails when deployed with a FIPS-enabled Bionic Stemcell.
## Security Fixes
- Bump various dependencies
## New Contributors
* @xandroc made their first contribution in https://github.com/pivotal/credhub-release/pull/75
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.15...2.12.16
2.12.15
## Security Fixes
- [bump dependency-check-gradle from 7.3.0 to 7.3.2](https://github.com/cloudfoundry/credhub/commit/164f3803d661bbf3684f22f66ec696688d9e4322)
- [bump grpcVersion from 1.50.2 to 1.51.0](https://github.com/cloudfoundry/credhub/commit/ee931e16e5be76b9c485cfde915962dc6bb644e5)
- [bump: springRestDocsVersion from 2.0.6 to 2.0.7](https://github.com/cloudfoundry/credhub/commit/c8b47a94870d8b86a65dd8d39fc24ced0608b752)
## Known issues
- This release breaks compatibility with [postgres-release](https://github.com/cloudfoundry/postgres-release) (and possibly more postgres server) with a TLS handshake error. Do not use this release if you are using postgres. The fix is underway.
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.14...2.12.15
2.12.14
## Security Fixes
- Bump various dependencies
## What's Changed
* Update Java 1.8 to jre8u352
## Known issues
- This release breaks compatibility with [postgres-release](https://github.com/cloudfoundry/postgres-release) (and possibly more postgres server) with a TLS handshake error. Do not use this release if you are using postgres. The fix is underway.
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.13...2.12.14
|
| diego | 2.70.0 | |
| dotnet-core-offline-buildpack | 2.4.4 |
2.4.4
* Add dotnet-sdk 7.0.100
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/183841988)
* Add dotnet-aspnetcore 7.0.0
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/183841985)
* Add dotnet-runtime 7.0.0
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/183841983)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 3.1.31 | cflinuxfs3 |
| dotnet-aspnetcore | 6.0.11 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 7.0.0 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 3.1.31 | cflinuxfs3 |
| dotnet-runtime | 6.0.11 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 7.0.0 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 3.1.425 | cflinuxfs3 |
| dotnet-sdk | 6.0.403 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 7.0.100 | cflinuxfs3, cflinuxfs4 |
| libgdiplus | 6.1 | cflinuxfs3 |
| libgdiplus | 6.1 | cflinuxfs4 |
| libunwind | 1.6.2 | cflinuxfs3 |
| libunwind | 1.6.2 | cflinuxfs4 |
| node | 18.12.1 | cflinuxfs3 |
| node | 18.12.1 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| dotnet-runtime | 6.0.x |
| dotnet-aspnetcore | 6.0.x |
| dotnet-sdk | 6.0.x |
| bower | 1.8.x |
* Uncached buildpack SHA256: 07448060b0127c98d9fc2cee2ad4f7da1c8a4d192a4d12276f38b287cc97bdc0
* Uncached buildpack SHA256: 9f12d944e5f905ac90ce2185e8592b33c9231d99173416360b06c78bfbb5a462
2.4.3
* Add dotnet-aspnetcore 3.1.31, remove dotnet-aspnetcore 3.1.30
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183751987)
* Add dotnet-runtime 3.1.31, remove dotnet-runtime 3.1.30
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183751988)
* Add dotnet-sdk 6.0.403, remove dotnet-sdk 6.0.402
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/183751455)
* Add dotnet-aspnetcore 6.0.11, remove dotnet-aspnetcore 6.0.10
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/183751561)
* Add dotnet-runtime 6.0.11, remove dotnet-runtime 6.0.10
for stack(s) cflinuxfs4, cflinuxfs3
(https://www.pivotaltracker.com/story/show/183751459)
* Set node to version 18 (current LTS)
* Add node 18.12.1, remove node 16.18.0
for stack(s) cflinuxfs3, cflinuxfs4
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 3.1.31 | cflinuxfs3 |
| dotnet-aspnetcore | 6.0.11 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 3.1.31 | cflinuxfs3 |
| dotnet-runtime | 6.0.11 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 3.1.425 | cflinuxfs3 |
| dotnet-sdk | 6.0.403 | cflinuxfs3, cflinuxfs4 |
| libgdiplus | 6.1 | cflinuxfs3 |
| libgdiplus | 6.1 | cflinuxfs4 |
| libunwind | 1.6.2 | cflinuxfs3 |
| libunwind | 1.6.2 | cflinuxfs4 |
| node | 18.12.1 | cflinuxfs3 |
| node | 18.12.1 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| dotnet-runtime | 6.0.x |
| dotnet-aspnetcore | 6.0.x |
| dotnet-sdk | 6.0.x |
| bower | 1.8.x |
* Uncached buildpack SHA256: a4822cfc6111a2242b3d121db576724888e1b8de9d211cbf487e1aa332732d7b
* Uncached buildpack SHA256: f3a7ec75e95a02f4a97100555a730481dd65b1f9887a3ca65d014be3552eebaf
|
| garden-runc | 1.22.5 | |
| go-offline-buildpack | 1.10.2 |
1.10.2
* Add go 1.19.4, remove go 1.19.3 for stack(s) cflinuxfs4, cflinuxfs3
* Add go 1.18.9, remove go 1.18.8 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| dep | 0.5.4 | cflinuxfs3 |
| dep | 0.5.4 | cflinuxfs4 |
| glide | 0.13.3 | cflinuxfs3 |
| glide | 0.13.3 | cflinuxfs4 |
| go | 1.18.9 | cflinuxfs3 |
| go | 1.18.9 | cflinuxfs4 |
| go | 1.19.4 | cflinuxfs3 |
| go | 1.19.4 | cflinuxfs4 |
| godep | 80 | cflinuxfs3 |
| godep | 80 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| go | 1.18.x |
* Uncached buildpack SHA256: 2058855e3a1a3ba2d68bb0b44c6d82084b8b00b6354b4350ff1c15ff2823dcde
* Uncached buildpack SHA256: d3ac53055023dc81ff128d134ad0010827f2f4311772dc981957cebd1fe72a05
1.10.1
* Add go 1.19.3, remove go 1.19.2
for stack(s) cflinuxfs3, cflinuxfs4
(https://www.pivotaltracker.com/story/show/183690473)
* Add go 1.18.8, remove go 1.18.7
for stack(s) cflinuxfs3, cflinuxfs4
(https://www.pivotaltracker.com/story/show/183690496)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| dep | 0.5.4 | cflinuxfs3 |
| dep | 0.5.4 | cflinuxfs4 |
| glide | 0.13.3 | cflinuxfs3 |
| glide | 0.13.3 | cflinuxfs4 |
| go | 1.18.8 | cflinuxfs3 |
| go | 1.18.8 | cflinuxfs4 |
| go | 1.19.3 | cflinuxfs3 |
| go | 1.19.3 | cflinuxfs4 |
| godep | 80 | cflinuxfs3 |
| godep | 80 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| go | 1.18.x |
* Uncached buildpack SHA256: 511f34140c55d72e37e49bf27deab0f92ffc53c163cb063c5d9ee76b8e5ca2f8
* Uncached buildpack SHA256: b343fc1ff8f5f0af887b9fcbdb4851fcd100f50facde4d33337459db0c376eb8
|
| haproxy | 11.16.1 | |
| java-offline-buildpack | 4.53 | |
| log-cache | 2.12.4 |
v2.12.4
## What's Changed
* update golang release to 1.19.4
* dependency bumps
**Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v2.12.3...v2.12.4
|
| loggregator | 106.7.5 |
v106.7.5
## What's Changed
* Dependency bumps
* Update golang to 1.19.4
**Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.4...v106.7.5
v106.7.4
## What's Changed
* Traffic controller no longer waits for log-cache to be available by @mkocher in https://github.com/cloudfoundry/loggregator-release/pull/482
**Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.3...v106.7.4
|
| loggregator-agent | 6.5.5 |
v6.5.5
- bump-golang to v0.114.0 for golang 1.19.4
- Bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /src
- Bump github.com/valyala/fasthttp from 1.41.0 to 1.43.0 in /src
- Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 in /src
- Bump github.com/onsi/gomega from 1.24.0 to 1.24.1 in /src
- Bump github.com/prometheus/client_model from 0.2.0 to 0.3.0 in /src
- Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1
|
| mapfs | 1.2.12 | |
| metric-registrar | 1.2.14 |
v1.2.14
## What's Changed
- Bump to go1.19.3
- Bump dependencies
**Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v1.2.13...v1.2.14
|
| metrics-discovery | 3.2.4 |
v3.2.4
- bump-golang to v0.114.0 for golang 1.19.4
- Bump github.com/nats-io/nats.go from 1.19.0 to 1.21.0 in /src
- Bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /src
- Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 in /src
- Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0 in /src
- Bump github.com/onsi/gomega from 1.24.0 to 1.24.1 in /src
- Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1
|
| mysql-monitoring | 9.23.0 |
9.23.0
Final release 9.23.0
- Build with Go 1.19.4
|
| nats | 45 | |
| nfs-volume | 7.1.8 | |
| nginx-offline-buildpack | 1.1.45 | |
| nodejs-offline-buildpack | 1.8.3 | |
| notifications | 62 | |
| notifications-ui | 40 | |
| php-offline-buildpack | 4.4.68 |
4.4.68
* Add php 7.4.33, remove php 7.4.30
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183708118)
* Add php 8.1.12, remove php 8.1.10 (#728)
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183661829)
* Add php 8.0.25, remove php 8.0.23 (#725)
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183659835)
* Add composer 2.4.4, remove composer 2.4.2
for stack(s) cflinuxfs3
* Add appdynamics 22.10.0-627, remove appdynamics 22.8.0-588 (#723)
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183626767)
* Update default Nginx version (#721)
* Add nginx 1.23.2, remove nginx 1.23.1 (#720)
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183579482)
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| CAAPM | 20.11.0 | cflinuxfs3 | |
| appdynamics | 22.10.0-627 | cflinuxfs3 | |
| composer | 2.4.4 | cflinuxfs3 | |
| httpd | 2.4.54 | cflinuxfs3 | |
| newrelic | 9.20.0.310 | cflinuxfs3 | |
| nginx | 1.22.0 | cflinuxfs3 | |
| nginx | 1.23.2 | cflinuxfs3 | |
| php | 7.4.32 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lua, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, protobuf, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xmlrpc, xsl, yaf, yaml, zip, zlib |
| php | 7.4.33 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lua, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, protobuf, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xmlrpc, xsl, yaf, yaml, zip, zlib |
| php | 8.0.24 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.25 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.11 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.12 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
Default binary versions:
| name | version |
|-|-|
| php | 7.4.32 |
| httpd | 2.4.54 |
| newrelic | 9.20.0.310 |
| nginx | 1.23.2 |
| composer | 2.4.4 |
| CAAPM | 20.11.0 |
* Uncached buildpack SHA256: 5a4c0e4333e015a0a33464eedecc15a666efb56e958e257d90c5fafe690b07bf
|
| push-apps-manager-release | 676.0.7 | |
| push-offline-docs-release | 1.0.94 | |
| push-usage-service-release | 674.0.29 |
v674.0.29## Dependencies * **app-usage-service:** Updated to `v9035e15`. |
| pxc | 0.49.0 | |
| python-offline-buildpack | 1.8.3 |
1.8.3
* Add python 3.11.0
for stack(s) cflinuxfs3, cflinuxfs4
(https://www.pivotaltracker.com/story/show/183753096)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
| libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
| miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 |
| pip | 22.3.1 | cflinuxfs3, cflinuxfs4 |
| pipenv | 2022.11.5 | cflinuxfs3 |
| pipenv | 2022.11.5 | cflinuxfs4 |
| python | 3.7.15 | cflinuxfs3 |
| python | 3.7.15 | cflinuxfs4 |
| python | 3.8.15 | cflinuxfs3 |
| python | 3.8.15 | cflinuxfs4 |
| python | 3.9.15 | cflinuxfs3 |
| python | 3.9.15 | cflinuxfs4 |
| python | 3.10.8 | cflinuxfs3 |
| python | 3.10.8 | cflinuxfs4 |
| python | 3.11.0 | cflinuxfs3 |
| python | 3.11.0 | cflinuxfs4 |
| setuptools | 65.5.1 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| python | 3.10.x |
* Uncached buildpack SHA256: a0e3d5872626d07a988b7648d56028ddb67f31cc14b9a937bcab6bb8cbed4249
* Uncached buildpack SHA256: d203d81f9e5f7f672c48e6c65aca697e25b692d96f4da7f3b85ded1c8768e298
|
| r-offline-buildpack | 1.1.35 |
1.1.35
* Add r 4.2.2, remove r 4.2.0
for stack(s) cflinuxfs3
with dependencies for stack cflinuxfs3: forecast 8.18, plumber 1.2.1, rserve 1.8.10, shiny 1.7.3
(https://www.pivotaltracker.com/story/show/183673027)
* Rebuild r 4.2.1
for stack(s) cflinuxfs3
with dependencies for stack cflinuxfs3: forecast 8.18, plumber 1.2.1, rserve 1.8.10, shiny 1.7.3
(https://www.pivotaltracker.com/story/show/183633457)
* Bumps go.mod go version to 1.19
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| r | 3.6.2 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.1 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.2 | cflinuxfs3 | forecast, plumber, rserve, shiny |
* Uncached buildpack SHA256: 9f8baeeefe3c1d2dc00f08203670810795541eba1b1904a2b2d59b58c0b44489
|
| routing | 0.251.0 |
v0.251.0
## What's Changed
- When the `router.ca_certs` property switched from a multi-line string of certs, to an array of certs, gorouter started failing to start up if any of the certs provided were invalid. Previously they were ignored. This has been reverted, so that any invalid CA certs are ignored during startup. Thanks @ameowlia!
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.250.0...v0.251.0
v0.250.0
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.249.0...v0.250.0
## ✨ Built with go 1.19.4
v0.249.0
## What's Changed
* Switch to healthecker package in cf-networking-helpers by @mariash in https://github.com/cloudfoundry/routing-release/pull/302
* Add healthchecker package to sync-package-specs file by @mariash in https://github.com/cloudfoundry/routing-release/pull/303
* **Potential Breaking change:** In preperation for mtls between gorouter and routing api, add gorouter backends ca to routing-api. Rendering these certs depends on routing-api consuming a link from gorouter. If you have multiple gorouter instance groups (for example in the case of isolation segments), you need to rename bosh links to prevent the error "Multiple link providers found. For an example of link renaming, see [this ops file](https://github.com/cloudfoundry/cf-deployment/blob/main/operations/test/add-persistent-isolation-segment-router.yml#L74) by @reneighbor in https://github.com/cloudfoundry/routing-release/pull/300
* Ensure gorouter-healthchecker doesn't restart gorouter forever on failure by @geofffranks in https://github.com/cloudfoundry/routing-release/pull/305
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.248.0...v0.249.0
v0.248.0
## What's Changed
* Handle nil ca cert in ca_certs property list
v0.247.0
## What's Changed
* gorouter template cleans `router.ca_certs` property to remove empty certificates
v0.246.0
## What's Changed
* Update `router.ca_certs` property to accept and array of certificates instead of a string block. Thanks @peanball!
v0.245.0
## What's Changed
* Gorouter's pre-start script now reserves ports used by other CF components when it increases the number of ephemeral ports available through `/proc/sys/net/ipv4/ip_local_reserved_ports`. This resolves issues when components fail to start up during deploys/monit restarts due to accidental port collisions with outbound traffic from the VM. Thanks @ameowlia !
* Routing-release no longer makes use of the deprecated uaa-go-client, and uses go-uaa instead
* The `routing_utils/nats_client` helper utility now supports saving + loading gorouter's routing tables.
* Fixed a memory leak with `gorouter` that resulted in HTTP request objects being held open if a client canceled the connection before the App responded. Thanks @geofffranks !
* **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.244.0...v0.245.0
## ✨ Built with go 1.19.3
|
| ruby-offline-buildpack | 1.8.60 |
1.8.60
* Add bundler 2.3.25, remove bundler 2.3.24
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183700877)
* Add rubygems 3.3.25, remove rubygems 3.3.24
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183700127)
* Add node 18.12.1, remove node 16.18.0
for stack(s) cflinuxfs3
* Add jruby 9.3.9.0, remove jruby 9.3.8.0
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183621295)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bundler | 1.17.3 | cflinuxfs3 |
| bundler | 2.3.25 | cflinuxfs3 |
| jruby | 9.2.21.0 | cflinuxfs3 |
| jruby | 9.3.9.0 | cflinuxfs3 |
| node | 18.12.1 | cflinuxfs3 |
| openjdk1.8-latest | 1.8.0 | cflinuxfs3 |
| ruby | 2.7.5 | cflinuxfs3 |
| ruby | 2.7.6 | cflinuxfs3 |
| ruby | 3.0.3 | cflinuxfs3 |
| ruby | 3.0.4 | cflinuxfs3 |
| ruby | 3.1.1 | cflinuxfs3 |
| ruby | 3.1.2 | cflinuxfs3 |
| rubygems | 3.3.25 | cflinuxfs3 |
| yarn | 1.22.19 | cflinuxfs3 |
Default binary versions:
| name | version |
|-|-|
| ruby | 2.7.x |
* Uncached buildpack SHA256: c5fd8da054202aa26d01516cf2ccb4c04b0f13fcc665abe7b5db3557e2956225
|
| silk | 3.16.0 | |
| smb-volume | 3.1.6 | |
| smoke-tests | 4.8.1 | |
| staticfile-offline-buildpack | 1.5.35 | |
| statsd-injector | 1.11.26 |
v1.11.26
- bump-golang to v0.114.0 for golang 1.19.4
- Bump github.com/onsi/gomega from 1.24.0 to 1.24.1 in /src
- Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 in /src
- Bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /src
|
| syslog | 11.8.6 |
v11.8.6
Update golang to 1.19.4
**Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v11.8.5...v11.8.6
|
| system-metrics-scraper | 3.3.4 |
v3.3.4
- bump-golang to v0.114.0
- Bump github.com/nats-io/nats.go from 1.20.0 to 1.21.0 in /src
- Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 in /src
- Bump github.com/nats-io/nats.go from 1.19.1 to 1.20.0 in /src
- Bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /src
- Bump github.com/onsi/gomega from 1.24.0 to 1.24.1 in /src
v3.3.3
## What's Changed
- Bump to go1.19.3
- Bump dependencies
**Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.2...v3.3.3
v3.3.2
## What's Changed
* limits amount of scraping at a time by @Benjamintf1 @mkocher in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/55
* bump golang to 1.19.2
**Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.1...v3.3.2
v3.3.1
## What's Changed
* Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0 in /src by @dependabot in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/43
* Bump github.com/hashicorp/go-hclog from 1.3.0 to 1.3.1 in /src by @dependabot in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/44
* Bump github.com/nats-io/nats.go from 1.16.0 to 1.17.0 in /src by @dependabot in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/42
* Bump golang to 1.19.1 by @Benjamintf1 in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/45
## New Contributors
* @rroberts2222 made their first contribution in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/46
**Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.0...v3.3.1
v3.3.0
## What's Changed
* Add ReadHeaderTimeouts to all servers by @ctlong in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/35
* Bump dependencies by @dependabot in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/36
* Bump to golang 1.18.6
**Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.2.8...v3.3.0
|
| uaa | 74.5.60 |
v74.5.60
## What's Changed
* Bump github.com/cloudfoundry/bosh-utils from 0.0.342 to 0.0.343 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/451
* Various dependency bumps in server source code.
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.59...v74.5.60
v74.5.59
## What's Changed
* Bump versions.tomcatVersion from 9.0.68 to 9.0.69 by @dependabot in https://github.com/cloudfoundry/uaa/pull/2098
* Bump zeitwerk from 2.6.5 to 2.6.6 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/449
* Bump github.com/cloudfoundry/bosh-utils from 0.0.341 to 0.0.342 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/448
* Bump github.com/onsi/gomega from 1.24.0 to 1.24.1 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/447
* Upgrade Newrelic to [version 7.11.1](https://github.com/cloudfoundry/uaa-release/commit/39d50dff8e0618f1a78d23d7973bf3d81bbca39d)
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.58...v74.5.59
|
Release Date: 12/01/2022
1.127.62.12.137.1.80.48.011.8.574.5.58| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.305 | |
| backup-and-restore-sdk | 1.18.57 | |
| binary-offline-buildpack | 1.0.47 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.27 | |
| bpm | 1.1.19 | |
| capi | 1.127.6 | |
| cf-autoscaling | 249.0.23 | |
| cf-cli | 1.41.0 | |
| cf-networking | 3.12.0 | |
| cflinuxfs3 | 0.332.0 | |
| credhub | 2.12.13 |
2.12.13
### Security Fixes
- Bump various dependencies
## What's Changed
* Improve pre-start script error log in https://github.com/pivotal/credhub-release/pull/72
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.12...2.12.13
|
| diego | 2.69.0 | |
| dotnet-core-offline-buildpack | 2.4.2 | |
| garden-runc | 1.22.5 | |
| go-offline-buildpack | 1.10.0 | |
| haproxy | 11.16.0 | |
| java-offline-buildpack | 4.53 | |
| log-cache | 2.12.3 | |
| loggregator | 106.7.3 | |
| loggregator-agent | 6.5.4 | |
| mapfs | 1.2.12 | |
| metric-registrar | 1.2.13 | |
| metrics-discovery | 3.2.3 | |
| mysql-monitoring | 9.22.0 | |
| nats | 45 | |
| nfs-volume | 7.1.8 | |
| nginx-offline-buildpack | 1.1.45 | |
| nodejs-offline-buildpack | 1.8.3 | |
| notifications | 62 | |
| notifications-ui | 40 | |
| php-offline-buildpack | 4.4.67 | |
| push-apps-manager-release | 676.0.6 | |
| push-offline-docs-release | 1.0.94 | |
| push-usage-service-release | 674.0.25 | |
| pxc | 0.48.0 | |
| python-offline-buildpack | 1.8.0 | |
| r-offline-buildpack | 1.1.34 | |
| routing | 0.244.0 | |
| ruby-offline-buildpack | 1.8.59 | |
| silk | 3.12.0 | |
| smb-volume | 3.1.6 | |
| smoke-tests | 4.8.1 | |
| staticfile-offline-buildpack | 1.5.35 | |
| statsd-injector | 1.11.25 | |
| syslog | 11.8.5 |
v11.8.5
* update dependencies
* update golang to 1.19.3
**Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v11.8.4...v11.8.5
|
| system-metrics-scraper | 3.2.8 | |
| uaa | 74.5.58 |
v74.5.58
## What's Changed
* Bump zeitwerk from 2.6.1 to 2.6.5 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/445
* Bump github.com/onsi/gomega from 1.23.0 to 1.24.0 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/444
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.57...v74.5.58
|
Release Date: 11/10/2022
java_buildpack_offline to version 4.53 to fix the known issue relating to Spring Auto Reconfiguration. This is once again enabled by default. For more information, see java-offline-buildpack v4.52 Disallows Spring Auto Reconfiguration by Default.1.18.571.0.470.0.271.127.5249.0.230.332.02.12.122.69.02.4.21.22.51.10.011.16.04.532.12.3106.7.36.5.41.2.121.2.133.2.39.22.01.1.451.8.34.4.670.47.01.8.01.1.340.244.01.8.593.1.64.8.11.5.351.11.2511.8.474.5.57| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.305 | |
| backup-and-restore-sdk | 1.18.57 |
v1.18.57## Changes * Add a script that the autobumper task can use for ncurses (#739) * Prep for a gomega upgrade (#743) * Support mysql-8.0 on ubuntu-xenial stemcells (#738) * Update vendored package golang-1-linux (#745) * Wire in the ncurses autobumper from PR 739 (#740) * chore(dockerize-release): compile BOSH packages concurrently (#741) ## Dependencies * **gomega:** Updated to v1.23.0. v1.18.55## Changes * Bump mysql from 5.7.38 to 5.7.39 (#722) ## Dependencies * **gomega:** Updated to v1.22.1. v1.18.54## Changes * Add a unit tests workflow for sdk-release-tests (#714) * Add airgap tests (#704) * Bump mariadb from 10.6.9 to 10.6.10 (#711) * Update vendored package golang-1-linux (#718) ## Dependencies * **storage:** Updated to v1.27.0. v1.18.53## Changes * Update vendored package golang-1-linux (#677) ## Dependencies * **bosh-backup-and-restore:** Updated to v1.9.38. v1.18.52
## Changes
* Add final release 1.18.51 [ci skip]
* Make the mysql8 packaging script work in airgapped environments (#703)
v1.18.51## Changes * Add final release 1.18.50 [ci skip] * Feature/mysql 8 support (#702) ## Dependencies * **storage:** Updated to v1.26.0. |
| binary-offline-buildpack | 1.0.47 |
1.0.47
* Update libbuildpack
* Uncached buildpack SHA256: 4dd3ba6d0802797fd8a27f2624660aa877d7d6990c977e37f6391e6592376ca8
* Uncached buildpack SHA256: f7cec524cf452026823432b755e3acdffc39a0f498272d0be8bddec00ec16d67
* Uncached buildpack SHA256: c65dae7aaa1e4744fcac88d48f6aac3c85012cb6f42b671798a7a50300e6a333
1.0.46
* Update libbuildpack
* Uncached buildpack SHA256: c783f83e8338b27dac50b0d727f5d97144637c242bb196862032b31c2e7f03c8
* Uncached buildpack SHA256: 356de9c16e950aafc26b38de344c9194f90a4504f659124b27f2e5240dcdcffa
* Uncached buildpack SHA256: 3cf7f7db4b583c70bf96a7f783c08927194397898c5ab45cc5b0719c4df542a6
|
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.27 | |
| bpm | 1.1.19 | |
| capi | 1.127.5 | |
| cf-autoscaling | 249.0.23 | |
| cf-cli | 1.41.0 | |
| cf-networking | 3.12.0 | |
| cflinuxfs3 | 0.332.0 | |
| credhub | 2.12.12 |
2.12.12
### Fixes
- Handles Postgres queries when there are more than 65535 certificates that the user has permission to access.
### Security Fixes
- Bump various dependencies
**Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.11...2.12.12
2.12.11
### Security Fixes
- Bump various dependencies
2.12.10
### Security Fixes
- Bump various dependencies
- Bump Spring Boot from 2.7.3 to 2.7.4
2.12.9
### Security Fixes
- Bump various dependencies
### Enhancements
- Improve Find a Credential by Name-Like query performance
|
| diego | 2.69.0 |
v2.69.0
## Changes
- Bump Golang to go1.19.2 @cf-diego (#642)
### ✨ Built with go 1.19.2
**Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.68.0...v2.69.0
## Resources
- [Download release v2.69.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.69.0).
- Verified with [cloudfoundry/cf-deployment @ `6ec2aca405f23a2eb32ec4108d3385edcfdb9b22`](https://github.com/cloudfoundry/cf-deployment/commit/6ec2aca405f23a2eb32ec4108d3385edcfdb9b22).
v2.68.0
## Changes
* Bump to go 1.19.1! Thanks @mariash!
* Add buildvcs=false to all windows package compilation. Thanks @geofffranks!
### ✨ Built with go 1.19.1
**Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.67.0...v2.68.0
v2.67.0
## Changes
- `cacheddownloader` now has a backoff algorithm when retrying failed downloads. This was provided as a way to work around thundering herds of cells downloading and overwhelming rate-limited blobstores. Thanks for the PR @prycey77!
- Bump natsclient + route-emitter dependencies
## ✨ Built with go 1.18.5
## Resources
- [Download release v2.67.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.67.0).
- Verified with [cloudfoundry/cf-deployment @ `e639b051fdd968f5931f1c14e80cb7d4cbc32ea6`](https://github.com/cloudfoundry/cf-deployment/commit/e639b051fdd968f5931f1c14e80cb7d4cbc32ea6).
v2.66.4
This release was created by mistake through CI. See v2.67.0 instead
|
| dotnet-core-offline-buildpack | 2.4.2 |
2.4.2
* Add node 16.18.0, remove node 16.17.0 for stack(s) cflinuxfs3, cflinuxfs4
* Add dotnet-sdk 3.1.424, remove dotnet-sdk 3.1.423 for stack(s) cflinuxfs3
* Add dotnet-runtime 3.1.30, remove dotnet-runtime 3.1.29 for stack(s) cflinuxfs3
* Add dotnet-aspnetcore 3.1.30, remove dotnet-aspnetcore 3.1.29 for stack(s) cflinuxfs3
* Add dotnet-sdk 6.0.402, remove dotnet-sdk 6.0.401 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-runtime 6.0.10, remove dotnet-runtime 6.0.9 for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-aspnetcore 6.0.10, remove dotnet-aspnetcore 6.0.9 for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 3.1.30 | cflinuxfs3 |
| dotnet-aspnetcore | 6.0.10 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 3.1.30 | cflinuxfs3 |
| dotnet-runtime | 6.0.10 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 3.1.424 | cflinuxfs3 |
| dotnet-sdk | 6.0.402 | cflinuxfs3, cflinuxfs4 |
| libgdiplus | 6.1 | cflinuxfs3 |
| libgdiplus | 6.1 | cflinuxfs4 |
| libunwind | 1.6.2 | cflinuxfs3 |
| libunwind | 1.6.2 | cflinuxfs4 |
| node | 16.18.0 | cflinuxfs3 |
| node | 16.18.0 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| dotnet-runtime | 6.0.x |
| dotnet-aspnetcore | 6.0.x |
| dotnet-sdk | 6.0.x |
| bower | 1.8.x |
* Uncached buildpack SHA256: 6d39ad86c292780ffb933b17b9ea2b3dbf8dfc8a4051e6b8eee4a287a48fad89
* Uncached buildpack SHA256: 19e73da01d2aa75447f8e77486222601fe0d88c92f3661e9646151c9ba49e814
2.4.1
* Bug Fix: Fix logic in rolling the version forward
(https://github.com/cloudfoundry/dotnet-core-buildpack/pull/646)
* Add dotnet-sdk 3.1.423, remove dotnet-sdk 3.1.421
for stack(s) cflinuxfs3
* Add dotnet-sdk 6.0.401, remove dotnet-sdk 6.0.302
for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-runtime 3.1.29, remove dotnet-runtime 3.1.27
for stack(s) cflinuxfs3
* Add dotnet-runtime 6.0.9, remove dotnet-runtime 6.0.7
for stack(s) cflinuxfs4, cflinuxfs3
* Add dotnet-aspnetcore 3.1.29, remove dotnet-aspnetcore 3.1.27
for stack(s) cflinuxfs3
* Add dotnet-aspnetcore 6.0.9, remove dotnet-aspnetcore 6.0.7
for stack(s) cflinuxfs4, cflinuxfs3
* Add node 16.17.0, remove node 16.16.0
for stack(s) cflinuxfs4, cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
| dotnet-aspnetcore | 3.1.29 | cflinuxfs3 |
| dotnet-aspnetcore | 6.0.9 | cflinuxfs3, cflinuxfs4 |
| dotnet-runtime | 3.1.29 | cflinuxfs3 |
| dotnet-runtime | 6.0.9 | cflinuxfs3, cflinuxfs4 |
| dotnet-sdk | 3.1.423 | cflinuxfs3 |
| dotnet-sdk | 6.0.401 | cflinuxfs3, cflinuxfs4 |
| libgdiplus | 6.1 | cflinuxfs3 |
| libgdiplus | 6.1 | cflinuxfs4 |
| libunwind | 1.6.2 | cflinuxfs3 |
| libunwind | 1.6.2 | cflinuxfs4 |
| node | 16.17.0 | cflinuxfs3 |
| node | 16.17.0 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| dotnet-runtime | 6.0.x |
| dotnet-aspnetcore | 6.0.x |
| dotnet-sdk | 6.0.x |
| bower | 1.8.x |
* Uncached buildpack SHA256: 2dd283982a7b3a3ff3187392a684371151360c706023f0d4fe7ae3f6dc0aab9d
* Uncached buildpack SHA256: 18225e8c81aafbec68348399ddd7c58a3e0420bbfe6479c5964b08797013ff40
|
| garden-runc | 1.22.5 | |
| go-offline-buildpack | 1.10.0 |
1.10.0
* Add support for cflinuxfs4 stack
* Add go 1.19.2, remove go 1.19 for stack(s) cflinuxfs4, cflinuxfs3
* Update Go Buildpack dependencies to only keep 1 of each patch version (latest)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| dep | 0.5.4 | cflinuxfs3 |
| dep | 0.5.4 | cflinuxfs4 |
| glide | 0.13.3 | cflinuxfs3 |
| glide | 0.13.3 | cflinuxfs4 |
| go | 1.18.7 | cflinuxfs3 |
| go | 1.18.7 | cflinuxfs4 |
| go | 1.19.2 | cflinuxfs3 |
| go | 1.19.2 | cflinuxfs4 |
| godep | 80 | cflinuxfs3 |
| godep | 80 | cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| go | 1.18.x |
* Uncached buildpack SHA256: 35f3b6b61c19104db056610fea83cc19b3c04788aec3772be4c0c9d4a46fc50f
* Uncached buildpack SHA256: 802aa0da6b655ad5f05ccbba452d609a77a61a7daf4d7a05c1ce493a90de8256
1.9.50
* Deprecate Go 1.17 (#285)
* Add go 1.19.1
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183191986)
* Add go 1.18.6, remove go 1.18.4
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183191760)
* Adds --stack flag for integration tests
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| dep | 0.5.4 | cflinuxfs3 |
| glide | 0.13.3 | cflinuxfs3 |
| go | 1.18.4 | cflinuxfs3 |
| go | 1.18.5 | cflinuxfs3 |
| go | 1.18.6 | cflinuxfs3 |
| go | 1.19 | cflinuxfs3 |
| go | 1.19.1 | cflinuxfs3 |
| godep | 80 | cflinuxfs3 |
Default binary versions:
| name | version |
|-|-|
| go | 1.18.x |
* Uncached buildpack SHA256: 647b82f99fe9e52a7aff5be5e5811c37c85823d7b120b37f3f6957a303684b2e
|
| haproxy | 11.16.0 | |
| java-offline-buildpack | 4.53 |
4.53
I'm pleased to announce the release of the java-buildpack, version 4.53. It primarily includes new OpenJDK versions, which are based on the Oracle Java Quarterly Updates for Oct 2022.
- This release also includes an enhancement to the Sealights framework, more field are supported for a User-Provided service (#964).
## 🚨 Deprecation of Spring Cloud Connectors & Spring Auto Reconfiguration 🚨
This release reverts the change made in v4.51 which deactivated the Spring Auto Reconfiguration framework by default. From this release, it's enabled by default as per all versions < 4.51. This is to provide users with more time to migrate to the recommended alternative library, `java-cfenv`. The default of disabled happens in a release after March 2023, and the library is removed in a release after March 2024. As before, you can [post feedback/comments to this issue](https://github.com/cloudfoundry/java-buildpack/issues/951).
For a more detailed look at the changes in 4.53, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.52...v4.53). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release.
| Dependency | Version | CVEs | Release Notes |
| ---------- | ------- | ---- | ------------- |
| AppDynamics Agent | `22.9.1_34265` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) |
| Azure Application Insights Agent | `2.6.2` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) |
| CA Introscope APM Framework | `22.8.0_48` | | |
| Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above |
| Container Security Provider | `1.19.0_RELEASE` |Included inline above | Included inline above |
| Contrast Security Agent | `3.18.1` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) |
| Datadog APM Javaagent | `0.114.0` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) |
| Elastic APM Agent | `1.34.1` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) |
| Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) |
| Geode Tomcat Session Store | `1.12.5` | | |
| Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) |
| Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) |
| Groovy | `2.5.19` | | [Release Notes](http://www.groovy-lang.org/releases.html) |
| JaCoCo Agent | `0.8.8` | | [Release Notes](https://github.com/jacoco/jacoco/releases) |
| Java Memory Assistant Agent | `0.5.0` | | |
| Java Memory Assistant Clean Up | `0.1.0` | | |
| JProfiler Profiler | `12.0.4` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) |
| JRebel Agent | `2022.4.1` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) |
| jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above |
| MariaDB JDBC Driver | `2.7.2` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-274-release-notes/) |
| Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above |
| Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above |
| New Relic Agent | `7.11.0` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) |
| OpenJDK JRE 11 | `11.0.17_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.17/) |
| OpenJDK JRE 17 | `17.0.5_8` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.5/) |
| OpenJDK JRE 8 | `1.8.0_352` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u352/) |
| PostgreSQL JDBC Driver | `42.5.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) |
| Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above |
| Riverbed Appinternals Agent | `11.8.5_BL527` | | |
| SeaLights Agent | `4.0.2145` | | |
| SkyWalking | `8.9.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) |
| Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above |
| Spring Boot CLI | `2.7.5` | | |
| Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above |
| Tomcat | `9.0.68` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) |
| Tomcat Access Logging Support | `3.3.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Lifecycle Support | `3.3.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Logging Support | `3.3.0_RELEASE` |Included inline above | Included inline above |
| YourKit Profiler | `2022.9.171` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) |
4.52
I'm pleased to announce the release of the `java-buildpack`, version `4.52`. This is a maintenance release and support is added for the `cflinuxfs4` stack.
For a more detailed look at the changes in 4.52, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.51...v4.52). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release.
## Deprecation of Spring Cloud Connectors & Spring Auto Reconfiguration
This feature is now deactivated by default. Full details for this change can be found in the release notes [from v4.49](https://github.com/cloudfoundry/java-buildpack/releases/tag/v4.49). As before, you can [post feedback/comments to this issue](https://github.com/cloudfoundry/java-buildpack/issues/951).
## Packaged Dependencies
| Dependency | Version | CVEs | Release Notes |
| ---------- | ------- | ---- | ------------- |
| AppDynamics Agent | `22.8.0_34104` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) |
| Azure Application Insights Agent | `2.6.2` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) |
| CA Introscope APM Framework | `22.6.0_9` | | |
| Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above |
| Container Security Provider | `1.19.0_RELEASE` |Included inline above | Included inline above |
| Contrast Security Agent | `3.18.1` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) |
| Datadog APM Javaagent | `0.108.2` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) |
| Elastic APM Agent | `1.34.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) |
| Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) |
| Geode Tomcat Session Store | `1.12.5` | | |
| Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) |
| Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) |
| Groovy | `2.5.18` | | [Release Notes](http://www.groovy-lang.org/releases.html) |
| JaCoCo Agent | `0.8.8` | | [Release Notes](https://github.com/jacoco/jacoco/releases) |
| Java Memory Assistant Agent | `0.5.0` | | |
| Java Memory Assistant Clean Up | `0.1.0` | | |
| JProfiler Profiler | `12.0.4` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) |
| JRebel Agent | `2022.3.2` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) |
| jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above |
| MariaDB JDBC Driver | `2.7.2` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-274-release-notes/) |
| Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above |
| Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above |
| New Relic Agent | `7.10.0` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) |
| OpenJDK JRE 11 | `11.0.16_8` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.16/) |
| OpenJDK JRE 17 | `17.0.4_8` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.4/) |
| OpenJDK JRE 8 | `1.8.0_345` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u345/) |
| PostgreSQL JDBC Driver | `42.5.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) |
| Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above |
| Riverbed Appinternals Agent | `11.8.5_BL527` | | |
| SeaLights Agent | `3.1.2121` | | |
| SkyWalking | `8.9.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) |
| Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above |
| Spring Boot CLI | `2.7.3` | | |
| Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above |
| Tomcat | `9.0.65` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) |
| Tomcat Access Logging Support | `3.3.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Lifecycle Support | `3.3.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Logging Support | `3.3.0_RELEASE` |Included inline above | Included inline above |
| YourKit Profiler | `2022.3.108` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) |
4.51
I'm pleased to announce the release of the `java-buildpack`, version `4.51`. This release makes the change in line with #951 which deactivates Spring Auto Reconfiguration by default. Users can still explicitly opt-in to this feature by enabling it manually, until after Dec 2022 when it's fully removed.
This version also includes a patch release for Java 8 (1.8.0_345).
For a more detailed look at the changes in 4.51, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.50...v4.51). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release.
## Deprecation of Spring Cloud Connectors & Spring Auto Reconfiguration
Full details for this change can be found in the release notes [from v4.49](https://github.com/cloudfoundry/java-buildpack/releases/tag/v4.49). As before, you can [post feedback/comments to this issue](https://github.com/cloudfoundry/java-buildpack/issues/951).
## Packaged Dependencies
| Dependency | Version | CVEs | Release Notes |
| ---------- | ------- | ---- | ------------- |
| AppDynamics Agent | `22.8.0_34104` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) |
| Azure Application Insights Agent | `2.6.2` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) |
| CA Introscope APM Framework | `22.6.0_9` | | |
| Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above |
| Container Security Provider | `1.19.0_RELEASE` |Included inline above | Included inline above |
| Contrast Security Agent | `3.18.1` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) |
| Datadog APM Javaagent | `0.108.1` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) |
| Elastic APM Agent | `1.34.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) |
| Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) |
| Geode Tomcat Session Store | `1.12.5` | | |
| Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) |
| Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) |
| Groovy | `2.5.18` | | [Release Notes](http://www.groovy-lang.org/releases.html) |
| JaCoCo Agent | `0.8.8` | | [Release Notes](https://github.com/jacoco/jacoco/releases) |
| Java Memory Assistant Agent | `0.5.0` | | |
| Java Memory Assistant Clean Up | `0.1.0` | | |
| JProfiler Profiler | `12.0.4` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) |
| JRebel Agent | `2022.3.2` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) |
| jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above |
| MariaDB JDBC Driver | `2.7.2` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-274-release-notes/) |
| Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above |
| Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above |
| New Relic Agent | `7.10.0` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) |
| OpenJDK JRE 11 | `11.0.16_8` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.16/) |
| OpenJDK JRE 17 | `17.0.4_8` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.4/) |
| OpenJDK JRE 8 | `1.8.0_345` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u345/) |
| PostgreSQL JDBC Driver | `42.5.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) |
| Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above |
| Riverbed Appinternals Agent | `11.8.5_BL527` | | |
| SeaLights Agent | `3.1.2121` | | |
| SkyWalking | `8.9.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) |
| Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above |
| Spring Boot CLI | `2.7.3` | | |
| Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above |
| Tomcat | `9.0.65` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) |
| Tomcat Access Logging Support | `3.3.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Lifecycle Support | `3.3.0_RELEASE` |Included inline above | Included inline above |
| Tomcat Logging Support | `3.3.0_RELEASE` |Included inline above | Included inline above |
| YourKit Profiler | `2022.3.107` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) |
|
| log-cache | 2.12.3 | |
| loggregator | 106.7.3 | |
| loggregator-agent | 6.5.4 | |
| mapfs | 1.2.12 |
v1.2.12## Changes * Replace `go get` with `go install` (#23) * Update vendored package golang-1-linux (#26) * Update vendored package golang-1-linux (#27) ## Dependencies * **mapfs:** Updated to v`27f8711`. |
| metric-registrar | 1.2.13 | |
| metrics-discovery | 3.2.3 | |
| mysql-monitoring | 9.22.0 |
9.22.0
Final release 9.22.0
- Build w/ go 1.19.2
v9.21.0
- Build with Go 1.19.1
v9.19.0
**New features**
The `mysql-metrics` job now supports a `mysql-metrics.port` option to specify the MySQL port when scraping database metrics. This port defaults to 3306 but might be configured to a non-standard port.
|
| nats | 45 | |
| nfs-volume | 7.1.3 | |
| nginx-offline-buildpack | 1.1.45 |
1.1.45
* Add nginx 1.23.2, remove nginx 1.23.1 for stack(s) cflinuxfs3
* Add nginx 1.22.1, remove nginx 1.22.0 for stack(s) cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.22.1 | cflinuxfs3 |
| nginx | 1.23.2 | cflinuxfs3 |
| openresty | 1.13.6.2 | cflinuxfs3 |
| openresty | 1.15.8.3 | cflinuxfs3 |
| openresty | 1.17.8.2 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs3 |
| openresty | 1.21.4.1 | cflinuxfs3 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.23.x |
* Uncached buildpack SHA256: 59553ae241975530230e065f996a0434b7a85df061b3d79ec8f3073f3701c720
1.1.44
* Update libbuildpack
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.22.0 | cflinuxfs3 |
| nginx | 1.23.1 | cflinuxfs3 |
| openresty | 1.13.6.2 | cflinuxfs3 |
| openresty | 1.15.8.3 | cflinuxfs3 |
| openresty | 1.17.8.2 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs3 |
| openresty | 1.21.4.1 | cflinuxfs3 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.23.x |
* Uncached buildpack SHA256: 29cc1a2aea42cfb654f31ee6e0c7bdb14521679fab127b26fa396b055b9c8033
1.1.43
* Update libbuildpack
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.22.0 | cflinuxfs3 |
| nginx | 1.23.1 | cflinuxfs3 |
| openresty | 1.13.6.2 | cflinuxfs3 |
| openresty | 1.15.8.3 | cflinuxfs3 |
| openresty | 1.17.8.2 | cflinuxfs3 |
| openresty | 1.19.9.1 | cflinuxfs3 |
| openresty | 1.21.4.1 | cflinuxfs3 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.23.x |
* Uncached buildpack SHA256: 4f3acdd173c641d69e65ee46b28eee41660539110fe0729a53d60db4a4c170c7
|
| nodejs-offline-buildpack | 1.8.3 |
1.8.3
* Add node 18.12.1, remove node 18.9.0
for stack(s) cflinuxfs3, cflinuxfs4
* Add node 14.21.1, remove node 14.20.0
for stack(s) cflinuxfs3, cflinuxfs4
* Add node 16.18.1, remove node 16.17.1
for stack(s) cflinuxfs3, cflinuxfs4
(https://www.pivotaltracker.com/story/show/183724805)
* Bumps go.mod go version to 1.19
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| node | 14.20.1 | cflinuxfs3 |
| node | 14.20.1 | cflinuxfs4 |
| node | 14.21.1 | cflinuxfs3 |
| node | 14.21.1 | cflinuxfs4 |
| node | 16.18.0 | cflinuxfs3 |
| node | 16.18.0 | cflinuxfs4 |
| node | 16.18.1 | cflinuxfs3 |
| node | 16.18.1 | cflinuxfs4 |
| node | 18.10.0 | cflinuxfs3 |
| node | 18.10.0 | cflinuxfs4 |
| node | 18.12.1 | cflinuxfs3 |
| node | 18.12.1 | cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| node | 16.x |
* Uncached buildpack SHA256: 2891efd8d931f6e7c10253bc116cb90544a086a47966532eee13af60414f1ede
* Uncached buildpack SHA256: cf64d739fafe8a94abff4573cccabf1873e96b923c6f744de14c2e5e106f5903
1.8.2
* Add node 16.18.0, remove node 16.17.0 for stack(s) cflinuxfs4, cflinuxfs3
* Adding error message when npm install fails (#522)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| node | 14.20.0 | cflinuxfs3 |
| node | 14.20.0 | cflinuxfs4 |
| node | 14.20.1 | cflinuxfs3 |
| node | 14.20.1 | cflinuxfs4 |
| node | 16.17.1 | cflinuxfs3 |
| node | 16.17.1 | cflinuxfs4 |
| node | 16.18.0 | cflinuxfs4 |
| node | 16.18.0 | cflinuxfs3 |
| node | 18.9.0 | cflinuxfs3 |
| node | 18.9.0 | cflinuxfs4 |
| node | 18.10.0 | cflinuxfs3 |
| node | 18.10.0 | cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| node | 16.x |
* Uncached buildpack SHA256: fa3ba16a26ff03da9312e4717bbcd4640a8bf1d1d275193980075209a2c4cd62
* Uncached buildpack SHA256: 65afb62e378e5d9ba02d1ca6184aca3fcc901d772464e4e254594b6ee7342136
1.8.0
* Add support for cflinuxfs4 stack
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| node | 14.19.3 | cflinuxfs3 |
| node | 14.20.0 | cflinuxfs3 |
| node | 14.20.0 | cflinuxfs4 |
| node | 16.16.0 | cflinuxfs3 |
| node | 16.17.0 | cflinuxfs3 |
| node | 16.17.0 | cflinuxfs4 |
| node | 18.7.0 | cflinuxfs3 |
| node | 18.9.0 | cflinuxfs3 |
| node | 18.9.0 | cflinuxfs4 |
| yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| node | 16.x |
* Uncached buildpack SHA256: 9c916f1475c3ebfa8cb1531a31a6b70829b29e36380d3496dd105c2d8109c5de
* Uncached buildpack SHA256: 7b59d44895ad526dd3f87bf176a5fd7a08f55f0cf4f91dcb8b2c1fa474292385
|
| notifications | 62 | |
| notifications-ui | 40 | |
| php-offline-buildpack | 4.4.67 |
4.4.67
* Add php 7.4.32, remove php 7.4.29 for stack(s) cflinuxfs3
* Add php 8.1.11, remove php 8.1.9 for stack(s) cflinuxfs3
* Add php 8.0.24, remove php 8.0.22 for stack(s) cflinuxfs3
* Add composer 2.4.2, remove composer 2.4.1 for stack(s) cflinuxfs3
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| CAAPM | 20.11.0 | cflinuxfs3 | |
| appdynamics | 22.8.0-588 | cflinuxfs3 | |
| composer | 2.4.2 | cflinuxfs3 | |
| httpd | 2.4.54 | cflinuxfs3 | |
| newrelic | 9.20.0.310 | cflinuxfs3 | |
| nginx | 1.22.0 | cflinuxfs3 | |
| nginx | 1.23.1 | cflinuxfs3 | |
| php | 7.4.30 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lua, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, protobuf, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xmlrpc, xsl, yaf, yaml, zip, zlib |
| php | 7.4.32 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lua, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, protobuf, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xmlrpc, xsl, yaf, yaml, zip, zlib |
| php | 8.0.23 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.24 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.10 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.11 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
Default binary versions:
| name | version |
|-|-|
| php | 7.4.32 |
| httpd | 2.4.54 |
| newrelic | 9.20.0.310 |
| nginx | 1.23.1 |
| composer | 2.4.2 |
| CAAPM | 20.11.0 |
* Uncached buildpack SHA256: 637cbc9daa642ce3d3f42377ea2d0555d3db0959e9fedd81fa1a2fc0e2097000
4.4.66
* Add php 8.0.23, remove php 8.0.21
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183155275)
* Add php 8.1.10, remove php 8.1.8
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183154369)
* Add composer 2.4.1, remove composer 2.3.10
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183038970)
(https://www.pivotaltracker.com/story/show/183001218)
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| CAAPM | 20.11.0 | cflinuxfs3 | |
| appdynamics | 22.8.0-588 | cflinuxfs3 | |
| composer | 2.4.1 | cflinuxfs3 | |
| httpd | 2.4.54 | cflinuxfs3 | |
| newrelic | 9.20.0.310 | cflinuxfs3 | |
| nginx | 1.22.0 | cflinuxfs3 | |
| nginx | 1.23.1 | cflinuxfs3 | |
| php | 7.4.29 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lua, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, protobuf, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xmlrpc, xsl, yaf, yaml, zip, zlib |
| php | 7.4.30 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lua, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, protobuf, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xmlrpc, xsl, yaf, yaml, zip, zlib |
| php | 8.0.22 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.0.23 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.9 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
| php | 8.1.10 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib |
Default binary versions:
| name | version |
|-|-|
| php | 7.4.29 |
| httpd | 2.4.54 |
| newrelic | 9.20.0.310 |
| nginx | 1.23.1 |
| composer | 2.4.1 |
| CAAPM | 20.11.0 |
* Uncached buildpack SHA256: b0ab9a1a5c80a4a2cb7527fcdae9d9a34d2fc44ee599d9bc0019b4dd68b99517
|
| push-apps-manager-release | 676.0.6 | |
| push-offline-docs-release | 1.0.94 | |
| push-usage-service-release | 674.0.25 | |
| pxc | 0.47.0 | |
| python-offline-buildpack | 1.8.0 |
1.8.0
* Add support for cflinuxfs4 stack.
* Add pipenv 2022.9.21, remove pipenv 2022.9.8 for stack(s) cflinuxfs3, cflinuxfs4
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
| libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
| miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 |
| pip | 22.2.2 | cflinuxfs3, cflinuxfs4 |
| pipenv | 2022.9.21 | cflinuxfs3 |
| pipenv | 2022.9.21 | cflinuxfs4 |
| python | 3.7.13 | cflinuxfs3 |
| python | 3.7.13 | cflinuxfs4 |
| python | 3.7.14 | cflinuxfs3 |
| python | 3.7.14 | cflinuxfs4 |
| python | 3.8.13 | cflinuxfs3 |
| python | 3.8.13 | cflinuxfs4 |
| python | 3.8.14 | cflinuxfs3 |
| python | 3.8.14 | cflinuxfs4 |
| python | 3.9.13 | cflinuxfs3 |
| python | 3.9.13 | cflinuxfs4 |
| python | 3.9.14 | cflinuxfs3 |
| python | 3.9.14 | cflinuxfs4 |
| python | 3.10.6 | cflinuxfs3 |
| python | 3.10.6 | cflinuxfs4 |
| python | 3.10.7 | cflinuxfs3 |
| python | 3.10.7 | cflinuxfs4 |
| setuptools | 65.3.0 | cflinuxfs3, cflinuxfs4 |
Default binary versions:
| name | version |
|-|-|
| python | 3.10.x |
* Uncached buildpack SHA256: 47570bdface876743174ed8a8cab82df7c764926d7c73e887e59ae55167972d1
* Uncached buildpack SHA256: be57efe247d3c76dda201de02af018a18e08606f9041d351113b883ab4e5e403
1.7.59
* Add python 3.7.14, remove python 3.7.12
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183201709)
* Add python 3.8.14, remove python 3.8.12
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183209169)
* Add python 3.9.14, remove python 3.9.12
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183209172)
* Add python 3.10.7, remove python 3.10.5
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183186088)
* Add pipenv 2022.9.8, remove pipenv 2022.8.19
for stack(s) cflinuxfs3
* supply: remove pre-installing mercurial
(https://github.com/cloudfoundry/python-buildpack/pull/576)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| libffi | 3.2.1 | cflinuxfs3 |
| libmemcache | 1.0.18 | cflinuxfs3 |
| miniconda3-py39 | 4.12.0 | cflinuxfs3 |
| pip | 22.2.2 | cflinuxfs3 |
| pipenv | 2022.9.8 | cflinuxfs3 |
| python | 3.7.13 | cflinuxfs3 |
| python | 3.7.14 | cflinuxfs3 |
| python | 3.8.13 | cflinuxfs3 |
| python | 3.8.14 | cflinuxfs3 |
| python | 3.9.13 | cflinuxfs3 |
| python | 3.9.14 | cflinuxfs3 |
| python | 3.10.6 | cflinuxfs3 |
| python | 3.10.7 | cflinuxfs3 |
| setuptools | 65.3.0 | cflinuxfs3 |
Default binary versions:
| name | version |
|-|-|
| python | 3.10.x |
* Uncached buildpack SHA256: a0409906fd385553ec63b247843eade0694c9c90de9a873d99a951ae3de72f23
1.7.58
* Set CFLAGS when building
Fix for `Python.h: No such file or directory` error on native extensions.
* Add setuptools 65.3.0, remove setuptools 63.4.2
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183070646)
(https://www.pivotaltracker.com/story/show/182956247)
* Add pipenv 2022.8.19, remove pipenv 2022.8.5
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183033182)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| libffi | 3.2.1 | cflinuxfs3 |
| libmemcache | 1.0.18 | cflinuxfs3 |
| miniconda3-py39 | 4.12.0 | cflinuxfs3 |
| pip | 22.2.2 | cflinuxfs3 |
| pipenv | 2022.8.19 | cflinuxfs3 |
| python | 3.7.12 | cflinuxfs3 |
| python | 3.7.13 | cflinuxfs3 |
| python | 3.8.12 | cflinuxfs3 |
| python | 3.8.13 | cflinuxfs3 |
| python | 3.9.12 | cflinuxfs3 |
| python | 3.9.13 | cflinuxfs3 |
| python | 3.10.5 | cflinuxfs3 |
| python | 3.10.6 | cflinuxfs3 |
| setuptools | 65.3.0 | cflinuxfs3 |
Default binary versions:
| name | version |
|-|-|
| python | 3.10.x |
* Uncached buildpack SHA256: 9c1c0f03cebbd1a5607a3d5af2c19c73a8d064813a17301b4956eacd0a71f824
|
| r-offline-buildpack | 1.1.34 |
1.1.34
* Update r 4.2.1 dependencies for stack(s) cflinuxfs3:
* forecast from 8.17.0 to 8.18.0
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| r | 3.6.2 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.0 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.1 | cflinuxfs3 | forecast, plumber, rserve, shiny |
* Uncached buildpack SHA256: f93a3cbfb21e159a96c84c61dec8911ea7c4337fe664da2dcc70ca5efe7ed13d
1.1.33
* Rebuild r 4.2.1
for stack(s) cflinuxfs3
with dependencies for stack cflinuxfs3: forecast 8.17.0, plumber 1.2.1, rserve 1.8.10, shiny 1.7.2
(https://www.pivotaltracker.com/story/show/183198485)
Packaged binaries:
| name | version | cf_stacks | modules |
|-|-|-|-|
| r | 3.6.2 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.0 | cflinuxfs3 | forecast, plumber, rserve, shiny |
| r | 4.2.1 | cflinuxfs3 | forecast, plumber, rserve, shiny |
* Uncached buildpack SHA256: 8f92b5009b8208dbe146bb5085c6e6e0dd376b19d1d4eb3e2cef73dfa64eb039
|
| routing | 0.244.0 |
v0.244.0
## What's Changed
* Emit access logs for 431 responses to Loggegator [gorouter PR #331](https://github.com/cloudfoundry/gorouter/pull/331).
* Always suspend pruning when nats is down https://github.com/cloudfoundry/routing-release/pull/287.
* **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.243.0...v0.244.0
## ✨ Built with go 1.19.2
v0.243.0
🎉 Bumped to go1.19.2
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.242.0...v0.243.0
v0.242.0
## What's Changed
- `tcp_router` is now more verbose when running `haproxy_reloader` to assist in diagnosting failed reloads. 🎉 ([PR 9](https://github.com/cloudfoundry/cf-tcp-router/pull/9))
- `gorouter` truncates access logs that exceed loggregator + UDP packet limits, so that we no longer drop access log messages sent to the firehose. Thanks @ameowlia @ebroberson! 😻 ([PR 328](https://github.com/cloudfoundry/gorouter/pull/328) and [PR 329](https://github.com/cloudfoundry/gorouter/pull/329))
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.241.0...v0.242.0
## ✨ Built with go 1.18
* despite what the docs/go.version says
* because the go 1.18 package is present
v0.241.0
🎉 ~~Bumped to go1.19.1~~
* Still using go 1.18
* despite what the docs/go.version says
* because the go 1.18 package is present
* @plowin submitted [gorouter PR 327](https://github.com/cloudfoundry/gorouter/pull/327) to adjust endpoint-not-unregistered log-level to 'info'
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.240.0...v0.241.0
v0.240.0
## What's Changed
* @geofffranks and @ameowlia added property `router.max_header_bytes` to the gorouter job.
* This value controls the maximum number of bytes the gorouter reads while parsing the request header's keys and values, including the request line.
* It does not limit the size of the request body.
* An additional padding of 4096 bytes is added to this value by go.
* Requests with larger headers result in a 431 status code.
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.239.0...v0.240.0
## Manifest Property Changes
| Job | Property | 0.237.0 | 0.238.0 |
| --- | --- | --- | --- |
| `gorouter` | `router.max_header_bytes` | didn't exist | 1048576 (1MB) |
## ✨ Built with go 1.18.6
|
| ruby-offline-buildpack | 1.8.59 |
1.8.59
* Add bundler 2.3.24, remove bundler 2.3.22 for stack(s) cflinuxfs3
* Add jruby 9.3.8.0, remove jruby 9.3.7.0 for stack(s) cflinuxfs3
* Add node 16.18.0, remove node 16.16.0 for stack(s) cflinuxfs3
* Add rubygems 3.3.24, remove rubygems 3.3.22 for stack(s) cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bundler | 1.17.3 | cflinuxfs3 |
| bundler | 2.3.24 | cflinuxfs3 |
| jruby | 9.2.21.0 | cflinuxfs3 |
| jruby | 9.3.8.0 | cflinuxfs3 |
| node | 16.18.0 | cflinuxfs3 |
| openjdk1.8-latest | 1.8.0 | cflinuxfs3 |
| ruby | 2.7.5 | cflinuxfs3 |
| ruby | 2.7.6 | cflinuxfs3 |
| ruby | 3.0.3 | cflinuxfs3 |
| ruby | 3.0.4 | cflinuxfs3 |
| ruby | 3.1.1 | cflinuxfs3 |
| ruby | 3.1.2 | cflinuxfs3 |
| rubygems | 3.3.24 | cflinuxfs3 |
| yarn | 1.22.19 | cflinuxfs3 |
Default binary versions:
| name | version |
|-|-|
| ruby | 2.7.x |
* Uncached buildpack SHA256: 30c6e52afd35ea30bc2fdf6a105dda864928bb7e8a68b7b2341e89bc9cb83e3c
1.8.58
* Add bundler 2.3.22, remove bundler 2.3.21
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183206374)
* Add rubygems 3.3.22, remove rubygems 3.3.19
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183206184)
(https://www.pivotaltracker.com/story/show/183080650)
(https://www.pivotaltracker.com/story/show/182952392)
* Add bundler 2.3.21, remove bundler 2.3.19
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183080884)
(https://www.pivotaltracker.com/story/show/182951992)
* Add jruby 9.3.7.0, remove jruby 9.3.6.0
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/183002663)
* Add node 16.17.0
for stack(s) cflinuxfs3
(https://www.pivotaltracker.com/story/show/182999800)
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| bundler | 1.17.3 | cflinuxfs3 |
| bundler | 2.3.22 | cflinuxfs3 |
| jruby | 9.2.21.0 | cflinuxfs3 |
| jruby | 9.3.7.0 | cflinuxfs3 |
| node | 16.16.0 | cflinuxfs3 |
| node | 16.17.0 | cflinuxfs3 |
| openjdk1.8-latest | 1.8.0 | cflinuxfs3 |
| ruby | 2.7.5 | cflinuxfs3 |
| ruby | 2.7.6 | cflinuxfs3 |
| ruby | 3.0.3 | cflinuxfs3 |
| ruby | 3.0.4 | cflinuxfs3 |
| ruby | 3.1.1 | cflinuxfs3 |
| ruby | 3.1.2 | cflinuxfs3 |
| rubygems | 3.3.22 | cflinuxfs3 |
| yarn | 1.22.19 | cflinuxfs3 |
Default binary versions:
| name | version |
|-|-|
| ruby | 2.7.x |
* Uncached buildpack SHA256: 8683266de631afc51922cb5272749a9a7ce6cd1e60f9183b31d0d598558cdd62
|
| silk | 3.12.0 | |
| smb-volume | 3.1.6 |
v3.1.6## Changes * Update vendored package golang-1-linux (#67) * Update vendored package golang-1-linux (#70) ## Dependencies * **bosh-template:** Updated to v2.3.0. |
| smoke-tests | 4.8.1 |
4.8.1
Create bosh final release 4.8.1
4.8.0
Create bosh final release 4.8.0
|
| staticfile-offline-buildpack | 1.5.35 |
1.5.35
* Add nginx 1.23.2, remove nginx 1.23.1 for stack(s) cflinuxfs3
* Add nginx 1.22.1, remove nginx 1.22.0 for stack(s) cflinuxfs3
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.22.1 | cflinuxfs3 |
| nginx | 1.23.2 | cflinuxfs3 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.23.x |
* Uncached buildpack SHA256: db23d06c3be3ac43c9dca5bd988ee1b6097d5896afa5309d684b446430ae65ab
1.5.34
* Update libbuildpack
Packaged binaries:
| name | version | cf_stacks |
|-|-|-|
| nginx | 1.22.0 | cflinuxfs3 |
| nginx | 1.23.1 | cflinuxfs3 |
Default binary versions:
| name | version |
|-|-|
| nginx | 1.23.x |
* Uncached buildpack SHA256: 89420cdafed63dc8dae495c6fce445fb0c5262ad6d149a90cd0e32aa58d3c408
|
| statsd-injector | 1.11.25 | |
| syslog | 11.8.4 | |
| system-metrics-scraper | 3.2.8 | |
| uaa | 74.5.57 |
v74.5.57
### Dependency bumps
* [Upgrade Newrelic to version 7.11.0](https://github.com/cloudfoundry/uaa-release/commit/50df349712142ab93b937dd52a5041c58a772f65)
* Bump rspec-mocks from 3.11.1 to 3.11.2 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/436
* Bump rspec from 3.11.0 to 3.12.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/437
* Bump github.com/onsi/gomega from 1.22.1 to 1.23.0 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/438
* Bump github.com/cloudfoundry/bosh-utils from 0.0.340 to 0.0.341 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/439
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.56...v74.5.57
v74.5.56
### Dependency bumps
- Various dependency bumps
- Replace jaxb implementation library from Sun's to Glassfish's
v74.5.55
### Fixes
- Fixes an issue where UAA server might crash (error: `java.io.IOException: Too many open files`) because the hung connections to an external LDAP server are not cleaned up.
### Dependency bumps
- Various dependency bumps
**Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v74.5.54...v74.5.55
v74.5.54
### Dependency bumps
- Bump Tomcat to version 9.0.68
v74.5.53
### Dependency bumps
- Various dependency bumps
v74.5.52
### Dependency bumps
- Various dependency bumps, including some dependencies with security fixes.
|
Release Date: 10/19/2022
1.127.41.41.02.66.31.2.117.1.3674.0.250.239.03.1.54.7.074.5.49| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.265 | |
| backup-and-restore-sdk | 1.18.50 | |
| binary-offline-buildpack | 1.0.45 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.24 | |
| bpm | 1.1.19 | |
| capi | 1.127.4 | |
| cf-autoscaling | 249.0.17 | |
| cf-cli | 1.41.0 |
v1.41.0
### This release contains the following versions of the CF CLI
| Major version | Prior version | Current version |
| ------------- | ------------- | ------------- |
| **v8** | **8.4.0** | [8.5.0](https://github.com/cloudfoundry/cli/releases/tag/v8.5.0) |
| **v7** | **7.5.0** | [7.5.0](https://github.com/cloudfoundry/cli/releases/tag/v7.5.0) |
| **v6** | **6.53.0** | **[6.53.0](https://github.com/cloudfoundry/cli/releases/tag/v6.53.0)** |
v1.39.0
### This release contains the following versions of the CF CLI
| Major version | Prior version | Current version |
| ------------- | ------------- | ------------- |
| **v8** | **8.3.0** | [8.4.0](https://github.com/cloudfoundry/cli/releases/tag/v8.4.0) |
| **v7** | **7.4.0** | [7.5.0](https://github.com/cloudfoundry/cli/releases/tag/v7.5.0) |
| **v6** | **6.53.0** | **[6.53.0](https://github.com/cloudfoundry/cli/releases/tag/v6.53.0)** |
|
| cf-networking | 3.12.0 | |
| cflinuxfs3 | 0.319.0 | |
| credhub | 2.12.8 | |
| diego | 2.66.3 |
v2.66.3
## Changes
- Bump x/crypto
- Update garden, guardian, idmapper, and grootfs submodules
## ✨ Built with go 1.18.5
## Resources
- [Download release v2.66.3 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.66.3).
- Verified with [cloudfoundry/cf-deployment @ `47f3c89570b73e415af5ccf3f0a93dd293d7ac24`](https://github.com/cloudfoundry/cf-deployment/commit/47f3c89570b73e415af5ccf3f0a93dd293d7ac24).
v2.66.2
## Changes
* Cancel other download of other dependencies when one of them fails
## ✨ Built with go 1.18.5
v2.66.1
## Bugfixes
* Fixes an issue with log rate limiting and stack traces with empty lines
## ✨ Built with go 1.18.5
## Resources
- [Download release v2.66.1 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.66.1).
- Verified with [cloudfoundry/cf-deployment @ `47f3c89570b73e415af5ccf3f0a93dd293d7ac24`](https://github.com/cloudfoundry/cf-deployment/commit/47f3c89570b73e415af5ccf3f0a93dd293d7ac24).
v2.66.0
## Changes
* Adds support for a new byte-based log rate limiting mechanism with per-LRP limits.
* Behavior of existing line-based log rate limiting has also changed to drop log messages immediately rather than releasing them from a buffer with a delay. Therefore, timestamps of the logs now match when they were output.
## ✨ Built with go 1.18.5
## Resources
- [Download release v2.66.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.66.0).
- Verified with [cloudfoundry/cf-deployment @ `47f3c89570b73e415af5ccf3f0a93dd293d7ac24`](https://github.com/cloudfoundry/cf-deployment/commit/47f3c89570b73e415af5ccf3f0a93dd293d7ac24).
v2.65.0
## Changes
- Replace GinkgoParallelNode with GinkgoParallelProcess @ebroberson (#630)
- Bump Golang to go1.18.4 @cf-diego (#625)
**Breaking changes**: The diego components are now more strict about the protocols used in TLS communications, causing integrations with systems using older, insecure protocols to fail. These components have been updated to Go 1.18, and no longer support TLS 1.0 and 1.1 connections or certificates with a SHA-1 checksum. This is most likely to affect connections with external databases.
## Resources
- [Download release v2.65.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.65.0).
- Verified with [cloudfoundry/cf-deployment @ `3b04e79bd33220a117c4543b1c8074bc13bf7c24`](https://github.com/cloudfoundry/cf-deployment/commit/3b04e79bd33220a117c4543b1c8074bc13bf7c24).
## ✨ Built with go 1.18.4
v2.64.0
## Changes
- Bump Golang to go1.18.linux-amd64 (#622)
## Resources
- [Download release v2.64.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.64.0).
- Verified with [cloudfoundry/cf-deployment @ `6e06b9d09aab84101ba9f5ca5aa4e8b6344cc5c7`](https://github.com/cloudfoundry/cf-deployment/commit/6e06b9d09aab84101ba9f5ca5aa4e8b6344cc5c7).
v2.63.0
## Changes
- Pass log config in container spec to garden, so that vxlan-policy-agent can send app logs
## Resources
- [Download release v2.63.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.63.0).
- Verified with [cloudfoundry/cf-deployment @ `d816bd14c9ca957f020381643f362d062ef60550`](https://github.com/cloudfoundry/cf-deployment/commit/d816bd14c9ca957f020381643f362d062ef60550).
|
| dotnet-core-offline-buildpack | 2.4.0 | |
| garden-runc | 1.22.0 | |
| go-offline-buildpack | 1.9.49 | |
| haproxy | 11.13.0 | |
| java-offline-buildpack | 4.50 | |
| log-cache | 2.11.13 | |
| loggregator | 106.6.9 | |
| loggregator-agent | 6.4.4 | |
| mapfs | 1.2.11 |
v1.2.11
## Changes
* Update vendored package golang-1-linux (#21)
v1.2.8
## What's Changed
* Bump src/mapfs to `0ee84aa` #18
v1.2.7
- [Bumps mapfs submodule to master@1600494](https://github.com/cloudfoundry/mapfs/commit/160049400a47577b0f3a8b2948974bc38ce76f18)
- [Bump golang from 1.13 to 1.17](https://github.com/cloudfoundry/mapfs-release/commit/c287adda5cbdf345ff1b4985ae93cb72f1618f95)
|
| metric-registrar | 1.2.10 | |
| metrics-discovery | 3.1.2 | |
| mysql-monitoring | 9.18.0 | |
| nats | 45 | |
| nfs-volume | 7.1.3 | |
| nginx-offline-buildpack | 1.1.42 | |
| nodejs-offline-buildpack | 1.7.73 | |
| notifications | 62 | |
| notifications-ui | 40 | |
| php-offline-buildpack | 4.4.65 | |
| push-apps-manager-release | 676.0.6 | |
| push-offline-docs-release | 1.0.94 | |
| push-usage-service-release | 674.0.25 |
v674.0.25
## Changes
* Bump src/app-usage-service from [`99b5b7a`](https://github.com/pivotal-cf/app-usage-service/commit/99b5b7aa4e32a14293418f5b5237e54ec74ee07d) to [`aad81af`](https://github.com/pivotal-cf/app-usage-service/commit/aad81af5ada02ff2795e5ac69bba94e7591752ab)
* Remove dependabot configs for legacy support branches (https://github.com/pivotal-cf/usage-service-release/pull/252)
|
| pxc | 0.44.0 | |
| python-offline-buildpack | 1.7.57 | |
| r-offline-buildpack | 1.1.32 | |
| routing | 0.239.0 |
v0.239.0
## What's Changed
- Bumped Golang to 1.18.6 to mitigate [CVE-2022-27664](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27664)
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.238.0...v0.239.0
## ✨ Built with go 1.18.6
v0.238.0
## What's Changed
- Gorouter once again supports hairpinning for route-service requests, for more information, see [the proposed update.](https://github.com/cloudfoundry/routing-release/issues/281) `router.route_services_internal_lookup_allowlist` can be used to control which domains of route services can be hairpinned. Thanks @peanball!!
- Gorouter has a new websocket-specific dial timeout (`websocket_dial_timeout`), configurable separately from the default endpoint dial timeout. Thanks @peanball for this one too!!
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.237.0...v0.238.0
## Manifest Property Changes
| Job | Property | 0.237.0 | 0.238.0 |
| --- | --- | --- | --- |
| `gorouter` | `websocket_dial_timeout_in_seconds` | didn't exist | Defaults to `endpoint_dial_timeout_in_seconds`'s value |
| `gorouter` | `router.route_services_internal_lookup_allowlist` | didn't exist | No internal lookups allowed for route services. |
## ✨ Built with go 1.18.5
v0.237.0
## What's Changed
- ⚠️ Bump to golang 1.18 🎉
**Breaking changes:** The routing components are now more strict about the protocols used in TLS communications, causing integrations with systems using older, insecure protocols to fail. These components have been updated to Go 1.18, and no longer support TLS 1.0 and 1.1 connections or certificates with a SHA-1 checksum. This is most likely to affect connections with external databases.
Please see this golang 1.18 release notes [section](https://tip.golang.org/doc/go1.18#tls10) for more information about the golang 1.18 change.
###
* Update uaa-go-client; by @joergdw in https://github.com/cloudfoundry/routing-release/pull/277
* updated spec files to match packages by @ebroberson in https://github.com/cloudfoundry/routing-release/pull/282
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.236.0...v0.237.0
## New Contributors
* @joergdw made their first contribution in https://github.com/cloudfoundry/routing-release/pull/277
* @ebroberson made their first contribution in https://github.com/cloudfoundry/routing-release/pull/282
## ✨ Built with go 1.18.4
|
| ruby-offline-buildpack | 1.8.57 | |
| silk | 3.12.0 | |
| smb-volume | 3.1.5 |
v3.1.5
## Changes
* Update vendored package golang-1-linux (#58)
v3.1.4
## Release Notes
- Fix issue when multiple cf versions are included (#55)
## Dependencies
- The `smbbrokerpush` and `bbr-smbbroker` errands require either the `cf-cli-7-linux` or `cf-cli-6-linux` job from [cf-cli-release](https://bosh.io/releases/github.com/bosh-packages/cf-cli-release?all=1) to be colocated on the errand VM.
v3.1.3
## Release Notes
- Added support for CF CLI v8 to errands (#45)
- Fixed Jammy compilation issues (#53)
## Dependencies
- Bump [src/code.cloudfoundry.org/smbbroker](https://github.com/cloudfoundry/smbbroker) (#41, #50)
- Bump [src/code.cloudfoundry.org/smbdriver](https://github.com/cloudfoundry/smbdriver) (#47, #48, #51)
v3.1.2
## Release Notes
- Support Bionic Stemcell #16
- Add blobs for the `keyutils` package for both `bionic` and `jammy`.
- We now install this package on any VM that runs the `smbdriver` bosh job iff that VM uses a `bionic` or `jammy` stemcell
- This allows the `smbdriver` to reliably mount SMB volumes on those stemcells, as discussed in #16
## Dependencies
- The `smbbrokerpush` and `bbr-smbbroker` errands require either the `cf-cli-7-linux` or `cf-cli-6-linux` job from [cf-cli-release](https://bosh.io/releases/github.com/bosh-packages/cf-cli-release?all=1) to be colocated on the errand VM.
v3.1.1
## Release Notes
* Bumps [bosh-template](https://github.com/cloudfoundry/bosh) from 2.2.0 to 2.2.1 (#22)
* Bumps [rspec-its](https://github.com/rspec/rspec-its) from 1.2.0 to 1.3.0 (#23)
* Bumps [rspec](https://github.com/rspec/rspec-metagem) to 3.11.0. (#37)
* Bumps [src/code.cloudfoundry.org/smbdriver](https://github.com/cloudfoundry/smbdriver) to `1e97c5d` (#34)
* Bumps [src/code.cloudfoundry.org/smbbroker](https://github.com/cloudfoundry/smbbroker) to `64ba567` (#36)
* Bumps automake from 1.15 to 1.15.1 (#43 - fixes Bionic compilation)
## Dependencies
- The `smbbrokerpush` and `bbr-smbbroker` errands require either the `cf-cli-7-linux` or `cf-cli-6-linux` job from [cf-cli-release](https://bosh.io/releases/github.com/bosh-packages/cf-cli-release?all=1) to be colocated on the errand VM.
|
| smoke-tests | 4.7.0 |
4.7.0
Create bosh final release 4.7.0
|
| staticfile-offline-buildpack | 1.5.33 | |
| statsd-injector | 1.11.21 | |
| syslog | 11.8.2 | |
| system-metrics-scraper | 3.2.8 | |
| uaa | 74.5.49 |
v74.5.49
### Features
- Add `uaa.database.additionalParameters` to set additional parameters in the database connection url. Operators can enable compatibility with Amazon Aurora for MySQL by adding this config:
```
uaa:
database:
additionalParameters:
usePipelineAuth: "false"
useBatchMultiSend: "false"
```
### Dependency bumps
- Various dependency bumps.
|
Release Date: 09/21/2022
+LTS-T metadata addition in a future patch.1.18.500.0.241.1.191.127.33.12.00.319.02.12.82.4.01.22.01.9.4911.13.02.11.13106.6.96.4.41.2.103.1.29.18.01.1.421.7.734.4.65676.0.61.7.571.1.321.8.573.12.01.5.331.11.2111.8.23.2.874.5.48| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.265 | |
| backup-and-restore-sdk | 1.18.50 |
v1.18.50## Changes * Add final release 1.18.49 [ci skip] * Bump mariadb from 10.6.8 to 10.6.9 (#688) * Bump mysql from 5.7.37 to 5.7.38 (#674) * Bump postgres from 10.21 to 10.22 (#682) * Bump postgres from 11.16 to 11.17 (#683) * Bump postgres from 13.7 to 13.8 (#684) * Fix deploy postres ci job (#687) * [ci] Replace Xenial by Jammy (#689) ## Dependencies * **storage:** Updated to v1.25.0. v1.18.49## Changes * Add final release 1.18.47 [ci skip] ## Dependencies * **storage:** Updated to v1.24.0. v1.18.48## Changes * Add final release 1.18.47 [ci skip] * Fix bpm-release download url * Parametrise minis-host and minio-port * Remove explicit port in BOSH_GW_HOST * Remove hardcoded port * Replace secrets in task definition ## Dependencies * **storage:** Updated to v1.24.0. |
| binary-offline-buildpack | 1.0.45 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.24 | |
| bpm | 1.1.19 | |
| capi | 1.127.3 | |
| cf-autoscaling | 249.0.17 | |
| cf-cli | 1.38.0 | |
| cf-networking | 3.12.0 | |
| cflinuxfs3 | 0.319.0 | |
| credhub | 2.12.8 |
2.12.8
### Security Fixes
- Bump various dependencies, including bumping postgresql from 42.4.0 to 42.4.1, which addresses [CVE-2022-31197](https://nvd.nist.gov/vuln/detail/CVE-2022-31197)
2.12.7
### Security Fixes
- Bump various dependencies
### Bug Fixes
- Improved test robustness on platforms with slow random number generation
- Improved test robustness for several tests that handle database setup
|
| diego | 2.62.0 | |
| dotnet-core-offline-buildpack | 2.4.0 | |
| garden-runc | 1.22.0 | |
| go-offline-buildpack | 1.9.49 | |
| haproxy | 11.13.0 | |
| java-offline-buildpack | 4.50 | |
| log-cache | 2.11.13 | |
| loggregator | 106.6.9 | |
| loggregator-agent | 6.4.4 | |
| mapfs | 1.2.6 | |
| metric-registrar | 1.2.10 | |
| metrics-discovery | 3.1.2 | |
| mysql-monitoring | 9.18.0 |
v9.18.0
**Bugs Fixed**
Fixed a bug where mysql-metrics would fail to restart under ubuntu-jammy stemcells
As part of this fix, mysql-metrics and the mysql-diag-agent jobs now use bpm for process management.
v9.17.0
- `mysql-diag-agent` and `replication-canary` support TLS
v9.16.0
- Bump golang to version 1.18.2
|
| nats | 45 | |
| nfs-volume | 7.1.1 | |
| nginx-offline-buildpack | 1.1.42 | |
| nodejs-offline-buildpack | 1.7.73 | |
| notifications | 62 | |
| notifications-ui | 40 | |
| php-offline-buildpack | 4.4.65 | |
| push-apps-manager-release | 676.0.6 |
676.0.6
- Update Content-Security-Policy
|
| push-offline-docs-release | 1.0.94 | |
| push-usage-service-release | 674.0.24 | |
| pxc | 0.44.0 | |
| python-offline-buildpack | 1.7.57 | |
| r-offline-buildpack | 1.1.32 | |
| routing | 0.236.0 | |
| ruby-offline-buildpack | 1.8.57 | |
| silk | 3.12.0 | |
| smb-volume | 3.1.0 | |
| smoke-tests | 4.5.0 | |
| staticfile-offline-buildpack | 1.5.33 | |
| statsd-injector | 1.11.21 | |
| syslog | 11.8.2 | |
| system-metrics-scraper | 3.2.8 | |
| uaa | 74.5.48 |
v74.5.48
### Dependency bumps
- Various dependency bumps.
v74.5.47
### Fixes
- Fixes a sporadic pre-start script failure due to a race condition of the `update-ca-certificates` commands [#391]
### Dependency bumps
- Various dependency bumps.
|
Release Date: 08/10/2022
1.18.470.0.23249.0.173.11.00.312.02.3.441.9.4811.12.04.502.11.12106.6.86.4.31.2.93.1.11.1.411.7.724.4.64676.0.50.44.01.7.561.1.310.236.01.8.563.11.01.5.321.11.2011.8.13.2.774.5.46| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.261 | |
| backup-and-restore-sdk | 1.18.47 | |
| binary-offline-buildpack | 1.0.45 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.23 | |
| bpm | 1.1.18 | |
| capi | 1.127.2 | |
| cf-autoscaling | 249.0.17 | |
| cf-cli | 1.38.0 | |
| cf-networking | 3.11.0 | |
| cflinuxfs3 | 0.312.0 | |
| credhub | 2.12.6 | |
| diego | 2.62.0 | |
| dotnet-core-offline-buildpack | 2.3.44 | |
| garden-runc | 1.20.6 | |
| go-offline-buildpack | 1.9.48 | |
| haproxy | 11.12.0 | |
| java-offline-buildpack | 4.50 | |
| log-cache | 2.11.12 | |
| loggregator | 106.6.8 | |
| loggregator-agent | 6.4.3 | |
| mapfs | 1.2.6 | |
| metric-registrar | 1.2.9 | |
| metrics-discovery | 3.1.1 | |
| mysql-monitoring | 9.15.0 | |
| nats | 45 | |
| nfs-volume | 7.1.1 | |
| nginx-offline-buildpack | 1.1.41 | |
| nodejs-offline-buildpack | 1.7.72 | |
| notifications | 62 | |
| notifications-ui | 40 | |
| php-offline-buildpack | 4.4.64 | |
| push-apps-manager-release | 676.0.5 | |
| push-offline-docs-release | 1.0.94 | |
| push-usage-service-release | 674.0.24 | |
| pxc | 0.44.0 | |
| python-offline-buildpack | 1.7.56 | |
| r-offline-buildpack | 1.1.31 | |
| routing | 0.236.0 |
v0.236.0
## What's Changed
* Gorouter restart script waits for the gorouter to be running before reloading monit
## ✨ Built with go 1.17.12
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.235.0...0.236.0
|
| ruby-offline-buildpack | 1.8.56 | |
| silk | 3.11.0 | |
| smb-volume | 3.1.0 | |
| smoke-tests | 4.5.0 | |
| staticfile-offline-buildpack | 1.5.32 | |
| statsd-injector | 1.11.20 | |
| syslog | 11.8.1 | |
| system-metrics-scraper | 3.2.7 | |
| uaa | 74.5.46 |
Release Date: 07/19/2022
http_throughput rules with scaling factor larger than 1.1.18.46249.0.133.9.00.309.02.12.62.62.02.3.431.9.4711.11.06.4.23.1.0451.7.714.4.63676.0.30.43.00.235.03.9.011.8.03.2.674.5.45| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.252 | |
| backup-and-restore-sdk | 1.18.46 | |
| binary-offline-buildpack | 1.0.45 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.22 | |
| bpm | 1.1.18 | |
| capi | 1.127.2 | |
| cf-autoscaling | 249.0.13 | |
| cf-cli | 1.38.0 | |
| cf-networking | 3.9.0 | |
| cflinuxfs3 | 0.309.0 | |
| credhub | 2.12.6 |
2.12.6
### Security Fixes
- Bump various dependencies
2.12.5
### Security Fixes
- Bump various dependencies
### Bug Fixes
- Fix for URL path handling on Windows ([cloudfoundry/credhub issue 266](https://github.com/cloudfoundry/credhub/issues/266))
### Features
- CredHub now logs as info instead of error when a credential isn't found
- Added support for jammy-based stemcells that have openssl 3 ([pivotal/credhub-release issue 65](https://github.com/pivotal/credhub-release/issues/65))
|
| diego | 2.62.0 | |
| dotnet-core-offline-buildpack | 2.3.43 | |
| garden-runc | 1.20.6 | |
| go-offline-buildpack | 1.9.47 | |
| haproxy | 11.11.0 | |
| java-offline-buildpack | 4.49 | |
| log-cache | 2.11.11 | |
| loggregator | 106.6.7 | |
| loggregator-agent | 6.4.2 | |
| mapfs | 1.2.6 | |
| metric-registrar | 1.2.6 | |
| metrics-discovery | 3.1.0 | |
| mysql-monitoring | 9.15.0 | |
| nats | 45 | |
| nfs-volume | 7.1.1 | |
| nginx-offline-buildpack | 1.1.38 | |
| nodejs-offline-buildpack | 1.7.71 | |
| notifications | 62 | |
| notifications-ui | 40 | |
| php-offline-buildpack | 4.4.63 | |
| push-apps-manager-release | 676.0.3 | |
| push-offline-docs-release | 1.0.94 | |
| push-usage-service-release | 674.0.24 | |
| pxc | 0.43.0 | |
| python-offline-buildpack | 1.7.54 | |
| r-offline-buildpack | 1.1.29 | |
| routing | 0.235.0 |
0.235.0
## What's Changed
* Gorouter healthchecker retries connection instead of monit (https://github.com/cloudfoundry/routing-release/pull/275)
## ✨ Built with go 1.17.11
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.234.0...0.235.0
0.234.0
## What's Changed
* Gorouter: the metrics package now uses `lsof` to monitor file descriptors on MacOS @domdom82 https://github.com/cloudfoundry/gorouter/pull/312
* 🐛 Bumped the `lager` dependency to resolve issues where the timeFormat flag was not honored, resulting in epoch timestamps vs human readable. Thanks @ameowlia!
* Now tested with the bionic stemcell in CI
## ✨ Built with go 1.17.11
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.233.0...0.234.0
|
| ruby-offline-buildpack | 1.8.54 | |
| silk | 3.9.0 | |
| smb-volume | 3.1.0 | |
| smoke-tests | 4.5.0 | |
| staticfile-offline-buildpack | 1.5.30 | |
| statsd-injector | 1.11.19 | |
| syslog | 11.8.0 | |
| system-metrics-scraper | 3.2.6 | |
| uaa | 74.5.45 |
Release Date: 06/24/2022
2.62.0| Component | Version |
|---|---|
| ubuntu-xenial stemcell | 621.244 |
| backup-and-restore-sdk | 1.18.42 |
| binary-offline-buildpack | 1.0.45 |
| bosh-dns-aliases | 0.0.4 |
| bosh-system-metrics-forwarder | 0.0.22 |
| bpm | 1.1.18 |
| capi | 1.127.2 |
| cf-autoscaling | 249.0.7 |
| cf-cli | 1.38.0 |
| cf-networking | 3.6.0 |
| cflinuxfs3 | 0.301.0 |
| credhub | 2.12.4 |
| diego | 2.62.0 |
| dotnet-core-offline-buildpack | 2.3.42 |
| garden-runc | 1.20.6 |
| go-offline-buildpack | 1.9.46 |
| haproxy | 11.10.2 |
| java-offline-buildpack | 4.49 |
| log-cache | 2.11.11 |
| loggregator | 106.6.7 |
| loggregator-agent | 6.4.1 |
| mapfs | 1.2.6 |
| metric-registrar | 1.2.6 |
| metrics-discovery | 3.0.13 |
| mysql-monitoring | 9.15.0 |
| nats | 44 |
| nfs-volume | 7.1.1 |
| nginx-offline-buildpack | 1.1.38 |
| nodejs-offline-buildpack | 1.7.70 |
| notifications | 62 |
| notifications-ui | 40 |
| php-offline-buildpack | 4.4.61 |
| push-apps-manager-release | 676.0.2 |
| push-offline-docs-release | 1.0.94 |
| push-usage-service-release | 674.0.24 |
| pxc | 0.41.0 |
| python-offline-buildpack | 1.7.54 |
| r-offline-buildpack | 1.1.29 |
| routing | 0.233.0 |
| ruby-offline-buildpack | 1.8.54 |
| silk | 3.6.0 |
| smb-volume | 3.1.0 |
| smoke-tests | 4.5.0 |
| staticfile-offline-buildpack | 1.5.30 |
| statsd-injector | 1.11.19 |
| syslog | 11.7.10 |
| system-metrics-scraper | 3.2.5 |
| uaa | 74.5.41 |
Release Date: 06/09/2022
Warning: Breaking change. This version contains Diego 2.64.0, which bumps to Go 1.18. Go 1.18 no longer supports TLS 1.0 and 1.1 connections or certificates with a SHA-1 checksum. This is most likely to affect connections with external databases. We stated earlier that we wouldn't bump to Go 1.18 until July 1, 2022. This TAS for VMs release with Diego 2.64.0 breaks that promise. We apologize. We are rolling back to Diego 2.62.0. If you already successfully deployed to this TAS for VMs release with Diego 2.64.0, then you are safe to continue using it.
1.18.421.0.450.0.221.1.181.127.2249.0.73.6.00.301.02.64.02.3.421.20.61.9.4611.10.24.492.11.11106.6.76.4.11.2.63.0.13441.1.381.7.704.4.61676.0.21.0.94674.0.241.7.541.1.290.233.01.8.543.6.01.5.301.11.1911.7.103.2.574.5.41| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.244 | |
| backup-and-restore-sdk | 1.18.42 | |
| binary-offline-buildpack | 1.0.45 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.22 | |
| bpm | 1.1.18 | |
| capi | 1.127.2 | |
| cf-autoscaling | 249.0.7 | |
| cf-cli | 1.38.0 | |
| cf-networking | 3.6.0 | |
| cflinuxfs3 | 0.301.0 | |
| credhub | 2.12.4 | |
| diego | 2.64.0 | |
| dotnet-core-offline-buildpack | 2.3.42 | |
| garden-runc | 1.20.6 | |
| go-offline-buildpack | 1.9.46 | |
| haproxy | 11.10.2 | |
| java-offline-buildpack | 4.49 | |
| log-cache | 2.11.11 | |
| loggregator | 106.6.7 | |
| loggregator-agent | 6.4.1 | |
| mapfs | 1.2.6 | |
| metric-registrar | 1.2.6 | |
| metrics-discovery | 3.0.13 | |
| mysql-monitoring | 9.15.0 | |
| nats | 44 | |
| nfs-volume | 7.1.1 | |
| nginx-offline-buildpack | 1.1.38 | |
| nodejs-offline-buildpack | 1.7.70 | |
| notifications | 62 | |
| notifications-ui | 40 | |
| php-offline-buildpack | 4.4.61 | |
| push-apps-manager-release | 676.0.2 | |
| push-offline-docs-release | 1.0.94 | |
| push-usage-service-release | 674.0.24 | |
| pxc | 0.41.0 | |
| python-offline-buildpack | 1.7.54 | |
| r-offline-buildpack | 1.1.29 | |
| routing | 0.233.0 |
0.233.0
## What's Changed
* TCP Router: Add locking to the haproxy_reloader script to avoid haproxy reload/restart race conditions by @geofffranks in https://github.com/cloudfoundry/routing-release/pull/269
* TCP Router: Bump HAProxy from 1.8.13 to 2.5.4 by @cunnie in https://github.com/cloudfoundry/routing-release/pull/266
* Gorouter: fix proxy round tripper race condition by @ameowlia and @geofffranks in https://github.com/cloudfoundry/gorouter/pull/318
* Routing API: fix timestamp precision issue that caused routes to be pruned unexpectedly by @geofffranks in https://github.com/cloudfoundry/routing-api/pull/24
* Routing API: remove `golang.x509ignoreCN` bosh property by @geofffranks and @mariash
* Routing API: fix bug that caused TCP Router's HAProxy to reload every minute by @jrussett in https://github.com/cloudfoundry/routing-api/pull/26.
## Manifest Property Changes
| Job | Property | Notes |
| --- | --- | --- |
| `routing-api` | `golang.x509ignoreCN` | This property exposed a go debug flag for go version 1.15. Since go 1.16 this go debug flag has had no affect. Removing this bosh property is part of our effort to keep our code base free of cruft. |
## ✨ Built with go 1.17.10
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.232.0...0.233.0
0.232.0
## What's Changed
* Fixing issue #250: Return a 503 not a 404 when all instances down by @kecirlotfi in https://github.com/cloudfoundry/routing-release/pull/268 and https://github.com/cloudfoundry/gorouter/pull/314
* Fixing issue https://github.com/cloudfoundry/gorouter/pull/315: Fix route service pruning by @geofffranks
## Manifest Property Changes
| Job | Property | default | notes |
| --- | --- | --- | --- |
| `gorouter` | `for_backwards_compatibility_only.empty_pool_response_code_503` | `0s` | This property was added to enable https://github.com/cloudfoundry/routing-release/pull/268 |
## New Contributors 🎉
* @kecirlotfi made their first contribution! Thanks so much!
## ✨ Built with go 1.17.9
**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.231.0...0.232.0
|
| ruby-offline-buildpack | 1.8.54 | |
| silk | 3.6.0 | |
| smb-volume | 3.1.0 | |
| smoke-tests | 4.5.0 | |
| staticfile-offline-buildpack | 1.5.30 | |
| statsd-injector | 1.11.19 | |
| syslog | 11.7.10 | |
| system-metrics-scraper | 3.2.5 | |
| uaa | 74.5.41 |
Release Date: 04/21/2022
Note: This version of TAS for VMs contains a known issue that can cause apps to fail to start after you upgrade from a previous version of TAS for VMs. To resolve this issue, see Apps stop running after a deploy when using dynamic ASGs with icmp any rule in the Knowledge Base.
1.127.12.12.4| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.224 | |
| backup-and-restore-sdk | 1.18.39 | |
| binary-offline-buildpack | 1.0.43 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.21 | |
| bpm | 1.1.16 | |
| capi | 1.127.1 | |
| cf-autoscaling | 248 | |
| cf-cli | 1.38.0 | |
| cf-networking | 3.3.0 | |
| cflinuxfs3 | 0.285.0 | |
| credhub | 2.12.4 |
2.12.4
### Security Fixes
- Bump various dependencies.
2.12.3
### Security Fixes
- Bump various dependencies.
2.12.1
### Security Fixes
- Bump various dependencies.
2.12.0
### Security Fixes
- Bump various dependencies.
### Bug Fixes
- Fixes an issue where CredHub experiences downtime during certificate rotation process by making CredHub properly load concatenated mTLS CA certificates.
### Features
- CredHub is now compatible with Postgres 13, 14.
2.11.1
### Dependency Bumps
- Bumps log4j2 to 2.17.1
2.11.0
### Security Fixes
- Further addresses [CVE with Log4j library](https://github.com/advisories/GHSA-jfh8-c2jp-5v3q) and [its prior incomplete fix](https://github.com/advisories/GHSA-7rjr-3q55-vv33) by bumping to log4j2 2.16.0.
2.10.0
### Security Fixes
- Addresses [CVE with Log4j library](https://github.com/advisories/GHSA-jfh8-c2jp-5v3q)
### Features
- Adds a minimum duration server-level configuration fields for leaf and CA certificates: `certificates.leaf_minimum_duration_in_days` and `certificates.ca_minimum_duration_in_days`. When these fields are configured, if a request to generate or regenerate a certificate has a duration lower than the minimum, then the minimum duration is used instead. (https://github.com/cloudfoundry/credhub/pull/201)
|
| diego | 2.62.0 | |
| dotnet-core-offline-buildpack | 2.3.41 | |
| garden-runc | 1.20.3 | |
| go-offline-buildpack | 1.9.42 | |
| haproxy | 11.10.1 | |
| java-offline-buildpack | 4.48.2 | |
| log-cache | 2.11.5 | |
| loggregator | 106.6.2 | |
| loggregator-agent | 6.3.8 | |
| mapfs | 1.2.6 | |
| metric-registrar | 1.2.4 | |
| metrics-discovery | 3.0.8 | |
| mysql-monitoring | 9.15.0 | |
| nats | 43 | |
| nfs-volume | 7.1.1 | |
| nginx-offline-buildpack | 1.1.37 | |
| nodejs-offline-buildpack | 1.7.69 | |
| notifications | 62 | |
| notifications-ui | 40 | |
| php-offline-buildpack | 4.4.59 | |
| push-apps-manager-release | 676.0.1 | |
| push-offline-docs-release | 1.0.71 | |
| push-usage-service-release | 674.0.23 | |
| pxc | 0.41.0 | |
| python-offline-buildpack | 1.7.53 | |
| r-offline-buildpack | 1.1.28 | |
| routing | 0.231.0 | |
| ruby-offline-buildpack | 1.8.53 | |
| silk | 3.3.0 | |
| smb-volume | 3.1.0 | |
| smoke-tests | 4.5.0 | |
| staticfile-offline-buildpack | 1.5.29 | |
| statsd-injector | 1.11.18 | |
| syslog | 11.7.7 | |
| system-metrics-scraper | 3.2.4 | |
| uaa | 74.5.37 |
Warning: This release has been removed from VMware Tanzu Network due to an issue with the version of CAPI included in the patch.
Release Date: 04/20/2022
Note: This version of TAS for VMs contains a known issue that can cause apps to fail to start after you upgrade from a previous version of TAS for VMs. To resolve this issue, see Apps stop running after a deploy when using dynamic ASGs with icmp any rule in the Knowledge Base.
1.18.391.0.431.127.10.285.02.12.22.62.02.3.411.20.31.9.4211.10.14.48.21.1.371.7.694.4.591.0.711.7.531.1.281.8.531.5.2974.5.37| Component | Version | Release Notes |
|---|---|---|
| ubuntu-xenial stemcell | 621.224 | |
| backup-and-restore-sdk | 1.18.39 | |
| binary-offline-buildpack | 1.0.43 | |
| bosh-dns-aliases | 0.0.4 | |
| bosh-system-metrics-forwarder | 0.0.21 | |
| bpm | 1.1.16 | |
| capi | 1.127.1 | |
| cf-autoscaling | 248 | |
| cf-cli | 1.38.0 | |
| cf-networking | 3.3.0 | |
| cflinuxfs3 | 0.285.0 | |
| credhub | 2.12.2 |
2.12.1
### Security Fixes
- Bump various dependencies.
2.12.0
### Security Fixes
- Bump various dependencies.
### Bug Fixes
- Fixes an issue where CredHub experiences downtime during certificate rotation process by making CredHub properly load concatenated mTLS CA certificates.
### Features
- CredHub is now compatible with Postgres 13, 14.
2.11.1
### Dependency Bumps
- Bumps log4j2 to 2.17.1
2.11.0
### Security Fixes
- Further addresses [CVE with Log4j library](https://github.com/advisories/GHSA-jfh8-c2jp-5v3q) and [its prior incomplete fix](https://github.com/advisories/GHSA-7rjr-3q55-vv33) by bumping to log4j2 2.16.0.
2.10.0
### Security Fixes
- Addresses [CVE with Log4j library](https://github.com/advisories/GHSA-jfh8-c2jp-5v3q)
### Features
- Adds a minimum duration server-level configuration fields for leaf and CA certificates: `certificates.leaf_minimum_duration_in_days` and `certificates.ca_minimum_duration_in_days`. When these fields are configured, if a request to generate or regenerate a certificate has a duration lower than the minimum, then the minimum duration is used instead. (https://github.com/cloudfoundry/credhub/pull/201)
|
| diego | 2.62.0 | |
| dotnet-core-offline-buildpack | 2.3.41 | |
| garden-runc | 1.20.3 | |
| go-offline-buildpack | 1.9.42 | |
| haproxy | 11.10.1 | |
| java-offline-buildpack | 4.48.2 | |
| log-cache | 2.11.5 | |
| loggregator | 106.6.2 | |
| loggregator-agent | 6.3.8 | |
| mapfs | 1.2.6 | |
| metric-registrar | 1.2.4 | |
| metrics-discovery | 3.0.8 | |
| mysql-monitoring | 9.15.0 | |
| nats | 43 | |
| nfs-volume | 7.1.1 | |
| nginx-offline-buildpack | 1.1.37 | |
| nodejs-offline-buildpack | 1.7.69 | |
| notifications | 62 | |
| notifications-ui | 40 | |
| php-offline-buildpack | 4.4.59 | |
| push-apps-manager-release | 676.0.1 | |
| push-offline-docs-release | 1.0.71 | |
| push-usage-service-release | 674.0.23 | |
| pxc | 0.41.0 | |
| python-offline-buildpack | 1.7.53 | |
| r-offline-buildpack | 1.1.28 | |
| routing | 0.231.0 | |
| ruby-offline-buildpack | 1.8.53 | |
| silk | 3.3.0 | |
| smb-volume | 3.1.0 | |
| smoke-tests | 4.5.0 | |
| staticfile-offline-buildpack | 1.5.29 | |
| statsd-injector | 1.11.18 | |
| syslog | 11.7.7 | |
| system-metrics-scraper | 3.2.4 | |
| uaa | 74.5.37 |
Release Date: 04/06/2022
Note: This version of TAS for VMs contains a known issue that can cause apps to fail to start after you upgrade from a previous version of TAS for VMs. To resolve this issue, see Apps stop running after a deploy when using dynamic ASGs with icmp any rule in the Knowledge Base.
4.48.274.5.37| Component | Version |
|---|---|
| ubuntu-xenial stemcell | 621.211 |
| backup-and-restore-sdk | 1.18.34 |
| binary-offline-buildpack | 1.0.42 |
| bosh-dns-aliases | 0.0.4 |
| bosh-system-metrics-forwarder | 0.0.21 |
| bpm | 1.1.16 |
| capi | 1.127.0 |
| cf-autoscaling | 248 |
| cf-cli | 1.38.0 |
| cf-networking | 3.3.0 |
| cflinuxfs3 | 0.274.0 |
| credhub | 2.9.9 |
| diego | 2.58.1 |
| dotnet-core-offline-buildpack | 2.3.38 |
| garden-runc | 1.20.0 |
| go-offline-buildpack | 1.9.38 |
| haproxy | 11.9.3 |
| java-offline-buildpack | 4.48.2 |
| log-cache | 2.11.5 |
| loggregator | 106.6.2 |
| loggregator-agent | 6.3.8 |
| mapfs | 1.2.6 |
| metric-registrar | 1.2.4 |
| metrics-discovery | 3.0.8 |
| mysql-monitoring | 9.15.0 |
| nats | 43 |
| nfs-volume | 7.1.1 |
| nginx-offline-buildpack | 1.1.34 |
| nodejs-offline-buildpack | 1.7.66 |
| notifications | 62 |
| notifications-ui | 40 |
| php-offline-buildpack | 4.4.55 |
| push-apps-manager-release | 676.0.1 |
| push-offline-docs-release | 1.0.33 |
| push-usage-service-release | 674.0.23 |
| pxc | 0.41.0 |
| python-offline-buildpack | 1.7.49 |
| r-offline-buildpack | 1.1.25 |
| routing | 0.231.0 |
| ruby-offline-buildpack | 1.8.50 |
| silk | 3.3.0 |
| smb-volume | 3.1.0 |
| smoke-tests | 4.5.0 |
| staticfile-offline-buildpack | 1.5.28 |
| statsd-injector | 1.11.18 |
| syslog | 11.7.7 |
| system-metrics-scraper | 3.2.4 |
| uaa | 74.5.37 |
Release Date: 03/31/2022
Note: This version of TAS for VMs contains a known issue that can cause apps to fail to start after you upgrade from a previous version of TAS for VMs. To resolve this issue, see Apps stop running after a deploy when using dynamic ASGs with icmp any rule in the Knowledge Base.
74.5.36| Component | Version |
|---|---|
| ubuntu-xenial stemcell | 621.211 |
| backup-and-restore-sdk | 1.18.34 |
| binary-offline-buildpack | 1.0.42 |
| bosh-dns-aliases | 0.0.4 |
| bosh-system-metrics-forwarder | 0.0.21 |
| bpm | 1.1.16 |
| capi | 1.127.0 |
| cf-autoscaling | 248 |
| cf-cli | 1.38.0 |
| cf-networking | 3.3.0 |
| cflinuxfs3 | 0.274.0 |
| credhub | 2.9.9 |
| diego | 2.58.1 |
| dotnet-core-offline-buildpack | 2.3.38 |
| garden-runc | 1.20.0 |
| go-offline-buildpack | 1.9.38 |
| haproxy | 11.9.3 |
| java-offline-buildpack | 4.48 |
| log-cache | 2.11.5 |
| loggregator | 106.6.2 |
| loggregator-agent | 6.3.8 |
| mapfs | 1.2.6 |
| metric-registrar | 1.2.4 |
| metrics-discovery | 3.0.8 |
| mysql-monitoring | 9.15.0 |
| nats | 43 |
| nfs-volume | 7.1.1 |
| nginx-offline-buildpack | 1.1.34 |
| nodejs-offline-buildpack | 1.7.66 |
| notifications | 62 |
| notifications-ui | 40 |
| php-offline-buildpack | 4.4.55 |
| push-apps-manager-release | 676.0.1 |
| push-offline-docs-release | 1.0.33 |
| push-usage-service-release | 674.0.23 |
| pxc | 0.41.0 |
| python-offline-buildpack | 1.7.49 |
| r-offline-buildpack | 1.1.25 |
| routing | 0.231.0 |
| ruby-offline-buildpack | 1.8.50 |
| silk | 3.3.0 |
| smb-volume | 3.1.0 |
| smoke-tests | 4.5.0 |
| staticfile-offline-buildpack | 1.5.28 |
| statsd-injector | 1.11.18 |
| syslog | 11.7.7 |
| system-metrics-scraper | 3.2.4 |
| uaa | 74.5.36 |
Release Date: March 29, 2022
Note: This version of TAS for VMs contains a known issue that can cause apps to fail to start after you upgrade from a previous version of TAS for VMs. To resolve this issue, see Apps stop running after a deploy when using dynamic ASGs with icmp any rule in the Knowledge Base.
| Component | Version |
|---|---|
| ubuntu-xenial stemcell | 621.211 |
| backup-and-restore-sdk | 1.18.34 |
| binary-offline-buildpack | 1.0.42 |
| bosh-dns-aliases | 0.0.4 |
| bosh-system-metrics-forwarder | 0.0.21 |
| bpm | 1.1.16 |
| capi | 1.127.0 |
| cf-autoscaling | 248 |
| cf-cli (v7/v8)* | 1.38.0 |
| cf-networking | 3.3.0 |
| cflinuxfs3 | 0.274.0 |
| credhub | 2.9.9 |
| diego | 2.58.1 |
| dotnet-core-offline-buildpack | 2.3.38 |
| garden-runc | 1.20.0 |
| go-offline-buildpack | 1.9.38 |
| haproxy | 11.9.3 |
| java-offline-buildpack | 4.48 |
| log-cache | 2.11.5 |
| loggregator | 106.6.2 |
| loggregator-agent | 6.3.8 |
| mapfs | 1.2.6 |
| metric-registrar | 1.2.4 |
| metrics-discovery | 3.0.8 |
| mysql-monitoring | 9.15.0 |
| nats | 43 |
| nfs-volume | 7.1.1 |
| nginx-offline-buildpack | 1.1.34 |
| nodejs-offline-buildpack | 1.7.66 |
| notifications | 62 |
| notifications-ui | 40 |
| php-offline-buildpack | 4.4.55 |
| push-apps-manager-release | 676.0.1 |
| push-offline-docs-release | 1.0.33 |
| push-usage-service-release | 674.0.23 |
| pxc | 0.41.0 |
| python-offline-buildpack | 1.7.49 |
| r-offline-buildpack | 1.1.25 |
| routing | 0.231.0 |
| ruby-offline-buildpack | 1.8.50 |
| silk | 3.3.0 |
| smb-volume | 3.1.0 |
| smoke-tests | 4.5.0 |
| staticfile-offline-buildpack | 1.5.28 |
| statsd-injector | 1.11.18 |
| syslog | 11.7.7 |
| system-metrics-scraper | 3.2.4 |
| uaa | 74.5.34 |
To upgrade to TAS for VMs v2.13, see Configuring TAS for VMs for Upgrades.
When upgrading to TAS for VMs v2.13, be aware of the following upgrade considerations:
If you previously used TAS for VMs v2.10 or earlier, you must first upgrade to TAS for VMs v2.11 to successfully upgrade to TAS for VMs v2.13.
Upgrade the cf CLI to the latest cf CLI v7 release, the latest cf CLI v8 release, or the commercial cf CLI distribution available on VMware Tanzu Network.
Some partner service tiles might be incompatible with TAS for VMs v2.13. VMware is working with partners to ensure that their tiles are updated to work with the latest versions of TAS for VMs. For information about which partner service releases are currently compatible with TAS for VMs v2.13, review the appropriate partners services release documentation at https://docs.pivotal.io or contact the partner organization that produces the tile.
TAS for VMs v2.13 includes the following major features:
In TAS for VMs v2.13, developers can update the destination protocol for app routes. After the destination protocol is updated, the app uses that protocol for all incoming and outgoing communications.
You can update the destination protocol using Apps Manager or cf CLI v8.
Before you can update the destination app protocol, you must activate HTTP/2 ingress and egress for the Gorouter. This option is activate by default in the Networking pane of the TAS for VMs tile.
To update the destination app protocol in Apps Manager, see Change the Destination Protocol for a Route in Managing Apps and Service Instances Using Apps Manager.
To update the destination app protocol using cf CLI v8:
Run:
cf update-destination --app-protocol PROTOCOL APP-NAME APP-DOMAIN --hostname HOSTNAME
Where:
PROTOCOL is the app protocol you want to use. Valid values are http1 or http2.APP-NAME is the name of your app.APP-DOMAIN is the domain name of your app.HOSTNAME is the hostname of your app.The following example command updates the destination protocol for example-app to HTTP/2:
cf update-destination --app-protocol http2 example-app app-domain.com --hostname example-hostname
TAS for VMs v2.13 supports MySQL 8 for external databases. Previous versions of TAS for VMs supported MySQL 5.7, which is expected to reach end of general support (EOGS) in 2023. If you use an external MySQL database with TAS for VMs v2.13, use a MySQL 8 database for improved security and a longer window of support.
In TAS for VMs v2.13, several TAS for VMs components use Golang v1.17.
The following table lists the component releases that have been updated to use Golang v1.17:
| Release | First version that uses Golang v1.17 |
|---|---|
| cf-networking | 2.43.0 |
| silk | 2.43.0 |
| diego | 2.53.1 |
| nats | 41 |
| garden-runc | 1.19.31 |
| routing | 0.229.0 |
For important information, see Gorouter Certificates Require a SAN Extension.
TAS for VMs v2.13 introduces dynamic App Security Groups (ASGs).
ASGs are a collection of egress rules that specify the protocols, ports, and IP address ranges where app or task instances send traffic. Previously, updating an existing ASG required you to restart the app before the ASG went into effect.
Dynamic ASGs can automatically update security groups without requiring an app restart. If you have existing ASGs, you can run any of the security group cf CLI commands, including cf bind-security-group and cf update-security-group, and the changes apply automatically to any running apps.
To enable dynamic ASGs:
Navigate to the Ops Manager Installation Dashboard.
Click the TAS for VMs tile.
Select Networking.
Select the Enable dynamic application security group changes checkbox.
Click Save.
For more information about ASGs, see App Security Groups.
In TAS for VMs v2.13, App Autoscaler can scale apps by one or more app instances based on autoscaling rules. In previous releases of TAS for VMs, App Autoscaler only scaled app instances up or down by one instance at a time. You can configure scaling factors using the App Autoscaler API or the App Autoscaler CLI plug-in.
To configure scaling factors using the API, see Update an App Binding in Using the App Autoscaler API.
To configure scaling factors using the App Autoscaler CLI plug-in, see Update Scaling Factors in Using the App Autoscaler CLI.
For more information, see About App Autoscaler.
In TAS for VMs v2.13, the Log Cache component runs on its own Log Cache instance group. Log Cache is no longer part of Doppler instances. Additionally, syslog ingress is enabled by default.
This change allows TAS for VMs to do the following:
Allow Log Cache to scale independently from Doppler. For example, to provide more memory for storing logs and metrics. You can reduce the memory allocation for Doppler instances.
Scale Log Cache to more than 40 VMs, because it is no longer limited by Doppler and Traffic Controller’s throughput and connection-based horizontal scaling limits.
Reduce the number of network hops required for logs and metrics to get to Log Cache.
For important information regarding this feature, see the following sections:
In Ops Manager v2.10.20 and later, operators can rotate the root certificate authority (CA) or NATS CA without re-creating all VMs. If you rotate these certificates and re-deploy Ops Manager, Ops Manager updates the certificates on the VMs without re-creating the VMs.
For more information, see the Ops Manager documentation.
Operators can configure Ops Manager v2.10.23 and later to require IMDSv2 on all BOSH-deployed VMs in Amazon Web Services (AWS). This Ops Manager feature is compatible with installations of TAS for VMs v2.13.
For more information, see the Ops Manager documentation.
In TAS for VMs v2.13, developers can configure app containers to communicate with each other over one-way TLS.
Client applications can now send HTTPS requests to port 61443 of the destination application. In that case TLS is terminated at Envoy. Developers can continue to serve HTTP traffic on port 8080, and Envoy listens on port 61443 with a TLS certificate with a SAN that includes app internal routes. Envoy proxies this port to port 8080 inside the container. When a new route is mapped to the app, the certificate is updated without requiring an app restart. Add network policy to allow container-to-container communication over port 61443:
cf add-network-policy source-app-name --destination-app destination-app-name --protocol tcp --port 61443
Warning: This feature introduces a migration to the BBS database. Rolling back from this release causes database issues.
In TAS for VMs v2.13, you can include documentation and cf CLI packages in Apps Manager that operators and developers can download in air-gapped environments. TAS for VMs v2.13 adds the post-deploy Offline Docs Errand.
To allow access to offline tools in air-gapped environments:
Go to the Ops Manager Installation Dashboard.
Click the TAS for VMs tile.
Select Apps Manager.
Under Configure how developers access documentation, tools and pluggins when unable to connect to the internet, activate the Enable access to offline tools checkbox.
Under Choose which CF CLI packages to include, select either CF CLI V7 or CF CLI V8.
Click Save.
Select Errands.
From the Offline Docs Errand dropdown, select On.
Click Save.
Return to the Ops Manager Installation Dashboard.
Click Review Pending Changes.
Click Apply Changes.
For more information, see (Optional) Configure Custom Branding and Apps Manager in Configuring TAS for VMs.
From v4.62.0, the Java Buildpack will no longer install the Spring AutoReconfiguration (SAR) library for Spring Boot 3 applications. This library was deprecated in May 2022 and overwrites your configured Spring Beans to connect to bound services. This is not recommended for use in production environments. The recommended replacement is the Java CfEnv library.
Applications should not be affected by this change if:
** The buildpack will not install Java CfEnv if it is already detected as an app dependency.
Your applications might be affected by the following two scenarios:
If your application is affected by this change see this KB article for troubleshooting: Spring AutoReconfiguration Removed for Spring Boot 3 Applications
In TAS for VMs v2.13, the Log Cache component runs on its own Log Cache instance group. Log Cache is no longer part of Doppler instances. To ensure smooth operation, please ensure the necessary ports are open to these new log-cache VMs. Ports should be open for TAS for VMs, Isolation Segments and TAS for Windows VMs prior to upgrading TAS.
As a result of this change, Diego Cells with high logging volume might experience higher CPU usage than they did prior to this change.
When you upgrade to TAS for VMs v2.13, you might experience temporary difficulties getting logs and metrics from the cf CLI for apps that are pushed during the upgrade. This does not affect whether or not the app is able to be deployed. For more information, see Possible Downtime When Upgrading from Certain TAS for VMs Versions.
This change comes with the following considerations when you upgrade to TAS for VMs v2.13:
| Breaking change | Recommended Action |
|---|---|
| Log Cache uses syslog ingress by default. | Confirm that your instances, including those within isolation segments, are permitted to establish connections to Log Cache nodes on port 6067. You might need to update firewall rules to allow logs to flow directly from your instances to the Log Cache syslog server. |
Underscaled Log Cache instances can fail with Out of Memory errors, which locks the BOSH Director. |
Scale up your Log Cache instance count. VMware recommends scaling up to match the number of VMs and amount of memory as your Doppler instances before the upgrade. Starting larger and then adjusting for actual use is safer than a deployment failure. |
| Service instance metrics might not be retrievable using the Log Cache cf CLI plug-in. | VMware recommends configuring syslog ingestion. If you need to retrieve metrics from service tiles that do not support this feature, deactivate the Enable Log Cache syslog ingestion check box in the System Logging pane of the TAS for VMs tile. |
In TAS for VMs v2.13, all Gorouter certificates require a valid subjectAltName (SAN) extension. If any Gorouter certificates lack a SAN, Go clients cannot connect to servers and deployment fails.
Before you upgrade to TAS for VMs v2.13, you must do the following:
Verify that all certificates in Ops Manager use a valid SAN. If they do not, rotate your certificates using a valid SAN.
Verify that all external systems that the Gorouter connects to have certificates with a valid SAN. If you use route services, this includes either the route services themselves or the load balancer in front of the route service.
For more information about updating certificates, see Routing and Golang 1.15 X.509 CommonName deprecation in the Knowledge Base.
Golang v1.17 contains stricter IP parsing standards, so IP addresses with leading zeros in any octets cause a BOSH template failure. Operators can remove the leading zeros and try deploying again. This affects properties that feed into all releases that use Golang v1.17. For a complete list, see TAS for VMs Components Use Golang v1.17 above. Syslog drains and Metric Registrar endpoints that are registered using user-provided services might also be affected.
TAS for VMs v2.13 does not support cf CLI v6. You must upgrade to cf CLI v7 or cf CLI v8.
To upgrade to a supported cf CLI version, see Upgrading to cf CLI v7 or Upgrading to cf CLI v8.
TAS for VMs v2.13 includes the following known issues:
Release 2.13.27 introduced a bug that could result in the loss of Service Usage data. To avoid data loss, customers that depend on usage data should follow the workaround in this KB article or upgrade to a later version of VMware Tanzu Application Service for VMs within 30 days of upgrading to this version.
A forthcoming patch release of TAS for VMs v2.13 resolves this issue.
When upgrading from TAS for VMs 2.11 or TAS for VMs 2.12, Firehose nozzle integrations (for example Splunk or Microsoft Azure Log Analytics) is not able to receive logs or metrics for the majority of the time that Diego cells are updating.
For customers with a large number of Diego cells this might be a lengthy window (multiple hours).
Logs and metrics continue to be available from the cf CLI, Reverse Log Proxy (v2) nozzles and syslog drains.
You might experience a small amount of log and metric downtime in Log Cache or from the cf CLI when upgrading to TAS for VMs v2.13 from one of the following TAS for VMs versions:
TAS for VMs v2.11.16 or earlier
TAS for VMs v2.12.8 or earlier
If you configure your TAS for VMs deployment to use dynamic ASGs, the Virtual Extensible LAN (VXLAN) policy agent cannot clean up ASGs with ICMP any rules, due to undocumented iptables behavior. This causes a container creation failure, which prevents any apps from starting.
When this happens, you see one of the following VXLAN policy agent errors:
iptables: Bad rule (does a matching rule exist in that chain?)
exit status 1: iptables: No chain/target/match by that name.
To learn more about this known issue, including how to mitigate it, see Apps stop running after a deploy when using dynamic ASGs with icmp any rule in the Knowledge Base.
In TAS 2.11.26, we introduced a nats release that replaced the underlying package from NATS v1.0 to NATS v2.0. TAS 2.13.14 is the first patch release of TAS 2.13 that includes NATS v2.0. The migration should happen invisibly; however if the migration is not successful, your nats servers may still be running NATS v1.0.
Per the TAS Support Lifecycle Policy, we will keep the NATS v1.0 as a fallback, but will remove it in a future version. Please follow the knowledge base article here to confirm that your nats instances have migrated successfully, and see how to troubleshoot if they have not.