These are the release notes for VMware Tanzu Application Service for VMs (TAS for VMs) v4.0 patch releases v4.0.1 to v4.0.10.

See VMware Tanzu Application Service for VMs v4.0 Release Notes for current patch release notes.

Releases

4.0.10

Release Date: 10/12/2023

Component Version Release Notes
ubuntu-jammy stemcell 1.250
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
bpm 1.2.6
capi 1.158.0
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)
          
cflinuxfs4 1.44.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
java-offline-buildpack 4.62.0
log-cache 3.0.5
loggregator 107.0.7
loggregator-agent 7.6.1
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 677.0.26
push-tas-portal-release 0.1.8
push-offline-docs-release 4.0.282
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 - 
For more information, see this [KB](https://pivotal.lightning.force.com/lightning/r/KnowledgeArticle__kav/ka08X0000002brGQAQ/view). ## Dependencies * **app-usage-service:** Updated to v`795068c`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.68
  ## Changes
  ## Dependencies
  * **app-usage-service:** Updated to v`00de8f4`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.67
  ## Dependencies
  * **app-usage-service:** Updated to v`b916606`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.66
  ## Dependencies
  * **app-usage-service:** Updated to v`68821d4`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.65
  ## Dependencies
  * **app-usage-service:** Updated to v`cf55c07`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
pxc 1.0.16
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
web-servers-cnb-buildpack 0.6.7
0.6.7
  Components:
  * [buildpack v0.9.5](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.9.5)
          
0.6.6
  Components:
  * [buildpack v0.9.5](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.9.5)
          
0.6.5
  Components:
  * [buildpack v0.9.5](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.9.5)
          
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 12.1.8
system-metrics-scraper 4.0.0
uaa 76.20.0

4.0.9

Release Date: 09/26/2023

  • [Bug] This release 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.
  • [Bug Fix] Fixed an issue preventing processes in app containers from running the ping command
  • [Breaking Change] Java Buildpack v4.62.0 will no longer install the Spring AutoReconfiguration library for Spring Boot 3 applications - the Java CfEnv library will be installed instead. See Java Buildpack 4.62.0 removes Spring AutoReconfiguration library for Spring Boot 3 applications below.
  • [Feature Improvement] App Autoscaler now sets the JBP_CONFIG_ORACLE_JRE environment variable. This allows the 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.
Component Version
ubuntu-jammy stemcell 1.222
backup-and-restore-sdk 1.18.88
binary-offline-buildpack 1.1.6
bosh-dns-aliases 0.0.4
bpm 1.2.6
capi 1.158.0
cf-autoscaling 249.2.6
cf-cli 1.45.0
cf-networking 3.32.0
cflinuxfs3 0.374.0
cflinuxfs4 1.36.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
java-offline-buildpack 4.62.0
log-cache 3.0.5
loggregator 107.0.7
loggregator-agent 7.6.1
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 677.0.26
push-tas-portal-release 0.1.8
push-offline-docs-release 4.0.253
push-usage-service-release 674.0.64
pxc 1.0.16
python-offline-buildpack 1.8.14
r-offline-buildpack 1.2.6
routing 0.278.0
ruby-offline-buildpack 1.10.4
web-servers-cnb-buildpack 0.6.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 12.1.8
system-metrics-scraper 4.0.0
uaa 76.20.0

4.0.8

Release Date: 09/11/2023

  • [Security Fix] Continue to forward relevant headers by removing hop-by-hop headers that could interfere with gorouter when proxying client requests
  • [Feature] Add distributed tracing to UAA logs
  • [Bug Fix] Ensure notifications UI always uses the go_buildpack to prevent conflicting detected buildpack ordering
  • [Feature] Added log tracing support to UAA. Log messages now have fields for a trace ID and span ID. Please note that external log parsers might need to be adjusted.
Component Version Release Notes
ubuntu-jammy stemcell 1.207
backup-and-restore-sdk 1.18.88
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
bpm 1.2.6
capi 1.158.0
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
  **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)
          
cflinuxfs4 1.32.0
count-cores-indicator 2.0.0
credhub 2.12.41
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
  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
go-offline-buildpack 1.10.11
java-offline-buildpack 4.61.0
log-cache 3.0.5
v3.0.5
  ## What's Changed
  **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.0.4...v3.0.5
          
loggregator 107.0.7
v107.0.7
  ## What's Changed
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v107.0.6...v107.0.7
          
loggregator-agent 7.6.1
v7.6.1
  ## What's Changed
  ### Experimental OTel Collector changes
  * Prevent prometheus exporter from claiming BBS API port. For more context, see here: https://github.com/cloudfoundry/diego-release/issues/812
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.6.0...v7.6.1
          
v7.6.0
  ## What's Changed
  ### Experimental OTel Collector changes
  * ⚠️ Do not forward Timers ⚠️
  * Set the `service_version` for OTel Collector telemetry to v0.1.0
  * Add the prometheus exporter
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.5.0...v7.6.0
          
v7.5.0
  ## What's Changed
  #### Experimental OTel Collector changes
  * ⚠️ Remove all the exporters except for `otlp` and `file` ⚠️
  * ⚠️ Change default for the OTel Collector port for gRPC ingress to `9100` ⚠️
  * Reserve `cf-internal` prefix for internal metric exporters for the future
  * Configure Prom Scraper to scrape OTel Collector metrics
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.4.0...v7.5.0
          
mapfs 1.2.35
metric-registrar 2.1.7
v2.1.7
  ## What's Changed
  **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
  **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
  **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.12...v3.2.13
          
mysql-monitoring 10.2.0
nats 56.6.0
nfs-volume 7.1.30
v7.1.30
  ## Dependencies
  * **nfsbroker:** Updated to v`90b8c05`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`4930b63`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
nginx-offline-buildpack 1.2.6
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
          
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
          
push-apps-manager-release 677.0.26
677.0.26
  * new offline cf cli versions
          
677.0.25
  * use cflinuxfs4
          
677.0.24
  ## Changelog
  - bump word wrap for cve https://github.com/pivotal-cf/apps-manager-js/pull/163
  - 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/168
          
push-tas-portal-release 0.1.8
push-offline-docs-release 4.0.253
push-usage-service-release 674.0.59
pxc 1.0.16
v1.0.16
  **New Features**
  - Bumped Go to 1.21.0
  - Bumped vendored dependencies
  - The seeded_users feature now supports a new "multi-schema-admin" role. This
  role allows creating a MySQL user with access to a set of databases defined
  by a wildcard "schema" pattern.
  See [this ops-file](https://github.com/cloudfoundry/pxc-release/blob/main/operations/test/with-wildcard-schema-access.yml)
  for an example of how to configure this type of user.
          
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).
          
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
          
web-servers-cnb-buildpack 0.4.0
0.4.0
  Components:
  * buildpack v0.7.0
          
0.3.4
  Components:
  * buildpack v0.6.0
          
0.3.3
  Components:
  * buildpack v0.6.0
          
silk 3.32.0
smb-volume 3.1.30
smoke-tests 4.8.3
staticfile-offline-buildpack 1.6.6
statsd-injector 1.11.33
v1.11.33
  ## What's Changed
  **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.32...v1.11.33
          
syslog 12.1.8
v12.1.8
  ## What's Changed
  **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.1.7...v12.1.8
          
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
  ## 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 76.20.0
v76.20.0
  ## What's Changed
  ### Features
  * Added fields for tracing (trace ID and span ID) in the logs, in https://github.com/cloudfoundry/uaa-release/pull/652. Please note that external log parsers might need to be updated to adjust to this addition to the UAA log messages.
  ### Dependency Bumps
  ## New Contributors
  * @swalchemist made their first contribution in https://github.com/cloudfoundry/uaa-release/pull/652
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.19.0...v76.20.0
          

4.0.7

Release Date: 08/22/2023

  • [Bug Fix] Disable silk-datastore-syncer when using NCP
  • [Bug Fix] Garden Healthchecks have been re-enabled after fixing a bug during deployments causing failed diego-cells.
Component Version Release Notes
ubuntu-jammy stemcell 1.199
backup-and-restore-sdk 1.18.88
v1.18.88
  ## Changes
  ## Dependencies
  * **storage:** Updated to v1.32.0.
For more information, see [storage](https://github.com/googleapis/google-cloud-go). * **api:** Updated to v0.137.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
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.
For more information, see [credentials](https://github.com/aws/aws-sdk-go-v2). * **aws-sdk-go-v2/s3:** Updated to v1.38.2.
For more information, see [s3](https://github.com/aws/aws-sdk-go-v2). * **aws-sdk-go-v2/sts:** Updated to v1.21.2.
For more information, see [sts](https://github.com/aws/aws-sdk-go-v2). * **aws-sdk-go-v2:** Updated to v1.20.1.
For more information, see [aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2). * **bosh-backup-and-restore:** Updated to v1.9.48.
For more information, see [bosh-backup-and-restore](https://github.com/cloudfoundry-incubator/bosh-backup-and-restore). * **golang/net:** Updated to v0.13.0.
For more information, see [net](https://github.com/golang/net). * **golang/oauth2:** Updated to v0.11.0.
For more information, see [oauth2](https://github.com/golang/oauth2). * **google-api-go-client/api:** Updated to v0.136.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
binary-offline-buildpack 1.1.5
bosh-dns-aliases 0.0.4
bpm 1.2.5
capi 1.158.0
cf-autoscaling 249.2.3
cf-cli 1.45.0
cf-networking 3.32.0
cflinuxfs3 0.372.0
cflinuxfs4 1.30.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.80.0
dotnet-core-offline-buildpack 2.4.15
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
          
java-offline-buildpack 4.61.0
log-cache 3.0.4
loggregator 107.0.6
loggregator-agent 7.4.0
mapfs 1.2.35
v1.2.35
  ## Dependencies
  * **mapfs:** Updated to v`53ab9fc`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
v1.2.34
  ## Changes
  ## Dependencies
  * **mapfs:** Updated to v`b83d1af`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
metric-registrar 2.1.6
metrics-discovery 3.2.12
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.29
v7.1.29
  ## Changes
  * **nfsbroker:** Updated to v`af16846`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`e295222`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
v7.1.28
  ## Changes
  * +Golang: Updated to v1.20.7 (#511)
  ## Dependencies
  * **nfsbroker:** Updated to v`7a437dc`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`98bed5a`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
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.13
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.8
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 677.0.22
push-tas-portal-release 0.1.8
push-offline-docs-release 4.0.253
push-usage-service-release 674.0.59
v674.0.59
  ## Dependencies
  * **app-usage-service:** Updated to v`2770277`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.58
  ## Changes
  ## Dependencies
  * **app-usage-service:** Updated to v`d382b32`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
pxc 1.0.15
v1.0.15
  **New Features**
  - Bumped Go to 1.20.7
  - Bumped Percona XtraDB Cluster v8.0 to v8.0.33-25
  - Bumped Percona XtraDB Cluster v5.7 to v5.7.42-31.65
  - Bumped Percona XtraBackup v8.0 to v8.0.33-28
  - Bumped vendored dependencies
  - The pxc-mysql job's BOSH `drain` script has been converted to a `post-stop`
  script. The post-stop script now skips safety check logic around scaling
  down a cluster when the deployment is being deleted to avoid a flake when
  deleting a clustered deployment.
  - Percona XtraBackup and Percona XtraDB Cluster packages now compile in
  parallel to reduce overall pxc-release compilation times
          
python-offline-buildpack 1.8.12
r-offline-buildpack 1.2.4
routing 0.277.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.3
web-servers-cnb-buildpack 0.3.2
silk 3.32.0
smb-volume 3.1.30
v3.1.30
  ## Changes
  ## Dependencies
  * **smbbroker:** Updated to v`9ab3087`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`184cbe3`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.29
  ## Changes
  ## Dependencies
  * **smbbroker:** Updated to v`6d49181`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`cd6db37`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
smoke-tests 4.8.3
staticfile-offline-buildpack 1.6.6
1.6.6
  * 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.32
syslog 12.1.7
system-metrics-scraper 3.3.12
uaa 76.19.0
v76.19.0
  ## What's Changed
  ### Dependency Bumps
  ### Misc
  * Release tests by @bruce-ricard in https://github.com/cloudfoundry/uaa-release/pull/651
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.18.0...v76.19.0
          

4.0.6

Release Date: 08/18/2023

  • [Known Issue] Silk-datastore-syncer job is not disabled when using NCP. This failing job can safely be ignored, but we recomend skipping this release when using the NSX-T Container Plugin
  • [Feature Improvement] Allow to configure Silk policy polling interval
  • [Bug Fix] Fix autoscaler bosh backup and restore (BBR) scripts
Component Version Release Notes
ubuntu-jammy stemcell 1.181
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.
For more information, see [credentials](https://github.com/aws/aws-sdk-go-v2). * **aws-sdk-go-v2/s3:** Updated to v1.38.0.
For more information, see [s3](https://github.com/aws/aws-sdk-go-v2). * **aws-sdk-go-v2/sts:** Updated to v1.21.0.
For more information, see [sts](https://github.com/aws/aws-sdk-go-v2). * **google.golang.org/api:** Updated to v0.134.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.18.85
  ## Changes
  ## Dependencies
  * **credentials:** Updated to v1.13.28.
For more information, see [credentials](https://github.com/aws/aws-sdk-go-v2). * **sts:** Updated to v1.20.0.
For more information, see [sts](https://github.com/aws/aws-sdk-go-v2). * **gomega:** Updated to v1.27.10.
For more information, see [gomega](https://github.com/onsi/gomega). * **api:** Updated to v0.133.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.18.84
  ## Changes
  ## Dependencies
  * **credentials:** Updated to v1.13.27.
For more information, see [credentials](https://github.com/aws/aws-sdk-go-v2). * **s3:** Updated to v1.37.0.
For more information, see [s3](https://github.com/aws/aws-sdk-go-v2). * **sts:** Updated to v1.19.3.
For more information, see [sts](https://github.com/aws/aws-sdk-go-v2). * **api:** Updated to v0.132.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
binary-offline-buildpack 1.1.5
bosh-dns-aliases 0.0.4
bpm 1.2.5
capi 1.156.0
cf-autoscaling 249.2.3
v249.2.3
  ## What's Changed
  * 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
cflinuxfs4 1.29.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
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 3.0.4
loggregator 107.0.6
loggregator-agent 7.4.0
v7.4.0
  ## What's Changed
  * Adds experimental `otel-collector` and `otel-collector-windows` jobs. See the following [RFC](https://github.com/cloudfoundry/community/blob/3ec376e4345787bc0e9e25e7965c5083b63db822/toc/rfc/rfc-0018-aggregate-metric-egress-with-opentelemetry-collector.md) for more information.
  ### Forwarder Agent log format change
  Previously when the `logging.format.timestamp` property was set to `rfc3339` it would be ignored for ingress client logs emitted by the Forwarder Agent. This release applies the correct timestamp format when `rfc3339` is selected, which may affect you if you depend on the format of the logs.
  Old log line format:
  ```
  [INGRESS CLIENT] -> 127.0.0.1:3459: 2023/08/04 21:59:31 Error while flushing: EOF
  ```
  New log line format:
  ```
  2023-08-04T22:23:53.099290367Z [INGRESS CLIENT] -> 127.0.0.1:3459: Error while flushing: EOF
  ```
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.3.0...v7.4.0
          
v7.3.0
  ## What's Changed
  * Make keepalives for api polling configurable by @fhambrec in https://github.com/cloudfoundry/loggregator-agent-release/pull/336
  * flatten aggregate drain array by @Benjamintf1 in https://github.com/cloudfoundry/loggregator-agent-release/pull/346
  * Update syslog binding params by @Benjamintf1 in https://github.com/cloudfoundry/loggregator-agent-release/pull/339
  ## New Contributors
  * @fhambrec made their first contribution in https://github.com/cloudfoundry/loggregator-agent-release/pull/336
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.2.3...v7.3.0
          
v7.2.3
  ## What's Changed
  * Update packaged Golang version to v1.20.6
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.2.2...v7.2.3
          
mapfs 1.2.33
v1.2.33
  ## Changes
  * Golang: Updated to v1.20.7. (#120)
  ## Dependencies
  * **mapfs:** Updated to v`055c79a`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
v1.2.32
  ## Dependencies
  * **gomega:** Updated to v1.27.10.
For more information, see [gomega](https://github.com/onsi/gomega). * **mapfs:** Updated to v`d33b44a`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
v1.2.31
  ## Dependencies
  * **mapfs:** Updated to v`ea4d3ff`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
v1.2.30
  ## Changes
  * Golang: Updated to v1.20.6.
  ## Dependencies
  * **mapfs:** Updated to v`0e79358`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
metric-registrar 2.1.6
v2.1.6
  ## What's Changed
  * 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://broadcomcms-software.wolkenservicedesk.com/external/article?articleNumber=298471).
  ## 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`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`7d7d083`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
v7.1.26
  ## Dependencies
  * **gomega:** Updated to v1.27.9.
For more information, see [gomega](https://github.com/onsi/gomega). * **nfsbroker:** Updated to v`e8d3359`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`a5d216c`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
v7.1.25
  ## Changes
  * +Golang: Updated to v1.20.6
  ## Dependencies
  * **nfsbroker:** Updated to v`0affd58`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`d5b93a7`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
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 
      
       
  Date:   Thu Aug 3 23:20:50 2023 +0000
  Cuts final release 66.0.0
  [ci skip]
  commit 6329b65525023b8cd2dbff86aefc28796823f25f
  Author: PCF Event Alerts Team CI 
       
         Date: Tue Aug 1 21:39:45 2023 +0000 Bump submodule src/notifications commit 016a406d0d605c7a714e6b892b16e4f48e694e76 Author: PCF Event Alerts Team CI 
        
          Date: Tue Aug 1 20:16:38 2023 +0000 bump-golang to v0.130.0 
        
       
      
v65.0.0
  commit a6c6cce647320d76192bce0bd5644f16f6ddb80a
  Author: PCF Toronto Concourse CI Bot 
      
       
  Date:   Thu Jul 20 01:19:58 2023 +0000
  Cuts final release 65.0.0
  [ci skip]
  commit 8f196fe435106fc5d4351c40c4745a43de480730
  Merge: cbfe12b 4cc305b
  Author: David Stevenson 
       
         Date: Wed Jul 19 17:05:57 2023 -0700 Merge pull request #44 from cloudfoundry/jq-1.6 Upgrade JQ to 1.6 commit 4cc305b8ffec4baaeca0aed3696f7c75cc8e09f1 Author: David Stevenson 
        
          Date: Wed Jul 19 17:05:37 2023 -0700 Upgrade JQ to 1.6 Signed-off-by: David Stevenson 
         
           commit cbfe12bf286e7606da0ec0482fd6d07215102409 Author: PCF Event Alerts Team CI 
          
            Date: Wed Jul 19 22:15:45 2023 +0000 bump-golang to v0.129.0 commit ce3459b0af5589c2504c3e3037c6e7ab318bb829 Merge: 9960d02 689f080 Author: David Stevenson 
           
             Date: Thu Jun 22 12:32:43 2023 -0700 Merge pull request #43 from gururajsh/cloudgate Rename S3 bucket. commit 689f0801e3a63616131b6c858963b18d56d7dd30 Author: gururajsh 
            
              Date: Wed Jun 14 16:30:47 2023 -0400 Rename S3 bucket. Create A new AWS account for notification release blobs 
            
           
          
         
        
       
      
notifications-ui 45.0.0
v45.0.0
  commit 3b5aeedb8e13d1cf63dcbf2e6107839391d005fa
  Author: PCF Event Alerts Team CI 
      
       
  Date:   Thu Aug 3 23:21:01 2023 +0000
  Cuts final release 45.0.0
  [ci skip]
  commit 172cece70e3744d47deb6b14f453d63f7b11ff50
  Author: PCF Event Alerts Team CI 
       
         Date: Wed Aug 2 17:36:03 2023 +0000 Bump submodule src/notifications-ui commit 8bc319145e820ceeb425957a33f066bd67f594a9 Author: PCF Event Alerts Team CI 
        
          Date: Tue Aug 1 20:16:23 2023 +0000 bump-golang to v0.130.0 
        
       
      
v44.0.0
  commit e9525d6f5373988269811224ec47dbf3ceecc4aa
  Author: PCF Event Alerts Team CI 
      
       
  Date:   Thu Jul 20 01:15:37 2023 +0000
  Cuts final release 44.0.0
  [ci skip]
  commit 4cc7f823fea5a3ab364a2dbf0b2eeaa6011dcf0d
  Merge: 0575d65 fe77e64
  Author: David Stevenson 
       
         Date: Wed Jul 19 15:00:04 2023 -0700 Merge pull request #10 from pivotal-cf/jq-1.6 Replace JQ1.5 with JQ1.6 commit fe77e6410faf81fe86c2be3f286d54610ed48180 Author: David Stevenson 
        
          Date: Wed Jul 19 14:33:41 2023 -0700 Replace JQ1.5 with JQ1.6 - Downloaded from https://github.com/jqlang/jq/releases/tag/jq-1.6 - Made .tgz with the binary, uploaded to blobstore notifications-ui-release-blobs - Rewrote compile script to use new version Signed-off-by: David Stevenson 
          
         
        
       
      
v43.0.0
  commit 0575d659ab8d6bb3a5268e32b3617fb003d0a3d7
  Author: PCF Event Alerts Team CI 
      
       
  Date:   Wed Jul 19 21:59:30 2023 +0000
  Cuts final release 43.0.0
  [ci skip]
  commit 5a625ea956a0891163b30fb77b65bafffcfe9265
  Author: PCF Event Alerts Team CI 
       
         Date: Wed Jul 19 21:10:04 2023 +0000 bump-golang to v0.129.0 commit 586567cc04d041afe8eb11a8c1e7324ef96c442e Merge: f64503c 1e12697 Author: David Stevenson 
        
          Date: Wed Jul 19 12:52:53 2023 -0700 Merge pull request #9 from pivotal-cf/buildpack-not-buildpacks Use buildpack: not buildpacks: when pushing apps commit 1e126975456904d627049bc95dceb83063936566 Author: David Stevenson 
         
           Date: Wed Jul 19 12:20:56 2023 -0700 Use buildpack: not buildpacks: when pushing apps - This is because you cannot seem to go back to "automatic" buildpack selection using the buildpacks: null. buildpack: is deprecated but it will still work for a URL and automatic (via null). Signed-off-by: David Stevenson 
          
            commit f64503c8e8bbf3b18429bd325906798879fdc543 Author: David Stevenson 
           
             Date: Tue Jun 20 15:19:41 2023 -0700 Accidentally wrong release name Signed-off-by: David Stevenson 
            
              commit 6746404d5444e28e85375b2e3fcfc4f1e1711d6f Merge: bb2bc27 8433ca6 Author: David Stevenson 
             
               Date: Wed Jun 14 14:04:58 2023 -0700 Merge pull request #8 from pivotal-cf/cloudgate Rename S3 bucket name for final releases. commit 8433ca62d24da74152ea26324d3b8696e68a3e3b Author: gururajsh 
              
                Date: Wed Jun 14 16:21:45 2023 -0400 Rename S3 bucket name for final releases. Created new AWS account to store blobs. 
              
             
            
           
          
         
        
       
      
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 677.0.22
push-tas-portal-release 0.1.8
push-offline-docs-release 4.0.253
push-usage-service-release 674.0.57
v674.0.57
  ## Changes
  ## Dependencies
  * **app-usage-service:** Updated to v`bea5b0c`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.55
  ## Dependencies
  * **app-usage-service:** Updated to v`1ea5db8`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
pxc 1.0.14
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
          
web-servers-cnb-buildpack 0.3.2
0.3.2
  Components:
  * buildpack v0.5.0
          
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`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`870da3a`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.27
  ## Changes
  * use latest available linuxfs  stack for push (#201)
  ## Dependencies
  * **smbbroker:** Updated to v`2463ad2`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`878386b`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.26
  ## Changes
  ## Dependencies
  * **smbbroker:** Updated to v`25e62f9`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`14056ca`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.25
  ## Dependencies
  * **smbbroker:** Updated to v`1e068da`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`a607cfc`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
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 12.1.7
v12.1.7
  ## What's Changed
  * Update packaged Golang version to v1.20.6
  **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.1.6...v12.1.7
          
system-metrics-scraper 3.3.12
v3.3.12
  ## What's Changed
  * 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
  **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.10...v3.3.11
          
uaa 76.18.0
v76.18.0
  ## What's Changed
  * Upgrade Newrelic to version 8.5.0
  * Add bosh configuration for UAA PR 2414 by @strehle in https://github.com/cloudfoundry/uaa-release/pull/629
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.17.0...v76.18.0
          
v76.17.0
  ## What's Changed
  * [Upgrade Bellsoft JDK to version 11.0.20+8](https://github.com/cloudfoundry/uaa-release/commit/635146e0d1bf755db15545a1c0e144952cbaf5f5)
  * [Upgrade Tomcat to version 9.0.78](https://github.com/cloudfoundry/uaa-release/commit/8c39f62e5d0f170fb0a92e29dcafd29bbc9ed6ad)
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.16.0...v76.17.0
          

4.0.5

Release Date: 07/21/2023

  • [Known Issue] Silk-datastore-syncer job is not disabled when using NCP. This failing job can safely be ignored, but we recomend skipping this release when using the NSX-T Container Plugin
  • [Known Issue] BBR commands such as backup, backup-cleanup, and restore can fail due to a bug in component BBR scripts. Contact Tanzu Support for help restoring from a backup if necessary.
  • [Feature Improvement] Dynamic App renaming takes effect for Silk Security Group log entries
  • [Bug Fix] Fixes duplicate routes sent to Diego
  • [Bug fix] Updated snakeyaml to resolve CVEs: CVE-2022-1471, CVE-2022-25857, CVE-2022-38749, CVE-2022-38750, CVE-2022-38751, CVE-2022-38752, CVE-2022-41854
  • [Bug fix] Updated netty-handler to resolve CVE-2023-34462
  • [Feature Improvement] Uses routing_info for desired_lrps when there are missing actual_lrps
  • [Feature] Adds distributed tracing to Diego component logs
  • [Bug Fix] Prevents cachedownloader from erroneously deleting old entries
  • [Bug Fix] Resolves a race condition in BBS when the replacement for a suspect LRP has started
  • [Bug Fix] Resolves a bug in gorouter in which path-based routes could return 503s when no backend endpoints remain, rather than falling back to non-path (hostname-only) routes
  • [Bug Fix] Resolves a known issue around multiple “Expect 100-Continue” responses
  • [Bug Fix] When a user is deleted, they are now also removed from the groups they were members of
  • [Feature] For credential rotation, JSON key sets are now supported in token keys.
Component Version Release Notes
ubuntu-jammy stemcell 1.148
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.
For more information, see [bosh-backup-and-restore](https://github.com/cloudfoundry-incubator/bosh-backup-and-restore). * **net:** Updated to v0.12.0.
For more information, see [net](https://github.com/golang/net). * **oauth2:** Updated to v0.10.0.
For more information, see [oauth2](https://github.com/golang/oauth2). * **api:** Updated to v0.130.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.18.82
  ## Dependencies
  * **storage:** Updated to v1.31.0.
For more information, see [storage](https://github.com/googleapis/google-cloud-go). * **s3:** Updated to v1.36.0.
For more information, see [s3](https://github.com/aws/aws-sdk-go-v2).
v1.18.81
  ## Dependencies
  * **api:** Updated to v0.129.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.18.80
  ## Dependencies
  * **credentials:** Updated to v1.13.26.
For more information, see [credentials](https://github.com/aws/aws-sdk-go-v2). * **s3:** Updated to v1.35.0.
For more information, see [s3](https://github.com/aws/aws-sdk-go-v2). * **sts:** Updated to v1.19.2.
For more information, see [sts](https://github.com/aws/aws-sdk-go-v2). * **api:** Updated to v0.128.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.18.79
  ## Changes
  * Golang: Updated to v1.20.5. (#1082)
  ## Dependencies
  * **credentials:** Updated to v1.13.25.
For more information, see [credentials](https://github.com/aws/aws-sdk-go-v2). * **s3:** Updated to v1.34.0.
For more information, see [s3](https://github.com/aws/aws-sdk-go-v2). * **bosh-backup-and-restore:** Updated to v1.9.46.
For more information, see [bosh-backup-and-restore](https://github.com/cloudfoundry-incubator/bosh-backup-and-restore). * **gomega:** Updated to v1.27.8.
For more information, see [gomega](https://github.com/onsi/gomega). * **net:** Updated to v0.11.0.
For more information, see [net](https://github.com/golang/net). * **oauth2:** Updated to v0.9.0.
For more information, see [oauth2](https://github.com/golang/oauth2). * **api:** Updated to v0.127.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
binary-offline-buildpack 1.1.5
bosh-dns-aliases 0.0.4
bpm 1.2.3
capi 1.155.0
cf-autoscaling 249.2.2
v249.2.2
  ## What's Changed
  * 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
  **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
  **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
  

This release contains the following versions of the CF CLI

Major version | Prior version | Current version -- | -- | -- v8 | 8.7.0 | [8.7.1](https://github.com/cloudfoundry/cli/releases/tag/v8.7.1) v7 | 7.7.0 | [7.7.1](https://github.com/cloudfoundry/cli/releases/tag/v7.7.1) v6 | 6.53.0 | [6.53.0](https://github.com/cloudfoundry/cli/releases/tag/v6.53.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)
          
cflinuxfs4 1.22.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
          
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 3.0.4
v3.0.4
  ## What's Changed
  **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.0.3...v3.0.4
          
loggregator 107.0.6
v107.0.6
  ## What's Changed
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v107.0.5...v107.0.6
          
loggregator-agent 7.2.2
mapfs 1.2.29
v1.2.29
  ## Dependencies
  * **mapfs:** Updated to v`725be75`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
v1.2.28
  ## Dependencies
  * **mapfs:** Updated to v`ae0c0a5`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
v1.2.27
  ## Dependencies
  * **ginkgo** Updated to v2.11.0.
For more information, see [ginkgo](https://github.com/onsi/ginkgo). * **mapfs:** Updated to v`19ab355`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
v1.2.26
  ## Dependencies
  * **mapfs:** Updated to v`8b733f2`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
v1.2.25
  ## Changes
  * Golang: Updated to v1.20.5. (#96)
  ## Dependencies
  * **v2:** Updated to v2.10.0.
For more information, see [v2](https://github.com/onsi/ginkgo). * **gomega:** Updated to v1.27.8.
For more information, see [gomega](https://github.com/onsi/gomega). * **mapfs:** Updated to v`d3ee28f`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
metric-registrar 2.1.5
v2.1.5
  ## What's Changed
  * 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
  **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.11...v3.2.12
          
v3.2.11
  ## What's Changed
  ## 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
  ## 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`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker).
v7.1.23
  ## Dependencies
  * **nfsbroker:** Updated to v`4e37165`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`3c0b479`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
v7.1.22
  ## Dependencies
  * **nfsbroker:** Updated to v`48619ba`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`059a95a`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
v7.1.21
  ## Changes
  * +Golang: Updated to v1.20.5 (#446)
  ## Dependencies
  * **gomega:** Updated to v1.27.8.
For more information, see [gomega](https://github.com/onsi/gomega). * **nfsbroker:** Updated to v`58e000f`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`1516ec7`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
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 
      
       
  Date:   Mon Jun 12 21:31:51 2023 +0000
  Cuts final release 64.0.0
  [ci skip]
  commit 8108ba49903306cdf24780aa86b434e0d2d15e4d
  Merge: bf33397 6c69b3a
  Author: David Stevenson 
       
         Date: Mon Jun 12 09:14:32 2023 -0700 Merge pull request #42 from duanemay/goupdate Update to use Go 1.20 from the bosh release, and CF-CLI v8 commit 6c69b3abc807fc8521dde2db398f168daf43dc36 Author: Duane May 
        
          Date: Thu May 11 19:18:52 2023 -0400 Update to use golang bosh release, and cf-cli v8 Ignore error on create-space Hide secrets, update manifest, and change lifecycle Update route, and unbuffer sed Use GOROOT, GOPATH, GOCACHE from golang-release bump-golang to v0.125.0 unset GOPATH in test unset GOCACHE in test bump-golang to v0.127.0 use /tmp dirs Update performance_test.go Update test errand Return error on deploy and fix destroy Update acceptance tests commit bf33397390eb5464e555985c9ea1e8dae5b0658a Author: PCF Event Alerts Team CI 
         
           Date: Sat May 27 16:08:08 2023 +0000 Bump src/notifications commit 74dc6c90286d4f5cb1b76ae1fd898d3ee8dd72b2 Author: PCF Event Alerts Team CI 
          
            Date: Fri May 26 16:41:44 2023 +0000 Bump src/notifications commit 43267e872a25724f9082b442c7a6b612b74adef6 Author: PCF Event Alerts Team CI 
           
             Date: Fri May 26 16:14:34 2023 +0000 Bump src/notifications 
           
          
         
        
       
      
notifications-ui 44.0.0
v44.0.0
  commit e9525d6f5373988269811224ec47dbf3ceecc4aa
  Author: PCF Event Alerts Team CI 
      
       
  Date:   Thu Jul 20 01:15:37 2023 +0000
  Cuts final release 44.0.0
  [ci skip]
  commit 4cc7f823fea5a3ab364a2dbf0b2eeaa6011dcf0d
  Merge: 0575d65 fe77e64
  Author: David Stevenson 
       
         Date: Wed Jul 19 15:00:04 2023 -0700 Merge pull request #10 from pivotal-cf/jq-1.6 Replace JQ1.5 with JQ1.6 commit fe77e6410faf81fe86c2be3f286d54610ed48180 Author: David Stevenson 
        
          Date: Wed Jul 19 14:33:41 2023 -0700 Replace JQ1.5 with JQ1.6 - Downloaded from https://github.com/jqlang/jq/releases/tag/jq-1.6 - Made .tgz with the binary, uploaded to blobstore notifications-ui-release-blobs - Rewrote compile script to use new version Signed-off-by: David Stevenson 
          
         
        
       
      
v43.0.0
  commit 0575d659ab8d6bb3a5268e32b3617fb003d0a3d7
  Author: PCF Event Alerts Team CI 
      
       
  Date:   Wed Jul 19 21:59:30 2023 +0000
  Cuts final release 43.0.0
  [ci skip]
  commit 5a625ea956a0891163b30fb77b65bafffcfe9265
  Author: PCF Event Alerts Team CI 
       
         Date: Wed Jul 19 21:10:04 2023 +0000 bump-golang to v0.129.0 commit 586567cc04d041afe8eb11a8c1e7324ef96c442e Merge: f64503c 1e12697 Author: David Stevenson 
        
          Date: Wed Jul 19 12:52:53 2023 -0700 Merge pull request #9 from pivotal-cf/buildpack-not-buildpacks Use buildpack: not buildpacks: when pushing apps commit 1e126975456904d627049bc95dceb83063936566 Author: David Stevenson 
         
           Date: Wed Jul 19 12:20:56 2023 -0700 Use buildpack: not buildpacks: when pushing apps - This is because you cannot seem to go back to "automatic" buildpack selection using the buildpacks: null. buildpack: is deprecated but it will still work for a URL and automatic (via null). Signed-off-by: David Stevenson 
          
            commit f64503c8e8bbf3b18429bd325906798879fdc543 Author: David Stevenson 
           
             Date: Tue Jun 20 15:19:41 2023 -0700 Accidentally wrong release name Signed-off-by: David Stevenson 
            
              commit 6746404d5444e28e85375b2e3fcfc4f1e1711d6f Merge: bb2bc27 8433ca6 Author: David Stevenson 
             
               Date: Wed Jun 14 14:04:58 2023 -0700 Merge pull request #8 from pivotal-cf/cloudgate Rename S3 bucket name for final releases. commit 8433ca62d24da74152ea26324d3b8696e68a3e3b Author: gururajsh 
              
                Date: Wed Jun 14 16:21:45 2023 -0400 Rename S3 bucket name for final releases. Created new AWS account to store blobs. 
              
             
            
           
          
         
        
       
      
v42.0.0
  commit bb2bc275145909fa0141214d8db1bf8016524362
  Author: PCF Event Alerts Team CI 
      
       
  Date:   Mon Jun 12 21:35:58 2023 +0000
  Cuts final release 42.0.0
  [ci skip]
  commit 9a9bff50dd18bff15f181345e1e2d7269ea84c6d
  Author: Duane May 
       
         Date: Mon Jun 12 14:31:50 2023 -0400 Fix pipefail on deploy commit 8fe65efe16190e0634c12c527e2df5118a237218 Author: PCF Event Alerts Team CI 
        
          Date: Thu Jun 8 22:33:10 2023 +0000 bump-golang to v0.127.0 commit 46c5c58c3b04dab38d21cceed4f2ffa52e036dbe Author: PCF Event Alerts Team CI 
         
           Date: Thu Jun 8 22:32:19 2023 +0000 Bump submodule src/notifications-ui commit 50c7fd8780871c8dd15c5cf530744aaaaea147dd Author: Duane May 
          
            Date: Thu Jun 8 18:08:35 2023 -0400 Fix destroy commit 7f25f43241c50a68c3a989e3108f9c4bc7d5bade Author: Duane May 
           
             Date: Thu Jun 8 17:54:53 2023 -0400 Update Unit tests, Acceptance tests, and Deployment commit 2932b8d68cb693d265977ded9df0acbdcd37a9b9 Author: David Stevenson 
            
              Date: Fri May 26 15:17:21 2023 -0700 Really use go buildpack in manifest Signed-off-by: David Stevenson 
             
               commit 3ff7e99bd62d2c3b9f4b114202beaba3b39209ad Author: PCF Event Alerts Team CI 
              
                Date: Fri May 26 22:08:41 2023 +0000 Bump src/notifications-ui commit e2bcae9998ea81f6c150e8a74466bd942db8bf05 Author: David Stevenson 
               
                 Date: Fri May 26 15:04:35 2023 -0700 Remove all binary go compilation, using go buildpack now Signed-off-by: David Stevenson 
                
                  commit 74318fa8fe781c66d06fabdb230566f9ab3b215a Author: PCF Event Alerts Team CI 
                 
                   Date: Fri May 26 21:50:32 2023 +0000 Bump src/notifications-ui commit 33442581eac08c11195c79a71f7a9ff032eb1a24 Author: PCF Event Alerts Team CI 
                  
                    Date: Fri May 26 16:37:00 2023 +0000 Bump src/notifications-ui commit 9a45168aed95c5c352d85d3ecf7ae8ff6d78c59f Author: PCF Event Alerts Team CI 
                   
                     Date: Thu May 25 21:41:16 2023 +0000 Bump src/notifications-ui 
                   
                  
                 
                
               
              
             
            
           
          
         
        
       
      
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 677.0.22
677.0.22
  ## 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-tas-portal-release 0.1.8
0.1.8
  Fix missed offline cache in 0.1.6
  **Full Changelog**: https://github.com/pivotal-cf/tas-portal-release/compare/0.1.6...0.1.8
          
0.1.6
  # Changelog
  - CVE fixes
          
push-offline-docs-release 4.0.241
push-usage-service-release 674.0.54
v674.0.54
  ## Dependencies
  * **app-usage-service:** Updated to v`06f8c3e`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.53
  ## Dependencies
  * **app-usage-service:** Updated to v`290172e`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.52
  ## Dependencies
  * **app-usage-service:** Updated to v`6131029`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.51
  ## Changes
  * creating final release 674.0.50
          
v674.0.50
  ## Dependencies
  * **app-usage-service:** Updated to v`c5b62ee`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.49
  ## Changes
  ## Dependencies
  * **app-usage-service:** Updated to v`273ddd2`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
pxc 1.0.14
v1.0.14
  **New Features**
  - Bumped Go to 1.20.5
  - Bumped Percona-XtraDB-Cluster to v8.0.32-24.2
  - Update vendored dependencies
          
v1.0.13
  **New Features**
  Adjusted upgrade pre-start behavior to bypass known MySQL issue https://bugs.mysql.com/bug.php?id=110702 when upgrading from MySQL 5.7 to MySQL 8.0.
          
v1.0.12
  **New Features**
  Removed default configuration of wsrep_applier_threads of 1.
  `engine_config.wsrep_applier_threads` is now automatically set to the number of cores on the host machine, to enable better throughput by using the available resources / compute
  **Known Issues**
  Currently an issue is being investigated which may lead to data corruption when updating from earlier versions of this release (<1.0.0) to versions >[1.0.10](https://github.com/cloudfoundry/pxc-release/releases/tag/v1.0.10), which included Percona XtraDB Cluster 8.0 to v8.0.32-24
  The issue seems to occur when, during the major MySQL version upgrade, columns are added to existing tables. This is still under investigation, but users are advised to first upgrade to [v1.0.9](https://github.com/cloudfoundry/pxc-release/releases/tag/v1.0.9), prior to upgrading to newer versions of this release
          
v1.0.11
  **Important** pxc-release v1.0 is a major database upgrade from Percona XtraDB Cluster 5.7 to Percona XtraDB Cluster 8.0
  **New Features**
  - Bumped Go to 1.20.4
  **Known Issues**
  Currently an issue is being investigated which may lead to data corruption when updating from earlier versions of this release (<1.0.0) to versions >[1.0.10](https://github.com/cloudfoundry/pxc-release/releases/tag/v1.0.10), which included Percona XtraDB Cluster 8.0 to v8.0.32-24
  The issue seems to occur when, during the major MySQL version upgrade, columns are added to existing tables. This is still under investigation, but users are advised to first upgrade to [v1.0.9](https://github.com/cloudfoundry/pxc-release/releases/tag/v1.0.9), prior to upgrading to newer versions of this release
          
v1.0.10
  **Important** pxc-release v1.0 is a major database upgrade from Percona XtraDB Cluster 5.7 to Percona XtraDB Cluster 8.0
  **New Features**
  - Bumped Percona XtraDB Cluster 8.0 to v8.0.32-24
  **Known Issues**
  Currently an issue is being investigated which may lead to data corruption when updating from earlier versions of this release (<1.0.0) to versions >[1.0.10](https://github.com/cloudfoundry/pxc-release/releases/tag/v1.0.10), which included Percona XtraDB Cluster 8.0 to v8.0.32-24
  The issue seems to occur when, during the major MySQL version upgrade, columns are added to existing tables. This is still under investigation, but users are advised to first upgrade to [v1.0.9](https://github.com/cloudfoundry/pxc-release/releases/tag/v1.0.9), prior to upgrading to newer versions of this 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
web-servers-cnb-buildpack 0.3.1
0.3.1
  Components:
  * buildpack v0.5.0
          
0.2.0
  Components:
  * buildpack v0.4.0
  Note: All releases from 0.2.0 onwards will be tagged with a version in the format X.Y.Z (no v prefix) conforming to the convention of TAS component bosh releases.
          
v0.1.4
  Components:
  * buildpack v0.2.2
          
v0.1.3
  Components:
  * buildpack v0.2.2
          
v0.1.2
  Components:
  * buildpack v0.2.2
          
v0.1.1
  Components:
  * buildpack v0.2.0
          
v0.1.0
  Components:
  * buildpack v0.2.0
          
v0.0.12
  Components:
  * buildpack v0.1.1
          
v0.0.11
  Components:
  * buildpack v0.1.1
          
v0.0.10
  Components:
  * buildpack v0.1.1
          
v0.0.9
  Components:
  * buildpack v0.1.1
          
v0.0.8
  Components:
  * buildpack v0.1.1
          
v0.0.7
  Components:
  * buildpack v0.1.0
          
v0.0.6
  Components:
  * buildpack v0.1.0
          
v0.0.5
  Components:
  * buildpack v0.1.0
          
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`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`6b73465`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.23
  ## Dependencies
  * **smbbroker:** Updated to v`784a01e`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`8ee8d46`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.22
  ## Changes
  * remove python, update dependencies (#178)
  * update xenial talloc to 2.3.1 (#181)
  ## Dependencies
  * **smbbroker:** Updated to v`c6c8767`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`b2512f3`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.21
  ## Changes
  * +Golang: Updated to v1.20.5 (#169)
  ## Dependencies
  * **smbbroker:** Updated to v`64a5e57`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`bdb8ad4`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.20
  ## Dependencies
  * **smbbroker:** Updated to v`23b4700`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`08e3fef`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
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
  **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.31...v1.11.32
          
syslog 12.1.6
v12.1.6
  ## What's Changed
  * Dependency bumps
  * Update packaged Golang version to v1.20.5
  **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.1.5...v12.1.6
          
system-metrics-scraper 3.3.10
v3.3.10
  ## What's Changed
  * (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 76.16.0
v76.16.0
  ## What's Changed
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.15.0...v76.16.0
          
v76.15.0
  ## What's Changed
  ### Features
  * Upgrade Newrelic to version 8.4.0
  * Upgrade Tomcat to version 9.0.76
  ### Dependency bumps
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.14.0...v76.15.0
          

4.0.4

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 Broadcom Support Hub. To address this issue, VMware advises upgrading to Tanzu Application Service v4.0.5 and Isolation Segment Tile v4.0.5 instead.

  • [Feature] Exposes “Certificate Authorities trusted by the Gorouter for client requests” in the Networking tab
  • [Feature] Adds support for W3C Trace ID logging across Diego component requests.
  • [Bug Fix] Timeouts for executor’s uploader have been increased to 500ms.
  • [Bug Fix] Byte-based logging limits for LRPs and Tasks now emit only once per second.
  • [Bug Fix/Improvement] Garden now ships with Busybox 1.36.1 as the default filesystem.
Component Version Release Notes
ubuntu-jammy stemcell 1.125
backup-and-restore-sdk 1.18.77
v1.18.77
  ## Changes
  * Use "passed" on cryogenics-concourse-tasks (#1077).
  ## Dependencies
  * **api:** Updated to v0.125.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
binary-offline-buildpack 1.1.5
bosh-dns-aliases 0.0.4
bpm 1.2.2
capi 1.152.0
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
cflinuxfs4 1.17.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
java-offline-buildpack 4.59.0
log-cache 3.0.3
v3.0.3
  ## What's changed
  * CI: add codeql checks by @ctlong in https://github.com/cloudfoundry/log-cache-release/pull/145
  * CI: update dependabot configuration to track v2.x by @ctlong in https://github.com/cloudfoundry/log-cache-release/pull/208
  * Add CODEOWNERS file in preparation for branch protection rules by @geofffranks in https://github.com/cloudfoundry/log-cache-release/pull/233
  **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.0.2...v3.0.3
          
loggregator 107.0.5
v107.0.5
  ## What's Changed
  * Fix: Tests to run in parallel by @ctlong in https://github.com/cloudfoundry/loggregator-release/pull/566
  * Fix: Dependencies by @ctlong in https://github.com/cloudfoundry/loggregator-release/pull/565
  * Add CODEOWNERS file in preparation for branch protection rules by @geofffranks in https://github.com/cloudfoundry/loggregator-release/pull/580
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v107.0.4...v107.0.5
          
loggregator-agent 7.2.2
v7.2.2
  ## What's changed
  * Add CODEOWNERS file in preparation for branch protection rules by @geofffranks in https://github.com/cloudfoundry/loggregator-agent-release/pull/313
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.2.1...v7.2.2
          
mapfs 1.2.24
v1.2.24
  ## Dependencies
  * **ginkgo:** Updated to v2.9.7.
For more information, see [ginkgo](https://github.com/onsi/ginkgo). * **mapfs:** Updated to v`1bc5ebc`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
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
v7.1.20
  ## Dependencies
  * **nfsv3driver:** Updated to v`006aa43`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
v7.1.19
  ## Changes
  * Fix possible log cred leak (#442)
  ## Dependencies
  * **nfsbroker:** Updated to v`803017f`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`e38b7a1`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
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 677.0.20
push-tas-portal-release 0.1.5
push-offline-docs-release 4.0.178
push-usage-service-release 674.0.48
v674.0.48
  ## Dependencies
  * **app-usage-service:** Updated to v`105585b`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
pxc 1.0.9
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
web-servers-cnb-buildpack 0.0.4
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
  * Fix possible log cred leak (#442) (#124)
  ## Dependencies
  * **smbbroker:** Updated to v`73b69db`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`1267799`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.18
  ## Dependencies
  * **smbbroker:** Updated to v`01e4eb6`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker).
smoke-tests 4.8.2
staticfile-offline-buildpack 1.6.3
statsd-injector 1.11.31
v1.11.31
  ## What's changed
  * Add CODEOWNERS file in preparation for branch protection rules by @geofffranks 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 12.1.5
system-metrics-scraper 3.3.7
uaa 76.14.0
v76.14.0
  ## What's changed
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.13.0...v76.14.0
          

4.0.3

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 Broadcom Support Hub. To address this issue, VMware advises upgrading to Tanzu Application Service v4.0.5 and Isolation Segment Tile v4.0.5 instead.

  • [Bug Fix] Operators can deactivate gorouter request timeouts by configuring them to 0. For example, for streaming applications.
  • [Bug Fix/Improvement] “Back end request timeout for the Gorouter” property no longer affects idle timeout of long-lived requests. Idle timeouts now are configurable by “Front end idle timeout for the Gorouter” property.
Component Version Release notes
ubuntu-jammy stemcell 1.117
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.
For more information, see [aws-sdk-go](https://github.com/aws/aws-sdk-go). * **gomega:** Updated to v1.27.7.
For more information, see [gomega](https://github.com/onsi/gomega). * **api:** Updated to v0.124.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
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
bpm 1.2.2
capi 1.152.0
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
cflinuxfs4 1.13.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
  * Add 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
  - Add 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
          
java-offline-buildpack 4.59.0
4.59.0
  VMware Tanzu announces the release of the java-buildpack, version 4.59.0. This release includes updates to dependency frameworks:
  * Updates to [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 to 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, see 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 3.0.2
loggregator 107.0.4
loggregator-agent 7.2.1
mapfs 1.2.23
v1.2.23
  ## Dependencies
  * **gomega:** Updated to v1.27.7.
For more information, see [gomega](https://github.com/onsi/gomega). * **mapfs:** Updated to v`7e641a0`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
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
v7.1.18
  ## Changes
  * chore: rename templates to match target files names (#428)
  * fix: remove config file on stop (#431)
  * Remove unmaintained docker tests (#432)
  ## Dependencies
  * **nfsbroker:** Updated to v`dd36f39`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker).
v7.1.17
  ## Dependency updates
  * **gomega:** Updated to v1.27.7.
For more information, see [gomega](https://github.com/onsi/gomega). * **nfsbroker:** Updated to v`612e903`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`3c0b6a0`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
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
  * Deprecate 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.
  - Reactivate appdynamics test suite 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 677.0.20
push-tas-portal-release 0.1.5
push-offline-docs-release 4.0.145
push-usage-service-release 674.0.46
v674.0.46
  ## Dependencies
  * **bosh-template:** Updated to v2.4.0.
For more information, see [bosh-template](https://github.com/cloudfoundry/bosh). * **rspec:** Updated to v3.12.0.
For more information, see [rspec](https://github.com/rspec/rspec-metagem). * **app-usage-service:** Updated to v`1b1d92f`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
pxc 1.0.9
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 deactivated.
  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
          
web-servers-cnb-buildpack 0.0.4
silk 3.27.0
v3.27.0
  ## Changes
  - Bumped vendored healthchecker release to v0.8.0.
  - Updated silk, silk-cni, and cni-wrapper-plug-in 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`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`fc409f6`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
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 12.1.5
system-metrics-scraper 3.3.7
uaa 76.13.0
v76.13.0
  ## What's changed
  ### Features
  ### Dependency bumps
  **Full changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.12.0...v76.13.0
          
v76.12.0
  # DO NOT USE
  Contains a regression with regards to OIDC IdPs. We are working on a fix.
  ## What's changed
  ### Features
  * Bumped to [UAA v76.12.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.12.0)
  ### Dependency Bumps
  ### Misc
  * Pr/dev release script by @bruce-ricard in https://github.com/cloudfoundry/uaa-release/pull/561
  **Full changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.11.0...v76.12.0
          

4.0.2

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 Broadcom Support Hub. To address this issue, VMware advises upgrading to Tanzu Application Service v4.0.5 and Isolation Segment Tile v4.0.5 instead.

  • [Feature Improvement] Migrate stop of rsyslogd to post-stop step, so that logs during stopping of Bosh jobs are still forwarded to configured targets.
  • [Bug Fix] SMB configuration from the TAS tile are also be applied to the IST tile if installed.
Component Version Release notes
ubuntu-jammy stemcell 1.108
backup-and-restore-sdk 1.18.71
v1.18.71
  ## Changes
  ## Dependencies
  * **aws-sdk-go:** Updated to v1.44.264.
For more information, see [aws-sdk-go](https://github.com/aws/aws-sdk-go). * **bosh-backup-and-restore:** Updated to v1.9.45.
For more information, see [bosh-backup-and-restore](https://github.com/cloudfoundry-incubator/bosh-backup-and-restore). * **net:** Updated to v0.10.0.
For more information, see [net](https://github.com/golang/net). * **oauth2:** Updated to v0.8.0.
For more information, see [oauth2](https://github.com/golang/oauth2). * **api:** Updated to v0.122.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.18.70
  ## Dependency updates
  * **aws-sdk-go:** Updated to v1.44.259.
For more information, see [aws-sdk-go](https://github.com/aws/aws-sdk-go). * **bosh-backup-and-restore:** Updated to v1.9.45.
For more information, see [bosh-backup-and-restore](https://github.com/cloudfoundry-incubator/bosh-backup-and-restore). * **google api:** Updated to v0.121.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
binary-offline-buildpack 1.1.4
bosh-dns-aliases 0.0.4
bpm 1.2.0
capi 1.152.0
cf-autoscaling 249.1.9
cf-cli 1.44.0
cf-networking 3.25.1
cflinuxfs3 0.366.0
cflinuxfs4 1.9.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
java-offline-buildpack 4.58
log-cache 3.0.2
loggregator 107.0.4
loggregator-agent 7.2.1
mapfs 1.2.22
v1.2.22
  ## Dependencies
  * **v2:** Updated to v2.9.5.
For more information, see [v2](https://github.com/onsi/ginkgo). * **mapfs:** Updated to v`83b48da`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
v1.2.21
  ## Dependencies
  * **ginkgo v2:** Updated ginkgo to v2.9.4.
For more information, see [v2](https://github.com/onsi/ginkgo). * **mapfs:** Updated to v`4a99f4a`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
metric-registrar 2.1.4
metrics-discovery 3.2.9
mysql-monitoring 10.0.0
nats 56.2.0
nfs-volume 7.1.16
v7.1.16
  ## Changes
  * Use default CF stack when pushing nfsbroker (#400)
  * fix: NFS-volume service nfsbroker cred leak (#395)
  ## Dependencies
  * **nfsbroker:** Updated to v`7376460`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`b375568`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
v7.1.15
  ## Changes
  * Golang: Updated to v1.20.4 (#388)
  ## Dependencies
  * **nfsbroker:** Updated to v`cbe8c5f`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker).
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 677.0.20
push-tas-portal-release 0.1.5
push-offline-docs-release 4.0.115
push-usage-service-release 674.0.44
v674.0.44
  ## Dependencies
  * **app-usage-service:** Updated to v`16295b3`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.43
  ## Changes
          
pxc 1.0.9
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. Thanks @peanball @plowin and @b1tamara!!
  ## 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 prefer 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 proxy requests are 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
web-servers-cnb-buildpack 0.0.4
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, you must 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`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`a10f57f`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
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`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`17ef13d`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
smoke-tests 4.8.2
staticfile-offline-buildpack 1.6.2
statsd-injector 1.11.30
syslog 12.1.5
v12.1.5
  ## What's changed
  * Dependency bumps
  * Migrate stop of rsyslogd to post-stop by @KarstenSchnitter in https://github.com/cloudfoundry/syslog-release/pull/133
  **Full changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.1.4...v12.1.5
          
system-metrics-scraper 3.3.7
uaa 76.11.0

4.0.1

Release Date: 05/17/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 Broadcom Support Hub. To address this issue, VMware advises upgrading to Tanzu Application Service v4.0.5 and Isolation Segment Tile v4.0.5 instead.

  • [Breaking change] App Autoscaler now requires JRE 17. If you have customized the java offline buildpack (java_buildpack_offline) to remove OpenJDK 17, contact Tanzu Support for help.
  • [Security Fix] Although TAS 4.0.0 was unaffected by CVE-2023-20882, TAS 4.0.1 updates to a routing-release. version containing the fix.
  • [Security Fix] Don’t allow syslog drain credentials to be overwritten (CVE-2023-20881).
  • [Feature Improvement] Allow disabling of signature v4 streaming for system blobstore.
  • [Bug Fix] Fixes an issue in gorouter where requests returned 496, 499, 503, 525, or 526 HTTP status codes might instead returned as 502s, potentially preventing stale route pruning.
  • [Bug Fix] Resolve issue where Garden failed during BOSH/Operations Manager deploys due to health check.
  • [Bug Fix] Resolve regression: UI error after org deletion.
Component Version Release notes
ubuntu-jammy stemcell 1.108
backup-and-restore-sdk 1.18.69
v1.18.69
  ## Changes
  * Golang: Updated to v1.20.4. (#1031)
  ## Dependencies
  * **aws-sdk-go:** Updated to v1.44.255.
For more information, see [aws-sdk-go](https://github.com/aws/aws-sdk-go). * **mysql:** Updated to v1.7.1.
For more information, see [mysql](https://github.com/go-sql-driver/mysql). * **pq:** Updated to v1.10.9.
For more information, see [pq](https://github.com/lib/pq). * **api:** Updated to v0.120.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.18.68
  ## Changes
          
v1.18.67
  ## Dependencies
  * **aws-sdk-go:** Updated to v1.44.242.
For more information, see [aws-sdk-go](https://github.com/aws/aws-sdk-go). * **pq:** Updated to v1.10.8.
For more information, see [pq](https://github.com/lib/pq). * **api:** Updated to v0.118.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.18.66
  ## Dependencies
  * **aws-sdk-go:** Updated to v1.44.241.
For more information, see [aws-sdk-go](https://github.com/aws/aws-sdk-go). * **bosh-backup-and-restore:** Updated to v1.9.44.
For more information, see [bosh-backup-and-restore](https://github.com/cloudfoundry-incubator/bosh-backup-and-restore). * **net:** Updated to v0.9.0.
For more information, see [net](https://github.com/golang/net). * **oauth2:** Updated to v0.7.0.
For more information, see [oauth2](https://github.com/golang/oauth2). * **api:** Updated to v0.117.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
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.
For more information, see [aws-sdk-go](https://github.com/aws/aws-sdk-go). * **bosh-backup-and-restore:** Updated to v1.9.43.
For more information, see [bosh-backup-and-restore](https://github.com/cloudfoundry-incubator/bosh-backup-and-restore). * **gomega:** Updated to v1.27.6.
For more information, see [gomega](https://github.com/onsi/gomega). * **api:** Updated to v0.115.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.18.63
  ## Changes
  * Golang: Updated to v1.20.2. (#937)
  ## Dependencies
  * **storage:** Updated to v1.30.1.
For more information, see [storage](https://github.com/googleapis/google-cloud-go). * **aws-sdk-go:** Updated to v1.44.230.
For more information, see [aws-sdk-go](https://github.com/aws/aws-sdk-go). * **bosh-backup-and-restore:** Updated to v1.9.42.
For more information, see [bosh-backup-and-restore](https://github.com/cloudfoundry-incubator/bosh-backup-and-restore). * **gomega:** Updated to v1.27.5.
For more information, see [gomega](https://github.com/onsi/gomega). * **net:** Updated to v0.8.0.
For more information, see [net](https://github.com/golang/net). * **oauth2:** Updated to v0.6.0.
For more information, see [oauth2](https://github.com/golang/oauth2). * **api:** Updated to v0.114.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.18.62
  ## Changes
  * Golang: Updated to v1.20.1
          
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
bpm 1.2.0
capi 1.152.0
cf-autoscaling 249.1.9
v249.1.9
          
v249.1.8
  * Replace gorilla with chi
          
v249.1.7
  * remove sha-1 debug variable
  * upgrade to openjdk-17 17.0.6_10
          
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
cflinuxfs4 1.8.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
  **Full changelog**: https://github.com/pivotal/credhub-release/compare/2.12.25...2.12.26
          
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.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 the 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 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 lead sto 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
  * [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
  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
  The garden-healthcheck job was removed from Garden while the investigataion goes on 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. It's 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).
          
v1.27.0
  ## Changes
  ## ✨  Built with go 1.20.3
  **Full changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.26.0...v1.27.0
  ## Resources
  - [Download release v1.27.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.27.0).
          
v1.26.0
  ## Changes
  - Bump runc version to 1.1.4
  - Bump containerd version to 1.6.19
  - Fix cloudfoundry/garden-runc-release#233
  ## ✨  Built with go 1.20.1
  **Full changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.25.0...v1.26.0
  ## Resources
  - [Download release v1.26.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.26.0).
          
go-offline-buildpack 1.10.8
1.10.8
  * 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
  - 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
          
java-offline-buildpack 4.58
4.58
  New 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, see [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
  New release of the java-buildpack, version 4.57. 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, fixed with #1008 (thanks to @schelini)
  * Update to the geode_store dependency (thanks to @BenjaminPerryRoss)
  For a more detailed look at the changes in 4.57, see [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 3.0.2
v3.0.2
  ## What's changed
  * Replace gorilla with chi by @Benjamintf1 in https://github.com/cloudfoundry/log-cache-release/pull/197
  * Replace local tlsconfig with the standard tlsconfig library by @Benjamintf1 in https://github.com/cloudfoundry/log-cache-release/pull/200. This does not change the effective tlsconfig.
  **Full changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.0.1...v3.0.2
          
v3.0.1
  **Full changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.0.0...v3.0.1
          
loggregator 107.0.4
v107.0.4
  ## What's changed
  **Full changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v107.0.3...v107.0.4
          
v107.0.3
  * Upgrade to go 1.20.2
  * Remove unused `metron_endpoint.dropsonde_port` property in https://github.com/cloudfoundry/loggregator-release/pull/534
  **Full changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v107.0.2...v107.0.3
          
loggregator-agent 7.2.1
v7.2.1
  ## What's changed
  **Full changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.2.0...v7.2.1
          
v7.2.0
  ## What's changed
  * Add mtls options to aggregate drains. By @Benjamintf1 in https://github.com/cloudfoundry/loggregator-agent-release/pull/276
  * switch gorilla with chi by @Benjamintf1 in https://github.com/cloudfoundry/loggregator-agent-release/pull/285
  **Full changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.1.3...v7.2.0
          
v7.1.3
  * Upgrade to go 1.20.2
  **Full changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.1.2...v7.1.3
          
mapfs 1.2.20
v1.2.20
  ## Changes
  * Golang: Updated to v1.20.4 (#77, #78)
  ## Dependencies
  * **ginkgo v2:** Updated to v2.9.3.
For more information, see [v2](https://github.com/onsi/ginkgo). * **mapfs:** Updated to v`25c1e86`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
v1.2.16
  ## Changes
  * Golang: Updated to v1.20.3 (#64, #65, #71)
  ## Dependencies
  * **gomega:** Updated to v1.27.6.
For more information, see [gomega](https://github.com/onsi/gomega). * **mapfs:** Updated to v`4c0a84d`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
metric-registrar 2.1.4
v2.1.4
  ## What's changed
  * Replace gorilla with chi by @Benjamintf1 in https://github.com/pivotal-cf/metric-registrar-release/pull/188
  **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
  **Full changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.8...v3.2.9
          
v3.2.8
  * Upgrade to go1.20.2.
  **Full changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.7...v3.2.8
          
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 which removes the need for this property, and is deemed obsolete in a future release.
          
9.24.0
  Final release 9.24.0
  **Dependency Bumps**
  - Build with Go 1.20.2
          
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
v7.1.14
  ## Dependencies
  * **nfsbroker:** Updated to v`2c64157`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`14c2d4e`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
v7.1.12
  ## Changes
  * Golang: Updated to v1.20.3 (#355, #357)
  * Fix possible log leak of CF password (#335)
  ## Dependencies
  * **gomega:** Updated to v1.27.6.
For more information, see [gomega](https://github.com/onsi/gomega). * **nfsbroker:** Updated to v`0e58c8e`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`bd396bf`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
v7.1.10
  ## Changes
  ## Dependencies
  * **nfsbroker:** Updated to v`7946962`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`d9aee47`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
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
  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
  * 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 677.0.19
push-tas-portal-release 0.1.5
push-offline-docs-release 4.0.99
push-usage-service-release 674.0.42
v674.0.42
  ## Dependencies
  * **app-usage-service:** Updated to v`1435052`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.41
  ## Changes
  * 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`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.39
  ## Dependencies
  * **app-usage-service:** Updated to v`e7746e5`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.37
  ## Changes
  * Fix potential CF creds leak (#316)
  ## Dependencies
  * **app-usage-service:** Updated to v`00dbf4a`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
pxc 1.0.9
v1.0.9
  **Important** pxc-release v1.0 is a major database upgrade from Percona XtraDB Cluster 5.7 to Percona XtraDB Cluster 8.0
  **New features**
  - Bumped Percona XtraDB Cluster 8.0 to v8.0.31-23.2
  - Bumped Percona Xtrabackup 8.0 to v8.0.32-26
  - Bumped Percona Xtrabackup 2.4 to v2.4.28
  - Bumped Go to 1.20.3
          
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 might cause 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 might cause routing failures to apps. It is 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 might cause routing failures to apps. It is 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 might cause routing failures to apps. It is 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 is fixed with the next release**
  **There is a known issue with this release’s routing logic which might cause routing failures to apps. It is 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 since v0.262.0 that 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).
          
v0.262.0
  ⚠️⚠️⚠️
  **There is a known issue with this release’s routing logic which might cause routing failures to apps. It is 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
  - 🐛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 (since no backend received the HTTP content, they are by definition retriable). Thanks for the [PR](https://github.com/cloudfoundry/gorouter/pull/337).
  ## ✨  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).
          
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
          
web-servers-cnb-buildpack 0.0.4
silk 3.23.0
smb-volume 3.1.14
v3.1.14
  ## Dependencies
  * **smbbroker:** Updated to v`6b6727c`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`9923294`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.13
  ## Dependencies
  * **smbbroker:** Updated to v`62b84b6`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`124f398`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.12
  ## Changes
  * Golang: Updated to v1.20.3 (#120, #128, #129)
  * Fix potential cred leak (#119)
  ## Dependencies
  * **smbbroker:** Updated to v`093c496`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`b7faa12`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.11
  ## Changes
  ## Dependencies
  * **smbbroker:** Updated to v`c5b6f5e`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`73a24c2`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
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
  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
          
statsd-injector 1.11.30
v1.11.30
  ## What's changed
  **Full changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.29...v1.11.30
          
v1.11.29
  * Upgrade to go1.20.2
  **Full changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.28...v1.11.29
          
syslog 12.1.4
v12.1.4
  ## What's changed
  * update golang to 1.20.4
  **Full changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.1.3...v12.1.4
          
system-metrics-scraper 3.3.7
v3.3.7
  ## What's changed
  **Full changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.6...v3.3.7
          
uaa 76.11.0
v76.11.0
  ## What's changed
  ### Features
  ### Dependency bumps
  **Full changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.10.0...v76.11.0
          
v76.10.0
  ## What's changed
  ### Features
  * Add 2 new options signingAlg and signingCert to JWT token policy.
  ### Dependency bumps
  * Upgrade Newrelic to version 8.1.0
  * Upgrade Tomcat to version 9.0.74
  * Upgrade Bellsoft JDK to version 11.0.19+7
  **Full changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.9.0...v76.10.0
          
v76.9.0
  ## What's changed
  ### Features
  * add support for TLSv1.3 by @adam-jian-zhang in https://github.com/cloudfoundry/uaa-release/pull/539
  ### Dependency bumps
  * Various dependency bumps
  **Full changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.8.0...v76.9.0
          
check-circle-line exclamation-circle-line close-line
Scroll to top icon