These are the release notes for VMware Tanzu Application Service for VMs (TAS for VMs) v5.0.

TAS for VMs is certified by the Cloud Foundry Foundation for 2024.

For more information about the Cloud Foundry Certified Provider Program, see How Do I Become a Certified Provider? on the Cloud Foundry website.

Because VMware uses the Percona Distribution for MySQL, expect a time lag between Oracle releasing a MySQL patch and VMware releasing TAS for VMs containing that patch.

Important

For release 5.0.0 to 5.0.13, CVE-2024-22279. (VMware Tanzu Application Service for VMs GoRouter contains an RFC protocol issue that can lead to a denial of service) has been fixed. For details, see TNZ-2024-0100.


New features in VMware Tanzu Application Service for VMs v5.0

These are the new features for TAS for VMs v5.0.

Readiness Healthchecks

Application “readiness” healthchecks have been added for application instances in the TAS for VMs 5.0 release. Readiness healthchecks are a great way for developers to recover faster from transient application errors and for platform engineers to reduce CPU and memory churn in a Tanzu Application Service environment. Developers can make use of the readiness healthcheck in their applications to better mitigate temporary failures such as a cold cache hit or a temporary loss of database connectivity. When its readiness healthcheck fails, the application instance is temporarily unregistered from the Gorouters to allow time for the error to resolve without destroying and recreating the instance. See Healthchecks for more information.

This feature requires:

  • garden-runc-release 1.37.0
  • diego-release 2.81.0
  • capi-release 1.158.0

Distributed tracing enables faster debugging

Adding tracing to all Tanzu Application Service components enables faster debugging and troubleshooting for developers. You can trace errors and pinpoint network issues using VMware Aria Operations for Logs and other log aggregation tools. This means that you also have a quicker way to tie information together from multiple Tanzu Application Service components, and support engineers can identify the root cause of issues and debug them more quickly.

Add OpenTelemetry Metric Exporter support (beta)

OpenTelemetry metric exporter support has been added to Tanzu Application Service 5.0 as a beta feature. Once fully implemented, you will be able to optimize how you ship metrics on an application and platform level, resulting in fewer VMs deployed and more cost savings. This feature allows platform engineers to egress metrics directly via the OpenTelemetry Collector as an alternative to using the firehose and/or nozzles. Combined with aggregate syslog drains, Tanzu Application Service customers can complete the shared-nothing architecture for logs and metrics.

Enabling the Collector consumes additional resources on each VM. VMware recommends that operators load test deployments to size VMs correctly. Operators with deployments that use VM types with CPU bursting must ensure there are sufficient reserved vCPUs for the increased CPU consumed.

In TAS for VMs 5.0.0 foundations with more than 150 VMs may not send all system metrics to the OpenTelemetry Collector.

Note that this feature is beta, so it may still change in significant ways.

Log Cache Syslog Server supports mTLS

Operators can now configure Log Cache communication with Syslog Agents to use mutual TLS.

We recommend that operators who want to enable this feature perform a two-step deployment. 1. First, upgrade to TAS for VMs 5.0. 2. Enable mTLS in a separate deployment.

Tanzu Application Service Developer Portal supports data persistence (beta)

Developers and platform engineers can benefit from a MySQL database integration for persisting data in the software catalog and other plug-ins used in the Tanzu Application Service Developer Portal. For more information about TAS Portal, see About TAS Portal.

Automatic rotation of BOSH DNS certificates

BOSH DNS certificates automatically rotate on stemcell upgrades through an opt-in feature in 5.0. Platform engineers can track the rotation process and keep an eye on each phase of the rotation. This enables an “always be rotating” model that could help eliminate the need to allocate time and apply changes multiple times, specifically for rotating certificates.

Improved disaster recovery workflows

In the rare event that you experience catastrophic failures within your cloud provider, there are now new BOSH workflows to repair a Tanzu Application Service deployment in a more streamlined fashion. Specifically, the following BOSH commands (bosh create-recovery plan and bosh recover) have been added to help platform engineers with their disaster recovery workflows.

Tanzu Operations Manager database pruning

Platform engineers with large environments can now remove data no longer needed by creating a database pruning schedule within Tanzu Operations Manager. This can be achieved with an om cli command to set the desired retention policy (number of days) for objects within the Operations Manager database.

Human-readable virtual machine names for vSphere

Platform Engineers can configure Operations Manager to deploy virtual machines with human-readable names that allow for easy identification and troubleshooting within vSphere, following the format instance-group-name_deployment-name_id, instead of the prior name scheme of vm-guid, for example vm-d6f0f537-18cd-4a1b-b0f5-ae03e8f590e8.

Tanzu Cloud Service Broker for AWS GAs MSSQL support

The Tanzu Cloud Service Broker for AWS has moved support for Microsoft SQL (MSSQL) to generally available (GA) status. This allows developers to deploy production-ready instances of AWS MSSQL through the Tanzu Application Service marketplace.

Simplified multi-site deployments with TAS MySQL tile

The release of VMware SQL with MySQL for Tanzu Application Service 3.1 has introduced simplified multi-site MySQL deployment capability that enables developers to deploy easily without worrying about additional network complexity. Platform engineers can configure multi-site across two Tanzu Application Service foundations without needing their networks to be routable between each other, paving the way for multi-site support across TAS foundations hosted on different clouds.

Expanded cloud provider support with Oracle Cloud VMware Solution

Tanzu Application Service 5.0 has added support for installing the platform on top of Oracle Cloud VMware Solution (OCVS). Platform engineers can expand their platform deployments and use additional Oracle Cloud solutions without rebuilding their application platform.

New Java Native Image buildpack (beta)

This release introduces a beta Java Native Image buildpack based on the Paketo Java Native Buildpack.

You can build your Java apps with native image support and deploy those apps to Cloud Foundry. A growing number of Java users are building Java apps using support for native images. For more information, see Native Image in the GraalVM documentation.

Java users deploying to Cloud Foundry can deploy apps compiled using native image support. However, the Cloud Foundry Java buildpack does not provide support to build, compile, and turn apps into a native image. You must perform those steps before deploying to Cloud Foundry.

For details on using this feature, see Using Java Native Image.

Operators can configure TAS and IST to include tanzu-jammy-full-stack

The Tanzu stacks use slightly different base images for building and running apps. Primarily, the build image of the stack includes important build-time dependencies, such as gcc, which are not required at run time. This allows for a smaller image with fewer dependencies at run time. Starting in version 5.0, TAS for VMs respects these different images and usrd the build and run images at build-time and run-time, respectively.

Breaking changes

These are the breaking changes for Isolation Segment v5.0.

Default stacks no longer include cflinuxfs3

New installations of TAS for VMs v5.0 no longer default to include cflinuxfs3 in the list of stacks. Operators can continue to Cloud Controller to install cflinuxfs3, if desired.

Upgrading an existing foundation to TAS for VMs v5.0 does not remove cflinuxfs3. Apps running on cflinuxfs3 continue to run as normal, and developers can continue to push applications using the cflinuxfs3 stack. However, if operators remove cflinuxfs3 from an existing foundation, then cflinuxfs3 is no longer installed when deploying TAS for VMs, unless the default stack list is configured to include cflinuxfs3 (see above).

Support for the cflinuxfs3 stack is deprecated and will be removed in a future release of TAS for VMs. If you have not already, migrate all applications off of cflinuxfs3 and remove the stack from your foundations.

Java Buildpack 4.62.0 removes Spring AutoReconfiguration library for Spring Boot 3 applications

From v4.62.0, the Java Buildpack will no longer install the Spring AutoReconfiguration (SAR) library for Spring Boot 3 applications. This library was deprecated in May 2022 and overwrites your configured Spring Beans to connect to bound services. This is not recommended for use in production environments. The recommended replacement is the Java CfEnv library.

Applications should not be affected by this change if:

  • They are using Spring Boot 2.x - SAR will be installed and supported for the life of Spring Boot 2, although it is recommended to migrate to Java CfEnv as soon as possible.
  • They are using Spring Boot 3 and
    • have already migrated from SAR to Java CfEnv** or
    • have already migrated from Spring Cloud Connectors to Java CfEnv**

** The buildpack will not install Java CfEnv if it is already detected as an app dependency.

Your applications might be affected by the following two scenarios:

  • The app uses Spring Boot 3 and does not have Spring Cloud Connectors as a dependency.
  • The app uses Spring Boot 3 and does have Spring Cloud Connectors as a dependency.

If your application is affected by this change see this KB article for troubleshooting: Spring AutoReconfiguration Removed for Spring Boot 3 Applications

Logging timestamp format property removed

In TAS 4.0 the logging_timestamp_format product property was changed to have no effect. In TAS for VMs 5.0, this property is removed. If you have automation that sets this property, you must remove references to it before upgrading.

Autoscaler API no longer accepts trailing slashes in requests

Previously, the Autoscaler API responded to a URL with a trailing slash and now it returns a 404 error.

If you use the API directly, confirm that you are not including trailing slashes in the URL before you upgrade.

This does not affect users who are using the autoscaler cf CLI plug-in.

Syslog aggregate drains property changes

The syslog_agent_aggregate_drains property used to declare syslog aggregate drains has been changed to allow aggregate drains to be configured with Mutual TLS.

If you try to configure TAS for VMs with the older comma-separated syntax for defining aggregate drains, you will see the following error from Tanzu Operations Manager (Ops Manager):

{"errors":{".properties.syslog_agent_aggregate_drains":["is not a property"]}}

References to the old property must be updated to refer to the new mtls_syslog_agent_aggregate_drains property. This property is used to define aggregate syslog drains with keys and certificates for Mutual TLS, and to define aggregate drains that are not using Mutual TLS.

Comma-separated strings are no longer accepted. Instead, pass an array of aggregate drains:

.properties.mtls_syslog_agent_aggregate_drains:
  value:
  - url: syslog-tls://HOSTNAME:PORT
  - url: syslog-tls://ANOTHER-HOSTNAME:PORT

NATS intentionally fails deployment in post-start in v1.

In TAS for VMs 3.0, we migrated the underlying binary for nats-release from gnatsd (NATS v1) to nats-server (NATS v2). Before removing the v1 code completely, we’re adding a post-start check to confirm that NATS instances are running nats-server.

If your TAS environment is already on v2.11.26 or greater, to avoid experiencing a deployment failure, confirm the NATS version by following the directions here: How to confirm your nats servers are running NATS v2. Environments that have successfully upgraded NATS will not experience any change.

Metrics Agent and Metrics Discovery Registrar deprecated and disabled by default

Metrics Agent is turned off by default in this release. Metrics Agent collects metrics that pass through the Loggregator Agent and exposes them through a Prometheus endpoint. Metrics Agent was intended to be used by internal components, but was never adopted. With the move to OpenTelemetry Collector, anyone needing this functionality is encouraged to configure a Prometheus Exporter in the OpenTelemetry Collector. Metrics Agent is scheduled to be removed in TAS 6.0.

MySQL 5.7 external system database support removed

Your TAS for VMs deployment will fail or become insecure if you are using MySQL 5.7 as the external system database for TAS because MySQL 5.7 will soon reach End-Of-Life. Upgrade your external system database to a supported MySQL version.

This will affect you if you have configured a MySQL 5.7 database instance as the external system database for your TAS deployment. You can check your current system database settings by selecting “Databases” pane in the TAS for VMs tile. If under the System databases location section, the External database server option is selected and the configured database server is based on MySQL 5.7, you must upgrade to a supported MySQL version (such as MySQL 8.0).

Known issues

Here are the known issues for VMware Tanzu Application Service for VMs v5.0.

Tanzu Application Service Developer Portal does not currently include a list of Application Accelerators

Tanzu Application Service Developer Portal does not currently include a list of Application Accelerators by default along with the TAS Developer Portal for TAS for VMs version 5.0. For customers to use application accelerators, the TAS Operator needs to update the Backstage Configuration field of the TAS Portal configuration of the TAS tile. Add the following:

accelerator:
  engineUrl: https://${APP_ACCELERATOR_APP_NAME}.${APPS_DOMAIN}

Creation of software packages from Accelerator templages work only with in-memory or non-clustered databases

The creation of software packages from Accelerator Templates works only with in-memory or non-clustered databases. Currently the TAS Portal defaults to the in-memory database.

Risk: This means that app restarts will cause a loss of components in the component list, and all components will need to be re-registered.

UAA causes database overload (for VMware Tanzu Application Service for VMs 5.0.10 and 5.0.11)

The UAA can cause and experience slowness in its database when attempting to hit its /Users endpoint. The issue is especially noticeable when the UAA contains a large number of users; for example, in the millions. This only happens when using a MySQL database.

Releases

5.0.19

Release Date: 10/07/2024

  • Bump backup-and-restore-sdk to version 1.19.34
  • Bump bpm to version 1.4.0
  • Bump cf-networking to version 3.51.0
  • Bump cflinuxfs3 to version 0.416.0
  • Bump cflinuxfs4 to version 1.130.0
  • Bump credhub to version 2.12.92
  • Bump diego to version 2.105.0
  • Bump garden-runc to version 1.57.0
  • Bump go-offline-buildpack to version 1.10.23
  • Bump mapfs to version 1.4.0
  • Bump nats to version 56.25.0
  • Bump nfs-volume to version 7.4.0
  • Bump notifications-ui to version 50.0.0
  • Bump php-offline-buildpack to version 4.6.24
  • Bump push-apps-manager-release to version 677.0.60
  • Bump r-offline-buildpack to version 1.2.15
  • Bump silk to version 3.51.0
  • Bump smb-volume to version 3.5.0
  • Bump staticfile-offline-buildpack to version 1.6.17
Component Version Release Notes
ubuntu-jammy stemcell 1.572
backup-and-restore-sdk 1.19.34
v1.19.34
  ## Changes
  * Add final release 1.19.33 [ci skip]
          
binary-offline-buildpack 1.1.13
bosh-dns-aliases 0.0.4
bpm 1.4.0
capi 1.193.0
cf-autoscaling 250.3.2
cf-cli 1.67.0
cf-networking 3.51.0
v3.51.0
  ##  3.51.0
  **Release Date**: September 24, 2024
  ## Changes
  - Bump to Go 1.23
  - [Add ReadHeaderTimeout option on the server](https://github.com/cloudfoundry/cf-networking-release/commit/a32d19d7120dfec4037121232b84c238f3eaa2f3)
  - [Pass ReadHeaderTimeout to lagerlevel Server](https://github.com/cloudfoundry/cf-networking-release/commit/b1fc8c3ad3abfd94fbcafd9b2c4c32987c556222)
  - [Fix file/dir creation permissions](https://github.com/cloudfoundry/cf-networking-release/commit/2a095f5b94a449585a3082e60cd0d1466d1611ed)
  - [Catch or explicitly ignore unhandled errors](https://github.com/cloudfoundry/cf-networking-release/commit/a4d4085dfeb78c3ee06bad109ba073f6a853d80f)
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/performance-test-sd/spec b/jobs/performance-test-sd/spec
  index 0583340e..fd83a044 100644
  --- a/jobs/performance-test-sd/spec
  +++ b/jobs/performance-test-sd/spec
  @@ -6,7 +6,7 @@ templates:
  config.json.erb: config.json
  packages:
  -  - golang-1.22-linux
  +  - golang-1.23-linux
  - performance-test-sd
  consumes:
  diff --git a/jobs/service-discovery-controller/spec b/jobs/service-discovery-controller/spec
  index 6786aad9..46deb276 100644
  --- a/jobs/service-discovery-controller/spec
  +++ b/jobs/service-discovery-controller/spec
  @@ -51,6 +51,10 @@ properties:
  description: "Interval in seconds for which the route emitter is told to emit all routes. This value should be less than the staleness_threshold_seconds"
  default: 60
  +  read_header_timeout:
  +    description: "The amount of time allowed to read request headers"
  +    default: 30s
  +
  dnshttps.server.tls:
  description: "Server-side mutual TLS configuration for dns over http"
  dnshttps.client.ca:
  ```
  ## ✨  Built with go 1.23.1
  **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.50.0...v3.51.0
  ## Resources
  - [Download release 3.51.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.51.0).
          
cflinuxfs3 0.416.0
v0.416.0
  This release ships with cflinuxfs3 version 0.416.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.416.0)
          
v0.415.0
  This release ships with cflinuxfs3 version 0.415.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.415.0)
          
v0.414.0
  This release ships with cflinuxfs3 version 0.414.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.414.0)
          
v0.413.0
  This release ships with cflinuxfs3 version 0.413.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.413.0)
          
v0.412.0
  This release ships with cflinuxfs3 version 0.412.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.412.0)
          
v0.411.0
  This release ships with cflinuxfs3 version 0.411.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.411.0)
          
v0.410.0
  This release ships with cflinuxfs3 version 0.410.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.410.0)
          
v0.409.0
  This release ships with cflinuxfs3 version 0.409.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.409.0)
          
v0.408.0
  This release ships with cflinuxfs3 version 0.408.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.408.0)
          
cflinuxfs4 1.130.0
v1.130.0
  This release ships with cflinuxfs4 version 1.130.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.130.0)
          
v1.129.0
  This release ships with cflinuxfs4 version 1.129.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.129.0)
          
v1.128.0
  This release ships with cflinuxfs4 version 1.128.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.128.0)
          
v1.127.0
  This release ships with cflinuxfs4 version 1.127.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.127.0)
          
v1.126.0
  This release ships with cflinuxfs4 version 1.126.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.126.0)
          
v1.125.0
  This release ships with cflinuxfs4 version 1.125.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.125.0)
          
v1.124.0
  This release ships with cflinuxfs4 version 1.124.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.124.0)
          
v1.122.0
  This release ships with cflinuxfs4 version 1.122.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.122.0)
          
v1.121.0
  This release ships with cflinuxfs4 version 1.121.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.121.0)
          
v1.120.0
  This release ships with cflinuxfs4 version 1.120.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.120.0)
          
v1.119.0
  This release ships with cflinuxfs4 version 1.119.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.119.0)
          
v1.118.0
  This release ships with cflinuxfs4 version 1.118.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.118.0)
          
v1.117.0
  This release ships with cflinuxfs4 version 1.117.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.117.0)
          
v1.115.0
  This release ships with cflinuxfs4 version 1.115.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.115.0)
          
v1.114.0
  This release ships with cflinuxfs4 version 1.114.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.114.0)
          
v1.113.0
  This release ships with cflinuxfs4 version 1.113.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.113.0)
          
v1.108.0
  This release ships with cflinuxfs4 version 1.108.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.108.0)
          
count-cores-indicator 2.0.0
credhub 2.12.92
2.12.92
  ## What's Changed
  * Enable TLS 1.3
  * Various dependency bumps
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.91...2.12.92
          
diego 2.105.0
v2.105.0
  ##  2.105.0
  **Release Date**: October 01, 2024
  ## Changes
  - Upgrade to Go 1.23!
  - [add healtcheck metrics property](https://github.com/cloudfoundry/diego-release/commit/fe3aae75d48e6340b526e1d5d327732cd7bf1a8c)
  - [add healthcheck property to rep_windows config template](https://github.com/cloudfoundry/diego-release/commit/7dce01426b119d53d0b8923e2681884bb5a4cab7)
  - [add missing default params for linters](https://github.com/cloudfoundry/diego-release/commit/e9ccee2dd2bf78c83b15d27c711669c67261d103)
  - [add metadata to docs and reorder them](https://github.com/cloudfoundry/diego-release/commit/af178fa335254d47a8fd507822003c60bad4ba59)
  - Various dependency bumps
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/rep/spec b/jobs/rep/spec
  index 405f90f46..0737d9d1a 100644
  --- a/jobs/rep/spec
  +++ b/jobs/rep/spec
  @@ -235,7 +235,9 @@ properties:
  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+"
  default: false
  -
  +  enable_healthcheck_metrics:
  +    description: "When set, enables the rep to emit healtcheck failure metrics. Requires enable_declarative_healthcheck to be set to true."
  +    default: false
  cell_registrations.locket.enabled:
  description: Enable the cell rep to register itself as a service with Locket.
  default: true
  diff --git a/jobs/rep_windows/spec b/jobs/rep_windows/spec
  index 0521d1061..4a7dfefc6 100644
  --- a/jobs/rep_windows/spec
  +++ b/jobs/rep_windows/spec
  @@ -237,13 +237,16 @@ properties:
  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 will reconnect 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
  declarative_healthcheck_path:
  description: "The directory containing the declarative healthcheck binary"
  default: "/var/vcap/packages/healthcheck_windows/external"
  +  enable_healthcheck_metrics:
  +    description: "When set, enables the rep to emit healtcheck failure metrics. Requires enable_declarative_healthcheck to be set to true."
  +    default: false
  cell_registrations.locket.enabled:
  description: Enable the cell rep to register itself as a service with Locket.
  diff --git a/jobs/vizzini/spec b/jobs/vizzini/spec
  index d61278357..901e5236d 100644
  --- a/jobs/vizzini/spec
  +++ b/jobs/vizzini/spec
  @@ -1,7 +1,7 @@
  ---
  name: vizzini
  packages:
  -  - golang-1.22-linux
  +  - golang-1.23-linux
  - vizzini
  templates:
  ```
  ## ✨  Built with go 1.23.1
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.104.0...v2.105.0
  ## Resources
  - [Download release 2.105.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.105.0).
          
v2.104.0
  ##  2.104.0
  **Release Date**: September 24, 2024
  ## Changes
  - Bumped to Envoy to 1.28.7
  - [Update file permissions for BBS access log](https://github.com/cloudfoundry/bbs/compare/9be69c0199dbd4818203b7382454616d56463e69...4b574f98c713f8e77467ec6a4ac953ab52ddc718)
  - [Update file permissions for Buildpack App Lifecycle access log](https://github.com/cloudfoundry/bbs/compare/9be69c0199dbd4818203b7382454616d56463e69...4b574f98c713f8e77467ec6a4ac953ab52ddc718)
  - [Update file permissions for cacheddownloader](https://github.com/cloudfoundry/cacheddownloader/compare/09b8631e33d0adb38bbae81529b63fa3f92d0925...a52cc2a85daa3e138cead7c748881d24af914c4a)
  - [Update file permissions for Executor](https://github.com/cloudfoundry/executor/compare/0a01dbec448f78e493c86b0d2672a646f43e9a53...a8f0e01a67921c94cfabfc933bb436f1c101faae)
  - [Update file permissions for Inigo](https://github.com/cloudfoundry/inigo/compare/18074ea13ef2ca3a6195fed63ce639b2e677ee39...3d1daff34a1d91f50f1615cc6089658f953c7d59)
  - Various dependency bumps
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.103.0...v2.104.0
  ## Resources
  - [Download release 2.104.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.104.0).
          
dotnet-core-offline-buildpack 2.4.33
garden-runc 1.57.0
v1.57.0
  ##  1.57.0
  **Release Date**: October 02, 2024
  ## Changes
  - Upgrade to Go 1.23
  - [Create a top-level dir for libtool](https://github.com/cloudfoundry/garden-runc-release/commit/fb83c7757f43ec7d4f39b7a9d5fbacbdbd224b11)
  ## ✨  Built with go 1.23.2
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.56.0...v1.57.0
  ## Resources
  - [Download release 1.57.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.57.0).
          
go-offline-buildpack 1.10.23
1.10.23
  * Add go 1.22.7, remove go 1.22.6
  for stack(s) cflinuxfs3, cflinuxfs4
  * Add go 1.23.1, remove go 1.23.0
  for stack(s) cflinuxfs3, cflinuxfs4
  * remove godep setup-gopath test
  * Fix brats: these tests are removed upstream
  | 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.22.7 | cflinuxfs3 |
  | go | 1.22.7 | cflinuxfs4 |
  | go | 1.23.1 | cflinuxfs3 |
  | go | 1.23.1 | cflinuxfs4 |
  | godep | 80 | cflinuxfs3 |
  | godep | 80 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | go | 1.22.x |
  * Uncached buildpack SHA256: 4fc40cf32943b11f825a1aa81ea1c8bb7de0e608d8c1eaa94eec339fd6ba5db4
  * Uncached buildpack SHA256: 6a2a723c0e2dd64c85b6b227d7a41d3cf435134bb5a5e84c7ceb5759a45b7beb
          
java-offline-buildpack 4.73.0
java-native-image-cnb-buildpack 0.11.22
log-cache 3.1.5
loggregator 107.0.17
loggregator-agent 8.2.1
mapfs 1.4.0
v1.4.0
  ##  1.4.0
  **Release Date**: September 25, 2024
  ## Changes
  - Bump to Go 1.23
  - Minor dependency bumps
  ## ✨  Built with go 1.23.1
  **Full Changelog**: https://github.com/cloudfoundry/mapfs-release/compare/v1.3.0...v1.4.0
  ## Resources
  - [Download release 1.4.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/mapfs-release?version=1.4.0).
          
metric-registrar 4.0.3
metrics-discovery 3.2.27
mysql-monitoring 10.16.0
nats 56.25.0
v56.25.0
  ##  56.25.0
  **Release Date**: September 25, 2024
  ## Changes
  - Bumped to Go 1.23
  - [Catch or explicitly ignore unhandled errors](https://github.com/cloudfoundry/nats-release/commit/16979ee0aefdea96fb73af93008fa08b14ada92b)
  - Minor Dependency Bumps
  ## ✨  Built with go 1.23.1
  **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.24.0...v56.25.0
  ## Resources
  - [Download release 56.25.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.25.0).
          
nfs-volume 7.4.0
v7.4.0
  ##  7.4.0
  **Release Date**: October 01, 2024
  ## Changes
  - 🐛 Updates the nfsbrokerpush errand to apply the security group to staging containers as well as running, for greater success talking to credhub in test environments. Thanks @jochenehret!
  - 🐛 Updates the BBR metdata to add more CAPI dependencies to resolve intermittent lock/unlock race conditions when running pre-restore actions in BBR. Thanks @davewalter!
  ## ✨  Built with go 1.23.1
  **Full Changelog**: https://github.com/cloudfoundry/nfs-volume-release/compare/v7.3.0...v7.4.0
  ## Resources
  - [Download release 7.4.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nfs-volume-release?version=7.4.0).
          
v7.3.0
  ##  7.3.0
  **Release Date**: September 30, 2024
  ## Changes
  - [Output rpcbind and statd logs to a sensible place](https://github.com/cloudfoundry/nfs-volume-release/commit/bb54df64b42100c5c64b98a2818258f2a51cb79e)
  - [Add retries for monit statd and rpcbind check](https://github.com/cloudfoundry/nfs-volume-release/commit/03f06e61244424593f34b446e0b7a7dce06d6773)
  - [Remove sqlite](https://github.com/cloudfoundry/nfs-volume-release/commit/86327f2336d4bfeadc2bb0389d981c41f6815750)
  - [Remove libevent and rpcsvc-proto](https://github.com/cloudfoundry/nfs-volume-release/commit/6e818a0ca00f79f8117d69eebab95a7273170239)
  - [Remove nfs-legacy option](https://github.com/cloudfoundry/nfs-volume-release/commit/bc3fbc7a609434acb966fab601df110be18a2f0b)
  - [Output rpcbind and statd logs to a sensible place #1024](https://github.com/cloudfoundry/nfs-volume-release/pull/1024)
  - [Add retries for monit statd and rpcbind check #1027](https://github.com/cloudfoundry/nfs-volume-release/pull/1027)
  - [Add retries for monit statd and rpcbind check #1027](https://github.com/cloudfoundry/nfs-volume-release/pull/1027)
  - [Remove unneeded packages for nfs-debs #1035
  ](https://github.com/cloudfoundry/nfs-volume-release/pull/1035)
  - [Remove nfs-legacy option #1036
  ](https://github.com/cloudfoundry/nfs-volume-release/pull/1036)
  - Various Dependency Bumps
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/nfsbrokerpush/spec b/jobs/nfsbrokerpush/spec
  index 9bf3138..bb67a94 100644
  --- a/jobs/nfsbrokerpush/spec
  +++ b/jobs/nfsbrokerpush/spec
  @@ -97,29 +97,6 @@ properties:
  nfsbrokerpush.services:
  description: "List of services and plans supported by broker"
  default:
  -    - id: nfsbroker
  -      name: "nfs-legacy"
  -      description: "Existing NFSv3 volumes (Deprecated)"
  -      bindable: true
  -      plan_updatable: false
  -      tags: ["nfs"]
  -      requires: ["volume_mount"]
  -      metadata:
  -        display_name: "Legacy NFS V3 Volume Broker"
  -        image_url: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABdCAYAAAA7ZEEJAAAKw2lDQ1BJQ0MgUHJvZmlsZQAASImVlgdUU1kax+976Y2WEIqUUEOR3gJICT2AgnSwEZKQhBJCCip2ZXAEx4KICNjQEREFxwLIWBALFgYBex2QQUVdBws2VPYBS9jZPbt79p9zc3/5ct/3vu+9e8/5A0B+z5VKs2ANALIlCllMaAAjKTmFgXsCIOSDB5aAwuXJpezo6EiAaHL+qz7cRtYiumE3luvf//+v0uQL5DwAoGiE0/hyXjbCx5FxnyeVKQBAbULiZgsV0jFG4oAmQwpE+PIYCyf44RinTfDQ+Jq4mEAA0GgA8GQuVyYEgIx0CBh5PCGSh+yIsKOEL5YgnIqwL0/E5SO8G+Hp2dk5Y9yBsFXaP+UR/iVnmionlytU8UQv48IHieXSLO7i//Nx/G9lZykn72GGDLJIFhaDzJZjzy0zJ0LFkrRZUZMs5o+vH2eRMix+knnywJRJ5nODIiZZmRnPnmSubOrafFFc4iTLcmJU+SVZsyJV+QUcFQvkwbGTnC4O4ajqUXDiJjlPnDBrkuWZsRFT9wpUxWXKGFXN2fKpetJlIap+RWKOar1CFBem6pE7VYNAnqSqjS8IClbFJfGqNVJFgCqnNCt6qpesUFVcnherulaBbLZJzuCGR0/liVb1COKACCiBBPCBAMhAGsgBWUABGCAIiIEcSJFfXIBsFYVgkWKsucAc6WKZWChSMNjIiRIwOBKe/XSGs6MTC4Cx8znx+t/Rx88dRL86FcttBcCzCAkKp2JcZJ+cfAoA9cNUzOwtsnWQs3W6i6eU5U3E0GNfGEAE6oAG9IARsr+sgB1wBu7AG/iDYBAOopBOksF8wEP6yUY6WQiWglWgEBSDTWArqAC7wF5wABwGR0ETOAXOgUvgGugCt8AD0AsGwEswBD6AEQiCcBAFokJ6kDFkAdlCzhAL8oWCoUgoBkqGUiEhJIGU0FJoDVQMlUAV0B6oFvoFOgmdg65A3dA9qA8ahN5CX2AUTIZpsCFsCTvALJgNR8Bx8DxYCOfC+XABvAEuh6vhQ3AjfA6+Bt+Ce+GX8DAKoEgoOsoEZYdioQJRUagUVDpKhlqOKkKVoapR9agWVDvqBqoX9Qr1GY1FU9EMtB3aGx2Gjkfz0Lno5ej16Ar0AXQj+gL6BroPPYT+jqFgDDC2GC8MB5OEEWIWYgoxZZj9mBOYi5hbmAHMBywWS8cysR7YMGwyNgO7BLseuwPbgG3FdmP7scM4HE4PZ4vzwUXhuDgFrhC3HXcIdxbXgxvAfcKT8MZ4Z3wIPgUvwa/Gl+EP4s/ge/DP8CMEDYIFwYsQReATFhM2EvYRWgjXCQOEEaImkUn0IcYRM4iriOXEeuJF4kPiOxKJZEryJM0miUkrSeWkI6TLpD7SZ7IW2YYcSJ5LVpI3kGvIreR75HcUCsWS4k9JoSgoGyi1lPOUx5RPalQ1ezWOGl9thVqlWqNaj9prdYK6hTpbfb56vnqZ+jH16+qvNAgalhqBGlyN5RqVGic17mgMa1I1nTSjNLM112se1Lyi+VwLp2WpFazF1yrQ2qt1XqufiqKaUQOpPOoa6j7qReoADUtj0ji0DFox7TCtkzakraXtqp2gvUi7Uvu0di8dRbekc+hZ9I30o/Tb9C86hjpsHYHOOp16nR6dj7rTdP11BbpFug26t3S/6DH0gvUy9TbrNek90kfr2+jP1l+ov1P/ov6rabRp3tN404qmHZ123wA2sDGIMVhisNegw2DY0Mgw1FBquN3wvOErI7qRv1GGUanRGaNBY6qxr7HYuNT4rPELhjaDzchilDMuMIZMDEzCTJQme0w6TUZMmabxpqtNG0wfmRHNWGbpZqVmbWZD5sbmM82XmteZ37cgWLAsRBbbLNotPloyLRMt11o2WT5n6jI5zHxmHfOhFcXKzyrXqtrqpjXWmmWdab3DussGtnGzEdlU2ly3hW3dbcW2O2y7p2Ome06XTK+efseObMe2y7Ors+uzp9tH2q+2b7J/7WDukOKw2aHd4bujm2OW4z7HB05aTuFOq51anN462zjznCudb7pQXEJcVrg0u7xxtXUVuO50vetGdZvpttatze2bu4e7zL3efdDD3CPVo8rjDovGimatZ132xHgGeK7wPOX52cvdS+F11OtPbzvvTO+D3s9nMGcIZuyb0e9j6sP12ePT68vwTfXd7dvrZ+LH9av2e+Jv5s/33+//jG3NzmAfYr8OcAyQBZwI+BjoFbgssDUIFRQaVBTUGawVHB9cEfw4xDREGFIXMhTqFroktDUMExYRtjnsDseQw+PUcobCPcKXhV+IIEfERlREPIm0iZRFtsyEZ4bP3DLz4SyLWZJZTVEgihO1JepRNDM6N/rX2djZ0bMrZz+NcYpZGtMeS41dEHsw9kNcQNzGuAfxVvHK+LYE9YS5CbUJHxODEksSe5MckpYlXUvWTxYnN6fgUhJS9qcMzwmes3XOwFy3uYVzb89jzls078p8/flZ808vUF/AXXAsFZOamHow9Ss3ilvNHU7jpFWlDfECedt4L/n+/FL+oMBHUCJ4lu6TXpL+XOgj3CIcFPmJykSvxIHiCvGbjLCMXRkfM6MyazJHsxKzGrLx2anZJyVakkzJhRyjnEU53VJbaaG0N9crd2vukCxCtl8OyefJmxU0xAh1KK2UPyj78nzzKvM+LUxYeGyR5iLJoo7FNovXLX6WH5L/8xL0Et6StqUmS1ct7VvGXrZnObQ8bXnbCrMVBSsGVoauPLCKuCpz1W+rHVeXrH6/JnFNS4FhwcqC/h9Cf6grVCuUFd5Z671214/oH8U/dq5zWbd93fciftHVYsfisuKv63nrr/7k9FP5T6Mb0jd0bnTfuHMTdpNk0+3NfpsPlGiW5Jf0b5m5pbGUUVpU+n7rgq1XylzLdm0jblNu6y2PLG/ebr590/avFaKKW5UBlQ1VBlXrqj7u4O/o2em/s36X4a7iXV92i3ff3RO6p7HasrpsL3Zv3t6n+xL2tf/M+rl2v/7+4v3faiQ1vQdiDlyo9aitPWhwcGMdXKesGzw091DX4aDDzfV29Xsa6A3FR8AR5ZEXv6T+cvtoxNG2Y6xj9cctjledoJ4oaoQaFzcONYmaepuTm7tPhp9sa/FuOfGr/a81p0xOVZ7WPr3xDPFMwZnRs/lnh1ulra/OCc/1ty1oe3A+6fzNC7MvdF6MuHj5Usil8+3s9rOXfS6fuuJ15eRV1tWma+7XGjvcOk785vbbiU73zsbrHtebuzy7WrpndJ/p8es5dyPoxqWbnJvXbs261X07/vbdO3Pv9N7l331+L+vem/t590cerHyIeVj0SONR2WODx9W/W//e0Ovee7ovqK/jSeyTB/28/pd/yP/4OlDwlPK07Jnxs9rnzs9PDYYMdr2Y82LgpfTlyKvCv2n+req11evjf/r/2TGUNDTwRvZm9O36d3rvat67vm8bjh5+/CH7w8jHok96nw58Zn1u/5L45dnIwq+4r+XfrL+1fI/4/nA0e3RUypVxx60AChlwejoAb2sAoCQj3qELAOKcCf88LmjC848T+E884bHH5Q5AjT8A8SsBiEQ8yk5kWCBMRuYxyxTnD2AXF9X4h+TpLs4TuciIC8V8Gh19ZwgArgWAb7LR0ZEdo6Pf9iHF3gOgNXfCt48Ji3jxEqaOCe5BpwNzJfgX/R2N5g2xmShwcwAAAZtpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+ODQ8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+OTM8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KE9hEygAADTRJREFUeAHtXVtsHNUZ/ry7s3d7196s4xuJc3GEExpiQahCASWioJJSBdSkVdOqiAf61IqiSnlAPPJE2wceSiUUCfUiJGQqelEBJW3ltmlQiwIEGofimNgEG19315e9X9z/n9nZnZmd3aztsyYxc+Tjc5kz/5zzzX8u+885/9+0Qg6WE4aATRgli5CMgAWoYEawABUMqEMwvRK5fGEFc4tpzEQTWExksJTMks9hOZXFcoLjFCY5P4dMLo9srkBhAbliqKY5zOYLkOw2SA4bnOTV0KFJuyQ7fG4Hmj1O8hJ85Dls9nCehIDPiS0BD8IBN+y2plI9RUea1jMppTJ5fPzZEkY+W8C1mWXMLKRkAKeiKUSWUrgRp7smwrK12YWOVg+2Br3oaPOge4sPfZ0B7O5qgVNaX6ddFaDzS2mcfedTDH8Sw5UJAnE2bv6CqdIOhwS75ICDvcOBJhtVlP6ammywUaua2FMeJeU8OS3nU5rzi2UoAhtxVIE4nt8QL0pkXyjIL6yUXqF0gYtwfrFMXgkLK3nks+xzyLHP5WRaxsrTo9BD4O7uDmDf9lZ8daAbIQJ/Ne66gC6nchh6fxJnLnyK90bn5UbID6BGS05J8ZIEh4s8pwk8GwPYuF61mvaZluWek6dhJp/LIptRfK4YZtOZEtjchoFdITx4Rw+O3N4Fr+v6I2RVQHnceuXvH+NXZz8Cd212DpcTPr8PnmYfXJ7VvTnTlt2gmelkGonlZSSXEpABpnp6nHY89uAefPu+XXDYq3OLKaBv/28WP3v1fUxGEuBVf3NrC1ragjI33qAYNKxa2XQWi9EYlqKLYBi72rw49a39uKMvbPrMCkD/OxbFD3/xL/As7WnxozXc9oUE0ogWDw2xmXkkluLyKuGXP7oH/duCxmI8TZTdTCyFU6f/LYPZ0hpAe/dWC8wiPDxfhHs64CdcmNkYp2nCy+h0gL7yj1F5fehlzuzYYixrpQmBEOHibfYjFs9gkPAyOh2gH1yNyNf9wRZjOSutQcAfbJZTl8ajmlwlqgP0Mq0v2Tndm3cGV5q9vv9Ot1smwPON0ekAVS9mUmk1aoUmCGRSlWOnWswU0KXYonrdCk0QWK6BjymgycVlRKfnTUhZWZGpOXnpVA0J099SNrsdi5EYstksAqHWTf2rqBowxvw0DYMLs1Ekl+NoIsnXCv2SNHOmgHbu6EGUF7HEqUlayPIk5Q8GaLnghd1hN6OzKfPy+TxhEAd3cXVekZeU7SFMXBk3bbMpoCwhCtOiPk2L2AgBm0mSOG5qhjyIW91gom6vRxaIsORos7gCSU1y9FMzGU8QJyaQTiRLTXNRe/lXo8urzPClC4aIKaBqGb65s7ebBARZxJeWsbywhDSBy54di9gcxL0utxOSywUn/Zqw0cuwU5ew2ew3pMSJJU2FAkmaqMsWSIzHPymZ+9KpDLK8uuECRcfSM1+gmbwfEknU6nE1AVUJSCSaC7paEdzSSmCmkaI3l06kkEomkSVw2Zs5HovZ20myzgDbGGg5j0Mlbi/KPs3uX00ey0DzJCMtUDctMFjkeZzjbssAcn6epP8cVnNcN+6BbmIk5si1SNTqAlRbAX6I/KCQksviLQY5Q6EswCUZY46Eufz2lcblkSMR443kWF7roE8mqhDcSWJJbpNE4XrdqgE1PpArYVYR5hiWjjPIBZlzFK4pkES9QMLdUh5do35mJLuGNEn25aGGe0OxJ8hhuTcwiAxmI8f9dQNareU8vqoS/WplNmO+6cJ+MzZ0o9pkASoYaQtQC1DBCAgmZ3GoBahgBASTszjUAlQwAoLJWRxqASoYAcHkLA61ABWMgGByFodagApGQDA5i0MtQAUjIJicUAHz3ru248f99FVwxYb44gKe+v1k9eqG2vHcQ/SdiqTs8ZkInnpjWimr5nPfMf/0raMp2XJ4/c+jGNTuywi14cmvtGJfyAmvYbdxlk6hjE0tYfAvUxjWURKTENrlg14HvPSZwetsQnhLEM8e8lWvZZD2W7qprNSEoE/zXtV82oLt5evX8ZLTibB23+u+Hrz0aAcOtrsqwOTKSG4Jfb1tePqxXThWvXZrviIUUNDhCq3r7e/CCW2GNm7+oRQw5GfpJEdtn0NcvSe0FS8eaoH2g2+CTq6MfBbHyFwKC1nNtyvJhRPf34m7tXUSENewhgBqRhI2CUePd2Pw1QnjlfrS+TR++tJo3V1zb78fXpVyPovXz4zgZcOjD9+zA4/d6lFAd7px+HY3zl9U34h689pDsRxqrAeNgRJt4anZ9Y33GNLthnSt5IEtZf6YHZupAJPvHTp3FWfnyt/mw+HSK6hFuu5rjQW0SL1m179OVVf1SV8ziTlprKzmzl+jzRk0lCRSdCSyzh0h1WgZ88uv1HhlnemxKzE4dwTRxXvL1tz1V6Dsqa6vMu9FcjjarmxmC3S348XjPgxdnsPLl/Qn/sYujOPxC/XRXG2phgHqzC3g1DsSfntQmemVrh/DM2/pG1ezwnYXHjnSjcO09DHjtyztJH7h3FyJxPC5KCb7OpSXSLneoA9HaaVx9C7iRjrAO0FnUPlY5eCHq6hDiXp9kYYBSntdgIvjGNrZj8MhZYde7z6a9d8awWB9daNSTdi7K1C9dMGFYQJ0qFQiglN/tOG5r7ejS7urhl6Il85s9rHfFsCxQ3mM0VnV02emMFa6V0yksWMo1fH0a9OYLc0ByqwvV732rsC6W1cxxs7P4dSvh3H63RhGonSOs/RsDUnaFNa7rQ3Pfnf7TbZsktsQwfPvN+PZAW3Xn8czH2nWhJq26qKFLM6en8E4AWDe5dM4r7uhnBi6MImh4ji5d1cbDt7iR187HeVu0dDy+PDEN7tx/ncT5RvXGWtcl9dUjCeBoW3arn8Ljs3EkaUyZkCVbqWNZSMfLlQFrVSuGLn71jaEfRKcNLYOXlooXR4ejYC94gJ48jj9kgoqk5fU4pa5tNqLKRGpM9LwLq/Ww9j1HzlEm1g1yxy13JrD7i48cU8HTgyEcOy25hpkFvD8q9OYVJ9td2Jvd43iq7y0YYAC3PXLs6tE6izWqTxB31S3Zms6HT8/Wdy/qi+kprTDTR6kiEKY20BAAbnrz2sbI6wdwGgMEzyGyM6Oow+T8KMKqCcfolWA2vJ8Dpe0kiqVxBrDDRlDtXXjrr/n8fJaUXttffE4Xr6cxNP7PQoZFn482o8HY2lcnU9jNrWCYNCF3rAbYZKGqW52YrFuWYF6T61QfU+1ygi+FsELmq5fQdywnNIuJyvKGjKG/3MVg5+U2JSuNiEQdOMArWUf2BfEwW7SiqMBMzFPMtsz5R8GBnJrSgoGtNydM+ly3Fgz7vpaAYX25AWIk0qQ0O/tGePN10n/gSRML7y7gMlk9ednaZv68JUZ/OA1ccsltVo6jQ73/uRPcv72/l3q9Zs89OHwPuJKX3HtSSdAJqeWMTSx/llo/PKojM0/f/4NHUYbPobqnt7wRBxDBsFIox8puMs3uro3Pn0LUMHvyALUAlQwAoLJWRxqASoYAcHkLA61ABWMgGByFodagApGQDA5i0MtQAUjIJicxaEWoIIREEzO4lALUMEICCZncagFqGAEBJPTcSibc2CXyxg2ywt+6M1OjtW7sVPx0rZHB+gBsirALhkv7/DQFrbiCgKsaJDdwO5Kxd86QE8e6ZMtwSySnkz1LSgkrP8qAtx7F+eishGWk0d2q9mlUAfojg4/Tp3Yjxx9bp0emyCthRW7L0s3fhEjjMfU+KeygsJnvjOA3q3+ChgqPiN/7c5b8M6Vebzx9jVMXr0Gj88rm63w+ItbXCpIbO4M1n7J+kSXIgtIUcju4S9vk42tmLVct9FBLcCWBP52cQK/+esVXCV7SezYlI+HDKt42bAKqYNspEI+tR6fV8iKEFOkzpPNVLCWX1VF5s7OZnzv/t24/0APtd+8dqaAaouyoZU3yfTP0MVJ2SIXX2Pth6xf00nWtVidsIv0ut/MqoTzpJqTu7OimJX0o8aTZJtJ2UDqpqOW9+3vxEN39uDOPWEtNKbx6wKq3sUmgM5dmpLtKl38mPQzp/Wb1xlQPndpo1BRwkohAW+n7dx8jRVBq2ooWQNuox1rsGVQWCGrqpiVbShxnOcIWbcpm27LkN5TCrXO67LjwO4QHhjowb23dcK1io2sdQOqfSAb3+Kh4OLYPNjcxQcEsJmhEe09ujipwlTAVXR7qlbAuB+xmkybYgasaA1MyStZ8WLGoS7Jekg5jyL0x5a9ivpJCTDWTarbgKZ7eGWC15O37WjDl8jvp4O1Oztbqnbpyrv1OWsCVE9CSTHHTkeTmI0lMM226WJJ2U/LRv7YoB97xcgf49BoR+8FfjpN5ycjf34y8tfidaI96FF8qxtbyeAfpzvJPpKbTj6LcsIArbdCDGY8TcDKACtAZ+jsC1tMZCtjGfJai4lyPl1TLSXqQho62JoiW1Jkq4leArDZyyCSMmoyd8agbrTbcEA3uoEb/bzGzw4b3aLP+Xn/BwZ8DglkGHaWAAAAAElFTkSuQmCC
  -        long_description: "Legacy broker for existing NFSv3 volumes (deprecated)"
  -        provider_display_name: "Dell / Pivotal"
  -        documentation_url: https://docs.cloudfoundry.org/devguide/services/using-vol-services.html
  -      plans:
  -      - id: Existing
  -        name: "Existing"
  -        description: "A preexisting filesystem"
  -        metadata:
  -          costs:
  -          - amount:
  -              usd: 0.0
  -            unit: "MONTHLY"
  -          display_name: "Existing Filesystems"
  - id: "997f8f26-e10c-11e7-80c1-9a214cf093ae"
  name: "nfs"
  description: "Existing NFSv3 and v4 volumes (see: https://code.cloudfoundry.org/nfs-volume-release/)"
  ```
  ## ✨  Built with go 1.23.1
  **Full Changelog**: https://github.com/cloudfoundry/nfs-volume-release/compare/v7.2.0...v7.3.0
  ## Resources
  - [Download release 7.3.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nfs-volume-release?version=7.3.0).
          
nginx-offline-buildpack 1.2.19
nodejs-offline-buildpack 1.8.29
notifications 73.0.0
notifications-ui 50.0.0
otel-collector 0.10.1
php-offline-buildpack 4.6.24
4.6.24
  * Update buildpack to use Python 3
  | name | version | cf_stacks | modules |
  |-|-|-|-|
  | appdynamics | 23.11.0-839 | cflinuxfs3, cflinuxfs4 |  |
  | composer | 2.7.8 | cflinuxfs3, cflinuxfs4 |  |
  | httpd | 2.4.62 | cflinuxfs3 |  |
  | httpd | 2.4.62 | cflinuxfs4 |  |
  | newrelic | 10.21.0.11 | cflinuxfs3, cflinuxfs4 |  |
  | nginx | 1.26.2 | cflinuxfs3 |  |
  | nginx | 1.26.2 | cflinuxfs4 |  |
  | nginx | 1.27.1 | cflinuxfs3 |  |
  | nginx | 1.27.1 | cflinuxfs4 |  |
  | php | 8.1.27 | 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.27 | 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.28 | 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.28 | 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.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, yaml, zip, zlib |
  | php | 8.2.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, yaml, zip, zlib |
  | php | 8.2.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, yaml, zip, zlib |
  | php | 8.2.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, yaml, zip, zlib |
  | php | 8.3.9 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, 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.3.9 | 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.3.10 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, 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.3.10 | 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 | 3.12.4 | cflinuxfs3 |  |
  | python | 3.12.4 | cflinuxfs4 |  |
  | ruby | 3.0.5 | cflinuxfs4 |  |
  Default binary versions:
  | name | version |
  |-|-|
  | php | 8.1.27 |
  | httpd | 2.4.62 |
  | newrelic | 10.21.0.11 |
  | nginx | 1.27.1 |
  | composer | 2.7.8 |
  * Uncached buildpack SHA256: ed76a0871e91a8c4fe3e84231a0fd36f34adeea9484e735d1ed5b69d5841a6c5
  * Uncached buildpack SHA256: c4ab75a2cb9c49cca2ea31f889e9e5421b9ab1902e4d8119d8aedfda65878e1b
          
push-apps-manager-release 677.0.60
677.0.60
  * Update underlying packages for security fixes
          
push-tas-portal-release 0.5.5
push-offline-docs-release 5.0.564
push-usage-service-release 674.0.123
pxc 1.0.31
python-offline-buildpack 1.8.29
r-offline-buildpack 1.2.15
1.2.15
  * go.mod: update go version
  | name | version | cf_stacks | modules |
  |-|-|-|-|
  | r | 4.2.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
  | r | 4.2.3 | cflinuxfs4 | forecast, plumber, rserve, shiny |
  | r | 4.3.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
  | r | 4.3.3 | cflinuxfs4 | forecast, plumber, rserve, shiny |
  | r | 4.4.1 | cflinuxfs3 | forecast, plumber, rserve, shiny |
  | r | 4.4.1 | cflinuxfs4 | forecast, plumber, rserve, shiny |
  * Uncached buildpack SHA256: e1bcd3e180619b8d6bb76ad786e1eec637eeed35774bdbe4dd059f36c066a9a3
  * Uncached buildpack SHA256: 458413294b751e844e47483c9cf62e0557641b28ca700a9f05f2c063626322cd
          
routing 0.311.0
ruby-offline-buildpack 1.10.18
web-servers-cnb-buildpack 0.15.2
silk 3.51.0
v3.51.0
  ##  3.51.0
  **Release Date**: September 24, 2024
  ## Changes
  - Bump to Go 1.23.1
  - [Fix file/dir creation permissions](https://github.com/cloudfoundry/silk-release/commit/a085a2b0909ad849bce96e142381bdf67658990f)
  - [Catch or explicitly ignore unhandled errors](https://github.com/cloudfoundry/silk-release/commit/460ea10df9e8b8d32179b53ac5e22e1f1b58a4da)
  ## ✨  Built with go 1.23.1
  **Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.50.0...v3.51.0
  ## Resources
  - [Download release 3.51.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.51.0).
          
smb-volume 3.5.0
v3.5.0
  ##  3.5.0
  **Release Date**: September 26, 2024
  ## Changes
  - Upgrade to Go 1.23!
  ## ✨  Built with go 1.23.1
  **Full Changelog**: https://github.com/cloudfoundry/smb-volume-release/compare/v3.4.0...v3.5.0
  ## Resources
  - [Download release 3.5.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/smb-volume-release?version=3.5.0).
          
smoke-tests 4.10.0
staticfile-offline-buildpack 1.6.17
1.6.17
  * Add nginx 1.26.2, remove nginx 1.26.1
  for stack(s) cflinuxfs4, cflinuxfs3
  | name | version | cf_stacks |
  |-|-|-|
  | nginx | 1.26.2 | cflinuxfs3 |
  | nginx | 1.26.2 | cflinuxfs4 |
  | nginx | 1.27.1 | cflinuxfs3 |
  | nginx | 1.27.1 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | nginx | 1.27.x |
  * Uncached buildpack SHA256: f9dc7ebeb9ea51cfbe86340d70ba32e410e48fb85e47a37cd2bd92bd9caf6bec
  * Uncached buildpack SHA256: e289a59b95eea481acdf2c19df5f7321d25a24da06236d460a007910dc11a18e
          
statsd-injector 1.11.43
syslog 12.3.3
system-metrics-scraper 4.0.11
uaa 77.16.0
tanzu-jammy-stack 1.0.1

5.0.18

Release Date: 09/27/2024

  • [Feature] Allow operators to configure the number of local workers per Cloud Controller API VM
  • [Feature] Users can configure the innodb buffer pool for the internal MySQL database
  • [Feature Improvement] Cloud Controller Web Server now uses percentage based memory thresholds
  • [Feature Improvement] Optionally log revision id in app log sources.
  • [Feature Improvement] Reduce unnecessary mysql disk writes
  • [Bug Fix] Removes STOPPING state from CAPI v3 process stats API
  • Bump backup-and-restore-sdk to version 1.19.33
  • Bump bpm to version 1.3.2
  • Bump capi to version 1.193.0
  • Bump cf-autoscaling to version 250.3.2
  • Bump cf-cli to version 1.67.0
  • Bump cf-networking to version 3.50.0
  • Bump cflinuxfs3 to version 0.407.0
  • Bump credhub to version 2.12.91
  • Bump diego to version 2.103.0
  • Bump dotnet-core-offline-buildpack to version 2.4.33
  • Bump garden-runc to version 1.56.0
  • Bump go-offline-buildpack to version 1.10.22
  • Bump java-offline-buildpack to version 4.73.0
  • Bump log-cache to version 3.1.5
  • Bump loggregator to version 107.0.17
  • Bump loggregator-agent to version 8.2.1
  • Bump mapfs to version 1.3.0
  • Bump metric-registrar to version 4.0.3
  • Bump metrics-discovery to version 3.2.27
  • Bump mysql-monitoring to version 10.16.0
  • Bump nats to version 56.24.0
  • Bump nfs-volume to version 7.2.0
  • Bump nginx-offline-buildpack to version 1.2.19
  • Bump nodejs-offline-buildpack to version 1.8.29
  • Bump notifications to version 73.0.0
  • Bump otel-collector to version 0.10.1
  • Bump php-offline-buildpack to version 4.6.23
  • Bump push-apps-manager-release to version 677.0.56
  • Bump push-usage-service-release to version 674.0.123
  • Bump pxc to version 1.0.31
  • Bump python-offline-buildpack to version 1.8.29
  • Bump r-offline-buildpack to version 1.2.14
  • Bump routing to version 0.311.0
  • Bump ruby-offline-buildpack to version 1.10.18
  • Bump silk to version 3.50.0
  • Bump smb-volume to version 3.4.0
  • Bump staticfile-offline-buildpack to version 1.6.16
  • Bump statsd-injector to version 1.11.43
  • Bump syslog to version 12.3.3
  • Bump system-metrics-scraper to version 4.0.11
  • Bump uaa to version 77.16.0
Component Version Release Notes
ubuntu-jammy stemcell 1.572
backup-and-restore-sdk 1.19.33
v1.19.33
  ## Changes
  * Add final release 1.19.32 [ci skip]
          
v1.19.32
  ## Changes
  * Add final release 1.19.31 [ci skip]
  * Call docker compose as a plugin
  * Install version of bundler listed in Gemfile.lock
  * Merge pull request #1816 from xtreme-nitin-ravindran/fix-sdk-template-unit-tests
  * Pull closed source repos from Github Enterprise [skip ci]
  * Unzip ruby-install before make-ing it
  * Update bundler version to match the output of the bump-ruby job
  * update pipeline to use the aws iaas director
  * update sdk-template-unit-tests to use ruby-install as an input
          
v1.19.31
  ## Changes
  * Add final release 1.19.30 [ci skip]
  * Golang: Updated to v1.23.0. (#1807)
  * Use bosh-ecosystem-docker-image and ruby-install
  * do not use cryogenics shared image to bump ruby
  * move create-pr task from cryogenics shared repo to here
  ## Dependencies
  * **v2:** Updated to v2.20.2.
For more information, see [v2](https://github.com/onsi/ginkgo). * **gomega:** Updated to v1.34.2.
For more information, see [gomega](https://github.com/onsi/gomega).
v1.19.30
  ## Changes
  * Add final release 1.19.29 [ci skip]
  ## Dependencies
  * **v2:** Updated to v2.20.2.
For more information, see [v2](https://github.com/onsi/ginkgo). * **gomega:** Updated to v1.34.2.
For more information, see [gomega](https://github.com/onsi/gomega). * **api:** Updated to v0.195.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.19.29
  ## Changes
  * Add final release 1.19.28 [ci skip]
  * Bump mariadb from 10.6.17 to 10.6.19 (#1781)
  * Bump postgresql from 13.15 to 13.16 (#1780)
  ## Dependencies
  * **bosh-backup-and-restore:** Updated to v1.9.68.
For more information, see [bosh-backup-and-restore](https://github.com/cloudfoundry-incubator/bosh-backup-and-restore). * **v2:** Updated to v2.20.1.
For more information, see [v2](https://github.com/onsi/ginkgo). * **api:** Updated to v0.194.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.19.28
  ## Changes
  * Add final release 1.19.27 [ci skip]
          
binary-offline-buildpack 1.1.13
bosh-dns-aliases 0.0.4
bpm 1.3.2
capi 1.193.0
cf-autoscaling 250.3.2
v250.3.2
  ## What's Changed
  * Bump dependencies
  * Bump packaged golang to go1.22.7
  * Explicitly handle NoResourceFoundException by @acosta11 in https://github.com/pivotal-cf/cf-autoscaling-release/pull/995
  **Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v250.3.1...v250.3.2
          
cf-cli 1.67.0
v1.67.0
  ### Included CF CLI versions:
  7.7.14
  8.8.2
          
v1.66.0
  ### Included CF CLI versions:
  7.7.12
  8.8.0
          
cf-networking 3.50.0
v3.50.0
  ##  3.50.0
  **Release Date**: September 11, 2024
  ## Changes
  - Bump to golang 1.22.7
  -  Dependency updates
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.49.0...v3.50.0
  ## Resources
  - [Download release 3.50.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.50.0).
          
v3.49.0
  ##  3.49.0
  **Release Date**: August 27, 2024
  ## Changes
  - Bumps healthchecker-boshrelease vendored packages
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.48.0...v3.49.0
  ## Resources
  - [Download release 3.49.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.49.0).
          
v3.48.0
  ##  3.48.0
  **Release Date**: August 20, 2024
  ## Changes
  - Update dependancies
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.47.0...v3.48.0
  ## Resources
  - [Download release 3.48.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.48.0).
          
cflinuxfs3 0.407.0
v0.407.0
  This release ships with cflinuxfs3 version 0.407.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.407.0)
          
v0.406.0
  This release ships with cflinuxfs3 version 0.406.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.406.0)
          
v0.405.0
  This release ships with cflinuxfs3 version 0.405.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.405.0)
          
v0.404.0
  This release ships with cflinuxfs3 version 0.404.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.404.0)
          
v0.403.0
  This release ships with cflinuxfs3 version 0.403.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.403.0)
          
v0.402.0
  This release ships with cflinuxfs3 version 0.402.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.402.0)
          
v0.401.0
  This release ships with cflinuxfs3 version 0.401.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.401.0)
          
v0.400.0
  This release ships with cflinuxfs3 version 0.400.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.400.0)
          
v0.399.0
  This release ships with cflinuxfs3 version 0.399.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.399.0)
          
v0.392.0
  This release ships with cflinuxfs3 version 0.392.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.392.0)
          
cflinuxfs4 1.107.0
count-cores-indicator 2.0.0
credhub 2.12.91
2.12.91
  ## What's Changed
  * Various dependency bumps
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.90...2.12.91
          
2.12.90
  ## What's Changed
  * Various dependency bumps
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.89...2.12.90
          
2.12.89
  ## What's Changed
  * Various dependency bumps
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.88...2.12.89
          
2.12.88
  ## What's Changed
  * Bumped Tomcat version to 9.0.91 to address [CVE-2024-34750](https://nvd.nist.gov/vuln/detail/CVE-2024-34750).
  * Done other various dependency bumps.
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.87...2.12.88
          
2.12.87
  ## What's Changed
  * Build(deps): Bump parallel from 1.25.1 to 1.26.2 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/232
  * Build(deps): Bump rexml from 3.3.4 to 3.3.5 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/233
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.86...2.12.87
          
diego 2.103.0
v2.103.0
  ##  2.103.0
  **Release Date**: September 12, 2024
  ## Changes
  - Go dependency bumps
  - Remove toolchain directive for compatibility when building binaries
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.102.0...v2.103.0
  ## Resources
  - [Download release 2.103.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.103.0).
          
dotnet-core-offline-buildpack 2.4.33
2.4.33
  * tests: avoid using chrome-driver
  chrome-driver was removed from the CI image in
  https://github.com/cloudfoundry/buildpacks-ci/pull/413.
  | name | version | cf_stacks |
  |-|-|-|
  | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
  | dotnet-aspnetcore | 6.0.33 | cflinuxfs3, cflinuxfs4 |
  | dotnet-aspnetcore | 8.0.8 | cflinuxfs3, cflinuxfs4 |
  | dotnet-runtime | 6.0.33 | cflinuxfs3, cflinuxfs4 |
  | dotnet-runtime | 8.0.8 | cflinuxfs3, cflinuxfs4 |
  | dotnet-sdk | 6.0.425 | cflinuxfs3, cflinuxfs4 |
  | dotnet-sdk | 8.0.401 | cflinuxfs3, cflinuxfs4 |
  | libgdiplus | 6.1 | cflinuxfs3 |
  | libgdiplus | 6.1 | cflinuxfs4 |
  | libunwind | 1.8.1 | cflinuxfs3 |
  | libunwind | 1.8.1 | cflinuxfs4 |
  | node | 20.16.0 | cflinuxfs3 |
  | node | 20.16.0 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | dotnet-runtime | 8.0.x |
  | dotnet-aspnetcore | 8.0.x |
  | dotnet-sdk | 8.0.x |
  | bower | 1.8.x |
  * Uncached buildpack SHA256: 802a207cca016c6f5fc6522d6c0db680bc0004b1c88a26313cdcab1f81ef060e
  * Uncached buildpack SHA256: 3c06e16103cd4b765ace7a914781acdc10d9085252e7473d46192baca0b84693
          
2.4.32
  * Update dotnet-sdk to 6.0.425, remove dotnet-sdk 6.0.424
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-aspnetcore 6.0.33, remove dotnet-aspnetcore 6.0.32
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-aspnetcore 8.0.8, remove dotnet-aspnetcore 8.0.7
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-runtime 8.0.8, remove dotnet-runtime 8.0.7
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-runtime 6.0.33, remove dotnet-runtime 6.0.32
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-sdk 8.0.401, remove dotnet-sdk 8.0.303
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add node 20.16.0, remove node 20.15.1
  for stack(s) cflinuxfs3, cflinuxfs4
  | name | version | cf_stacks |
  |-|-|-|
  | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
  | dotnet-aspnetcore | 6.0.33 | cflinuxfs3, cflinuxfs4 |
  | dotnet-aspnetcore | 8.0.8 | cflinuxfs3, cflinuxfs4 |
  | dotnet-runtime | 6.0.33 | cflinuxfs3, cflinuxfs4 |
  | dotnet-runtime | 8.0.8 | cflinuxfs3, cflinuxfs4 |
  | dotnet-sdk | 6.0.425 | cflinuxfs3, cflinuxfs4 |
  | dotnet-sdk | 8.0.401 | cflinuxfs3, cflinuxfs4 |
  | libgdiplus | 6.1 | cflinuxfs3 |
  | libgdiplus | 6.1 | cflinuxfs4 |
  | libunwind | 1.8.1 | cflinuxfs3 |
  | libunwind | 1.8.1 | cflinuxfs4 |
  | node | 20.16.0 | cflinuxfs3 |
  | node | 20.16.0 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | dotnet-runtime | 8.0.x |
  | dotnet-aspnetcore | 8.0.x |
  | dotnet-sdk | 8.0.x |
  | bower | 1.8.x |
  * Uncached buildpack SHA256: 2d77d9e18f0ea076590600776a04c73fff2b62f9b474ca443981cc01def5add9
  * Uncached buildpack SHA256: 533ca33c4dde68e2590241242d80884fdc2a5e5e10ff3e46ec8a8f3aebf1a8d8
          
garden-runc 1.56.0
v1.56.0
  ##  1.56.0
  **Release Date**: September 11, 2024
  ## Changes
  - ✨Introduces a new `garden.read_header_timeout` property to configure how long garden's HTTP server will wait to read all HTTP request headers.
  - Bumps to go 1.22.7
  - Dependency Bumps
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/garden-windows/spec b/jobs/garden-windows/spec
  index 004e4e7f..74f545db 100644
  --- a/jobs/garden-windows/spec
  +++ b/jobs/garden-windows/spec
  @@ -36,6 +36,10 @@ properties:
  description: "An array of additional arguments which will be passed to the runtime plugin binary"
  default: []
  +  garden.read_header_timeout:
  +    description: "The amount of time allowed to read request headers"
  +    default: 30s
  +
  garden.image_plugin:
  description: "Path to an image plugin binary"
  diff --git a/jobs/garden/spec b/jobs/garden/spec
  index 093e53e1..5a78d357 100644
  --- a/jobs/garden/spec
  +++ b/jobs/garden/spec
  @@ -128,6 +128,10 @@ properties:
  description: "Path to a runtime plugin binary"
  default: /var/vcap/packages/runc/bin/runc
  +  garden.read_header_timeout:
  +    description: "The amount of time allowed to read request headers"
  +    default: 30s
  +
  garden.no_image_plugin:
  description: "If true, disables image plugin usage, thus ignoring other image plugin settings"
  default: false
  ```
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.55.0...v1.56.0
  ## Resources
  - [Download release 1.56.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.56.0).
          
v1.55.0
  ##  1.55.0
  **Release Date**: August 27, 2024
  ## Changes
  - Bump to golang 1.22.6
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.54.0...v1.55.0
  ## Resources
  - [Download release 1.55.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.55.0).
          
go-offline-buildpack 1.10.22
1.10.22
  * Add go 1.21.13, remove go 1.21.12
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add go 1.22.6, remove go 1.22.5
  for stack(s) cflinuxfs3, cflinuxfs4
  | 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.21.13 | cflinuxfs3 |
  | go | 1.21.13 | cflinuxfs4 |
  | go | 1.22.6 | cflinuxfs3 |
  | go | 1.22.6 | cflinuxfs4 |
  | godep | 80 | cflinuxfs3 |
  | godep | 80 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | go | 1.21.x |
  * Uncached buildpack SHA256: f0f318ee6b00f97e8778ee7b642d45c7380c6b5752ebfebcebe287a1051a95ae
  * Uncached buildpack SHA256: d1c24c4f4f5b978a0a0bd922bcfedcc02738e8fc05a5372c6d31f1b06e67d0bb
          
java-offline-buildpack 4.73.0
java-native-image-cnb-buildpack 0.11.22
log-cache 3.1.5
v3.1.5
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.22.7
  ## New Contributors
  * @acosta11 made their first contribution in https://github.com/cloudfoundry/log-cache-release/pull/533
  * @iprotsiuk made their first contribution in https://github.com/cloudfoundry/log-cache-release/pull/538
  **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.1.4...v3.1.5
          
v3.1.4
  ## What's Changed
  ⚠️ Nothing has changed between v3.1.3 and v3.1.4 ⚠️
  **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.1.3...v3.1.4
          
v3.1.3
  ## What's Changed
  * Bump dependencies
  **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.1.2...v3.1.3
          
v3.1.2
  ## What's Changed
  * Bump to code.cloudfoundry.org/go-log-cache/v3 and go-loggregator/v10 by @oppegard in https://github.com/cloudfoundry/log-cache-release/pull/523
  * Bump to Go1.22 by @aqstack in https://github.com/cloudfoundry/log-cache-release/pull/525
  **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.1.1...v3.1.2
          
loggregator 107.0.17
v107.0.17
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.22.7
  ## New Contributors
  * @acosta11 made their first contribution
  * @iprotsiuk made their first contribution
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v107.0.16...v107.0.17
          
loggregator-agent 8.2.1
v8.2.1
  ## What's Changed
  * Fix loggr-forwarder-agent-windows to emit all OTLP signals by default by @ctlong in https://github.com/cloudfoundry/loggregator-agent-release/pull/611
  * Bump dependencies
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.2.0...v8.2.1
          
v8.2.0
  ## What's Changed
  * Bump to Golang 1.22.7
  * Emit all OTel signals by default by @mkocher in https://github.com/cloudfoundry/loggregator-agent-release/pull/609
  * Bump dependencies
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.1.7...v8.2.0
          
v8.1.7
  ## What's Changed
  * Bump dependencies
  * Fix flaky unit tests by @iprotsiuk in https://github.com/cloudfoundry/loggregator-agent-release/pull/604
  * Ignore linter warnings for G115 by @iprotsiuk in https://github.com/cloudfoundry/loggregator-agent-release/pull/607
  * Fix uint to int conversion for otelcolclient by @iprotsiuk in https://github.com/cloudfoundry/loggregator-agent-release/pull/608
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.1.6...v8.1.7
          
v8.1.6
  ## What's Changed
  * ⚠️ the `temporary_enable_otel_traces` property has been renamed to `enable_otel_traces`. Since this was prefixed as temporary this release is not a major version bump.
  * Add support to send LOG and EVENT to OtelCollector as logs by @mkocher in https://github.com/cloudfoundry/loggregator-agent-release/pull/603. For backwards compatibility `enable_otel_metrics` is true by default, and `enable_otel_traces` and `enable_otel_logs` are false by default.
  * Bump dependencies
  ## New Contributors
  * @iprotsiuk made their first contribution in https://github.com/cloudfoundry/loggregator-agent-release/pull/600
  * @jriguera contributed log support for OTLP forwarding
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.1.5...v8.1.6
          
mapfs 1.3.0
v1.3.0
  ##  1.3.0
  **Release Date**: September 16, 2024
  ## Changes
  - Mapfs-release has been refactored to remove submodules and localize all documentation
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/mapfs-release/compare/v1.2.80...v1.3.0
  ## Resources
  - [Download release 1.3.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/mapfs-release?version=1.3.0).
          
v1.2.80
  ##  1.2.80
  **Release Date**: August 27, 2024
  ## Changes
  - Bumped to golang 1.22.6
  - Many CI + testing changes/improvements
  - Dependency bumps
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/mapfs-release/compare/v1.2.79...v1.2.80
  ## Resources
  - [Download release 1.2.80 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/mapfs-release?version=1.2.80).
          
metric-registrar 4.0.3
v4.0.3
  ## What's Changed
  * Bump dependencies
  * Bump packaged golang to go1.22.7
  **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v4.0.2...v4.0.3
          
metrics-discovery 3.2.27
v3.2.27
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.22.7
  ## New Contributors
  * @acosta11 made their first contribution
  * @iprotsiuk made their first contribution
  **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.26...v3.2.27
          
mysql-monitoring 10.16.0
v10.16.0
  ### Release Notes
  - mysql-diag reports the node to bootstrap
  - mysql-diag will timeout when querying nodes takes too long
  - Update golang to 1.23.0
  - Dependency bumps
          
nats 56.24.0
v56.24.0
  ##  56.24.0
  **Release Date**: September 06, 2024
  ## Changes
  - Updated dependencies
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.23.0...v56.24.0
  ## Resources
  - [Download release 56.24.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.24.0).
          
v56.23.0
  ##  56.23.0
  **Release Date**: August 20, 2024
  ## Changes
  - Update dependancies
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.22.0...v56.23.0
  ## Resources
  - [Download release 56.23.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.23.0).
          
nfs-volume 7.2.0
v7.2.0
  ##  7.2.0
  **Release Date**: September 11, 2024
  ## Changes
  - Add dockerdriver-integration errand
  - Move nfsv3driver and nfsbroker into the release
  - Bump to go1.22.7
  - Update processes to sync with [runtime ci](https://github.com/cloudfoundry/wg-app-platform-runtime-ci) and update release to be on Minor versions
  - Update bosh blobs to latest
  - Update ldap test server configuration to have the correct users for tests
  - Remove support for cf cli v6
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/dockerdriver-integration/spec b/jobs/dockerdriver-integration/spec
  new file mode 100644
  index 0000000..51e7835
  --- /dev/null
  +++ b/jobs/dockerdriver-integration/spec
  @@ -0,0 +1,22 @@
  +---
  +name: dockerdriver-integration
  +
  +templates:
  +  pre-start.erb: bin/pre-start
  +  run.erb: bin/run
  +  config.json.erb: config/config.json
  +
  +packages:
  +- dockerdriver-integration
  +- nfs-debs
  +- nfsv3driver
  +
  +
  +properties:
  +  nfs_remote_path:
  +    description: Address for SMB Remote Path
  +    default: nfs://nfstestserver.service.cf.internal/export
  +
  +  mapfs_path:
  +    description: "Path to mapfs binary"
  +    default: /var/vcap/packages/mapfs/bin/mapfs
  diff --git a/jobs/nfstestldapserver/spec b/jobs/nfstestldapserver/spec
  index ec232e3..0408886 100644
  --- a/jobs/nfstestldapserver/spec
  +++ b/jobs/nfstestldapserver/spec
  @@ -9,7 +9,8 @@ templates:
  config/core.ldif: config/core.ldif
  config/core.schema: config/core.schema
  config/addou.ldif: config/addou.ldif
  -  config/adduser.ldif: config/adduser.ldif
  +  config/adduser1000.ldif: config/adduser1000.ldif
  +  config/adduser2000.ldif: config/adduser2000.ldif
  helpers/ctl_setup.sh: helpers/ctl_setup.sh
  helpers/ctl_utils.sh: helpers/ctl_utils.sh
  slapd.ldif.erb: config/slapd.ldif
  ```
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/nfs-volume-release/compare/v7.1.75...v7.2.0
  ## Resources
  - [Download release 7.2.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nfs-volume-release?version=7.2.0).
          
nginx-offline-buildpack 1.2.19
1.2.19
  * Rebuild openresty 1.21.4.3 and 1.25.3.2
  with http2 support
  (github.com/cloudfoundry/buildpacks-ci/pull/414)
  | name | version | cf_stacks |
  |-|-|-|
  | nginx | 1.26.1 | cflinuxfs3 |
  | nginx | 1.26.1 | cflinuxfs4 |
  | nginx | 1.27.1 | cflinuxfs3 |
  | nginx | 1.27.1 | cflinuxfs4 |
  | openresty | 1.21.4.3 | cflinuxfs3 |
  | openresty | 1.21.4.3 | cflinuxfs4 |
  | openresty | 1.25.3.2 | cflinuxfs3 |
  | openresty | 1.25.3.2 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | nginx | 1.27.x |
  * Uncached buildpack SHA256: b6be6ffda779baf5d5475fa94042f9f7ef81cf1e92bbd74ce01f35081ab85c9a
  * Uncached buildpack SHA256: e6353aaea7aa4fbb467b71cc2bd8c61d9b78328d606747611e87c6cdc5e87f69
          
1.2.18
  * Add nginx 1.27.1, remove nginx 1.27.0
  for stack(s) cflinuxfs3, cflinuxfs4
  * Add openresty 1.25.3.2, remove openresty 1.25.3.1
  for stack(s) cflinuxfs3, cflinuxfs4
  * Missing popd (#298)
  | name | version | cf_stacks |
  |-|-|-|
  | nginx | 1.26.1 | cflinuxfs3 |
  | nginx | 1.26.1 | cflinuxfs4 |
  | nginx | 1.27.1 | cflinuxfs3 |
  | nginx | 1.27.1 | cflinuxfs4 |
  | openresty | 1.21.4.3 | cflinuxfs3 |
  | openresty | 1.21.4.3 | cflinuxfs4 |
  | openresty | 1.25.3.2 | cflinuxfs3 |
  | openresty | 1.25.3.2 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | nginx | 1.27.x |
  * Uncached buildpack SHA256: a813c5406445ddf60e84aa98c1104e42eb85f7577fb66c4ddcb4111f8a77495f
  * Uncached buildpack SHA256: b9c4ac6f876753dfee99ebae34c4259969f0e823304d6e519dcc38a06beb5e73
          
nodejs-offline-buildpack 1.8.29
1.8.29
  * Add node 22.8.0, remove node 22.5.0
  for stack(s) cflinuxfs4
  * Add python 3.11.10, remove python 3.11.9
  for stack(s) cflinuxfs4, cflinuxfs3
  | name | version | cf_stacks |
  |-|-|-|
  | node | 18.20.3 | cflinuxfs3 |
  | node | 18.20.3 | cflinuxfs4 |
  | node | 18.20.4 | cflinuxfs3 |
  | node | 18.20.4 | cflinuxfs4 |
  | node | 20.15.1 | cflinuxfs3 |
  | node | 20.15.1 | cflinuxfs4 |
  | node | 20.16.0 | cflinuxfs3 |
  | node | 20.16.0 | cflinuxfs4 |
  | node | 22.7.0 | cflinuxfs4 |
  | node | 22.8.0 | cflinuxfs4 |
  | python | 3.11.10 | cflinuxfs3 |
  | python | 3.11.10 | cflinuxfs4 |
  | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | node | 18.x |
  | python | 3.11.x |
  * Uncached buildpack SHA256: 9a453c3aa87acd00d913ed3fac55d6d80de57ee211d283b60397238fe83b61c0
  * Uncached buildpack SHA256: 60ebe66ac680b1f6aa30a65835c43ae2f08327c41f6ed10121f79552ccffcd00
          
1.8.28
  * Add node 22.7.0, remove node 22.3.0
  for stack(s) cflinuxfs4
  * Add node 20.16.0, remove node 20.15.0
  for stack(s) cflinuxfs3, cflinuxfs4
  * fix: npm version command (#740)
  * fix reading yarn version
  continuation of #740 with tests added (#757)
  | name | version | cf_stacks |
  |-|-|-|
  | node | 18.20.3 | cflinuxfs3 |
  | node | 18.20.3 | cflinuxfs4 |
  | node | 18.20.4 | cflinuxfs3 |
  | node | 18.20.4 | cflinuxfs4 |
  | node | 20.15.1 | cflinuxfs3 |
  | node | 20.15.1 | cflinuxfs4 |
  | node | 20.16.0 | cflinuxfs3 |
  | node | 20.16.0 | cflinuxfs4 |
  | node | 22.5.0 | cflinuxfs4 |
  | node | 22.7.0 | cflinuxfs4 |
  | python | 3.11.9 | cflinuxfs3 |
  | python | 3.11.9 | cflinuxfs4 |
  | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | node | 18.x |
  | python | 3.11.x |
  * Uncached buildpack SHA256: 3328070bd9b0e2860c26ecbe13e674138e61473edd9e431b8c92244d2fd62104
  * Uncached buildpack SHA256: fe181ddefe788ec0dc9ac197064fbdb83dd6e273cef4be93227588780df5e60e
          
notifications 73.0.0
v73.0.0
  commit 737cb4f9dcde053e3a1634fc97d37632ec6b2823
  Author: PCF Toronto Concourse CI Bot 
      
       
  Date:   Fri Sep 13 16:29:38 2024 +0000
  Cuts final release 73.0.0
  [ci skip]
  commit 42e9d3af5a84d920b7f32a81a6353b85b59421a3
  Author: PCF Event Alerts Team CI 
       
         Date: Fri Sep 13 15:58:54 2024 +0000 Bump submodule src/notifications commit fee08991918040aac09a5e292defdcecf6b44628 Author: PCF Event Alerts Team CI 
        
          Date: Fri Sep 13 15:56:07 2024 +0000 Bump submodule src/notifications commit e5c48784ebaf7b9dd3780306c96e1ceba8e65cee Author: PCF Event Alerts Team CI 
         
           Date: Fri Sep 13 15:50:38 2024 +0000 Bump submodule src/notifications commit 4f4ddb5b56f89dee559885f57f2f61e62471f533 Merge: 5c9f4b1 747892e Author: Benjamin Fuller 
          
            Date: Fri Sep 13 09:48:27 2024 -0600 Merge pull request #64 from cloudfoundry/dependabot/go_modules/src/acceptance/github.com/onsi/gomega-1.34.2 Bump github.com/onsi/gomega from 1.33.1 to 1.34.2 in /src/acceptance commit 747892eae31dd0d24306219629b2bbdcd6fcbcec Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Sep 13 15:42:32 2024 +0000 Bump github.com/onsi/gomega from 1.33.1 to 1.34.2 in /src/acceptance Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.33.1 to 1.34.2. - [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.33.1...v1.34.2) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 
           
             commit 5c9f4b12f17ebb3c3c9b9fb301937a425bf95631 Merge: b2ff00d 9bae175 Author: Benjamin Fuller 
            
              Date: Fri Sep 13 09:41:21 2024 -0600 Merge pull request #65 from cloudfoundry/dependabot/go_modules/src/acceptance/github.com/onsi/ginkgo/v2-2.20.2 Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.20.2 in /src/acceptance commit b2ff00d926ce30303c891a05e944ad28b1c04444 Author: PCF Event Alerts Team CI 
             
               Date: Thu Sep 5 16:08:56 2024 +0000 bump-golang to v0.157.0 commit 9bae175cf95009dd5c51d724388eea280b0761db Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Sep 2 22:43:41 2024 +0000 Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.20.2 in /src/acceptance Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.19.0 to 2.20.2. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.19.0...v2.20.2) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 
              
                commit af9ef53d9602c5212e73b57663d298000416bb84 Author: PCF Event Alerts Team CI 
               
                 Date: Mon Sep 2 16:16:16 2024 +0000 bump-golang to v0.156.0 commit 7f0c083d5cb5ef145c8135ca91fedc231e4859e2 Author: PCF Event Alerts Team CI 
                
                  Date: Tue Aug 6 18:24:41 2024 +0000 bump-golang to v0.155.0 commit 5c53531ad0a5161c5b62e8ab381d2359b9d63567 Merge: 1742216 5003204 Author: Benjamin Fuller 
                 
                   Date: Tue Jul 23 21:39:18 2024 -0600 Merge pull request #59 from cloudfoundry/dependabot/go_modules/src/acceptance/github.com/onsi/ginkgo/v2-2.19.0 Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.19.0 in /src/acceptance commit 5003204cffd4770682b7df58f541acacdcbb181b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Jul 24 03:37:59 2024 +0000 Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.19.0 in /src/acceptance Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.1 to 2.19.0. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.17.1...v2.19.0) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 
                  
                    commit 1742216979de802aa0351e833acdbf67b4b5c1e6 Merge: f964197 941595a Author: Benjamin Fuller 
                   
                     Date: Tue Jul 23 21:36:46 2024 -0600 Merge pull request #57 from cloudfoundry/dependabot/go_modules/src/acceptance/github.com/onsi/gomega-1.33.1 Bump github.com/onsi/gomega from 1.32.0 to 1.33.1 in /src/acceptance commit 941595a33bc6e71fa5d8040af7d6aec3dd1d4535 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jul 23 20:45:24 2024 +0000 Bump github.com/onsi/gomega from 1.32.0 to 1.33.1 in /src/acceptance Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.32.0 to 1.33.1. - [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.32.0...v1.33.1) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 
                     
                    
                   
                  
                 
                
               
              
             
            
           
          
         
        
       
      
notifications-ui 49.0.0
otel-collector 0.10.1
v0.10.1
  ## What's Changed
  * Bump packaged Golang to go1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.10.0...v0.10.1
          
v0.10.0
  ## What's Changed
  * Add 'splunk_hec' exporter, 'filter' processor, and 'transform' processor by @mkocher in https://github.com/cloudfoundry/otel-collector-release/pull/51
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.9.0...v0.10.0
          
v0.9.0
  ## What's Changed
  * feat: Add CPU limit by @aqstack in https://github.com/cloudfoundry/otel-collector-release/pull/46
  * fix: config secret interpolation by @acosta11 in https://github.com/cloudfoundry/otel-collector-release/pull/49
  ## New Contributors
  * @acosta11 made their first contribution in https://github.com/cloudfoundry/otel-collector-release/pull/49
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.8.1...v0.9.0
          
v0.8.1
  ## What's Changed
  * Automatically configure nop pipelines in config when necessary by @iprotsiuk in https://github.com/cloudfoundry/otel-collector-release/pull/48
  ## New Contributors
  * @iprotsiuk made their first contribution in https://github.com/cloudfoundry/otel-collector-release/pull/48
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.8.0...v0.8.1
          
v0.8.0
  ## What's Changed
  * add integration tests by @mkocher in https://github.com/cloudfoundry/otel-collector-release/pull/45
  * Feat: Add secrets property by @ctlong in https://github.com/cloudfoundry/otel-collector-release/pull/47
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.7.0...v0.8.0
          
php-offline-buildpack 4.6.23
4.6.23
  * Update nginx to 1.26.2
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add composer 2.7.8, remove composer 2.7.7
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add php 8.2.22, remove php 8.2.20
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add httpd 2.4.62, remove httpd 2.4.61
  for stack(s) cflinuxfs4, cflinuxfs3
  | name | version | cf_stacks | modules |
  |-|-|-|-|
  | appdynamics | 23.11.0-839 | cflinuxfs3, cflinuxfs4 |  |
  | composer | 2.7.8 | cflinuxfs3, cflinuxfs4 |  |
  | httpd | 2.4.62 | cflinuxfs3 |  |
  | httpd | 2.4.62 | cflinuxfs4 |  |
  | newrelic | 10.21.0.11 | cflinuxfs3, cflinuxfs4 |  |
  | nginx | 1.26.2 | cflinuxfs3 |  |
  | nginx | 1.26.2 | cflinuxfs4 |  |
  | nginx | 1.27.1 | cflinuxfs3 |  |
  | nginx | 1.27.1 | cflinuxfs4 |  |
  | php | 8.1.27 | 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.27 | 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.28 | 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.28 | 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.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, yaml, zip, zlib |
  | php | 8.2.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, yaml, zip, zlib |
  | php | 8.2.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, yaml, zip, zlib |
  | php | 8.2.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, yaml, zip, zlib |
  | php | 8.3.9 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, 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.3.9 | 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.3.10 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, 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.3.10 | 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.27 |
  | httpd | 2.4.62 |
  | newrelic | 10.21.0.11 |
  | nginx | 1.27.1 |
  | composer | 2.7.8 |
  * Uncached buildpack SHA256: 431dfd80786a39a518d9cff7495882892c9a86d541ba32cc9be6e033ec7aa389
  * Uncached buildpack SHA256: 131be2eb923de8d27b6efe23231b3d6f0ba88522e5a62e1aa544d6a5ba87b3de
          
push-apps-manager-release 677.0.56
677.0.56
  * update usage service display to show deleted services with same name as other service
          
677.0.55
  * fix css for delete button visibility
  * fix kerning issues causing overhangs when underscores present.
          
677.0.54
  ## What's Changed
  * update css casing to not effect user data
  * update dependencies
          
push-tas-portal-release 0.5.5
push-offline-docs-release 5.0.564
push-usage-service-release 674.0.123
v674.0.123
  ## Changes
  * creating final release 674.0.122
          
v674.0.122
  ## Changes
  * creating final release 674.0.121
          
v674.0.121
  ## Changes
  * creating final release 674.0.120
  ## Dependencies
  * **app-usage-service:** Updated to v`044bf48`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.120
  ## Changes
  * creating final release 674.0.119
  ## Dependencies
  * **app-usage-service:** Updated to v`25139d8`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
pxc 1.0.31
v1.0.31
  ## Release Notes
  **New Features**
  - Enable users to set `engine_config.binlog.sync=0`
  - Enable users to set `kernel.vm.swappiness=1`
  - Enable users to set `engine_config.innodb_flush_method=O_DIRECT`
  - Enable users to set `engine_config.additional_raw_entries`
  **Dependency bumps**
  - Updates packages and dependencies
          
python-offline-buildpack 1.8.29
1.8.29
  * Switch to miniforge
  | name | version | cf_stacks |
  |-|-|-|
  | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
  | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
  | miniconda3-py39 | 24.7.1 | cflinuxfs3, cflinuxfs4 |
  | pip | 24.2 | cflinuxfs3, cflinuxfs4 |
  | pipenv | 2024.0.1 | cflinuxfs3 |
  | pipenv | 2024.0.1 | cflinuxfs4 |
  | python | 3.8.19 | cflinuxfs3 |
  | python | 3.8.19 | cflinuxfs4 |
  | python | 3.9.19 | cflinuxfs3 |
  | python | 3.9.19 | cflinuxfs4 |
  | python | 3.10.14 | cflinuxfs3 |
  | python | 3.10.14 | cflinuxfs4 |
  | python | 3.11.9 | cflinuxfs3 |
  | python | 3.11.9 | cflinuxfs4 |
  | python | 3.12.5 | cflinuxfs3 |
  | python | 3.12.5 | cflinuxfs4 |
  | setuptools | 73.0.1 | cflinuxfs3, cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | python | 3.10.x |
  * Uncached buildpack SHA256: 277460b2f4ad1be0903ff29685dea0dac682a30de7d703b53f8559759ad384d6
  * Uncached buildpack SHA256: af719af45385d5b1f620eda1750df2302984002ac8d5adbedc8a6ecdf9f17ffb
          
1.8.28
  * Add python 3.12.5, remove python 3.12.4
  for stack(s) cflinuxfs3, cflinuxfs4
  * Add miniconda3-py39 24.7.1, remove miniconda3-py39 24.5.0
  for stack(s) cflinuxfs4, cflinuxfs3
  * Update setuptools to 73.0.1
  for stack(s) cflinuxfs4, cflinuxfs3
  * Update pip to 24.2
  for stack(s) cflinuxfs4, cflinuxfs3
  * Bump to latest go in bootstrap script & go.mod
  * Use cflinuxfs4 as default for testing on switchblade
  * Add pipenv 2024.0.1, remove pipenv 2023.12.1
  for stack(s) cflinuxfs4, cflinuxfs3
  * Remove dependency credential test
  | name | version | cf_stacks |
  |-|-|-|
  | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
  | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
  | miniconda3-py39 | 24.7.1 | cflinuxfs3, cflinuxfs4 |
  | pip | 24.2 | cflinuxfs3, cflinuxfs4 |
  | pipenv | 2024.0.1 | cflinuxfs3 |
  | pipenv | 2024.0.1 | cflinuxfs4 |
  | python | 3.8.19 | cflinuxfs3 |
  | python | 3.8.19 | cflinuxfs4 |
  | python | 3.9.19 | cflinuxfs3 |
  | python | 3.9.19 | cflinuxfs4 |
  | python | 3.10.14 | cflinuxfs3 |
  | python | 3.10.14 | cflinuxfs4 |
  | python | 3.11.9 | cflinuxfs3 |
  | python | 3.11.9 | cflinuxfs4 |
  | python | 3.12.5 | cflinuxfs3 |
  | python | 3.12.5 | cflinuxfs4 |
  | setuptools | 73.0.1 | cflinuxfs3, cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | python | 3.10.x |
  * Uncached buildpack SHA256: 43bb8e7a6a2db936d78799273a40bf2104474e59cc25b94827f751693d5d1e4b
  * Uncached buildpack SHA256: 66651848c12fbc35f7a81fe55fea7e59f33ea302fbda7a7678af785832dcaeef
          
r-offline-buildpack 1.2.14
1.2.14
  * Rebuild r 4.2.3
  for stack(s) cflinuxfs3, cflinuxfs4
  with dependencies for stack cflinuxfs3: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.9.1
  with dependencies for stack cflinuxfs4: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.9.1
  * Rebuild r 4.3.3
  for stack(s) cflinuxfs4, cflinuxfs3
  with dependencies for stack cflinuxfs4: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.9.1
  with dependencies for stack cflinuxfs3: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.9.1
  * Rebuild r 4.4.1
  for stack(s) cflinuxfs3, cflinuxfs4
  with dependencies for stack cflinuxfs3: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.9.1
  with dependencies for stack cflinuxfs4: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.9.1
  * Rebuild r 4.2.3
  for stack(s) cflinuxfs4, cflinuxfs3
  with dependencies for stack cflinuxfs4: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.9.0
  with dependencies for stack cflinuxfs3: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.9.0
  * Rebuild r 4.3.3
  for stack(s) cflinuxfs3, cflinuxfs4
  with dependencies for stack cflinuxfs3: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.9.0
  with dependencies for stack cflinuxfs4: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.9.0
  * Rebuild r 4.4.1
  for stack(s) cflinuxfs4, cflinuxfs3
  with dependencies for stack cflinuxfs4: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.9.0
  with dependencies for stack cflinuxfs3: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.9.0
  | name | version | cf_stacks | modules |
  |-|-|-|-|
  | r | 4.2.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
  | r | 4.2.3 | cflinuxfs4 | forecast, plumber, rserve, shiny |
  | r | 4.3.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
  | r | 4.3.3 | cflinuxfs4 | forecast, plumber, rserve, shiny |
  | r | 4.4.1 | cflinuxfs3 | forecast, plumber, rserve, shiny |
  | r | 4.4.1 | cflinuxfs4 | forecast, plumber, rserve, shiny |
  * Uncached buildpack SHA256: 87344cefdb4d582127a98b62922d87a68f44f86f6c0da8c91b2d9c97d42a6339
  * Uncached buildpack SHA256: f5c88c4b35e03472cf9c7f1bdf1cff194d39b7fc6f0ae0580edf74c71f0d0b47
          
routing 0.311.0
v0.311.0
  ##  0.311.0
  **Release Date**: September 12, 2024
  ## Changes
  - Fix route-registrar dynamic config YAML field names to match JSON names
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.310.0...v0.311.0
  ## Resources
  - [Download release 0.311.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.311.0).
          
v0.310.0
  ##  0.310.0
  **Release Date**: September 09, 2024
  ## Changes
  - dep: bump gopkg.in/yaml from v2 to v3; adjusted submodules listed in [routing-release#435](https://github.com/cloudfoundry/routing-release/pull/435)
  - minor dependency bumps
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.309.0...v0.310.0
  ## Resources
  - [Download release 0.310.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.310.0).
          
v0.309.0
  ##  0.309.0
  **Release Date**: September 06, 2024
  ## Changes
  - Dependency bumps
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.308.0...v0.309.0
  ## Resources
  - [Download release 0.309.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.309.0).
          
v0.308.0
  ##  0.308.0
  **Release Date**: September 04, 2024
  ## Changes
  - Route Registrar now allows hosts to be configured per route
  - By default it will use the top level host config
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.307.0...v0.308.0
  ## Resources
  - [Download release 0.308.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.308.0).
          
v0.307.0
  ##  0.307.0
  **Release Date**: August 27, 2024
  ## Changes
  - Bump healthchecker-boshrelease vendored packages
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.306.0...v0.307.0
  ## Resources
  - [Download release 0.307.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.307.0).
          
v0.306.0
  ##  0.306.0
  **Release Date**: August 26, 2024
  ## Changes
  - 🐛Fixes a bug where TCP routes were incorrectly detected as existing records in routing-api when the only difference between the new route and existing record was that the SNI Hostname or TLS TCP Port  were different. This resulted in backends for TLS TCP Routes being ignored in certain scenarios.
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.305.0...v0.306.0
  ## Resources
  - [Download release 0.306.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.306.0).
          
v0.305.0
  ##  0.305.0
  **Release Date**: August 23, 2024
  ## Changes
  - Route-registrar can dynamically scan and register routes at paths matching `route_registrar.dynamic_config_globs`
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/route_registrar/spec b/jobs/route_registrar/spec
  index feafaf10..4f887265 100644
  --- a/jobs/route_registrar/spec
  +++ b/jobs/route_registrar/spec
  @@ -94,6 +94,10 @@ properties:
  route_registrar.routing_api.server_ca_cert:
  description: "Routing API Certificate Authority"
  +  route_registrar.dynamic_config_globs:
  +    description: "Files matching the globs contain routes configuration that will be loaded dynamically. Parent directory must exist for bpm to mount it."
  +    default: [/var/vcap/jobs/*/config/route_registrar/config.yml]
  +
  route_registrar.routes:
  description: |
  (required, array of objects): Routes that will be registered
  ```
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.304.0...v0.305.0
  ## Resources
  - [Download release 0.305.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.305.0).
          
ruby-offline-buildpack 1.10.18
1.10.18
  * Update to ruby 3.2.5
  for stack(s) cflinuxfs4, cflinuxfs3
  * Update to bundler 2.5.18
  for stack(s) cflinuxfs4, cflinuxfs3
  * Update to rubygems 3.5.18
  for stack(s) cflinuxfs4, cflinuxfs3
  * Updated to node 20.16.0
  for stack(s) cflinuxfs3, cflinuxfs4
  * No gemfile test: Use manifest to set health-check-type
  pull in https://github.com/cloudfoundry/switchblade/pull/113
  * fix tests: fs3 envs do not have go_buildpack
  See https://github.com/cloudfoundry/nodejs-buildpack/pull/692
  * Migrate test suite to switchblade (#977)
  - delete low-value tests.
  | name | version | cf_stacks |
  |-|-|-|
  | bundler | 2.5.18 | cflinuxfs3, cflinuxfs4 |
  | jruby | 9.4.8.0 | cflinuxfs3 |
  | jruby | 9.4.8.0 | cflinuxfs4 |
  | node | 20.16.0 | cflinuxfs3 |
  | node | 20.16.0 | cflinuxfs4 |
  | openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 |
  | ruby | 3.1.5 | cflinuxfs3 |
  | ruby | 3.1.5 | cflinuxfs4 |
  | ruby | 3.1.6 | cflinuxfs3 |
  | ruby | 3.1.6 | cflinuxfs4 |
  | ruby | 3.2.4 | cflinuxfs3 |
  | ruby | 3.2.4 | cflinuxfs4 |
  | ruby | 3.2.5 | cflinuxfs3 |
  | ruby | 3.2.5 | cflinuxfs4 |
  | ruby | 3.3.2 | cflinuxfs3 |
  | ruby | 3.3.2 | cflinuxfs4 |
  | ruby | 3.3.4 | cflinuxfs3 |
  | ruby | 3.3.4 | cflinuxfs4 |
  | rubygems | 3.5.18 | cflinuxfs3, cflinuxfs4 |
  | yarn | 1.22.22 | cflinuxfs3, cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | ruby | 3.2.x |
  * Uncached buildpack SHA256: 3fb82af561bbc665c661ea47eb70576592822ae6b1d5b6980ffd4e86d0a32e92
  * Uncached buildpack SHA256: 3cc59a349fde04742761eea91947992a272b0b06537b2b6eef973460598e660e
          
web-servers-cnb-buildpack 0.15.2
silk 3.50.0
v3.50.0
  ##  3.50.0
  **Release Date**: September 11, 2024
  ## Changes
  - Bumps to go 1.22.7
  - Dependency bumps
  - 🐛Fixes an issue in vxlan-policy-agent where certain chains were not cleaned up properly
  - 🐛Adjusts how ASG related iptables chain names are generated in vxlan-policy-agent to provide more uniqueness, and better error messaging on collisions.
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.49.0...v3.50.0
  ## Resources
  - [Download release 3.50.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.50.0).
          
v3.49.0
  ##  3.49.0
  **Release Date**: August 27, 2024
  ## Changes
  - Bumps healthchecker-boshrelease vendored packages
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.48.0...v3.49.0
  ## Resources
  - [Download release 3.49.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.49.0).
          
v3.48.0
  ##  3.48.0
  **Release Date**: August 20, 2024
  ## Changes
  - Update dependancies
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.47.0...v3.48.0
  ## Resources
  - [Download release 3.48.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.48.0).
          
smb-volume 3.4.0
v3.4.0
  ##  3.4.0
  **Release Date**: September 17, 2024
  ## Changes
  - Add documentation
  - Removed support for cf cli v6
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/smb-volume-release/compare/v3.2.0...v3.4.0
  ## Resources
  - [Download release 3.4.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/smb-volume-release?version=3.4.0).
          
v3.2.0
  ##  3.2.0
  **Release Date**: August 20, 2024
  ## Changes
  - Added dockerdriver-integration errand
  - Moved `smbbroker` and `smbdriver` into the release instead of having them as submodule
  - Standardize blob name to match garden-runc and other releases
  - Fixed an error with smbtestserver when it couldn't be deployed twice in a row
  - Move config for smbtestserver into the bosh job instead
  - Allow consuming username and password for smbtestserver
  - Fix a bug with smbtestserver to allow the correct CIDR range for access
  - Allow SMB version 3.1.1 for broker since the move to Jammy stemcells [More context](https://learn.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-linux?tabs=Ubuntu%2Csmb311)
  - Bump to golang 1.22.6
  - Update processes to sync with [runtime ci](https://github.com/cloudfoundry/wg-app-platform-runtime-ci) and update release to be on Minor versions
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/dockerdriver-integration/spec b/jobs/dockerdriver-integration/spec
  new file mode 100644
  index 0000000..a269658
  --- /dev/null
  +++ b/jobs/dockerdriver-integration/spec
  @@ -0,0 +1,21 @@
  +---
  +name: dockerdriver-integration
  +
  +templates:
  +  pre-start.erb: bin/pre-start
  +  run.erb: bin/run
  +  config.json.erb: config/config.json
  +
  +packages:
  +- cifs-utils
  +- dockerdriver-integration
  +- smbdriver
  +
  +consumes:
  +- name: smbtestserver
  +  type: credentials
  +
  +properties:
  +  smb_remote_path:
  +    description: Address for SMB Remote Path
  +    default: //smbtestserver.service.cf.internal/vol
  diff --git a/jobs/smbtestserver/spec b/jobs/smbtestserver/spec
  index 6e4d88d..de9a091 100755
  --- a/jobs/smbtestserver/spec
  +++ b/jobs/smbtestserver/spec
  @@ -2,11 +2,19 @@
  name: smbtestserver
  templates:
  -  install.erb: bin/pre-start
  +  smb.conf.erb: config/smb.conf
  +  pre-start.erb: bin/pre-start
  ctl.erb: bin/smbtestserver_ctl
  packages: []
  +provides:
  +- name: smbtestserver
  +  type: credentials
  +  properties:
  +  - username
  +  - password
  +
  properties:
  export_cidr:
  description: "cidr range to use for smb exports"
  ```
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/smb-volume-release/compare/v3.1.74...v3.2.0
  ## Resources
  - [Download release 3.2.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/smb-volume-release?version=3.2.0).
          
smoke-tests 4.10.0
staticfile-offline-buildpack 1.6.16
1.6.16
  * Add nginx 1.27.1, remove nginx 1.27.0
  for stack(s) cflinuxfs3, cflinuxfs4
  * Remove dependency credential test (#435)
  * Update libbuildpack
  | name | version | cf_stacks |
  |-|-|-|
  | nginx | 1.26.1 | cflinuxfs3 |
  | nginx | 1.26.1 | cflinuxfs4 |
  | nginx | 1.27.1 | cflinuxfs3 |
  | nginx | 1.27.1 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | nginx | 1.27.x |
  * Uncached buildpack SHA256: 05a4f4a5294ccaf8788640d971c1f34f4313e272e78931349e5d5693389b2fee
  * Uncached buildpack SHA256: 907b11df2de85eb1ad5eef99ea2c174d3da6868c7b5f6a91710b4a0bee09e48f
          
statsd-injector 1.11.43
v1.11.43
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.42...v1.11.43
          
syslog 12.3.3
v12.3.3
  ## What's Changed
  * Bump packaged Golang to go1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.3.2...v12.3.3
          
v12.3.2
  ## What's Changed
  * Bump packaged Golang to go1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.3.1...v12.3.2
          
system-metrics-scraper 4.0.11
v4.0.11
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v4.0.10...v4.0.11
          
uaa 77.16.0
v77.16.0
  ## What's Changed
  ### New UAA
  * Bump to [UAA v77.16.0](https://github.com/cloudfoundry/uaa/releases/tag/v77.16.0)
  ### Dependency Bumps
  * [Upgrade Tomcat to version 9.0.94](https://github.com/cloudfoundry/uaa-release/commit/7d82bf9648e30eaaa0e49b816860923c52e7db42)
  * [Upgrade Tomcat to version 9.0.95](https://github.com/cloudfoundry/uaa-release/commit/30411859d5aacb1248e48ff5a84de3aff9ba180d)
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.483 to 0.0.484 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/941
  * Bump minitest from 5.25.0 to 5.25.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/942
  * Bump rspec-expectations from 3.13.1 to 3.13.2 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/944
  * Bump activesupport from 7.2.0 to 7.2.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/945
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.484 to 0.0.485 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/947
  * Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/948
  * Bump rspec-core from 3.13.0 to 3.13.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/952
  * Bump logger from 1.6.0 to 1.6.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/951
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.485 to 0.0.486 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/950
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.486 to 0.0.494 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/955
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.494 to 0.0.495 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/957
  * Bump rspec-expectations from 3.13.2 to 3.13.3 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/956
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.495 to 0.0.496 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/961
  * Bump i18n from 1.14.5 to 1.14.6 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/962
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.15.0...v77.16.0
          
v77.15.0
  ## What's Changed
  * Add configuration option for origin loop by @strehle in https://github.com/cloudfoundry/uaa-release/pull/923
  * Bump github.com/onsi/gomega from 1.33.1 to 1.34.0 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/926
  * Bump nokogiri from 1.16.6 to 1.16.7 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/927
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.479 to 0.0.480 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/929
  * Bump github.com/onsi/gomega from 1.34.0 to 1.34.1 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/931
  * Bump racc from 1.8.0 to 1.8.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/930
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.480 to 0.0.482 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/935
  * Bump concurrent-ruby from 1.3.3 to 1.3.4 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/936
  * Bump activesupport from 7.1.3.4 to 7.2.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/937
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.482 to 0.0.483 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/938
  * Bump minitest from 5.24.1 to 5.25.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/940
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.14.0...v77.15.0
          
tanzu-jammy-stack 1.0.1

5.0.17

Release Date: 08/22/2024

  • [Feature] Add Beta support for Puma webserver in Cloud Controller
  • [Feature] Adds support for Cloud Controller Prometheus Metrics
  • [Bug Fix] Fixes known issue Downtime for TCP Routes When Upgrading IST, TASW, and Services Tiles before TAS in TPCF
  • [Bug Fix] Resolves an issue with routing-api’s migration leading to broken TCP Routes when TAS uses a postgres database
  • [Bug Fix] Turn off ccdb paginate window to improve performance
  • [Feature Improvement] Improved the Appsmanager User Interface. Contrast improvements and new font for improved readability.
  • [Feature Improvement] Improved Appsmanager performance by increasing Cloud Controller request page size.
  • Bump backup-and-restore-sdk to version 1.19.27
  • Bump bpm to version 1.3.0
  • Bump capi to version 1.189.0
  • Bump cf-autoscaling to version 250.3.1
  • Bump cflinuxfs3 to version 0.391.0
  • Bump credhub to version 2.12.86
  • Bump diego to version 2.102.0
  • Bump garden-runc to version 1.54.0
  • Bump java-offline-buildpack to version 4.72.0
  • Bump java-native-image-cnb-buildpack to version 0.11.22
  • Bump loggregator to version 107.0.16
  • Bump loggregator-agent to version 8.1.5
  • Bump metric-registrar to version 4.0.2
  • Bump metrics-discovery to version 3.2.26
  • Bump nats to version 56.22.0
  • Bump nodejs-offline-buildpack to version 1.8.27
  • Bump notifications-ui to version 49.0.0
  • Bump otel-collector to version 0.7.0
  • Bump push-apps-manager-release to version 677.0.53
  • Bump push-usage-service-release to version 674.0.119
  • Bump r-offline-buildpack to version 1.2.13
  • Bump routing to version 0.304.0
  • Bump web-servers-cnb-buildpack to version 0.15.2
  • Bump statsd-injector to version 1.11.42
  • Bump syslog to version 12.3.1
  • Bump system-metrics-scraper to version 4.0.10
Component Version Release Notes
ubuntu-jammy stemcell 1.506
backup-and-restore-sdk 1.19.27
v1.19.27
  ## Changes
  * Add final release 1.19.26 [ci skip]
  * Bump postgresql from 15.7 to 15.8 (#1779)
  * Golang: Updated to v1.22.6. (#1771)
  ## Dependencies
  * **bosh-backup-and-restore:** Updated to v1.9.67.
For more information, see [bosh-backup-and-restore](https://github.com/cloudfoundry-incubator/bosh-backup-and-restore). * **v2:** Updated to v2.20.0.
For more information, see [v2](https://github.com/onsi/ginkgo). * **gomega:** Updated to v1.34.1.
For more information, see [gomega](https://github.com/onsi/gomega). * **net:** Updated to v0.28.0.
For more information, see [net](https://github.com/golang/net). * **oauth2:** Updated to v0.22.0.
For more information, see [oauth2](https://github.com/golang/oauth2). * **api:** Updated to v0.191.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.19.26
  ## Changes
  * Add final release 1.19.25 [ci skip]
  * Do not do "@all" in gchat notification
  * Merge pull request #1759 from cloudfoundry/no-draft-releases
  * Merge pull request #1760 from cloudfoundry/no-gchat-all
  * No longer publish draft Github releases
  * Update gChat webbook to new team channel
  ## Dependencies
  * **v2:** Updated to v2.19.1.
For more information, see [v2](https://github.com/onsi/ginkgo). * **gomega:** Updated to v1.34.0.
For more information, see [gomega](https://github.com/onsi/gomega).
v1.19.25
  ## Changes
  * Add final release 1.19.24 [ci skip]
  * Bump Ruby from 3.3.1 to 3.3.3 (#1730)
  * Bump Ruby from 3.3.1 to 3.3.4 (#1744)
  * Bump mysql from 8.0.36 to 8.0.39 (#1749)
  * Fix resource name
  * Golang: Updated to v1.22.5. (#1737)
  * Revert "Revert increasing compilation VM size, it did not fix the mariadb problem"
  * Revert increasing compilation VM size, it did not fix the mariadb problem
  * Unindent
  * Update bump mysql8 blob to prevent it from removing the mysql5 blob too
  * Update cf-d cloud config to use larger compilation VMs
  ## Dependencies
  * **storage:** Updated to v1.43.0.
For more information, see [storage](https://github.com/googleapis/google-cloud-go). * **azblob:** Updated to v1.4.0.
For more information, see [azblob](https://github.com/Azure/azure-sdk-for-go). * **gomega:** Updated to v1.34.0.
For more information, see [gomega](https://github.com/onsi/gomega). * **net:** Updated to v0.27.0.
For more information, see [net](https://github.com/golang/net). * **api:** Updated to v0.189.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client). * **grpc:** Updated to v1.64.1.
For more information, see [grpc](https://github.com/grpc/grpc-go).
v1.19.24
  ## Changes
  * Add final release 1.19.23 [ci skip]
          
binary-offline-buildpack 1.1.13
bosh-dns-aliases 0.0.4
bpm 1.3.0
capi 1.189.0
cf-autoscaling 250.3.1
v250.3.1
  ## What's Changed
  * Bump org.springframework.boot:spring-boot-gradle-plugin from 3.3.1 to 3.3.2 in /src/cf-autoscaling/api by @dependabot in https://github.com/pivotal-cf/cf-autoscaling-release/pull/986
  * Pin github.com/vito/go-interact to v1.0.0 by @ctlong in https://github.com/pivotal-cf/cf-autoscaling-release/pull/987
  * Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 in /src by @dependabot in https://github.com/pivotal-cf/cf-autoscaling-release/pull/992
  * Bump kotlinVersion from 1.9.24 to 1.9.25 in /src/cf-autoscaling/api by @dependabot in https://github.com/pivotal-cf/cf-autoscaling-release/pull/991
  **Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v250.3.0...v250.3.1
          
cf-cli 1.65.0
cf-networking 3.47.0
cflinuxfs3 0.391.0
v0.391.0
  This release ships with cflinuxfs3 version 0.391.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.391.0)
          
cflinuxfs4 1.107.0
count-cores-indicator 2.0.0
credhub 2.12.86
2.12.86
  ## What's Changed
  * Fixed DB migration failure issue with AWS RDS MySQL 5.7 (https://github.com/cloudfoundry/credhub/pull/770).
  * Various dependency bumps
  ## Note to users who have installed CredHub 2.12.67
  - If you are upgrading to this version directly from CredHub 2.12.67 and if you are using MySQL with CredHub, manually execute the following SQL statements in your database before the upgrade:
  ```
  DROP TRIGGER IF EXISTS tr_credential_version_pre_del;
  DROP TRIGGER IF EXISTS tr_credential_version_post_del;
  DROP TRIGGER IF EXISTS tr_credential_pre_del;
  ```
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.85...2.12.86
          
2.12.85
  ## What's Changed
  * Various dependency bumps
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.84...2.12.85
          
2.12.84
  ## What's Changed
  * Various dependency bumps
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.83...2.12.84
          
diego 2.102.0
v2.102.0
  ##  2.102.0
  **Release Date**: August 09, 2024
  ## Changes
  - Add TLS support for tcp routes in route-emitter
  - Split metric_tags from run_info in desired LRP in BBS to minimize database queries issued by convergence
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/route_emitter/spec b/jobs/route_emitter/spec
  index 11dae3aec..df1b8383c 100644
  --- a/jobs/route_emitter/spec
  +++ b/jobs/route_emitter/spec
  @@ -112,6 +112,9 @@ properties:
  tcp.enabled:
  description: "Enable the route-emitter in cell-local mode to emit TCP routes for instances to the Routing API."
  default: false
  +  tcp.enable_tls:
  +    description: "When enabled route-emitter will include TLS port and instance GUID when emitting TCP routes."
  +    default: false
  routing_api.url:
  description: "Routing API uri to be used by the tcp route-emitter"
  default: http://routing-api.service.cf.internal
  diff --git a/jobs/route_emitter_windows/spec b/jobs/route_emitter_windows/spec
  index cec39c995..9db9e8b69 100644
  --- a/jobs/route_emitter_windows/spec
  +++ b/jobs/route_emitter_windows/spec
  @@ -112,6 +112,9 @@ properties:
  tcp.enabled:
  description: "Enable the route-emitter in cell-local mode to emit TCP routes for instances to the Routing API."
  default: false
  +  tcp.enable_tls:
  +    description: "When enabled route-emitter will include TLS port and instance GUID when emitting TCP routes."
  +    default: false
  routing_api.url:
  description: "Routing API uri to be used by the tcp route-emitter"
  default: http://routing-api.service.cf.internal
  ```
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.101.0...v2.102.0
  ## Resources
  - [Download release 2.102.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.102.0).
          
v2.101.0
  ##  2.101.0
  **Release Date**: July 31, 2024
  ## Changes
  - ✨Adds the cnb-app-lifecycle package as a possible app lifecycle for diego. Thanks @pbusko @nicolasbender @modulo11 for this huge effort!
  - 🐛Resolves an issue where CPUWeight could be set to 0 on a container. This value will now always be at least 1, complying with the spec.
  - Bumped golang to 1.22.5
  - Bumped envoy to 1.28.4
  - Various testing enhancements
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/file_server/spec b/jobs/file_server/spec
  index dddda86c2..f530805b3 100644
  --- a/jobs/file_server/spec
  +++ b/jobs/file_server/spec
  @@ -20,6 +20,7 @@ packages:
  - buildpack_app_lifecycle
  - docker_app_lifecycle
  - windows_app_lifecycle
  +  - cnb_app_lifecycle
  provides:
  - name: file_server
  ```
  ## ✨  Built with go 1.22.5
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.100.0...v2.101.0
  ## Resources
  - [Download release 2.101.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.101.0).
          
dotnet-core-offline-buildpack 2.4.31
garden-runc 1.54.0
v1.54.0
  ##  1.54.0
  **Release Date**: July 31, 2024
  ## Changes
  - Bump to golang 1.22.5
  - Bump libnftnl to 1.2.8
  ## ✨  Built with go 1.22.5
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.53.0...v1.54.0
  ## Resources
  - [Download release 1.54.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.54.0).
          
go-offline-buildpack 1.10.21
java-offline-buildpack 4.72.0
java-native-image-cnb-buildpack 0.11.22
0.11.22
  Components:
  * [buildpack v0.13.10](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.10)
          
0.11.21
  Components:
  * [buildpack v0.13.9](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.9)
          
log-cache 3.1.1
loggregator 107.0.16
v107.0.16
  ## What's Changed
  * Bump packaged Golang to go1.22.5
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v107.0.15...v107.0.16
          
v107.0.15
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.21.12
  * Replace deprecated `grpc.Dial` with `grpc.NewClient` in https://github.com/cloudfoundry/loggregator-release/pull/745
  * Fix race condition when starting server in test in https://github.com/cloudfoundry/loggregator-release/pull/746
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v107.0.14...v107.0.15
          
loggregator-agent 8.1.5
v8.1.5
  ## What's Changed
  * Bump go dependencies
          
v8.1.4
  ## What's Changed
  * Bump to Go1.22 by @aqstack in https://github.com/cloudfoundry/loggregator-agent-release/pull/598
  * Bump go dependencies
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.1.3...v8.1.4
          
mapfs 1.2.79
metric-registrar 4.0.2
v4.0.2
  ## What's Changed
  * Bump to Go1.22 by @aqstack in https://github.com/pivotal-cf/metric-registrar-release/pull/535
  * Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.19.0 in /src/tools by @dependabot in https://github.com/pivotal-cf/metric-registrar-release/pull/506
  * Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /src/tools by @dependabot in https://github.com/pivotal-cf/metric-registrar-release/pull/496
  ## New Contributors
  * @aqstack made their first contribution in https://github.com/pivotal-cf/metric-registrar-release/pull/535
  **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v4.0.1...v4.0.2
          
metrics-discovery 3.2.26
v3.2.26
  ## What's Changed
  * chore: Bump to Go1.22 by @aqstack in https://github.com/cloudfoundry/metrics-discovery-release/pull/266
  **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.25...v3.2.26
          
mysql-monitoring 10.15.0
nats 56.22.0
v56.22.0
  ##  56.22.0
  **Release Date**: July 29, 2024
  ## Changes
  - dep: migrate to github.com/nats-io/nats.go (thx @maxmoehl)
  - Other dependency bumps
  ## ✨  Built with go 1.22.5
  **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.21.0...v56.22.0
  ## Resources
  - [Download release 56.22.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.22.0).
          
nfs-volume 7.1.75
nginx-offline-buildpack 1.2.17
nodejs-offline-buildpack 1.8.27
1.8.27
  * Add node 22.5.0, remove node 22.4.1 (#748)
  for stack(s) cflinuxfs4
  * Add node 18.20.4, remove node 18.20.2
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add node 22.4.1
  for stack(s) cflinuxfs4
  * Add node 20.15.1, remove node 20.13.1
  for stack(s) cflinuxfs4, cflinuxfs3
  | name | version | cf_stacks |
  |-|-|-|
  | node | 18.20.3 | cflinuxfs3 |
  | node | 18.20.3 | cflinuxfs4 |
  | node | 18.20.4 | cflinuxfs3 |
  | node | 18.20.4 | cflinuxfs4 |
  | node | 20.15.0 | cflinuxfs3 |
  | node | 20.15.0 | cflinuxfs4 |
  | node | 20.15.1 | cflinuxfs3 |
  | node | 20.15.1 | cflinuxfs4 |
  | node | 22.3.0 | cflinuxfs4 |
  | node | 22.5.0 | cflinuxfs4 |
  | python | 3.11.9 | cflinuxfs3 |
  | python | 3.11.9 | cflinuxfs4 |
  | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | node | 18.x |
  | python | 3.11.x |
  * Uncached buildpack SHA256: 199bfb343ebd0e96a115f8deb65b009459f3989a00993a523d0ef43fe2e72e30
  * Uncached buildpack SHA256: bc95e81186f5df7f7a6aa320010383e55582489b6aad1a73922bac429e84d924
          
notifications 72.0.0
notifications-ui 49.0.0
v49.0.0
  commit ddb72b9a5ba2d982a834d6f8433d7ddd5519966b
  Author: PCF Event Alerts Team CI 
      
       
  Date:   Wed Jul 24 03:41:28 2024 +0000
  Cuts final release 49.0.0
  [ci skip]
  commit 18956ac9e2a05f547586ca8198e4b786b3c88057
  Merge: 80b5920 a7f3ef1
  Author: Benjamin Fuller 
       
         Date: Tue Jul 23 14:03:00 2024 -0600 Merge pull request #26 from pivotal-cf/dependabot/go_modules/src/acceptance/github.com/PuerkitoBio/goquery-1.9.2 Bump github.com/PuerkitoBio/goquery from 1.8.1 to 1.9.2 in /src/acceptance commit a7f3ef1ac89a7cc2edb151935f87d69aaa8f89f7 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jul 23 19:58:40 2024 +0000 Bump github.com/PuerkitoBio/goquery in /src/acceptance Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.8.1 to 1.9.2. - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.8.1...v1.9.2) --- updated-dependencies: - dependency-name: github.com/PuerkitoBio/goquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 
        
          commit 80b592022034e173dc8443e2fa31b41e12e9f5a3 Merge: a5cb2d6 7c02486 Author: Benjamin Fuller 
         
           Date: Tue Jul 23 13:56:48 2024 -0600 Merge pull request #29 from pivotal-cf/dependabot/go_modules/src/acceptance/github.com/onsi/ginkgo/v2-2.19.0 Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.19.0 in /src/acceptance commit 7c024864fdf2f98ae0fea0e9570d06ab9ac320cd Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jul 23 19:51:36 2024 +0000 Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.19.0 in /src/acceptance Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.15.0 to 2.19.0. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.15.0...v2.19.0) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 
          
            commit a5cb2d65ad67272251438fb13f46faf17c80f6c0 Merge: 4e6d0d8 fd9c39e Author: Benjamin Fuller 
           
             Date: Tue Jul 23 13:50:50 2024 -0600 Merge pull request #23 from pivotal-cf/dependabot/go_modules/src/acceptance/golang.org/x/net-0.23.0 Bump golang.org/x/net from 0.19.0 to 0.23.0 in /src/acceptance commit fd9c39eef1c40173f567303784f7d0764ff187a0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jul 23 19:50:40 2024 +0000 Bump golang.org/x/net from 0.19.0 to 0.23.0 in /src/acceptance Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.19.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] 
             
            
           
          
         
        
       
      
otel-collector 0.7.0
v0.7.0
  ## What's Changed
  * feat: Add memory limits by @aqstack in https://github.com/cloudfoundry/otel-collector-release/pull/43
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.6.2...v0.7.0
          
v0.6.2
  ## What's Changed
  * Config to allow subset of processors and exporters by @oppegard in https://github.com/cloudfoundry/otel-collector-release/pull/40
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.6.1...v0.6.2
          
v0.6.1
  ## What's Changed
  * Move config.yaml and update scripting by @oppegard in https://github.com/cloudfoundry/otel-collector-release/pull/37
  * chore: Bump to Go1.22 by @aqstack in https://github.com/cloudfoundry/otel-collector-release/pull/38
  ## New Contributors
  * @oppegard made their first contribution in https://github.com/cloudfoundry/otel-collector-release/pull/37
  * @aqstack made their first contribution in https://github.com/cloudfoundry/otel-collector-release/pull/38
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.6.0...v0.6.1
          
php-offline-buildpack 4.6.22
push-apps-manager-release 677.0.53
677.0.53
  * Rebrand apps-manager. Update stylings to fit new branding.
          
677.0.52
  * fix scheduler job form to allow editing resource limits correctly
          
677.0.51
  ## What's Changed
  * appsman should not break when spring git path ends up null in external route helper
          
677.0.50
  * update dependencies
          
push-tas-portal-release 0.5.5
push-offline-docs-release 5.0.564
push-usage-service-release 674.0.119
v674.0.119
  ## Changes
  * creating final release 674.0.118
          
v674.0.118
  ## Changes
  * creating final release 674.0.117
  ## Dependencies
  * **app-usage-service:** Updated to v`52e9a57`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.117
  ## Changes
  * creating final release 674.0.116
          
v674.0.116
  ## Changes
  * creating final release 674.0.114
  * moving to tpe
  ## Dependencies
  * **app-usage-service:** Updated to v`115c933`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
pxc 1.0.30
python-offline-buildpack 1.8.27
r-offline-buildpack 1.2.13
1.2.13
  * Add r 4.4.1
  for stack(s) cflinuxfs3, cflinuxfs4
  with dependencies for stack cflinuxfs3: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.8.1.1
  with dependencies for stack cflinuxfs4: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.8.1.1 [#187828151]
  * Rebuild r 4.3.3
  for stack(s) cflinuxfs4, cflinuxfs3
  with dependencies for stack cflinuxfs4: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.8.1.1
  with dependencies for stack cflinuxfs3: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.8.1.1
  * Rebuild r 4.2.3
  for stack(s) cflinuxfs3, cflinuxfs4
  with dependencies for stack cflinuxfs3: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.8.1.1
  with dependencies for stack cflinuxfs4: forecast 8.23.0, plumber 1.2.2, rserve 1.8.13, shiny 1.8.1.1 [#187828149]
  * Remove 4.4.0 to keep buildpack under 1GB
  | name | version | cf_stacks | modules |
  |-|-|-|-|
  | r | 4.2.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
  | r | 4.2.3 | cflinuxfs4 | forecast, plumber, rserve, shiny |
  | r | 4.3.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
  | r | 4.3.3 | cflinuxfs4 | forecast, plumber, rserve, shiny |
  | r | 4.4.1 | cflinuxfs3 | forecast, plumber, rserve, shiny |
  | r | 4.4.1 | cflinuxfs4 | forecast, plumber, rserve, shiny |
  * Uncached buildpack SHA256: 419d110914dc53c0b9e332f31faf80ee0eef5e088593e720fb4b441a9554b043
  * Uncached buildpack SHA256: c1beccbe15aae6e9d2574b442c73019f98dc6a7e381ab6f8db052c53d71f4bc9
          
routing 0.304.0
v0.304.0
  ##  0.304.0
  **Release Date**: August 13, 2024
  ## Changes
  - Addresses issues with routing-api DB migration logic to fix the following bugs:
  - 🐛 Failed DB migrations would not re-run without manual intervention in the database
  - 🐛 DB migrations could run prior to the active routing-api server receiving code updates
  - 🐛 Failed DB migrations did not result in BOSH deployment failures
  - 🐛Works around an issue with Gorm + the V6 schema changes for TLS TCP Routing that did not always get applied properly.
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.303.0...v0.304.0
  ## Resources
  - [Download release 0.304.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.304.0).
          
v0.303.0
  ##  0.303.0
  **Release Date**: August 09, 2024
  ## Changes
  * add additional unsafe params by @pnikonowicz in https://github.com/cloudfoundry/routing-release/pull/431
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/route_registrar/spec b/jobs/route_registrar/spec
  index de81a0e8..feafaf10 100644
  --- a/jobs/route_registrar/spec
  +++ b/jobs/route_registrar/spec
  @@ -132,10 +132,16 @@ properties:
  name (required, string): Human-readable reference for the healthcheck
  script_path (required, string): Path to script that will be run periodically to determine
  service health
  +        unrestricted_volumes (optional, array of unrestricted_volumes): Additional directories to be mounted in the bpm config for the route_registrar job.
  +        privileged: (optional, boolean): Sets bpm privileged flag. defaults to false
  timeout (optional, string): The healthcheck script must exit within this timeout, otherwise
  the script is terminated with `SIGKILL` and the route is unregistered. Value is a string (e.g. "10s") and must parse to a positive time duration i.e. "-5s" is not permitted. Must be less than the value of `registration_interval`.
  Default: Half of the value of `registration_interval`
  +      unrestricted_volume object
  +        path (required, string): the path to be mounted
  +        writable (optional, boolean): sets the writable flag. defaults to false
  +
  options object
  lb_algo (optional, string): Load balancing algorithm for routing incoming requests to the backend: 'round-robin' or 'least-connection'. In cases where this option is not specified, the algorithm defined in gorouter spec is applied.
  ```
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.302.0...v0.303.0
          
v0.302.0
  ##  0.302.0
  **Release Date**: August 08, 2024
  ## Changes
  - ✨Adds drain_wait + load_balancer_healthy_threshold properties behaving similarly to gorouter's to provide better uptime during BOSH deployments by waiting for LBs to pull nodes about to be shut down out of service, and re-add them before moving on to the next.
  - ✨Adds support for TLS backends with TCP routes. This enables TCP routes to use the envoy proxy settings on app containers used by HTTP routes, providing guaranteed TLS encryption between tcp-router + diego-cell VMs, without intervention from app teams. Additionally it allows for the disabling of the unproxied ports on containers since TCP route traffic can now go through envoy.
  - 🐛Fixed a bug with v0.301.0 that caused problems with TCP routes when a postgres database was used for the routing-api. Thanks for [finding this](https://github.com/cloudfoundry/routing-api/issues/57) @schmidtsv!
  - Bumped to golang 1.22.5
  - Bumped tcp_router's haproxy to 2.8.10
  - Testing + docs improvements
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/tcp_router/spec b/jobs/tcp_router/spec
  index 44fbb41a..aa6b764c 100644
  --- a/jobs/tcp_router/spec
  +++ b/jobs/tcp_router/spec
  @@ -10,10 +10,16 @@ templates:
  routing_api_client_certificate.crt.erb: config/certs/routing-api/client.crt
  routing_api_client_private.key.erb: config/keys/routing-api/client.key
  routing_api_ca_certificate.crt.erb: config/certs/routing-api/ca_cert.crt
  +  tcp_router_backend_client_cert_and_key.pem.erb: config/keys/tcp-router/backend/client_cert_and_key.pem
  +  tcp_router_backend_ca.crt.erb: config/certs/tcp-router/backend/ca.crt
  tcp_router_health_check_certificate.pem.erb: config/certs/health.pem
  +  # config/haproxy.conf is used for initial haproxy config when starting up
  haproxy.conf.erb: config/haproxy.conf
  -  haproxy.conf.template.erb: config/haproxy.conf.template
  +  # config/haproxy.conf.template is rendered by tcp-router when routes are provided
  +  haproxy.conf.template.erb: config/haproxy.conf.template
  bpm.yml.erb: config/bpm.yml
  +  drain.erb: bin/drain
  +  post-start.erb: bin/post-start
  packages:
  - routing_utils
  @@ -46,6 +52,18 @@ properties:
  default: "1m"
  tcp_router.oauth_secret:
  description: "OAuth client secret used to obtain token for Routing API from UAA."
  +  tcp_router.backend_tls.enabled:
  +    description: |
  +      Turns on support for TLS for TCP Router. Requires tcp_router.backend_tls.ca_cert to
  +      be set. For mTLS also set tcp_router.backend_tls.client_cert and
  +      tcp_router.backend_tls.client_key.
  +    default: false
  +  tcp_router.backend_tls.client_cert:
  +    description: "TCP Router's TLS client cert used for mTLS with route backends"
  +  tcp_router.backend_tls.client_key:
  +    description: "TCP Router's TLS client private key used for mTLS with route backends"
  +  tcp_router.backend_tls.ca_cert:
  +    description: "TCP Router's TLS CA used with route backends"
  routing_api.uri:
  description: "URL where the routing API can be reached internally"
  @@ -86,6 +104,19 @@ properties:
  description: "Fail the tcp router if routing_api.reserved_system_component_ports conflict with ports in existing router groups."
  default: "false"
  +  tcp_router.drain_wait:
  +    description: |
  +      Delay in seconds after shut down is initiated before haproxy stops listening.
  +      During this time haproxy will reject requests to the /health endpoint.
  +      This accommodates requests forwarded by a load balancer until it considers the tcp_router unhealthy.
  +    default: 20
  +  tcp_router.load_balancer_healthy_threshold:
  +    description: |
  +      Time period in seconds to wait until declaring the tcp_router instance
  +      started after starting the listener socket. This allows an external load
  +      balancer time to register the instance as healthy."
  +    default: 20
  +
  uaa.token_endpoint:
  description: "UAA token endpoint host name. Do not include a scheme in this value; TCP Router will always use TLS to connect to UAA."
  default: uaa.service.cf.internal
  ```
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.301.0...v0.302.0
  ## Resources
  - [Download release 0.302.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.302.0).
          
ruby-offline-buildpack 1.10.17
web-servers-cnb-buildpack 0.15.2
0.15.2
  Components:
  * [buildpack v0.18.1](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.18.1)
          
0.15.1
  Components:
  * [buildpack v0.18.0](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.18.0)
          
silk 3.47.0
smb-volume 3.1.74
smoke-tests 4.10.0
staticfile-offline-buildpack 1.6.15
statsd-injector 1.11.42
v1.11.42
  ## What's Changed
  * chore: Bump to Go1.22 by @aqstack in https://github.com/cloudfoundry/statsd-injector-release/pull/166
  ## New Contributors
  * @aqstack made their first contribution in https://github.com/cloudfoundry/statsd-injector-release/pull/166
  **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.41...v1.11.42
          
syslog 12.3.1
v12.3.1
  ## What's Changed
  * Bump packaged Golang to go1.22.5
  **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.3.0...v12.3.1
          
system-metrics-scraper 4.0.10
v4.0.10
  ## What's Changed
  * Bump to Go1.22 by @aqstack in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/248
  ## New Contributors
  * @aqstack made their first contribution in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/248
  **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v4.0.9...v4.0.10
          
uaa 77.14.0
tanzu-jammy-stack 1.0.1

5.0.16

Release Date: 07/29/2024

Caution This release is affected by a known issue for customers who use both Postgres for the TAS for VMs database and TCP Routes. Users who use both Postgres and TCP Routes should not upgrade to this version. This only applies if Postgres is used for the core Cloud Foundry databases, not if apps use Postgres services.

  • [Bug Fix] Fixes a regression where pushing docker apps with SHA256 digests fails
  • [Bug Fix] Resolves a rare issue leading to pre-start script failures in the garden-cni + vxlan-policy-agent jobs on diego-cells
  • [Bug Fix] Scaling factors should be declarative in the autoscaler manifest
  • [Bug Fix] Accept null body for SLC PUT API
  • [Bug Fix] Adds 2 minute caching for failed dns lookups in syslog agent to avoid dns load for malformed drain urls.
  • [Feature] Adds PrometheusRemoteWrite exporter and batch processor.
  • Bump backup-and-restore-sdk to version 1.19.23
  • Bump binary-offline-buildpack to version 1.1.13
  • Bump bpm to version 1.2.23
  • Bump capi to version 1.187.0
  • Bump cf-autoscaling to version 250.3.0
  • Bump cf-cli to version 1.65.0
  • Bump cf-networking to version 3.47.0
  • Bump cflinuxfs4 to version 1.107.0
  • Bump credhub to version 2.12.83
  • Bump dotnet-core-offline-buildpack to version 2.4.31
  • Bump go-offline-buildpack to version 1.10.21
  • Bump java-native-image-cnb-buildpack to version 0.11.20
  • Bump log-cache to version 3.1.1
  • Bump loggregator-agent to version 8.1.3
  • Bump metric-registrar to version 4.0.1
  • Bump metrics-discovery to version 3.2.25
  • Bump nfs-volume to version 7.1.75
  • Bump nginx-offline-buildpack to version 1.2.17
  • Bump nodejs-offline-buildpack to version 1.8.26
  • Bump notifications to version 72.0.0
  • Bump notifications-ui to version 48.0.0
  • Bump otel-collector to version 0.6.0
  • Bump php-offline-buildpack to version 4.6.22
  • Bump push-apps-manager-release to version 677.0.49
  • Bump push-usage-service-release to version 674.0.114
  • Bump pxc to version 1.0.30
  • Bump python-offline-buildpack to version 1.8.27
  • Bump ruby-offline-buildpack to version 1.10.17
  • Bump web-servers-cnb-buildpack to version 0.15.0
  • Bump silk to version 3.47.0
  • Bump smb-volume to version 3.1.74
  • Bump staticfile-offline-buildpack to version 1.6.15
  • Bump statsd-injector to version 1.11.41
  • Bump system-metrics-scraper to version 4.0.9
  • Bump uaa to version 77.14.0
Component Version Release Notes
ubuntu-jammy stemcell 1.486
backup-and-restore-sdk 1.19.23
v1.19.23
  ## Changes
  * Add final release 1.19.22 [ci skip]
  * Update db.t2.micro to db.t3.micro in terraform template
  ## Dependencies
  * **bosh-backup-and-restore:** Updated to v1.9.66.
For more information, see [bosh-backup-and-restore](https://github.com/cloudfoundry-incubator/bosh-backup-and-restore). * **api:** Updated to v0.186.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
binary-offline-buildpack 1.1.13
1.1.13
  * remove references to the windows2016 stack
  This stack is identical to the windows stack and windows2016 has been
  unsupported in CF for a long time now.
  https://docs.cloudfoundry.org/devguide/deploy-apps/windows-stacks.html#-available-stacks
  * Uncached buildpack SHA256: 9fb3f39c29fdafc91d74e892536d379d333dc33c2f827e3ff49a3141994bd134
  * Uncached buildpack SHA256: e37cce5b94edc972235855d1c75243424c264e465a161dee9bc9a56795e35407
  * Uncached buildpack SHA256: b99281c12b704f8fdd581df76e4d850bd3729ba87221f53594332cc7436f2634
          
bosh-dns-aliases 0.0.4
bpm 1.2.23
capi 1.187.0
cf-autoscaling 250.3.0
v250.3.0
  ## What's Changed
  * Feature: Add per-app cooldown period by @ctlong in https://github.com/pivotal-cf/cf-autoscaling-release/pull/961
  * Bug: Scaling factors should be declarative in the autoscaler manifest by @aqstack in https://github.com/pivotal-cf/cf-autoscaling-release/pull/973
  * Bug: Accept null body for SLC PUT API by @acosta11 in https://github.com/pivotal-cf/cf-autoscaling-release/pull/978
  * Chore: Use `cf enable-service-access` in `deploy-autoscaler` by @ctlong in https://github.com/pivotal-cf/cf-autoscaling-release/pull/966
  * Bump packaged Golang to 1.22.5 by @aqstack in https://github.com/pivotal-cf/cf-autoscaling-release/pull/975
  * Bump dependencies
  ## New Contributors
  * @oppegard made their first contribution in https://github.com/pivotal-cf/cf-autoscaling-release/pull/967
  * @aqstack made their first contribution in https://github.com/pivotal-cf/cf-autoscaling-release/pull/973
  * @acosta11 made their first contribution in https://github.com/pivotal-cf/cf-autoscaling-release/pull/978
  **Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v250.2.5...v250.3.0
          
cf-cli 1.65.0
v1.65.0
  ### Included CF CLI versions:
  7.7.11
  8.7.11
          
cf-networking 3.47.0
v3.47.0
  ##  3.47.0
  **Release Date**: July 19, 2024
  ## Changes
  - 🐛Fixed a bug in the pre-start script of garden-cni that deleted the iptables.lock file + directory unnecessarily, causing issues with the vxlan-policy-agent pre-start script
  - Refactored polling logic in policy-server
  - Bump to go 1.22.5
  ## ✨  Built with go 1.22.5
  **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.46.0...v3.47.0
  ## Resources
  - [Download release 3.47.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.47.0).
          
cflinuxfs3 0.390.0
cflinuxfs4 1.107.0
v1.107.0
  This release ships with cflinuxfs4 version 1.107.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.107.0)
          
v1.106.0
  This release ships with cflinuxfs4 version 1.106.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.106.0)
          
v1.105.0
  This release ships with cflinuxfs4 version 1.105.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.105.0)
          
v1.104.0
  This release ships with cflinuxfs4 version 1.104.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.104.0)
          
count-cores-indicator 2.0.0
credhub 2.12.83
2.12.83
  ## What's Changed
  * Build(deps): Bump parser from 3.3.3.0 to 3.3.4.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/223
  * Build(deps): Bump rubocop from 1.64.1 to 1.65.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/224
  * Build(deps): Bump rexml from 3.3.1 to 3.3.2 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/225
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.82...2.12.83
          
2.12.82
  ## What's Changed
  * Various dependency bumps
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.81...2.12.82
          
2.12.81
  ## What's Changed
  * Various dependency bumps
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.80...2.12.81
          
diego 2.100.0
dotnet-core-offline-buildpack 2.4.31
2.4.31
  * Add node 20.15.1, remove node 20.15.0
  for stack(s) cflinuxfs3, cflinuxfs4
  * Add dotnet-sdk 6.0.424, remove dotnet-sdk 6.0.423
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-aspnetcore 6.0.32, remove dotnet-aspnetcore 6.0.31
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-runtime 6.0.32, remove dotnet-runtime 6.0.31
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-runtime 8.0.7, remove dotnet-runtime 8.0.6
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-sdk 8.0.303, remove dotnet-sdk 8.0.302
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-aspnetcore 8.0.7, remove dotnet-aspnetcore 8.0.6
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-sdk 8.0.302, remove dotnet-sdk 8.0.301
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187774625)
  * Add node 20.15.0, remove node 20.14.0
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187832044)
  | name | version | cf_stacks |
  |-|-|-|
  | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
  | dotnet-aspnetcore | 6.0.32 | cflinuxfs3, cflinuxfs4 |
  | dotnet-aspnetcore | 8.0.7 | cflinuxfs3, cflinuxfs4 |
  | dotnet-runtime | 6.0.32 | cflinuxfs3, cflinuxfs4 |
  | dotnet-runtime | 8.0.7 | cflinuxfs3, cflinuxfs4 |
  | dotnet-sdk | 6.0.424 | cflinuxfs3, cflinuxfs4 |
  | dotnet-sdk | 8.0.303 | cflinuxfs3, cflinuxfs4 |
  | libgdiplus | 6.1 | cflinuxfs3 |
  | libgdiplus | 6.1 | cflinuxfs4 |
  | libunwind | 1.8.1 | cflinuxfs3 |
  | libunwind | 1.8.1 | cflinuxfs4 |
  | node | 20.15.1 | cflinuxfs3 |
  | node | 20.15.1 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | dotnet-runtime | 8.0.x |
  | dotnet-aspnetcore | 8.0.x |
  | dotnet-sdk | 8.0.x |
  | bower | 1.8.x |
  * Uncached buildpack SHA256: a23d536c6a1aefaa97b743a1be8686fe924d4a422baf7f9cb5897ad84050be96
  * Uncached buildpack SHA256: 6cecfb9c1faac8ff37d5d0d34430eb5e489ef6a6d92c1e05e9ae3107b810eb6a
          
garden-runc 1.53.0
go-offline-buildpack 1.10.21
1.10.21
  * Add go 1.22.5, remove go 1.22.4
  for stack(s) cflinuxfs3, cflinuxfs4
  * Add go 1.21.12, remove go 1.21.11
  for stack(s) cflinuxfs3, cflinuxfs4
  * Add go 1.21.11, remove go 1.21.10
  for stack(s) cflinuxfs3, cflinuxfs4
  (https://www.pivotaltracker.com/story/show/187736425)
  * Add go 1.22.4, remove go 1.22.3
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187736484)
  | 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.21.12 | cflinuxfs3 |
  | go | 1.21.12 | cflinuxfs4 |
  | go | 1.22.5 | cflinuxfs3 |
  | go | 1.22.5 | cflinuxfs4 |
  | godep | 80 | cflinuxfs3 |
  | godep | 80 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | go | 1.21.x |
  * Uncached buildpack SHA256: aaef311f5db1fc66e95e0aa92b9537c0110c2bd4b41b0c26ca99b551bca95dc6
  * Uncached buildpack SHA256: cb5b1363b50d1ab24331b7418701ba32591d90be9849ca1f2e6eb124cf67df11
          
java-offline-buildpack 4.70.0
java-native-image-cnb-buildpack 0.11.20
0.11.20
  Components:
  * [buildpack v0.13.9](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.9)
          
0.11.19
  Components:
  * [buildpack v0.13.8](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.8)
          
log-cache 3.1.1
v3.1.1
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.21.12
  **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.1.0...v3.1.1
          
loggregator 107.0.14
loggregator-agent 8.1.3
v8.1.3
  ## What's Changed
  * Cache failed dns lookups for 120 seconds which reduced load on DNS system when invalid drains are present by @acosta11 in https://github.com/cloudfoundry/loggregator-agent-release/pull/596
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.1.2...v8.1.3
          
v8.1.2
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.21.12
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.1.1...v8.1.2
          
mapfs 1.2.79
metric-registrar 4.0.1
v4.0.1
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.21.12
  **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v4.0.0...v4.0.1
          
metrics-discovery 3.2.25
v3.2.25
  ## What's Changed
  * Bump dependencies
  * fix: Restrict generated scrape target file permission in https://github.com/cloudfoundry/metrics-discovery-release/pull/259
  * Bump to go1.21.12
  **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.24...v3.2.25
          
mysql-monitoring 10.15.0
nats 56.21.0
nfs-volume 7.1.75
v7.1.75
  ## Changes
  ## Dependencies
  * **nfsv3driver:** Updated to v`44424a7`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
nginx-offline-buildpack 1.2.17
1.2.17
  * Add openresty 1.21.4.3, remove openresty 1.21.4.2
  for stack(s) cflinuxfs3, cflinuxfs4
  * Add nginx 1.27.0, remove nginx 1.25.5
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187862902)
  * Update nginx default version to 1.27
  | name | version | cf_stacks |
  |-|-|-|
  | nginx | 1.26.1 | cflinuxfs3 |
  | nginx | 1.26.1 | cflinuxfs4 |
  | nginx | 1.27.0 | cflinuxfs3 |
  | nginx | 1.27.0 | cflinuxfs4 |
  | openresty | 1.21.4.3 | cflinuxfs3 |
  | openresty | 1.21.4.3 | cflinuxfs4 |
  | openresty | 1.25.3.1 | cflinuxfs3 |
  | openresty | 1.25.3.1 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | nginx | 1.27.x |
  * Uncached buildpack SHA256: e10a05e9bc709f387b0148dd1a5de10ae4a955e9e79332d59cd096ac57ac363b
  * Uncached buildpack SHA256: 16e4e6709718db4c54dc8fde674fb9b6b4bb95d895fad2b6228bb53bb34545f1
          
nodejs-offline-buildpack 1.8.26
1.8.26
  * Add node 20.15.0, remove node 20.12.0
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add node 22.3.0
  for stack(s) cflinuxfs4
  | name | version | cf_stacks |
  |-|-|-|
  | node | 18.20.2 | cflinuxfs3 |
  | node | 18.20.2 | cflinuxfs4 |
  | node | 18.20.3 | cflinuxfs3 |
  | node | 18.20.3 | cflinuxfs4 |
  | node | 20.13.1 | cflinuxfs3 |
  | node | 20.13.1 | cflinuxfs4 |
  | node | 20.15.0 | cflinuxfs3 |
  | node | 20.15.0 | cflinuxfs4 |
  | node | 22.3.0 | cflinuxfs4 |
  | python | 3.11.9 | cflinuxfs3 |
  | python | 3.11.9 | cflinuxfs4 |
  | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | node | 18.x |
  | python | 3.11.x |
  * Uncached buildpack SHA256: 3d33753e0a179726e868054948fee0de796ec8c6b67cd0001515f880254f0c83
  * Uncached buildpack SHA256: bc6c2d4520a395f44c3abf0c6be7b934722803b7b30d8e4180a60f90bfe8cd93
          
notifications 72.0.0
v72.0.0
  commit f96419745b30a9763ebdf969fd7341b5d7fbf689
  Author: PCF Toronto Concourse CI Bot 
      
       
  Date:   Fri Jul 19 03:54:31 2024 +0000
  Cuts final release 72.0.0
  [ci skip]
  commit 0e1db9415eec7d8ab36951d4b63991baa1cfa400
  Author: PCF Event Alerts Team CI 
       
         Date: Thu Jul 18 19:15:42 2024 +0000 Bump submodule src/notifications 
       
      
v71.0.0
  commit a14a3932d435d8c92455d4c1991d6af15b2b0afc
  Author: PCF Toronto Concourse CI Bot 
      
       
  Date:   Fri Jul 5 16:03:51 2024 +0000
  Cuts final release 71.0.0
  [ci skip]
  commit c8eaf489d7ba205808d42a0d3624ede02e6ad3a4
  Author: PCF Event Alerts Team CI 
       
         Date: Fri Jul 5 15:26:23 2024 +0000 Bump submodule src/notifications commit 252b0c31b17438ddb3f2911195c8997ec1b1e2a0 Author: PCF Event Alerts Team CI 
        
          Date: Fri Jul 5 15:24:35 2024 +0000 Bump submodule src/notifications commit 3e500fcf33d1f9a0a633180ca976a5b114f0d0e0 Author: PCF Event Alerts Team CI 
         
           Date: Wed Jul 3 17:56:02 2024 +0000 bump-golang to v0.154.0 commit 59d4a426372c62fd7ff535c1254bcb7c103ef796 Author: PCF Event Alerts Team CI 
          
            Date: Thu Apr 18 16:55:58 2024 +0000 Bump submodule src/notifications commit 4ee8a90214c87e89eb31402d68a970f904175d57 Author: PCF Event Alerts Team CI 
           
             Date: Thu Apr 18 16:52:05 2024 +0000 Bump submodule src/notifications commit 3e59690ef9371294e863935ec8893dce261baf4a Merge: 248d282 5b00c34 Author: Benjamin Fuller 
            
              Date: Thu Apr 18 10:38:19 2024 -0600 Merge pull request #54 from cloudfoundry/dependabot/go_modules/src/acceptance/github.com/onsi/ginkgo/v2-2.17.1 Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 in /src/acceptance commit 5b00c341f0b9cb44e836d254a8a0a4feedb4f153 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu Apr 18 16:38:12 2024 +0000 Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 in /src/acceptance Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.15.0 to 2.17.1. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.15.0...v2.17.1) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 
             
               commit 248d282c87f2db1915aaa0ef49a959ac3ea0d196 Merge: 45d3f2c 0c9f6aa Author: Benjamin Fuller 
              
                Date: Thu Apr 18 10:37:24 2024 -0600 Merge pull request #53 from cloudfoundry/dependabot/go_modules/src/acceptance/github.com/onsi/gomega-1.32.0 Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 in /src/acceptance commit 0c9f6aaa621d30f50346341bf387026814da0a53 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Mar 18 22:09:11 2024 +0000 Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 in /src/acceptance Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.31.1 to 1.32.0. - [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.31.1...v1.32.0) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 
                
               
              
             
            
           
          
         
        
       
      
notifications-ui 48.0.0
v48.0.0
  commit 4e6d0d87ba374a545942f2875b93b564ab79e844
  Author: PCF Event Alerts Team CI 
      
       
  Date:   Fri Jul 5 16:06:00 2024 +0000
  Cuts final release 48.0.0
  [ci skip]
  commit 89b112ba44b98d2bc0fa81d2af25f05c974c5e20
  Author: PCF Event Alerts Team CI 
       
         Date: Fri Jul 5 15:25:37 2024 +0000 Bump submodule src/notifications-ui commit 1e4fb443b8bdba214b410d0d34f2041febf3b695 Author: PCF Event Alerts Team CI 
        
          Date: Fri Jul 5 15:23:51 2024 +0000 Bump submodule src/notifications-ui commit f6337dc476bd00a4ef5a0ca77dfdb0967df1c6d0 Author: PCF Event Alerts Team CI 
         
           Date: Wed Jul 3 17:56:18 2024 +0000 Bump submodule src/notifications-ui commit 4a65c75f41368d90c5416e3952e2a2c4bc952bb6 Author: PCF Event Alerts Team CI 
          
            Date: Tue Jul 2 20:07:02 2024 +0000 bump-golang to v0.154.0 commit b9a1eef87cc0b7c97766e7aa2ebc451a2773c8d6 Author: PCF Event Alerts Team CI 
           
             Date: Tue Jun 4 18:53:05 2024 +0000 bump-golang to v0.151.0 commit 5502aaf1c08695f15809f13725e9eea1f18e60b0 Author: PCF Event Alerts Team CI 
            
              Date: Tue May 7 17:11:53 2024 +0000 bump-golang to v0.150.0 commit 067a70cc6dc8b11fb3970866b1e61d5e25d1cf08 Author: PCF Event Alerts Team CI 
             
               Date: Thu Apr 18 20:35:25 2024 +0000 Bump submodule src/notifications-ui commit 5ddf8d1e86c4a877f8dbde00bb8af4bce0fc675d Author: PCF Event Alerts Team CI 
              
                Date: Thu Apr 18 16:46:55 2024 +0000 Bump submodule src/notifications-ui commit 51729f5cf10e9c61b8b4e99a77d09ac7d072d0f3 Author: PCF Event Alerts Team CI 
               
                 Date: Wed Apr 3 16:25:10 2024 +0000 bump-golang to v0.148.0 commit cd313ae73dd20ddfabc754a36c19b0ce0ddaa4b6 Author: PCF Event Alerts Team CI 
                
                  Date: Tue Mar 5 18:25:15 2024 +0000 bump-golang to v0.147.0 commit 8d006aa3ff995c251f5574eba36f2f1321b367dd Author: PCF Event Alerts Team CI 
                 
                   Date: Wed Feb 7 19:16:14 2024 +0000 bump-golang to v0.146.0 commit 927a01497cd1903567c2396ba5846c86f55e8fff Author: PCF Event Alerts Team CI 
                  
                    Date: Tue Feb 6 19:22:55 2024 +0000 bump-golang to v0.144.0 
                  
                 
                
               
              
             
            
           
          
         
        
       
      
otel-collector 0.6.0
v0.6.0
  ## What's Changed
  * Expose wider collector configuration by @acrmp in https://github.com/cloudfoundry/otel-collector-release/pull/31. This allows for configuring processors, pipelines & exporters which provides a lot more flexibility to platform engineers.
  * Add PrometheusRemoteWrite Exporter by @benjaminguttmann-avtq in https://github.com/cloudfoundry/otel-collector-release/pull/26
  * Add batch processor by @acrmp in https://github.com/cloudfoundry/otel-collector-release/pull/32
  * Bump go.opentelemetry.io/collector/cmd/builder from 0.103.0 to 0.104.0 in /src/otel-collector-builder by @dependabot in https://github.com/cloudfoundry/otel-collector-release/pull/30
  ## New Contributors
  * @benjaminguttmann-avtq made their first contribution in https://github.com/cloudfoundry/otel-collector-release/pull/26
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.5.0...v0.6.0
          
php-offline-buildpack 4.6.22
4.6.22
  * Add php 8.2.21, remove php 8.2.19 (#1073)
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add php 8.3.9, remove php 8.3.6
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add httpd 2.4.61, remove httpd 2.4.59
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add nginx 1.27.0
  for stack(s) cflinuxfs3, cflinuxfs4 [#187862901]
  * Fix default nginx: it always need to mainline
  * Remove dependency credential test (#1076)
  * Add composer 2.7.7, remove composer 2.7.6
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187768377)
  * Add php 8.2.20, remove php 8.2.18
  for stack(s) cflinuxfs3, cflinuxfs4
  (https://www.pivotaltracker.com/story/show/187749745)
  | name | version | cf_stacks | modules |
  |-|-|-|-|
  | appdynamics | 23.11.0-839 | cflinuxfs3, cflinuxfs4 |  |
  | composer | 2.7.7 | cflinuxfs3, cflinuxfs4 |  |
  | httpd | 2.4.61 | cflinuxfs3 |  |
  | httpd | 2.4.61 | cflinuxfs4 |  |
  | newrelic | 10.21.0.11 | cflinuxfs3, cflinuxfs4 |  |
  | nginx | 1.26.1 | cflinuxfs3 |  |
  | nginx | 1.26.1 | cflinuxfs4 |  |
  | nginx | 1.27.0 | cflinuxfs3 |  |
  | nginx | 1.27.0 | cflinuxfs4 |  |
  | php | 8.1.27 | 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.27 | 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.28 | 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.28 | 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.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, yaml, zip, zlib |
  | php | 8.2.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, yaml, zip, zlib |
  | php | 8.2.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, yaml, zip, zlib |
  | php | 8.2.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, yaml, zip, zlib |
  | php | 8.3.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.3.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.3.9 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, 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.3.9 | 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.27 |
  | httpd | 2.4.61 |
  | newrelic | 10.21.0.11 |
  | nginx | 1.27.0 |
  | composer | 2.7.7 |
  * Uncached buildpack SHA256: bdbdd20d387c4536f65fbca116ba95422071b6749f658f3422bbec2c675dcb66
  * Uncached buildpack SHA256: 388e97cf8efd511d6b95c1c08893d39da6da50778b152e557271830e7b1408c8
          
push-apps-manager-release 677.0.49
677.0.49
  * add ability to modify autoscaler cooldown
          
push-tas-portal-release 0.5.5
push-offline-docs-release 5.0.564
push-usage-service-release 674.0.114
v674.0.114
  ## Changes
  * creating final release 674.0.113
  ## Dependencies
  * **app-usage-service:** Updated to v`d18f794`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.113
  ## Changes
  * creating final release 674.0.112
          
pxc 1.0.30
v1.0.30
  - jemalloc + profiling support
  - bump to Percona-XtraDB-Cluster-5.7.44-31.65-2
  - bump dependencies
          
python-offline-buildpack 1.8.27
1.8.27
  * Add python 3.12.4, remove python 3.12.3
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add pip 24.1.1, remove pip 24.0
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add miniconda3-py39 24.5.0, remove miniconda3-py39 24.4.0
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add setuptools 70.1.1, remove setuptools 70.0.0
  for stack(s) cflinuxfs4, cflinuxfs3
  | name | version | cf_stacks |
  |-|-|-|
  | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
  | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
  | miniconda3-py39 | 24.5.0 | cflinuxfs3, cflinuxfs4 |
  | pip | 24.1.1 | cflinuxfs3, cflinuxfs4 |
  | pipenv | 2023.12.1 | cflinuxfs3 |
  | pipenv | 2023.12.1 | cflinuxfs4 |
  | python | 3.8.19 | cflinuxfs3 |
  | python | 3.8.19 | cflinuxfs4 |
  | python | 3.9.19 | cflinuxfs3 |
  | python | 3.9.19 | cflinuxfs4 |
  | python | 3.10.14 | cflinuxfs3 |
  | python | 3.10.14 | cflinuxfs4 |
  | python | 3.11.9 | cflinuxfs3 |
  | python | 3.11.9 | cflinuxfs4 |
  | python | 3.12.4 | cflinuxfs3 |
  | python | 3.12.4 | cflinuxfs4 |
  | setuptools | 70.1.1 | cflinuxfs3, cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | python | 3.10.x |
  * Uncached buildpack SHA256: f6cd97a5150f4e482355681c6d401487b7174387e6d327706a5cdcb7f69a574c
  * Uncached buildpack SHA256: 5175083a16e4fe694a466fe814192a1fb4f0f12800e38fe959b072e025aebae5
          
r-offline-buildpack 1.2.12
routing 0.301.0
ruby-offline-buildpack 1.10.17
1.10.17
  * Add jruby 9.4.8.0, remove jruby 9.4.7.0
  for stack(s) cflinuxfs3, cflinuxfs4
  * Add rubygems 3.5.15, remove rubygems 3.5.14
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add bundler 2.5.15, remove bundler 2.5.14
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add ruby 3.3.4, remove ruby 3.3.1
  for stack(s) cflinuxfs3, cflinuxfs4
  * Add rubygems 3.5.14, remove rubygems 3.5.10
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add bundler 2.5.14, remove bundler 2.5.10
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add ruby 3.3.2, remove ruby 3.3.0 (#952)
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add ruby 3.1.6, remove ruby 3.1.4 (#950)
  for stack(s) cflinuxfs3, cflinuxfs4
  * Add node 20.15.0, remove node 20.12.2
  for stack(s) cflinuxfs3, cflinuxfs4
  | name | version | cf_stacks |
  |-|-|-|
  | bundler | 2.5.15 | cflinuxfs3, cflinuxfs4 |
  | jruby | 9.4.8.0 | cflinuxfs3 |
  | jruby | 9.4.8.0 | cflinuxfs4 |
  | node | 20.15.0 | cflinuxfs3 |
  | node | 20.15.0 | cflinuxfs4 |
  | openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 |
  | ruby | 3.1.5 | cflinuxfs3 |
  | ruby | 3.1.5 | cflinuxfs4 |
  | ruby | 3.1.6 | cflinuxfs3 |
  | ruby | 3.1.6 | cflinuxfs4 |
  | ruby | 3.2.2 | cflinuxfs3 |
  | ruby | 3.2.2 | cflinuxfs4 |
  | ruby | 3.2.3 | cflinuxfs3 |
  | ruby | 3.2.3 | cflinuxfs4 |
  | ruby | 3.2.4 | cflinuxfs3 |
  | ruby | 3.2.4 | cflinuxfs4 |
  | ruby | 3.3.2 | cflinuxfs3 |
  | ruby | 3.3.2 | cflinuxfs4 |
  | ruby | 3.3.4 | cflinuxfs3 |
  | ruby | 3.3.4 | cflinuxfs4 |
  | rubygems | 3.5.15 | cflinuxfs3, cflinuxfs4 |
  | yarn | 1.22.22 | cflinuxfs3, cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | ruby | 3.2.x |
  * Uncached buildpack SHA256: 111aa58f2c2066595af6662954014ac2a0700e5855c53ec7c2ffee85320c891a
  * Uncached buildpack SHA256: e672a43d947f9d84c46ea9e3779a7a8628ac967d7e2a3d493df8c06762040591
          
web-servers-cnb-buildpack 0.15.0
0.15.0
  Components:
  * [buildpack v0.18.0](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.18.0)
          
0.14.4
  Components:
  * [buildpack v0.17.2](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.17.2)
          
0.14.3
  Components:
  * [buildpack v0.17.2](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.17.2)
          
0.14.2
  Components:
  * [buildpack v0.17.1](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.17.1)
          
silk 3.47.0
v3.47.0
  ##  3.47.0
  **Release Date**: July 19, 2024
  ## Changes
  - 🐛 Fixed a race condition in the pre-start script of vxlan-policy-agent that would cause failures if the iptables.lock file's directory was deleted by another process while the pre-start was obtaining a lock.
  - Updated go-loggregator usage to v9
  - Refactored polling logic of vxlan-policy-agent and silk-daemon
  - Bump to go 1.22.5
  ## ✨  Built with go 1.22.5
  **Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.46.0...v3.47.0
  ## Resources
  - [Download release 3.47.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.47.0).
          
smb-volume 3.1.74
v3.1.74
  ## Changes
  * Golang: Updated to v1.22.5 (#428)
          
smoke-tests 4.10.0
staticfile-offline-buildpack 1.6.15
1.6.15
  * Add nginx 1.27.0, remove 1.25
  for stack(s) cflinuxfs3, cflinuxfs4
  * Update default version to 1.27.0
  * Add nginx 1.26.1, remove nginx 1.26.0
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187700030)
  | name | version | cf_stacks |
  |-|-|-|
  | nginx | 1.26.1 | cflinuxfs3 |
  | nginx | 1.26.1 | cflinuxfs4 |
  | nginx | 1.27.0 | cflinuxfs3 |
  | nginx | 1.27.0 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | nginx | 1.27.x |
  * Uncached buildpack SHA256: 07fbf03c80de601a8883e95f21dadd4aa0ac7477c0384a7313428758dca69e70
  * Uncached buildpack SHA256: 4dda82297883722eef1253440b75ed48a415c7cd5adf771377cc7b5ad32271bd
          
statsd-injector 1.11.41
v1.11.41
  ## What's Changed
  * Bump dependencies
  * Bump to go1.21.12
  **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.40...v1.11.41
          
syslog 12.3.0
system-metrics-scraper 4.0.9
v4.0.9
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.21.12
  **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v4.0.8...v4.0.9
          
uaa 77.14.0
v77.14.0
  ## What's Changed
  ### New UAA
  * Bump to [UAA v77.14.0](https://github.com/cloudfoundry/uaa/releases/tag/v77.14.0)
  ### Misc
  * Fixed regression in release before, see https://github.com/cloudfoundry/uaa/issues/2963
  * [Upgrade Bellsoft JDK to version 17.0.12+10](https://github.com/cloudfoundry/uaa-release/commit/f14dc1e3c6adda10f37aca97d4165c3fe26cc7cd)
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.13.0...v77.14.0
          
v77.13.0
  ## What's Changed
  ### New UAA
  * Bump to [UAA v77.13.0](https://github.com/cloudfoundry/uaa/releases/tag/v77.13.0)
  ### Misc
  * Add configuration option for origin check by @strehle in https://github.com/cloudfoundry/uaa-release/pull/914
  * [Upgrade Tomcat to version 9.0.91](https://github.com/cloudfoundry/uaa-release/commit/cb7abbb1265de674249d19f606a161b97d23ef34)
  ### Dependency Bumps
  * Bump minitest from 5.24.0 to 5.24.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/918
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.474 to 0.0.475 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/920
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.475 to 0.0.477 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/921
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.477 to 0.0.478 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/922
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.478 to 0.0.479 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/924
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.12.0...v77.13.0
          
tanzu-jammy-stack 1.0.1

5.0.15

Release Date: 07/08/2024

Caution This release is affected by a known issue for customers who use both Postgres for the TAS for VMs database and TCP Routes. Users who use both Postgres and TCP Routes should not upgrade to this version. This only applies if Postgres is used for the core Cloud Foundry databases, not if apps use Postgres services.

  • [Known Issue] Running cf push --docker-image may fail if specifying the image with SHA256 digests. This will be fixed in a future patch release. Workaround this by using the image tag instead of the digest.
  • [Feature Improvement] Configure JWKS cache in UAA
  • [Feature Improvement] Expose proxy metrics for internal MySQL
  • [Bug Fix] Re-enables parallel applier threads for internal MySQL cluster
  • [Bug Fix] Route Registrar only sends 5 unregistration messages in a row when a route becomes unhealthy. This prevents Gorouter’s logs from filling up with unnecessary, repetitive log messages.
  • Bump backup-and-restore-sdk to version 1.19.22
  • Bump bpm to version 1.2.21
  • Bump capi to version 1.185.0
  • Bump cf-autoscaling to version 250.2.5
  • Bump cf-cli to version 1.64.0
  • Bump cflinuxfs3 to version 0.390.0
  • Bump cflinuxfs4 to version 1.103.0
  • Bump credhub to version 2.12.80
  • Bump diego to version 2.100.0
  • Bump dotnet-core-offline-buildpack to version 2.4.29
  • Bump java-offline-buildpack to version 4.70.0
  • Bump java-native-image-cnb-buildpack to version 0.11.18
  • Bump log-cache to version 3.1.0
  • Bump mapfs to version 1.2.79
  • Bump nats to version 56.21.0
  • Bump nfs-volume to version 7.1.74
  • Bump nginx-offline-buildpack to version 1.2.15
  • Bump otel-collector to version 0.5.0
  • Bump php-offline-buildpack to version 4.6.20
  • Bump push-apps-manager-release to version 677.0.48
  • Bump push-offline-docs-release to version 5.0.564
  • Bump push-usage-service-release to version 674.0.112
  • Bump pxc to version 1.0.29
  • Bump python-offline-buildpack to version 1.8.26
  • Bump routing to version 0.301.0
  • Bump web-servers-cnb-buildpack to version 0.14.1
  • Bump smb-volume to version 3.1.73
  • Bump syslog to version 12.3.0
  • Bump uaa to version 77.12.0
Component Version Release Notes
ubuntu-jammy stemcell 1.486
backup-and-restore-sdk 1.19.22
v1.19.22
  ## Dependencies
  * **storage:** Updated to v1.42.0.
For more information, see [storage](https://github.com/googleapis/google-cloud-go). * **api:** Updated to v0.184.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.19.21
  ## Changes
  * Bump Ruby from 3.2.2 to 3.3.1 (#1715)
  * Bump pcre2 from 10.43 to 10.44 (#1716)
  * Golang: Updated to v1.22.4. (#1714)
  ## Dependencies
  * **net:** Updated to v0.26.0.
For more information, see [net](https://github.com/golang/net). * **api:** Updated to v0.183.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.19.20
  ## Dependencies
  * **bosh-backup-and-restore:** Updated to v1.9.65.
For more information, see [bosh-backup-and-restore](https://github.com/cloudfoundry-incubator/bosh-backup-and-restore). * **v2:** Updated to v2.19.0.
For more information, see [v2](https://github.com/onsi/ginkgo). * **api:** Updated to v0.182.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.19.17
  ## Dependencies
  * **storage:** Updated to v1.41.0.
For more information, see [storage](https://github.com/googleapis/google-cloud-go).
binary-offline-buildpack 1.1.12
bosh-dns-aliases 0.0.4
bpm 1.2.21
capi 1.185.0
cf-autoscaling 250.2.5
v250.2.5
  * Bump dependencies
  * Bump packaged Golang to 1.21.11
  * Fix JSON parsing of CAPI responses that don't using pretty-printing
          
cf-cli 1.64.0
v1.64.0
  ### Included CF CLI versions:
  7.7.10
  8.7.10
          
cf-networking 3.46.0
cflinuxfs3 0.390.0
v0.390.0
  This release ships with cflinuxfs3 version 0.390.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.390.0)
          
v0.389.0
  This release ships with cflinuxfs3 version 0.389.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.389.0)
          
v0.388.0
  This release ships with cflinuxfs3 version 0.388.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs3/releases/tag/0.388.0)
          
cflinuxfs4 1.103.0
v1.103.0
  This release ships with cflinuxfs4 version 1.103.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.103.0)
          
v1.102.0
  This release ships with cflinuxfs4 version 1.102.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.102.0)
          
v1.101.0
  This release ships with cflinuxfs4 version 1.101.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.101.0)
          
v1.100.0
  This release ships with cflinuxfs4 version 1.100.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.100.0)
          
v1.99.0
  This release ships with cflinuxfs4 version 1.99.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.99.0)
          
v1.98.0
  This release ships with cflinuxfs4 version 1.98.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.98.0)
          
v1.97.0
  This release ships with cflinuxfs4 version 1.97.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.97.0)
          
v1.96.0
  This release ships with cflinuxfs4 version 1.96.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.96.0)
          
v1.95.0
  This release ships with cflinuxfs4 version 1.95.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.95.0)
          
v1.94.0
  This release ships with cflinuxfs4 version 1.94.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.94.0)
          
v1.93.0
  This release ships with cflinuxfs4 version 1.93.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.93.0)
          
v1.92.0
  This release ships with cflinuxfs4 version 1.92.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.92.0)
          
count-cores-indicator 2.0.0
credhub 2.12.80
2.12.80
  ## What's Changed
  * Various dependency bumps
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.79...2.12.80
          
2.12.79
  ## What's Changed
  * Build(deps): Bump rspec-expectations from 3.13.0 to 3.13.1 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/221
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.78...2.12.79
          
2.12.78
  ## What's Changed
  * Bumped various dependencies.
  * Added a missing index on `credential_version` table's FK column to `credential` table for PostgreSQL database.
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.77...2.12.78
          
2.12.77
  ## What's Changed
  * Various dependency bumps
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.76...2.12.77
          
2.12.76
  ## What's Changed
  * Build(deps): Bump rubocop from 1.63.5 to 1.64.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/214
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.75...2.12.76
          
diego 2.100.0
v2.100.0
  ## Changes
  - Bumped loggregator usage to loggregator v9 - Thanks @Birdrock!
  - Bumped cfhttp usage to cfhttp v2 - Thanks @jrussett !
  - Bumped go dependency bumps
  ## ✨  Built with go 1.22.3
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.99.0...v2.100.0
  ## Resources
  - [Download release 2.100.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.100.0).
          
dotnet-core-offline-buildpack 2.4.29
2.4.29
  * Remove .NET 7
  * Rebuild node 20.14.0 (#994)
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-sdk 8.0.301, remove dotnet-sdk 8.0.300
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-runtime 6.0.31, remove dotnet-runtime 6.0.30
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-aspnetcore 8.0.6, remove dotnet-aspnetcore 8.0.5
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-sdk 6.0.423, remove dotnet-sdk 6.0.422
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-aspnetcore 6.0.31, remove dotnet-aspnetcore 6.0.30
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-runtime 8.0.6, remove dotnet-runtime 8.0.5
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add node 20.14.0, remove node 20.13.1
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add node 20.13.1, remove node 20.12.2 (#984)
  for stack(s) cflinuxfs4, cflinuxfs3
  | name | version | cf_stacks |
  |-|-|-|
  | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
  | dotnet-aspnetcore | 6.0.31 | cflinuxfs3, cflinuxfs4 |
  | dotnet-aspnetcore | 8.0.6 | cflinuxfs3, cflinuxfs4 |
  | dotnet-runtime | 6.0.31 | cflinuxfs3, cflinuxfs4 |
  | dotnet-runtime | 8.0.6 | cflinuxfs3, cflinuxfs4 |
  | dotnet-sdk | 6.0.423 | cflinuxfs3, cflinuxfs4 |
  | dotnet-sdk | 8.0.301 | cflinuxfs3, cflinuxfs4 |
  | libgdiplus | 6.1 | cflinuxfs3 |
  | libgdiplus | 6.1 | cflinuxfs4 |
  | libunwind | 1.8.1 | cflinuxfs3 |
  | libunwind | 1.8.1 | cflinuxfs4 |
  | node | 20.14.0 | cflinuxfs3 |
  | node | 20.14.0 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | dotnet-runtime | 8.0.x |
  | dotnet-aspnetcore | 8.0.x |
  | dotnet-sdk | 8.0.x |
  | bower | 1.8.x |
  * Uncached buildpack SHA256: 8033951a304d8c4ec2e7f14672b925fdb1a0eec72a1f2b7ebd9008d709cfd0fd
  * Uncached buildpack SHA256: 5cf8cda60cd15159cfc242e53378935c2323c1c7899d8f3136956c62ca9280da
          
garden-runc 1.53.0
go-offline-buildpack 1.10.19
java-offline-buildpack 4.70.0
java-native-image-cnb-buildpack 0.11.18
0.11.18
  Components:
  * [buildpack v0.13.8](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.8)
          
0.11.17
  Components:
  * [buildpack v0.13.7](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.7)
          
0.11.16
  Components:
  * [buildpack v0.13.6](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.6)
          
0.11.15
  Components:
  * [buildpack v0.13.6](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.6)
          
0.11.14
  Components:
  * [buildpack v0.13.6](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.6)
          
0.11.13
  Components:
  * [buildpack v0.13.6](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.6)
          
0.11.12
  Components:
  * [buildpack v0.13.5](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.5)
          
0.11.11
  Components:
  * [buildpack v0.13.5](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.5)
          
0.11.10
  Components:
  * [buildpack v0.13.4](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.4)
          
0.11.9
  Components:
  * [buildpack v0.13.4](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.4)
          
0.11.8
  Components:
  * [buildpack v0.13.4](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.4)
          
0.11.7
  Components:
  * [buildpack v0.13.3](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.3)
          
0.11.6
  Components:
  * [buildpack v0.13.3](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.3)
          
0.11.5
  Components:
  * [buildpack v0.13.2](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.2)
          
0.11.4
  Components:
  * [buildpack v0.13.2](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.2)
          
0.11.3
  Components:
  * [buildpack v0.13.1](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.1)
          
0.11.2
  Components:
  * [buildpack v0.13.1](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.1)
          
0.11.1
  Components:
  * [buildpack v0.13.0](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.0)
          
0.11.0
  Components:
  * [buildpack v0.13.0](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.0)
          
0.10.7
  Components:
  * [buildpack v0.12.6](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.12.6)
          
0.10.6
  Components:
  * [buildpack v0.12.5](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.12.5)
          
0.10.5
  Components:
  * [buildpack v0.12.5](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.12.5)
          
log-cache 3.1.0
v3.1.0
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.21.10
  * Add configuration to make whitespace trimming in log messages optional by @chombium in https://github.com/cloudfoundry/log-cache-release/pull/506
  **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.0.12...v3.1.0
          
loggregator 107.0.14
loggregator-agent 8.1.1
mapfs 1.2.79
v1.2.79
  ## Changes
  * Add final release 1.2.72 [ci skip]
  * Golang: Updated to v1.22.4 (#269)
  * bump mapfs
  ## Dependencies
  * **v2:** Updated to v2.19.0.
For more information, see [v2](https://github.com/onsi/ginkgo). * **mapfs:** Updated to v`756bafb`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
v1.2.72
  ## Changes
  * Add final release 1.2.71 [ci skip]
  * Bump mapfs (#263)
  ## Dependencies
  * **mapfs:** Updated to v`ac01341`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
metric-registrar 4.0.0
metrics-discovery 3.2.24
mysql-monitoring 10.15.0
nats 56.21.0
v56.21.0
  ## Changes
  - Dependency bumps
  ## ✨  Built with go 1.22.4
  **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.20.0...v56.21.0
  ## Resources
  - [Download release 56.21.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.21.0).
          
v56.20.0
  ## Changes
  - Dependency bumps
  ## ✨  Built with go 1.22.3
  **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.19.0...v56.20.0
  ## Resources
  - [Download release 56.20.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.20.0).
          
nfs-volume 7.1.74
v7.1.74
  ## Changes
  * Golang: Updated to v1.22.4 (#963)
          
v7.1.73
  ## Changes
  * Add final release 7.1.72 [ci skip]
  * Use cf create|update-service-broker to register the service (#972)
  * Bump openssl- from 3.3.0 to 3.3.1 (https://github.com/cloudfoundry/nfs-volume-release/pull/959)
  * Golang: Updated to v1.22.4 (https://github.com/cloudfoundry/nfs-volume-release/pull/962)
          
v7.1.72
  ## Changes
  * Add final release 7.1.71 [ci skip]
  * Bump openssl- from 3.3.0 to 3.3.1 (#959)
  * Golang: Updated to v1.22.4 (#962)
          
v7.1.71
  ## Changes
  ## Dependencies
  * **nfsbroker:** Updated to v`b8a1e4c`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker).
v7.1.68
  ## Changes
  * Add final release 7.1.66 [ci skip]
  * Bump submodules (#938)
  ## Dependencies
  * **nfsbroker:** Updated to v`e1d14e4`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker).
nginx-offline-buildpack 1.2.15
1.2.15
  * Add nginx 1.26.1, remove nginx 1.26.0 (#285)
  for stack(s) cflinuxfs3, cflinuxfs4
  | name | version | cf_stacks |
  |-|-|-|
  | nginx | 1.25.5 | cflinuxfs3 |
  | nginx | 1.25.5 | cflinuxfs4 |
  | nginx | 1.26.1 | cflinuxfs3 |
  | nginx | 1.26.1 | cflinuxfs4 |
  | openresty | 1.21.4.2 | cflinuxfs3 |
  | openresty | 1.21.4.2 | cflinuxfs4 |
  | openresty | 1.25.3.1 | cflinuxfs3 |
  | openresty | 1.25.3.1 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | nginx | 1.25.x |
  * Uncached buildpack SHA256: 98463e90b84aabe86f8caf355130d85b560c2b233e919df61d0469fda0a5ae47
  * Uncached buildpack SHA256: 01e3e11ea53e1d3a5bc88c49c43f2b131cedacea2659094b0f43dc7e540307ed
          
nodejs-offline-buildpack 1.8.25
notifications 70.0.0
notifications-ui 47.0.0
otel-collector 0.5.0
v0.5.0
  ## What's Changed
  * Bump otel-collector to v0.103.0 in https://github.com/cloudfoundry/otel-collector-release/pull/28.
  * If you have configured exporters to use persistent queues note that [re-enqueuing of failed batches has been removed](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.92.0).
  * Bump to [go1.21.11](https://groups.google.com/g/golang-announce/c/XbxouI9gY7k/m/TuoGEhxIEwAJ).
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.4.1...v0.5.0
          
php-offline-buildpack 4.6.20
4.6.20
  * Add php 8.1.28, remove php 8.1.26 (#1056)
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187422133)
  * Rebuild php 8.3.6 (#1055)
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187414040)
  * Rebuild php 8.2.18 (#1054)
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187413454)
  * Rebuild php 8.1.27 (#1053)
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/186787155)
  * Rebuild php 8.3.7 (#1058)
  * Rebuild php 8.2.19 (#1057)
  * Add nginx 1.26.1, remove nginx 1.26.0 (#1050)
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187700030)
  * Update php defaults for 8.1.x (#1059)
  * Update New Relic PHP agent to latest (10.21.0.11)
  | name | version | cf_stacks | modules |
  |-|-|-|-|
  | appdynamics | 23.11.0-839 | cflinuxfs3, cflinuxfs4 |  |
  | composer | 2.7.6 | cflinuxfs3, cflinuxfs4 |  |
  | httpd | 2.4.59 | cflinuxfs3 |  |
  | httpd | 2.4.59 | cflinuxfs4 |  |
  | newrelic | 10.21.0.11 | cflinuxfs3, cflinuxfs4 |  |
  | nginx | 1.25.5 | cflinuxfs3 |  |
  | nginx | 1.25.5 | cflinuxfs4 |  |
  | nginx | 1.26.1 | cflinuxfs3 |  |
  | nginx | 1.26.1 | cflinuxfs4 |  |
  | php | 8.1.27 | 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.27 | 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.28 | 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.28 | 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.18 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
  | php | 8.2.18 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
  | php | 8.2.19 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
  | php | 8.2.19 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
  | php | 8.3.6 | 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.3.6 | 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.3.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.3.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 |
  | python | 2.7.18 | cflinuxfs4 |  |
  | ruby | 3.0.5 | cflinuxfs4 |  |
  Default binary versions:
  | name | version |
  |-|-|
  | php | 8.1.27 |
  | httpd | 2.4.59 |
  | newrelic | 10.21.0.11 |
  | nginx | 1.26.1 |
  | composer | 2.7.6 |
  * Uncached buildpack SHA256: 4d4fca70c5cf5ebff88c1ba0844e973c7715fde3400b10076f3b1045c9262a31
  * Uncached buildpack SHA256: bd145ea864adf3c71c72fff90638ab57a3bf5afed057a80d2e991de8fae694e9
          
push-apps-manager-release 677.0.48
677.0.48
  * correct user view of tcp routes. No longer displayed as "https://" and the port is now part of the uri rather then a grey label beside the uri.
          
677.0.47
  * add fix to new routing view
  * fix bug with shared services causing crashes
          
677.0.46
  * New version of the Map route for applications. More dynamic. Allows for creation of tcp routes. Fixes optionality of fields.
          
push-tas-portal-release 0.5.5
push-offline-docs-release 5.0.564
push-usage-service-release 674.0.112
v674.0.112
  ## Changes
  * creating final release 674.0.105
  ## Dependencies
  * **app-usage-service:** Updated to v`4e6bc6a`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.105
  ## Dependencies
  * **app-usage-service:** Updated to v`809e359`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.104
  ## Changes
  * Maintenance release (internal technical work, CI improvements, etc)
          
v674.0.103
  ## Dependencies
  * **app-usage-service:** Updated to v`98e365c`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
pxc 1.0.29
v1.0.29
  ## Release Notes
  **Dependency bumps**
  - Updates packages and dependencies
  **Bugs fixed**
  - Fixes a bug that could lead to the Galera-init job hanging at pre-start phase from a schema deadlock
          
python-offline-buildpack 1.8.26
1.8.26
  * vendored apps with sdist: install common build-time dependencies in staging (#922)
  | name | version | cf_stacks |
  |-|-|-|
  | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
  | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
  | miniconda3-py39 | 24.4.0 | cflinuxfs3, cflinuxfs4 |
  | pip | 24.0 | cflinuxfs3, cflinuxfs4 |
  | pipenv | 2023.12.1 | cflinuxfs3 |
  | pipenv | 2023.12.1 | cflinuxfs4 |
  | python | 3.8.19 | cflinuxfs3 |
  | python | 3.8.19 | cflinuxfs4 |
  | python | 3.9.19 | cflinuxfs3 |
  | python | 3.9.19 | cflinuxfs4 |
  | python | 3.10.14 | cflinuxfs3 |
  | python | 3.10.14 | cflinuxfs4 |
  | python | 3.11.9 | cflinuxfs3 |
  | python | 3.11.9 | cflinuxfs4 |
  | python | 3.12.3 | cflinuxfs3 |
  | python | 3.12.3 | cflinuxfs4 |
  | setuptools | 70.0.0 | cflinuxfs3, cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | python | 3.10.x |
  * Uncached buildpack SHA256: 684e6da0cc826950b436debdabd14c036a0d60461ed6457f1ead6a9fe99a91f7
  * Uncached buildpack SHA256: 2465bb4b302cf9cc20c7785cac068f70e1d0855f8ec8aa37ffee5ead36047be7
          
r-offline-buildpack 1.2.12
routing 0.301.0
v0.301.0
  ## Changes
  - 🐛Fixes a bug introduced in [v0.298.0](https://github.com/cloudfoundry/routing-release/releases/tag/v0.298.0) where the `X-Forwarded-Host` header was incorrectly set for requests containing an `Expect: 100-continue` header. Thanks @maxmoehl !
  ## ✨  Built with go 1.22.4
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.300.0...v0.301.0
  ## Resources
  - [Download release 0.301.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.301.0).
          
v0.300.0
  ## Changes
  - Update route registrar to only send 5 unregistration messages for an unhealthy route - https://github.com/cloudfoundry/route-registrar/pull/46 . Thanks @andy-a-d-nguyen for your first contribution to CF!
  ## ✨  Built with go 1.22.4
  ## Resources
  - [Download release 0.300.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.300.0).
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.299.0...v0.300.0
          
v0.299.0
  ## Changes
  - Bumped to Golang 1.22.4
  - Added ability to enforce strict validation of route service signature. Thanks @maxmoehl, @b1tamara and @plowin !
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/gorouter/spec b/jobs/gorouter/spec
  index 8269440b..60c7b520 100644
  --- a/jobs/gorouter/spec
  +++ b/jobs/gorouter/spec
  @@ -262,6 +262,9 @@ properties:
  router.route_services_timeout:
  description: "Expiry time of a route service signature in seconds"
  default: 60
  +  router.route_services_strict_signature_validation:
  +      description: "Enforce strict validation of a route service signature"
  +      default: false
  router.max_header_kb:
  description: |
  This value controls the maximum number of bytes (in KB) the gorouter will read
  ```
  ## ✨  Built with go 1.22.4
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.298.0...v0.299.0
  ## Resources
  - [Download release 0.299.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.299.0).
          
ruby-offline-buildpack 1.10.15
web-servers-cnb-buildpack 0.14.1
0.14.1
  Components:
  * [buildpack v0.17.1](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.17.1)
          
0.14.0
  Components:
  * [buildpack v0.17.0](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.17.0)
          
0.13.14
  Components:
  * [buildpack v0.16.5](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.5)
          
0.13.13
  Components:
  * [buildpack v0.16.5](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.5)
          
0.13.12
  Components:
  * [buildpack v0.16.5](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.5)
          
0.13.11
  Components:
  * [buildpack v0.16.4](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.4)
          
0.13.10
  Components:
  * [buildpack v0.16.3](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.3)
          
0.13.9
  Components:
  * [buildpack v0.16.3](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.3)
          
0.13.8
  Components:
  * [buildpack v0.16.3](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.3)
          
0.13.7
  Components:
  * [buildpack v0.16.3](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.3)
          
0.13.6
  Components:
  * [buildpack v0.16.3](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.3)
          
0.13.5
  Components:
  * [buildpack v0.16.2](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.2)
          
0.13.4
  Components:
  * [buildpack v0.16.2](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.2)
          
0.13.3
  Components:
  * [buildpack v0.16.2](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.2)
          
silk 3.46.0
smb-volume 3.1.73
v3.1.73
  ## Changes
  ## Dependencies
  * **smbdriver:** Updated to v`9ec4dc3`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.72
  ## Changes
  * Bump smbdriver (#414)
  * Golang: Updated to v1.22.4 (#422)
  * Use cf create|update-service-broker to register the service (#424)
  ## Dependencies
  * **v2:** Updated to v2.19.0.
For more information, see [v2](https://github.com/onsi/ginkgo). * **smbdriver:** Updated to v`4b6cce2`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.69
  ## Changes
  * Add final release 3.1.68 [ci skip]
  ## Dependencies
  * **smbbroker:** Updated to v`da19354`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`6a0de14`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
smoke-tests 4.10.0
staticfile-offline-buildpack 1.6.13
statsd-injector 1.11.40
syslog 12.3.0
v12.3.0
  ## What's Changed
  ### Features
  * Use service command to restart rsyslog, enabling BOSH Lite deployment by @ohkyle in https://github.com/cloudfoundry/syslog-release/pull/178
  ### Maintenance
  * Bump blackbox dependencies
  * Bump packaged Golang to go1.21.11
  ## New Contributors
  * @ohkyle made their first contribution in https://github.com/cloudfoundry/syslog-release/pull/178
  **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.2.5...v12.3.0
          
system-metrics-scraper 4.0.8
uaa 77.12.0
v77.12.0
  ## What's Changed
  ### New UAA
  * Bump to [UAA v77.12.0](https://github.com/cloudfoundry/uaa/releases/tag/v77.12.0)
  ### Misc
  * Enable configuring of cache for Identity providers in UAA by @coolgang123 in https://github.com/cloudfoundry/uaa-release/pull/906
  * Add more configurations for Identity providers in UAA by @strehle in https://github.com/cloudfoundry/uaa-release/pull/913
  ### Dependency Bumps
  * [Upgrade Tomcat to version 9.0.90](https://github.com/cloudfoundry/uaa-release/commit/bf65dd1b02f9b02e86e232eb063908f0a8105cd8)
  * Bump nokogiri from 1.16.5 to 1.16.6 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/907
  * Bump rspec-expectations from 3.13.0 to 3.13.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/908
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.472 to 0.0.473 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/912
  * Bump minitest from 5.23.1 to 5.24.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/915
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.473 to 0.0.474 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/917
  ## New Contributors
  * @coolgang123 made their first contribution in https://github.com/cloudfoundry/uaa-release/pull/906
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.11.0...v77.12.0
          
v77.11.0
  ## What's Changed
  ### New UAA
  * Bump to [UAA v77.11.0](https://github.com/cloudfoundry/uaa/releases/tag/v77.11.0)
  * [Support Alias feature in experimental mode](https://github.com/cloudfoundry/uaa/blob/develop/docs/UAA-Alias-Entities.md)
  * Specification for "login.aliasEntitiesEnabled" Setting by @adrianhoelzl-sap in https://github.com/cloudfoundry/uaa-release/pull/899
  ### Dependency Bumps
  * Bump concurrent-ruby from 1.2.3 to 1.3.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/894
  * Bump mini_portile2 from 2.8.6 to 2.8.7 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/895
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.467 to 0.0.469 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/896
  * Bump activesupport from 7.1.3.3 to 7.1.3.4 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/901
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.469 to 0.0.471 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/900
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.471 to 0.0.472 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/902
  * Bump concurrent-ruby from 1.3.1 to 1.3.3 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/905
  ## New Contributors
  * @adrianhoelzl-sap made their first contribution in https://github.com/cloudfoundry/uaa-release/pull/899
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.10.0...v77.11.0
          
v77.10.0
  ## What's Changed
  ### New UAA
  * Bump to [UAA v77.10.0](https://github.com/cloudfoundry/uaa/releases/tag/v77.10.0)
  ### Misc
  * [Upgrade Bellsoft JDK to version 17.0.11+12](https://github.com/cloudfoundry/uaa-release/commit/6b4ec004cfccbb61d6bd30e935a39af5fd2822a9)
  ### Dependency Bumps
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.463 to 0.0.464 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/873
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.464 to 0.0.465 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/875
  * Bump nokogiri from 1.16.4 to 1.16.5 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/878
  * Bump minitest from 5.22.3 to 5.23.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/879
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.465 to 0.0.466 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/883
  * Ignore bosh-utils bump in uaa v74.5.x branch. by @hsinn0 in https://github.com/cloudfoundry/uaa-release/pull/890
  * Bump activesupport from 7.1.3.2 to 7.1.3.3 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/880
  * Bump minitest from 5.23.0 to 5.23.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/888
  * Bump racc from 1.7.3 to 1.8.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/882
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.466 to 0.0.467 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/893
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.9.0...v77.10.0
          
tanzu-jammy-stack 1.0.1

5.0.14

Release Date: 05/29/2024

  • [Feature Improvement] metric-registrar uses syslog binding cache, reducing load on Cloud Controllers
  • [Bug Fix] Apps-manager large route list display failure
  • [Bug Fix] Remove replication-canary
  • [Bug Fix] App Autoscaler resolves incompatibility with load balancers that reject POST requests without a Content-Length header.
  • [Bug fix] Automatically restart Route Emitter after multiple failed attempts to greet Gorouter. This fixes a rare bug that prevented Route Emitter from being able to register routes.
  • Bump backup-and-restore-sdk to version 1.19.16
  • Bump binary-offline-buildpack to version 1.1.12
  • Bump bpm to version 1.2.19
  • Bump capi to version 1.182.0
  • Bump cf-autoscaling to version 250.2.4
  • Bump cflinuxfs4 to version 1.91.0
  • Bump credhub to version 2.12.75
  • Bump diego to version 2.99.0
  • Bump dotnet-core-offline-buildpack to version 2.4.28
  • Bump garden-runc to version 1.53.0
  • Bump go-offline-buildpack to version 1.10.19
  • Bump java-offline-buildpack to version 4.69.0
  • Bump java-native-image-cnb-buildpack to version 0.10.4
  • Bump mapfs to version 1.2.70
  • Bump metric-registrar to version 4.0.0
  • Bump mysql-monitoring to version 10.15.0
  • Bump nfs-volume to version 7.1.66
  • Bump nodejs-offline-buildpack to version 1.8.25
  • Bump php-offline-buildpack to version 4.6.19
  • Bump push-apps-manager-release to version 677.0.45
  • Bump push-offline-docs-release to version 5.0.545
  • Bump push-usage-service-release to version 674.0.101
  • Bump pxc to version 1.0.28
  • Bump python-offline-buildpack to version 1.8.25
  • Bump r-offline-buildpack to version 1.2.12
  • Bump routing to version 0.298.0
  • Bump ruby-offline-buildpack to version 1.10.15
  • Bump web-servers-cnb-buildpack to version 0.13.2
  • Bump smb-volume to version 3.1.68
  • Bump uaa to version 77.9.0
Component Version Release Notes
ubuntu-jammy stemcell 1.445
backup-and-restore-sdk 1.19.16
v1.19.16
  ## Changes
  * Bump postgresql from 15.6 to 15.7 (#1678)
  ## Dependencies
  * **api:** Updated to v0.180.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.19.15
  ## Changes
  * Bump postgresql from 13.14 to 13.15 (#1677)
  * Golang: Updated to v1.22.3. (#1668)
  ## Dependencies
  * **v2:** Updated to v2.17.3.
For more information, see [v2](https://github.com/onsi/ginkgo). * **net:** Updated to v0.25.0.
For more information, see [net](https://github.com/golang/net). * **api:** Updated to v0.179.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.19.14
  ## Changes
  * Bump ncurses from 6.4 to 6.5 (#1656)
  ## Dependencies
  * **v2:** Updated to v2.17.2.
For more information, see [v2](https://github.com/onsi/ginkgo). * **gomega:** Updated to v1.33.1.
For more information, see [gomega](https://github.com/onsi/gomega). * **oauth2:** Updated to v0.20.0.
For more information, see [oauth2](https://github.com/golang/oauth2). * **api:** Updated to v0.177.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
binary-offline-buildpack 1.1.12
1.1.12
  * Updating github-config
  * add codeowners (#173)
  * Uncached buildpack SHA256: 48e3f0980cb55382272f9a1f0663d75040e4afd799ba92e8469a178a3fee6601
  * Uncached buildpack SHA256: 200bab1ec9b36a75dc79abac3a4c9c22a492893c42960c882a5b53c86b2032fb
  * Uncached buildpack SHA256: a553f16f4728012d86a652136aadaa74647b3a9797f1919ae8b0cc6bda6623fe
  * Uncached buildpack SHA256: 753085c3118851092f580125c938796fec87ccf88e155c61d5d9ecba53bc4c30
          
bosh-dns-aliases 0.0.4
bpm 1.2.19
capi 1.182.0
cf-autoscaling 250.2.4
v250.2.4
  * Ensure Content-Length header is present on client credential grant requests to the UAA. Resolves incompatibility with some load balancers that will reject POST requests that do not provide a Content-Length header. The incompatibility was introduced in v250.1.3.
  * Bump dependencies
          
cf-cli 1.60.0
cf-networking 3.46.0
cflinuxfs3 0.387.0
cflinuxfs4 1.91.0
v1.91.0
  This release ships with cflinuxfs4 version 1.91.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.91.0)
          
v1.90.0
  This release ships with cflinuxfs4 version 1.90.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.90.0)
          
v1.89.0
  This release ships with cflinuxfs4 version 1.89.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.89.0)
          
v1.88.0
  This release ships with cflinuxfs4 version 1.88.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.88.0)
          
v1.87.0
  This release ships with cflinuxfs4 version 1.87.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.87.0)
          
v1.86.0
  This release ships with cflinuxfs4 version 1.86.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.86.0)
          
v1.85.0
  This release ships with cflinuxfs4 version 1.85.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.85.0)
          
v1.84.0
  This release ships with cflinuxfs4 version 1.84.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.84.0)
          
v1.83.0
  This release ships with cflinuxfs4 version 1.83.0. For more information, see the [release notes](https://github.com/cloudfoundry/cflinuxfs4/releases/tag/1.83.0)
          
count-cores-indicator 2.0.0
credhub 2.12.75
2.12.75
  ## Security Fixes
  * Various dependency bumps
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.74...2.12.75
          
2.12.74
  ## Security Fixes
  * Various dependency bumps
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.73...2.12.74
          
2.12.73
  # What's Changed
  ## Security Fix
  * bump org.bouncycastle:bc-fips from 1.0.2.4 to 1.0.2.5 - this addresses CVE-2024-29857.
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.72...2.12.73
          
diego 2.99.0
v2.99.0
  ## Changes
  - Do not remove evacuating actual LRP during cleanup ([rep#53](https://github.com/cloudfoundry/rep/pull/53))
  - Add additional retries when apps make use of credhub for credentials. ([buildpackapplifecycle#71](https://github.com/cloudfoundry/buildpackapplifecycle/pull/71))
  - Prevent panics in BBS by checking for all types of errors ([bbs#95](https://github.com/cloudfoundry/bbs/pull/95))
  - Add retry logic and more explicit failure in router emitter start-up ([router-emitter#34](https://github.com/cloudfoundry/route-emitter/pull/34))
  - Bump envoy blob version to `1.28.3`
  - Go mod dependency bumps
  ## ✨  Built with go 1.22.3
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.98.0...v2.99.0
  ## Resources
  - [Download release 2.99.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.99.0).
          
dotnet-core-offline-buildpack 2.4.28
2.4.28
  * Add dotnet-runtime 6.0.30, remove dotnet-runtime 6.0.29
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-runtime 8.0.5, remove dotnet-runtime 8.0.4
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-sdk 6.0.422, remove dotnet-sdk 6.0.421
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-sdk 8.0.300, remove dotnet-sdk 8.0.204
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-sdk 7.0.409, remove dotnet-sdk 7.0.408
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-aspnetcore 6.0.30, remove dotnet-aspnetcore 6.0.29
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-aspnetcore 7.0.19, remove dotnet-aspnetcore 7.0.18
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-runtime 7.0.19, remove dotnet-runtime 7.0.18
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-aspnetcore 8.0.5, remove dotnet-aspnetcore 8.0.4 (#972)
  for stack(s) cflinuxfs4, cflinuxfs3
  | name | version | cf_stacks |
  |-|-|-|
  | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
  | dotnet-aspnetcore | 6.0.30 | cflinuxfs3, cflinuxfs4 |
  | dotnet-aspnetcore | 7.0.19 | cflinuxfs3, cflinuxfs4 |
  | dotnet-aspnetcore | 8.0.5 | cflinuxfs3, cflinuxfs4 |
  | dotnet-runtime | 6.0.30 | cflinuxfs3, cflinuxfs4 |
  | dotnet-runtime | 7.0.19 | cflinuxfs3, cflinuxfs4 |
  | dotnet-runtime | 8.0.5 | cflinuxfs3, cflinuxfs4 |
  | dotnet-sdk | 6.0.422 | cflinuxfs3, cflinuxfs4 |
  | dotnet-sdk | 7.0.409 | cflinuxfs3, cflinuxfs4 |
  | dotnet-sdk | 8.0.300 | cflinuxfs3, cflinuxfs4 |
  | libgdiplus | 6.1 | cflinuxfs3 |
  | libgdiplus | 6.1 | cflinuxfs4 |
  | libunwind | 1.8.1 | cflinuxfs3 |
  | libunwind | 1.8.1 | cflinuxfs4 |
  | node | 20.12.2 | cflinuxfs3 |
  | node | 20.12.2 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | dotnet-runtime | 8.0.x |
  | dotnet-aspnetcore | 8.0.x |
  | dotnet-sdk | 8.0.x |
  | bower | 1.8.x |
  * Uncached buildpack SHA256: 8c941c4f5e94f26a698251f43416b793c13d223f21778de7c4f254735022b0f5
  * Uncached buildpack SHA256: 53b1022685fe334be0dac2b53b0d36d35f883e08154854194d6257f013a04bae
          
garden-runc 1.53.0
v1.53.0
  ## Changes
  - **DEPRECATION NOTICE** The `garden.experimental_use_containerd_mode_for_processes` property and usage of Garden when run in containerd mode for processes is now deprecated and no longer tested.
  -  **DEFAULT CHANGE** - The default mode for garden containers is now containerd. This has been the default in cf-deployment since 2018.
  -  **REMOVAL OF EXPERIMENTAL FUNCTIONALITY NOTICE**  The experimental option to run the garden server process in rootless mode has been removed, as it did not work as expected and was an abandoned feature.
  - Go package dependency bumps
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/garden-binaries/spec b/jobs/garden-binaries/spec
  index 0433639a..a8a96bae 100644
  --- a/jobs/garden-binaries/spec
  +++ b/jobs/garden-binaries/spec
  @@ -15,7 +15,6 @@ packages:
  - grootfs
  - xfs-progs
  - thresholder
  -  - netplugin-shim
  - dontpanic
  - tini
  diff --git a/jobs/garden/spec b/jobs/garden/spec
  index 027df351..093e53e1 100644
  --- a/jobs/garden/spec
  +++ b/jobs/garden/spec
  @@ -36,7 +36,6 @@ packages:
  - grootfs
  - xfs-progs
  - thresholder
  -  - netplugin-shim
  - dontpanic
  - tini
  @@ -199,10 +198,6 @@ properties:
  description: AppArmor profile to use for unprivileged container processes
  default: garden-default
  -  garden.experimental_rootless_mode:
  -    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:
  @@ -210,8 +205,8 @@ properties:
  default: false
  garden.containerd_mode:
  -    description: "Use containerd for container lifecycle management. NOTE: cannot be used in combination with bpm or rootless"
  -    default: false
  +    description: "Use containerd for container lifecycle management. NOTE: cannot be used in combination with bpm"
  +    default: true
  garden.tcp_keepalive_time:
  description: Sets the `net.ipv4.tcp_keepalive_time` kernel parameter in containers. If not specified, the value from the linux init_net namespace is used.
  @@ -229,7 +224,7 @@ properties:
  description: Sets the `net.ipv4.tcp_retries2` kernel parameter in containers. If not specified, the value from the linux init_net namespace is used.
  garden.experimental_use_containerd_mode_for_processes:
  -    description: "(Under development) Use containerd for container process management. Must be used with containerd_mode also set to true. NOTE: cannot be used in combination with bpm or rootless"
  +    description: "(Deprecated) No longer used/tested."
  default: false
  garden.experimental_cpu_throttling:
  diff --git a/jobs/gats/spec b/jobs/gats/spec
  index 916a35eb..065e3ace 100644
  --- a/jobs/gats/spec
  +++ b/jobs/gats/spec
  @@ -22,12 +22,6 @@ properties:
  garden_test_rootfs:
  description: Test rootfs to use
  default: 'docker:///cloudfoundry/garden-rootfs'
  -  containerd_for_processes:
  -    description: Run GATS with CONTAINERD_FOR_PROCESSES_ENABLED
  -    default: false
  -  rootless:
  -    description: Run GATS with ROOTLESS env var
  -    default: false
  cpu_throttling:
  description: Run GATS with CPU_THROTTLING_ENABLED
  default: false
  ```
  ## ✨  Built with go 1.22.3
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.52.0...v1.53.0
  ## Resources
  - [Download release 1.53.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.53.0).
          
go-offline-buildpack 1.10.19
1.10.19
  * Updating github-config
  * Add go 1.22.3, remove go 1.22.2 (#446)
  for stack(s) cflinuxfs3, cflinuxfs4
  (https://www.pivotaltracker.com/story/show/187563910)
  * Add go 1.21.10, remove go 1.21.9 (#447)
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187563965)
  | 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.21.10 | cflinuxfs3 |
  | go | 1.21.10 | cflinuxfs4 |
  | go | 1.22.3 | cflinuxfs3 |
  | go | 1.22.3 | cflinuxfs4 |
  | godep | 80 | cflinuxfs3 |
  | godep | 80 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | go | 1.21.x |
  * Uncached buildpack SHA256: 01b9a7ec000681208f9b1f11a9c4ae92b2c284f8b07b847856bae56d398bf996
  * Uncached buildpack SHA256: 6d51853911899b58554327ff01c4cf9b0d97ac7e849e6038b010d1b515ff47f6
          
java-offline-buildpack 4.69.0
java-native-image-cnb-buildpack 0.10.4
0.10.4
  Components:
  * [buildpack v0.12.4](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.12.4)
          
log-cache 3.0.12
loggregator 107.0.14
loggregator-agent 8.1.1
mapfs 1.2.70
v1.2.70
  ## Changes
  * Golang: Updated to v1.22.3. (#259)
  ## Dependencies
  * **v2:** Updated to v2.17.3.
For more information, see [v2](https://github.com/onsi/ginkgo). * **mapfs:** Updated to v`0de16f2`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
v1.2.69
  ## Dependencies
  * **v2:** Updated to v2.17.2.
For more information, see [v2](https://github.com/onsi/ginkgo). * **gomega:** Updated to v1.33.1.
For more information, see [gomega](https://github.com/onsi/gomega). * **mapfs:** Updated to v`7f382bc`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
metric-registrar 4.0.0
v4.0.0
  ## What's Changed
  * feat: Discover binding URLs from Binding Cache by @ctlong in https://github.com/pivotal-cf/metric-registrar-release/pull/485
  * delete unused uaa properties by @mkocher in https://github.com/pivotal-cf/metric-registrar-release/pull/487
  **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v3.0.3...v4.0.0
          
v3.0.3
  ## What's Changed
  * Bump dependencies
  * Bump to [go1.21.9](https://groups.google.com/g/golang-announce/c/YgW0sx8mN3M/m/khALNYGdAAAJ)
  **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v3.0.2...v3.0.3
          
v3.0.2
  ## What's Changed
  * Bump dependencies
  * Bump to [go1.21.8](https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg/m/46oA5yPABQAJ)
  **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v3.0.1...v3.0.2
          
v3.0.1
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.21.6
  **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v3.0.0...v3.0.1
          
v3.0.0
  ## What's Changed
  * feat(orchestrator): Update to use CAPI internal API v5 https://github.com/pivotal-cf/metric-registrar-release/pull/340
  * bump dependencies
  **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v2.1.11...v3.0.0
          
metrics-discovery 3.2.24
mysql-monitoring 10.15.0
v10.15.0
  - Updates golang to 1.22.3
          
nats 56.19.0
nfs-volume 7.1.66
v7.1.66
  ## Dependencies
  * **v2:** Updated to v2.17.3.
For more information, see [v2](https://github.com/onsi/ginkgo). * **nfsbroker:** Updated to v`90964d1`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`4d13326`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
v7.1.65
  ## Changes
  * Golang: Updated to v1.22.3 (#920)
  * Bump util-linux from 2.40 to 2.40.1 (#922)
  * Change nfsv3driver statd default port to `41793` (non-ephemeral) (#909)
  * Use newest cf-cli available (#913)
  ## Dependencies
  * **nfsbroker:** Updated to v`071d3d8`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`49ad37b`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
v7.1.64
  ## Dependencies
  * **gomega:** Updated to v1.33.1.
For more information, see [gomega](https://github.com/onsi/gomega). * **nfsbroker:** Updated to v`33b1b44`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`2e98b36`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
nginx-offline-buildpack 1.2.14
nodejs-offline-buildpack 1.8.25
1.8.25
  * Add node 18.20.3, remove node 18.19.1
  for stack(s) cflinuxfs3, cflinuxfs4
  (https://www.pivotaltracker.com/story/show/187642410)
  * Add node 20.13.1, remove node 20.11.1 (#722)
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187563723)
  | name | version | cf_stacks |
  |-|-|-|
  | node | 18.20.2 | cflinuxfs3 |
  | node | 18.20.2 | cflinuxfs4 |
  | node | 18.20.3 | cflinuxfs3 |
  | node | 18.20.3 | cflinuxfs4 |
  | node | 20.12.2 | cflinuxfs3 |
  | node | 20.12.2 | cflinuxfs4 |
  | node | 20.13.1 | cflinuxfs3 |
  | node | 20.13.1 | cflinuxfs4 |
  | python | 3.11.9 | cflinuxfs3 |
  | python | 3.11.9 | cflinuxfs4 |
  | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | node | 18.x |
  | python | 3.11.x |
  * Uncached buildpack SHA256: 725a6a0a45207f1469a6a146883aeccacff70ab2dde4d3c6c68fc98fe86199c9
  * Uncached buildpack SHA256: 85d4df7c4d322005d6730a04245fcf18eb5742ae36523f35598f9f229c20f29a
          
notifications 70.0.0
notifications-ui 47.0.0
otel-collector 0.4.1
php-offline-buildpack 4.6.19
4.6.19
  * Add php 8.3.7, remove php 8.3.4 (#1047) for stack(s) cflinuxfs4, cflinuxfs3
  * Add composer 2.7.6, remove composer 2.7.5 (#1044) for stack(s) cflinuxfs4, cflinuxfs3
  * Add php 8.2.19, remove php 8.2.17 (#1045) for stack(s) cflinuxfs4, cflinuxfs3
  * Add composer 2.7.5, remove composer 2.7.4 (#1043) for stack(s) cflinuxfs4, cflinuxfs3
  * Update default nginx version
  * Add nginx 1.25.5, remove nginx 1.25.4 (#1036)
  * Add nginx 1.26.0 for stack(s) cflinuxfs4, cflinuxfs3
  * Rebuild php 8.2.18 for stack(s) cflinuxfs4, cflinuxfs3
  * Add composer 2.7.4, remove composer 2.7.3 (#1034) for stack(s) cflinuxfs4, cflinuxfs3
  * Add composer 2.7.3, remove composer 2.7.2 (#1033) for stack(s) cflinuxfs4, cflinuxfs3
  | name | version | cf_stacks | modules |
  |-|-|-|-|
  | appdynamics | 23.11.0-839 | cflinuxfs3, cflinuxfs4 |  |
  | composer | 2.7.6 | cflinuxfs3, cflinuxfs4 |  |
  | httpd | 2.4.59 | cflinuxfs3 |  |
  | httpd | 2.4.59 | cflinuxfs4 |  |
  | newrelic | 10.11.0.3 | cflinuxfs3, cflinuxfs4 |  |
  | nginx | 1.25.5 | cflinuxfs3 |  |
  | nginx | 1.25.5 | cflinuxfs4 |  |
  | nginx | 1.26.0 | cflinuxfs3 |  |
  | nginx | 1.26.0 | cflinuxfs4 |  |
  | php | 8.1.26 | 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.26 | 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.27 | 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.27 | 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.18 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
  | php | 8.2.18 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
  | php | 8.2.19 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
  | php | 8.2.19 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
  | php | 8.3.6 | 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.3.6 | 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.3.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.3.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 |
  | python | 2.7.18 | cflinuxfs4 |  |
  | ruby | 3.0.5 | cflinuxfs4 |  |
  Default binary versions:
  | name | version |
  |-|-|
  | php | 8.1.27 |
  | httpd | 2.4.59 |
  | newrelic | 10.11.0.3 |
  | nginx | 1.26.0 |
  | composer | 2.7.6 |
  * Uncached buildpack SHA256: ba1f163a50874979ee5bd6dabd5ea95c30e59fe0beb23544ca0d949fdacae635
  * Uncached buildpack SHA256: 11f5e960ee8c953802cc3112c390abb0caa972b0967c6885aaf557bd4219f15f
          
push-apps-manager-release 677.0.45
677.0.45
  ## What's Changed
  fix http:414 caused by customers with more than 200 routes. This fix is for the service binding pages.
          
677.0.44
  * update dependencies
          
677.0.43
  * Add doc link to autoscaler rule add/edit flyout
  * Change default threshold for CPU Entitlement rules in App Autoscaling
  * Fix issue with self hosted service_instances affecting the service instance quota in apps man header
  * Make the documentation clearer for airgapped/non-airgapped environments
          
push-tas-portal-release 0.5.5
push-offline-docs-release 5.0.545
push-usage-service-release 674.0.101
v674.0.101
  ## Dependencies
  * **app-usage-service:** Updated to v`0b882d3`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.100
  ## Changes
  * Avoid leaking creds from env var if possible (#578)
  ## Dependencies
  * **app-usage-service:** Updated to v`e850c40`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.99
  ## Dependencies
  * **app-usage-service:** Updated to v`9d527f6`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
pxc 1.0.28
v1.0.28
  **Dependency bumps**
  - Updates golang to 1.22.3
          
python-offline-buildpack 1.8.25
1.8.25
  * Add miniconda3-py39 24.4.0, remove miniconda3-py39 24.3.0 (#917)
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187637426)
  * Add setuptools 70.0.0, remove setuptools 69.5.1 (#918)
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187641872)
  * Add miniconda3-py39 24.3.0, remove miniconda3-py39 24.1.2
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187433355)
  | name | version | cf_stacks |
  |-|-|-|
  | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
  | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
  | miniconda3-py39 | 24.4.0 | cflinuxfs3, cflinuxfs4 |
  | pip | 24.0 | cflinuxfs3, cflinuxfs4 |
  | pipenv | 2023.12.1 | cflinuxfs3 |
  | pipenv | 2023.12.1 | cflinuxfs4 |
  | python | 3.8.19 | cflinuxfs3 |
  | python | 3.8.19 | cflinuxfs4 |
  | python | 3.9.19 | cflinuxfs3 |
  | python | 3.9.19 | cflinuxfs4 |
  | python | 3.10.14 | cflinuxfs3 |
  | python | 3.10.14 | cflinuxfs4 |
  | python | 3.11.9 | cflinuxfs3 |
  | python | 3.11.9 | cflinuxfs4 |
  | python | 3.12.3 | cflinuxfs3 |
  | python | 3.12.3 | cflinuxfs4 |
  | setuptools | 70.0.0 | cflinuxfs3, cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | python | 3.10.x |
  * Uncached buildpack SHA256: 5c5ce4eb1a7f3784963234075467784df417b8fd92fe6d0c5ad77d1829f9025e
  * Uncached buildpack SHA256: 0cb3bac356825d8220fa522bdb6bb7ce3ef682b6cc974346da9b3c75778a5ac3
          
r-offline-buildpack 1.2.12
1.2.12
  * Remove R 3.6 (old version)
  * Add r 4.4.0 for stack(s) cflinuxfs3, cflinuxfs4
  with dependencies for stack cflinuxfs3: forecast 8.22.0, plumber 1.2.2, rserve 1.8.13, shiny 1.8.1.1
  with dependencies for stack cflinuxfs4: forecast 8.22.0, plumber 1.2.2, rserve 1.8.13, shiny 1.8.1.1
  | name | version | cf_stacks | modules |
  |-|-|-|-|
  | r | 4.2.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
  | r | 4.2.3 | cflinuxfs4 | forecast, plumber, rserve, shiny |
  | r | 4.3.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
  | r | 4.3.3 | cflinuxfs4 | forecast, plumber, rserve, shiny |
  | r | 4.4.0 | cflinuxfs3 | forecast, plumber, rserve, shiny |
  | r | 4.4.0 | cflinuxfs4 | forecast, plumber, rserve, shiny |
  * Uncached buildpack SHA256: c2bfdb323e374eec2f7306d9f97393d017a6cc176568a29e4a7aef6125a1efb1
  * Uncached buildpack SHA256: 33b434519fa21656243a448f40d368c93d5498a8528d1331fb9beb85f1d1c76e
          
routing 0.298.0
v0.298.0
  ## Changes
  - :bug: Improve support for requests using the Expect: 100-continue header.
  - :bug: The missing_content_length_header metric introduced in 0.297.0 has been renamed  to empty_content_length_header for more accuracy. Thanks @peanball!
  - :bug: The empty_content_length_header was fixed to more accurately capture events when the content-length header of a request was empty. Previously extra request types were being included erroneously.
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/gorouter/spec b/jobs/gorouter/spec
  index 712a761f..8269440b 100644
  --- a/jobs/gorouter/spec
  +++ b/jobs/gorouter/spec
  @@ -306,6 +306,9 @@ properties:
  router.keep_alive_probe_interval:
  default: 1s
  description: Interval between TCP keep alive probes. Value is a string (e.g. "10s")
  +  router.keep_alive_100_continue_requests:
  +    description: "If set gorouter reuses backend connection for requests expecting 100-Continue"
  +    default: false
  router.force_forwarded_proto_https:
  description: "Enables setting X-Forwarded-Proto header if SSL termination happened upstream and incorrectly set the header value. When this property is set to true gorouter sets the header X-Forwarded-Proto to https. When this value set to false, gorouter set the header X-Forwarded-Proto to the protocol of the incoming request"
  default: false
  ```
  ## ✨  Built with go 1.22.3
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.297.0...v0.298.0
  ## Resources
  - [Download release 0.298.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.298.0).
          
v0.297.0
  ## Changes
  - **🐛FIXES KNOWN ISSUE** Gorouter now correctly returns the status code provided by backends for workflows using 100-continue, or other 1xx interim status codes.  Thanks for catching this @plowin @domdom82 and thanks @geofffranks for the quick fix!
  - 🐛The TLS listener for the health status endpoint in gorouter now handles custom cipher-suites that do not include any of the required HTTP/2 ciphers. Thanks @MarcPaquette + @geofffranks!
  - 🐛 Failing to establish a TCP connection to a backend no longer causes a panic when setting up a WebSocket connection. Thanks @domdom82!
  - ✨The health status endpoint for gorouter is now able to log error messages encountered when it starts up, to aid in troubleshooting. Thanks @MarcPaquette and @geofffranks !
  - ✨Gorouter now provides a `missing_content_length_header` metric that will flag requests that would have been hit by Golang 1.22's new check to reject requests that have an empty content-length header. This can be used to determine if an environment will be affected by disabling the `go.httplaxcontentlength` gorouter property. Thanks @mariash!
  - **NOTE:** The metric is counting requests unaffected by the new golang behavior and will be updated in 0.298.0+, where it is also renamed to `empty_content_length_header`.
  - ✨Route registrar now allows operators to specify load blancing algorithms for individual routes. Thanks @b1tamara and @domdom82 !
  - Bumped to golang 1.22.3
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/route_registrar/spec b/jobs/route_registrar/spec
  index c51dbb9f..de81a0e8 100644
  --- a/jobs/route_registrar/spec
  +++ b/jobs/route_registrar/spec
  @@ -125,7 +125,8 @@ properties:
  with error, the route is unregistered.
  router_group (required, string, for tcp routes): Name of the router group to which the TCP route should be added.
  external_port (required, string, for tcp routes): Port that the TCP router will listen on.
  -        server_cert_domain_name_modifier (optional, string, for sni routes): a regex replace to help with complicated hostnames
  +        server_cert_domain_name_modifier (optional, string, for sni routes): a regex replace to help with complicated hostnames.
  +        options (optional, object, for http routes): Custom per-route options
  health_check object
  name (required, string): Human-readable reference for the healthcheck
  @@ -135,6 +136,9 @@ properties:
  the script is terminated with `SIGKILL` and the route is unregistered. Value is a string (e.g. "10s") and must parse to a positive time duration i.e. "-5s" is not permitted. Must be less than the value of `registration_interval`.
  Default: Half of the value of `registration_interval`
  +      options object
  +        lb_algo (optional, string): Load balancing algorithm for routing incoming requests to the backend: 'round-robin' or 'least-connection'. In cases where this option is not specified, the algorithm defined in gorouter spec is applied.
  +
  example: |
  - name: my-service
  uris:
  @@ -150,6 +154,8 @@ properties:
  script_path: /path/to/script
  timeout: 5s
  route_service_url: https://my-oauth-proxy-route-service.example.com
  +        options:
  +          lb_algo: least-connection
  - name: my-tls-endpoint
  tls_port: 12346
  server_cert_domain_san: "my-tls-endpoint.internal.com"
  ```
  ## ✨  Built with go 1.22.3
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.296.0...v0.297.0
  ## Resources
  - [Download release 0.297.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.297.0).
          
ruby-offline-buildpack 1.10.15
1.10.15
  * Add jruby 9.4.7.0, remove jruby 9.4.6.0 (#939)
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add bundler 2.5.10, remove bundler 2.5.9 (#941)
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add rubygems 3.5.10, remove rubygems 3.5.9 (#942)
  for stack(s) cflinuxfs4, cflinuxfs3
  | name | version | cf_stacks |
  |-|-|-|
  | bundler | 2.5.10 | cflinuxfs3, cflinuxfs4 |
  | jruby | 9.4.7.0 | cflinuxfs3 |
  | jruby | 9.4.7.0 | cflinuxfs4 |
  | node | 20.12.2 | cflinuxfs3 |
  | node | 20.12.2 | cflinuxfs4 |
  | openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 |
  | ruby | 3.1.4 | cflinuxfs3 |
  | ruby | 3.1.4 | cflinuxfs4 |
  | ruby | 3.1.5 | cflinuxfs3 |
  | ruby | 3.1.5 | cflinuxfs4 |
  | ruby | 3.2.2 | cflinuxfs3 |
  | ruby | 3.2.2 | cflinuxfs4 |
  | ruby | 3.2.3 | cflinuxfs3 |
  | ruby | 3.2.3 | cflinuxfs4 |
  | ruby | 3.2.4 | cflinuxfs3 |
  | ruby | 3.2.4 | cflinuxfs4 |
  | ruby | 3.3.0 | cflinuxfs3 |
  | ruby | 3.3.0 | cflinuxfs4 |
  | ruby | 3.3.1 | cflinuxfs3 |
  | ruby | 3.3.1 | cflinuxfs4 |
  | rubygems | 3.5.10 | cflinuxfs3, cflinuxfs4 |
  | yarn | 1.22.22 | cflinuxfs3, cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | ruby | 3.2.x |
  * Uncached buildpack SHA256: 7a017a3df73e6142992e55c7a6f9d906199fc57d7dbb2e8a04a73fc86e159221
  * Uncached buildpack SHA256: c6ec2510015faf48b68f5026e4a7f5421bbd3e8a35fec342a89adfa3df753950
          
web-servers-cnb-buildpack 0.13.2
0.13.2
  Components:
  * [buildpack v0.16.1](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.1)
          
0.13.1
  Components:
  * [buildpack v0.16.1](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.1)
          
silk 3.46.0
smb-volume 3.1.68
v3.1.68
  ## Changes
  * Golang: Updated to v1.22.3 (#408)
  ## Dependencies
  * **v2:** Updated to v2.17.3.
For more information, see [v2](https://github.com/onsi/ginkgo). * **smbbroker:** Updated to v`17a844f`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`9ccf77c`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.67
  ## Changes
  * Use newest cf-cli available (#405)
  ## Dependencies
  * **v2:** Updated to v2.17.2.
For more information, see [v2](https://github.com/onsi/ginkgo). * **gomega:** Updated to v1.33.1.
For more information, see [gomega](https://github.com/onsi/gomega). * **smbbroker:** Updated to v`490615c`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`fa2b5d0`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
smoke-tests 4.10.0
staticfile-offline-buildpack 1.6.13
statsd-injector 1.11.40
syslog 12.2.5
system-metrics-scraper 4.0.8
uaa 77.9.0
v77.9.0
  ## What's Changed
  ### New UAA
  * Bump to [UAA v77.9.0](https://github.com/cloudfoundry/uaa/releases/tag/v77.9.0)
  ### Misc
  * fix: update java version by @Tallicia in https://github.com/cloudfoundry/uaa-release/pull/861
  * fix issue #856 by @strehle in https://github.com/cloudfoundry/uaa-release/pull/857
  ### Dependency Bumps
  * [Upgrade Tomcat to version 9.0.89](https://github.com/cloudfoundry/uaa-release/commit/153829329852ed06f65b62ead33651962510063b)
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.459 to 0.0.461 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/864
  * Bump i18n from 1.14.4 to 1.14.5 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/866
  * Bump bigdecimal from 3.1.7 to 3.1.8 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/867
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.461 to 0.0.463 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/869
  * Bump rspec-mocks from 3.13.0 to 3.13.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/870
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.8.0...v77.9.0
          
tanzu-jammy-stack 1.0.1

5.0.13

Release Date: 05/03/2024

Caution This release is susceptible to a known issue where Gorouter returns an incorrect HTTP status code in response to requests with an "HTTP 100 Continue" interim status header. To resolve this issue, see the Broadcom Knowledge Base article Gorouter Returns wrong HTTP response code to client when the request flow uses HTTP 100-continue.

  • [Feature Improvement] TAS Portal Errand not enabled by default
  • [Bug Fix] Reduce load on Cloud Controller from syslog drain fetching in Syslog Binding Cache and Metric Registrar. In certain instances Cloud Controllers may become unresponsive without this bug fix if they can not handle the load
  • [Bug Fix] In certain instances Cloud Controllers may become unresponsive because of the load generated by metric-registrar 3.0.0-3.0.3. Rolling back to 2.1.14 will not have any user visible effects and will reduce the load on Cloud Controller substantially.
  • Bump loggregator-agent to version 8.1.1
  • Bump metric-registrar to version 2.1.14
  • Bump mysql-monitoring to version 10.14.0
  • Bump nginx-offline-buildpack to version 1.2.14
  • Bump push-offline-docs-release to version 5.0.517
  • Bump ruby-offline-buildpack to version 1.10.14
  • Bump staticfile-offline-buildpack to version 1.6.13
  • Bump uaa to version 77.8.0
Component Version Release Notes
ubuntu-jammy stemcell 1.423
backup-and-restore-sdk 1.19.12
binary-offline-buildpack 1.1.11
bosh-dns-aliases 0.0.4
bpm 1.2.18
capi 1.180.0
cf-autoscaling 250.2.3
cf-cli 1.60.0
cf-networking 3.46.0
cflinuxfs3 0.387.0
cflinuxfs4 1.82.0
count-cores-indicator 2.0.0
credhub 2.12.72
diego 2.98.0
dotnet-core-offline-buildpack 2.4.27
garden-runc 1.52.0
go-offline-buildpack 1.10.18
java-offline-buildpack 4.68.0
java-native-image-cnb-buildpack 0.10.3
log-cache 3.0.12
loggregator 107.0.14
loggregator-agent 8.1.1
v8.1.1
  ## What's Changed
  * Bump dependencies
  * Fix Syslog Binding Cache polling to wait for the entire polling interval between each operation in https://github.com/cloudfoundry/loggregator-agent-release/pull/572
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.1.0...v8.1.1
          
mapfs 1.2.68
metric-registrar 2.1.14
metrics-discovery 3.2.24
mysql-monitoring 10.14.0
v10.14.0
  - Removing indicator protocol
  - Dependency bumps
          
nats 56.19.0
nfs-volume 7.1.63
nginx-offline-buildpack 1.2.14
1.2.14
  * Add nginx 1.26.0, remove nginx 1.24.0
  for stack(s) cflinuxfs3, cflinuxfs4
  (https://www.pivotaltracker.com/story/show/187519044)
  * Add nginx 1.25.5, remove nginx 1.25.4
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187441840)
  | name | version | cf_stacks |
  |-|-|-|
  | nginx | 1.25.5 | cflinuxfs3 |
  | nginx | 1.25.5 | cflinuxfs4 |
  | nginx | 1.26.0 | cflinuxfs3 |
  | nginx | 1.26.0 | cflinuxfs4 |
  | openresty | 1.21.4.2 | cflinuxfs3 |
  | openresty | 1.21.4.2 | cflinuxfs4 |
  | openresty | 1.25.3.1 | cflinuxfs3 |
  | openresty | 1.25.3.1 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | nginx | 1.25.x |
  * Uncached buildpack SHA256: ba7b84c47b0dae826bb0b29d4013843b74e2dfbaf9096a896bd122c6ee04b780
  * Uncached buildpack SHA256: 65aa6409a9972b8741989cf7da65b7bff4a93057b5e375b4f802e4910bf923ba
          
nodejs-offline-buildpack 1.8.24
notifications 70.0.0
notifications-ui 47.0.0
otel-collector 0.4.1
php-offline-buildpack 4.6.18
push-apps-manager-release 677.0.42
push-tas-portal-release 0.5.5
push-offline-docs-release 5.0.517
push-usage-service-release 674.0.98
pxc 1.0.27
python-offline-buildpack 1.8.23
r-offline-buildpack 1.2.11
routing 0.296.0
ruby-offline-buildpack 1.10.14
1.10.14
  * Add ruby 3.3.1
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add ruby 3.2.4, remove ruby 3.2.2 (#936)
  for stack(s) cflinuxfs4, cflinuxfs3 [#187500229]
  * Add ruby 3.1.5, remove ruby 3.1.3 (#938)
  for stack(s) cflinuxfs3, cflinuxfs4
  | name | version | cf_stacks |
  |-|-|-|
  | bundler | 2.5.9 | cflinuxfs3, cflinuxfs4 |
  | jruby | 9.4.6.0 | cflinuxfs3 |
  | jruby | 9.4.6.0 | cflinuxfs4 |
  | node | 20.12.2 | cflinuxfs3 |
  | node | 20.12.2 | cflinuxfs4 |
  | openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 |
  | ruby | 3.1.4 | cflinuxfs3 |
  | ruby | 3.1.4 | cflinuxfs4 |
  | ruby | 3.1.5 | cflinuxfs3 |
  | ruby | 3.1.5 | cflinuxfs4 |
  | ruby | 3.2.2 | cflinuxfs3 |
  | ruby | 3.2.2 | cflinuxfs4 |
  | ruby | 3.2.3 | cflinuxfs3 |
  | ruby | 3.2.3 | cflinuxfs4 |
  | ruby | 3.2.4 | cflinuxfs3 |
  | ruby | 3.2.4 | cflinuxfs4 |
  | ruby | 3.3.0 | cflinuxfs3 |
  | ruby | 3.3.0 | cflinuxfs4 |
  | ruby | 3.3.1 | cflinuxfs3 |
  | ruby | 3.3.1 | cflinuxfs4 |
  | rubygems | 3.5.9 | cflinuxfs3, cflinuxfs4 |
  | yarn | 1.22.22 | cflinuxfs3, cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | ruby | 3.2.x |
  * Uncached buildpack SHA256: 7bd144c9f55ac9e90d05ca43af8359923ade9de084c87f280560af3deb077307
  * Uncached buildpack SHA256: 008265316f8b74a066e5a5198c39a75b78514c7b458952f151fc52c858d079ff
          
web-servers-cnb-buildpack 0.13.0
silk 3.46.0
smb-volume 3.1.66
smoke-tests 4.10.0
staticfile-offline-buildpack 1.6.13
1.6.13
  * Add nginx 1.26.0, remove 1.24.0
  for stack(s) cflinuxfs3, cflinuxfs4
  (https://www.pivotaltracker.com/story/show/187519048)
  * Add nginx 1.25.5, remove nginx 1.25.4
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187441964)
  * add codeowners (#418)
  | name | version | cf_stacks |
  |-|-|-|
  | nginx | 1.25.5 | cflinuxfs3 |
  | nginx | 1.25.5 | cflinuxfs4 |
  | nginx | 1.26.0 | cflinuxfs3 |
  | nginx | 1.26.0 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | nginx | 1.25.x |
  * Uncached buildpack SHA256: 4ab6f2a4d8f132e0a07451ef6eff3c138e08990b1de36b5bb6d5c9630f3fe192
  * Uncached buildpack SHA256: d8d6617a7c62b626309260dd455720b227d7e1487bed54a7d6d56aad2251106e
          
statsd-injector 1.11.40
syslog 12.2.5
system-metrics-scraper 4.0.8
uaa 77.8.0
v77.8.0
  ## What's Changed
  ### New UAA
  * Bump to [UAA v77.8.0](https://github.com/cloudfoundry/uaa/releases/tag/v77.8.0)
  ### Misc
  * fix: MySQL Performance Issues in "/ids/Users" Endpoint - [Set DB case-insensitivity flag in SimpleSearchQueryConverter](https://github.com/cloudfoundry/uaa/commit/38a2048f7285850cc5e1cb8bd996175b9b76c185)
  ### Dependency Bumps
  * Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/860
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.7.0...v77.8.0
          
tanzu-jammy-stack 1.0.1

5.0.12

Release Date: 05/01/2024

Caution This release is susceptible to a known issue where Gorouter returns an incorrect HTTP status code in response to requests with an "HTTP 100 Continue" interim status header. To resolve this issue, see the Broadcom Knowledge Base article Gorouter Returns wrong HTTP response code to client when the request flow uses HTTP 100-continue.

  • [Bug fix] Fixed a database performance problem for UAA using MySQL with a large number of users
  • Bump backup-and-restore-sdk to version 1.19.12
  • Bump binary-offline-buildpack to version 1.1.11
  • Bump capi to version 1.180.0
  • Bump cf-autoscaling to version 250.2.3
  • Bump cf-networking to version 3.46.0
  • Bump credhub to version 2.12.72
  • Bump diego to version 2.98.0
  • Bump dotnet-core-offline-buildpack to version 2.4.27
  • Bump garden-runc to version 1.52.0
  • Bump go-offline-buildpack to version 1.10.18
  • Bump java-offline-buildpack to version 4.68.0
  • Bump java-native-image-cnb-buildpack to version 0.10.3
  • Bump loggregator-agent to version 8.1.0
  • Bump mapfs to version 1.2.68
  • Bump nats to version 56.19.0
  • Bump nfs-volume to version 7.1.63
  • Bump nginx-offline-buildpack to version 1.2.13
  • Bump nodejs-offline-buildpack to version 1.8.24
  • Bump notifications to version 70.0.0
  • Bump php-offline-buildpack to version 4.6.18
  • Bump push-offline-docs-release to version 5.0.515
  • Bump push-usage-service-release to version 674.0.98
  • Bump pxc to version 1.0.27
  • Bump python-offline-buildpack to version 1.8.23
  • Bump r-offline-buildpack to version 1.2.11
  • Bump routing to version 0.296.0
  • Bump ruby-offline-buildpack to version 1.10.13
  • Bump web-servers-cnb-buildpack to version 0.13.0
  • Bump silk to version 3.46.0
  • Bump smb-volume to version 3.1.66
  • Bump staticfile-offline-buildpack to version 1.6.12
  • Bump syslog to version 12.2.5
  • Bump uaa to version 77.7.0
Component Version Release Notes
ubuntu-jammy stemcell 1.423
backup-and-restore-sdk 1.19.12
v1.19.12
  ## Dependencies
  * **gomega:** Updated to v1.33.0.
For more information, see [gomega](https://github.com/onsi/gomega). * **net:** Updated to v0.23.0.
For more information, see [net](https://github.com/golang/net). * **api:** Updated to v0.175.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.19.11
  ## Dependencies
  * **azblob:** Updated to v1.3.2.
For more information, see [azblob](https://github.com/Azure/azure-sdk-for-go). * **bosh-backup-and-restore:** Updated to v1.9.63.
For more information, see [bosh-backup-and-restore](https://github.com/cloudfoundry-incubator/bosh-backup-and-restore).
binary-offline-buildpack 1.1.11
1.1.11
  * Updating github-config (#171)
  * Uncached buildpack SHA256: 2fdf5a579b79fdf13f372e3f5b4b629e9aae874ce6f0dd2c45e40677ca0cfab8
  * Uncached buildpack SHA256: 7ed9c48549bde198c89f9f30a0d41f15a2d210a2c64762bd5fb5aa72a8b0d7d6
  * Uncached buildpack SHA256: bb0ef600ab0f007d47e0094289529cc2a5c8e35ad0c870aeee97e23bcbb9bd08
  * Uncached buildpack SHA256: 0178f96db779db196fd56d031ff87116af8f2f8d1bfcd82c563317ffe1ff2d13
          
bosh-dns-aliases 0.0.4
bpm 1.2.18
capi 1.180.0
cf-autoscaling 250.2.3
v250.2.3
  ## What's Changed
  * Bump dependencies
          
cf-cli 1.60.0
cf-networking 3.46.0
v3.46.0
  ## Changes
  - Bump Golang to 1.22
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/performance-test-sd/spec b/jobs/performance-test-sd/spec
  index c89d50f5..0583340e 100644
  --- a/jobs/performance-test-sd/spec
  +++ b/jobs/performance-test-sd/spec
  @@ -6,7 +6,7 @@ templates:
  config.json.erb: config.json
  packages:
  -  - golang-1.21-linux
  +  - golang-1.22-linux
  - performance-test-sd
  consumes:
  ```
  ## ✨  Built with go 1.22.2
  **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.45.0...v3.46.0
  ## Resources
  - [Download release 3.46.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.46.0).
          
cflinuxfs3 0.387.0
cflinuxfs4 1.82.0
count-cores-indicator 2.0.0
credhub 2.12.72
2.12.72
  Various dependency security bumps
          
2.12.71
  ## Security Fixes
  * Various dependency bumps
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.70...2.12.71
          
2.12.70
  # What's Changed
  ## Bug Fixes
  * Fixed issue #231 [CredHub accumulates orphaned data in the the encrypted_value table](https://github.com/cloudfoundry/credhub/issues/231)
  ## Security Fixes
  * Various dependency bumps
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.69...2.12.70
          
2.12.69
  ## Security fixes
  * Bumped nettty-codec-http to fix CVE-2024-29025.
  ## What's Changed
  * Documented how to clean up orphaned encrypted_value records.
  * Removed a fix that was released in 2.12.67 for a bug that caused CredHub to leave orphaned encrypted_value records - it required permissions for adding triggers to the database that are not available in some databases.
  * Various dependency bumps.
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.66...2.12.69
          
2.12.67
  ## What's Changed
  ### ⚠️  Known Issues
  * This CredHub release might fail to start if CredHub is configured with a database vendor that enforces additional access control on database triggers creation (e.g. Amazon RDS), as this release will attempt to create database triggers at start time. This issue is still under investigation. We recommend that you do not use this release if you are using vendors like Amazon RDS.
  ### Fixes
  * Fixed issue #231 [CredHub accumulates orphaned data in the the encrypted_value table](cloudfoundry/credhub/issues/231)
  ### Dependency Bumps
  * Build(deps): bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre
  * Build(deps): bump org.postgresql:postgresql from 42.7.2 to 42.7.3
  * Build(deps): bump com.google.api.grpc:proto-google-common-protos
  * Build(deps): bump org.owasp:dependency-check-gradle from 9.0.9 to 9.0.10
  **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.66...2.12.67
          
diego 2.98.0
v2.98.0
  ## Changes
  - Update Golang to 1.22
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/vizzini/spec b/jobs/vizzini/spec
  index 7eb920159..d61278357 100644
  --- a/jobs/vizzini/spec
  +++ b/jobs/vizzini/spec
  @@ -1,7 +1,7 @@
  ---
  name: vizzini
  packages:
  -  - golang-1.21-linux
  +  - golang-1.22-linux
  - vizzini
  templates:
  ```
  ## ✨  Built with go 1.22.2
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.97.0...v2.98.0
  ## Resources
  - [Download release 2.98.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.98.0).
          
dotnet-core-offline-buildpack 2.4.27
2.4.27
  * Update default .NET Core version in buildpack from 6.0.x to 8.0.x
  * Add dotnet-runtime 6.0.29, remove dotnet-runtime 6.0.28 for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-runtime 7.0.18, remove dotnet-runtime 7.0.17 for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-runtime 8.0.4, remove dotnet-runtime 8.0.3 for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-sdk 6.0.421, remove dotnet-sdk 6.0.420 for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-sdk 7.0.408, remove dotnet-sdk 7.0.407 for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-sdk 8.0.204, remove dotnet-sdk 8.0.203 for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-aspnetcore 6.0.29, remove dotnet-aspnetcore 6.0.28 for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-aspnetcore 7.0.18, remove dotnet-aspnetcore 7.0.17 for stack(s) cflinuxfs4, cflinuxfs3
  * Add dotnet-aspnetcore 8.0.4, remove dotnet-aspnetcore 8.0.3 for stack(s) cflinuxfs4, cflinuxfs3
  * Add node 20.12.2, remove node 20.11.1 for stack(s) cflinuxfs3, cflinuxfs4
  | name | version | cf_stacks |
  |-|-|-|
  | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 |
  | dotnet-aspnetcore | 6.0.29 | cflinuxfs3, cflinuxfs4 |
  | dotnet-aspnetcore | 7.0.18 | cflinuxfs3, cflinuxfs4 |
  | dotnet-aspnetcore | 8.0.4 | cflinuxfs3, cflinuxfs4 |
  | dotnet-runtime | 6.0.29 | cflinuxfs3, cflinuxfs4 |
  | dotnet-runtime | 7.0.18 | cflinuxfs3, cflinuxfs4 |
  | dotnet-runtime | 8.0.4 | cflinuxfs3, cflinuxfs4 |
  | dotnet-sdk | 6.0.421 | cflinuxfs3, cflinuxfs4 |
  | dotnet-sdk | 7.0.408 | cflinuxfs3, cflinuxfs4 |
  | dotnet-sdk | 8.0.204 | cflinuxfs3, cflinuxfs4 |
  | libgdiplus | 6.1 | cflinuxfs3 |
  | libgdiplus | 6.1 | cflinuxfs4 |
  | libunwind | 1.8.1 | cflinuxfs3 |
  | libunwind | 1.8.1 | cflinuxfs4 |
  | node | 20.12.2 | cflinuxfs3 |
  | node | 20.12.2 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | dotnet-runtime | 8.0.x |
  | dotnet-aspnetcore | 8.0.x |
  | dotnet-sdk | 8.0.x |
  | bower | 1.8.x |
  * Uncached buildpack SHA256: 1d70ed8764000483b61bd54e8b63b4ced2cace1e5ba65a1516425b1f848cf755
  * Uncached buildpack SHA256: 6093eff801445ac688841553e40f9c760be0385d3008b12f99b8d96bc83d16b5
          
garden-runc 1.52.0
v1.52.0
  ## Changes
  - Bump Golang to 1.22
  ## ✨  Built with go 1.22.2
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.51.0...v1.52.0
  ## Resources
  - [Download release 1.52.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.52.0).
          
go-offline-buildpack 1.10.18
1.10.18
  * Add go 1.21.9, remove go 1.21.8 for stack(s) cflinuxfs3, cflinuxfs4 (#441)
  * Add go 1.22.2, remove go 1.22.1 for stack(s) cflinuxfs3, cflinuxfs4 (#442)
  | 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.21.9 | cflinuxfs3 |
  | go | 1.21.9 | cflinuxfs4 |
  | go | 1.22.2 | cflinuxfs3 |
  | go | 1.22.2 | cflinuxfs4 |
  | godep | 80 | cflinuxfs3 |
  | godep | 80 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | go | 1.21.x |
  * Uncached buildpack SHA256: 5c558a7007327b161c22a35364c3c6efb8462b0fbed1bb971d1383517fbf8a8d
  * Uncached buildpack SHA256: e49a42b9d164e0b3e393d22cd3e9f6c4711be46389d93acc5709de40970fa9a1
          
java-offline-buildpack 4.68.0
java-native-image-cnb-buildpack 0.10.3
0.10.3
  Components:
  * [buildpack v0.12.4](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.12.4)
          
log-cache 3.0.12
loggregator 107.0.14
loggregator-agent 8.1.0
v8.1.0
  ## What's Changed
  * Replace usages of `grpc.Dial` with `grpc.NewClient` which does not open connections until necessary
  * Bump dependencies
  ### Experimental OTel Collector changes
  * Added `temporary_emit_otel_traces` property to the loggr-forwarder-agent and loggr-forwarder-agent-windows jobs. Setting this property to `true` activates conversion of appropriately tagged http timers to OpenTelemetry traces (it defaults to `false`). See cloudfoundry/gorouter#407.
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.0.3...v8.1.0
          
v8.0.4
  Don't use. It contains the code changes from v8.1.0 but without a semver minor bump to indicate new functionality.
          
mapfs 1.2.68
v1.2.68
  ## Dependencies
  * **gomega:** Updated to v1.33.0.
For more information, see [gomega](https://github.com/onsi/gomega). * **mapfs:** Updated to v`3fb73af`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
v1.2.67
  ## Dependencies
  * **mapfs:** Updated to v`b5baec0`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
metric-registrar 3.0.3
metrics-discovery 3.2.24
mysql-monitoring 10.13.0
nats 56.19.0
v56.19.0
  ## Changes
  - Bump Golang to 1.22
  ## ✨  Built with go 1.22.2
  **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.18.0...v56.19.0
  ## Resources
  - [Download release 56.19.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.19.0).
          
nfs-volume 7.1.63
v7.1.63
  ## Changes
  * Add final release 7.1.62 [ci skip]
  ## Dependencies
  * **gomega:** Updated to v1.33.0.
For more information, see [gomega](https://github.com/onsi/gomega). * **nfsbroker:** Updated to v`5d71277`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`31062e6`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
v7.1.62
  ## Changes
  * Bump sqlite from 3.45.2 to 3.45.3 (#881)
  ## Dependencies
  * **nfsbroker:** Updated to v`680bc33`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`279655c`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
nginx-offline-buildpack 1.2.13
1.2.13
  * Updating github-config (#274)
  | name | version | cf_stacks |
  |-|-|-|
  | nginx | 1.24.0 | cflinuxfs3 |
  | nginx | 1.24.0 | cflinuxfs4 |
  | nginx | 1.25.4 | cflinuxfs3 |
  | nginx | 1.25.4 | cflinuxfs4 |
  | openresty | 1.21.4.2 | cflinuxfs3 |
  | openresty | 1.21.4.2 | cflinuxfs4 |
  | openresty | 1.25.3.1 | cflinuxfs3 |
  | openresty | 1.25.3.1 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | nginx | 1.25.x |
  * Uncached buildpack SHA256: a8bcd08605ef71db790fc0f25481ea34cd4cf705cb9d1cbd737537b5fcc16ac8
  * Uncached buildpack SHA256: 6adb381aea1fc7f1066e25eb4348317c39b7aef6d5c899ba78e4e1b7b2139858
          
nodejs-offline-buildpack 1.8.24
1.8.24
  * Add node 18.20.2, remove node 18.19.0 (#717)
  for stack(s) cflinuxfs3, cflinuxfs4
  (https://www.pivotaltracker.com/story/show/187406609)
  * Add node 20.12.2, remove node 20.11.0 (#716)
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187406689)
  * Add python 3.11.9, remove python 3.11.8 (#712)
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187354849)
  * Updating github-config (#706)
  | name | version | cf_stacks |
  |-|-|-|
  | node | 18.19.1 | cflinuxfs3 |
  | node | 18.19.1 | cflinuxfs4 |
  | node | 18.20.2 | cflinuxfs3 |
  | node | 18.20.2 | cflinuxfs4 |
  | node | 20.11.1 | cflinuxfs3 |
  | node | 20.11.1 | cflinuxfs4 |
  | node | 20.12.2 | cflinuxfs3 |
  | node | 20.12.2 | cflinuxfs4 |
  | python | 3.11.9 | cflinuxfs3 |
  | python | 3.11.9 | cflinuxfs4 |
  | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | node | 18.x |
  | python | 3.11.x |
  * Uncached buildpack SHA256: 140b82e74a883754ff987b47e41eb1103bb4616b2c4aa0ba23c42cb00fe1b670
  * Uncached buildpack SHA256: b23bf383be6d3332484b6a7033bfca8b36a50a7cadf6d87ee608a104e3e55d9f
          
notifications 70.0.0
v70.0.0
  * add spec options to specify max number of retries and max queue length for jobs
  * default length to 5000 and reduce number of retries from 9 to 5
  * fix deploy errand to report when cf push fails correctly
  * fix deploy errand to not fail upgrades due to intermixing new and old code.
          
notifications-ui 47.0.0
otel-collector 0.4.1
php-offline-buildpack 4.6.18
4.6.18
  * Add php 8.2.18, remove php 8.2.16 for stack(s) cflinuxfs4, cflinuxfs3
  * Add php 8.3.6, remove php 8.3.3 for stack(s) cflinuxfs4, cflinuxfs3
  * Add httpd 2.4.59, remove httpd 2.4.58 for stack(s) cflinuxfs4, cflinuxfs3
  | name | version | cf_stacks | modules |
  |-|-|-|-|
  | appdynamics | 23.11.0-839 | cflinuxfs3, cflinuxfs4 |  |
  | composer | 2.7.2 | cflinuxfs3, cflinuxfs4 |  |
  | httpd | 2.4.59 | cflinuxfs3 |  |
  | httpd | 2.4.59 | cflinuxfs4 |  |
  | newrelic | 10.11.0.3 | cflinuxfs3, cflinuxfs4 |  |
  | nginx | 1.24.0 | cflinuxfs3 |  |
  | nginx | 1.24.0 | cflinuxfs4 |  |
  | nginx | 1.25.4 | cflinuxfs3 |  |
  | nginx | 1.25.4 | cflinuxfs4 |  |
  | php | 8.1.26 | 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.26 | 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.27 | 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.27 | 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.17 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
  | php | 8.2.17 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
  | php | 8.2.18 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
  | php | 8.2.18 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib |
  | php | 8.3.4 | 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.3.4 | 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.3.6 | 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.3.6 | 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.27 |
  | httpd | 2.4.59 |
  | newrelic | 10.11.0.3 |
  | nginx | 1.25.4 |
  | composer | 2.7.2 |
  * Uncached buildpack SHA256: 0a3064a52cf955fd63a97f721b71c884f7ff4b1f6feebf28ee6ed24cd8138444
  * Uncached buildpack SHA256: a8ec252ebb290ff8bca22136821a9ba695831688b14120f3a0e9135f264ebf3d
          
push-apps-manager-release 677.0.42
push-tas-portal-release 0.5.5
push-offline-docs-release 5.0.515
push-usage-service-release 674.0.98
v674.0.98
  ## Changes
  * creating final release 674.0.97
  ## Dependencies
  * **app-usage-service:** Updated to v`159f378`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.97
  ## Dependencies
  * **app-usage-service:** Updated to v`7d0ce49`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
pxc 1.0.27
v1.0.27
  ## Release Notes
  - Adds new job for percona-xtrabackup-2.4
  - Adds new job for percona-xtrabackup-8.0
  **Dependency bumps**
  - None
  **Bugs fixed**
  - mysql_slow_query.log no longer leaks sensitive secrets
          
python-offline-buildpack 1.8.23
1.8.23
  * Add setuptools 69.5.1, remove setuptools 69.2.0
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187426113)
  * Add python 3.12.3, remove python 3.12.2 (#904)
  for stack(s) cflinuxfs3, cflinuxfs4
  (https://www.pivotaltracker.com/story/show/187398328)
  * Add python 3.11.9, remove python 3.11.8 (#903)
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187354849)
  * Add python 3.10.14, remove python 3.10.13 (#901)
  for stack(s) cflinuxfs4, cflinuxfs3
  (https://www.pivotaltracker.com/story/show/187273725)
  * Add python 3.9.19, remove python 3.9.18 (#900)
  for stack(s) cflinuxfs3, cflinuxfs4
  (https://www.pivotaltracker.com/story/show/187271197)
  * Add python 3.8.19, remove python 3.8.18 (#899)
  for stack(s) cflinuxfs3, cflinuxfs4
  (https://www.pivotaltracker.com/story/show/187270980)
  | name | version | cf_stacks |
  |-|-|-|
  | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 |
  | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 |
  | miniconda3-py39 | 24.1.2 | cflinuxfs3, cflinuxfs4 |
  | pip | 24.0 | cflinuxfs3, cflinuxfs4 |
  | pipenv | 2023.12.1 | cflinuxfs3 |
  | pipenv | 2023.12.1 | cflinuxfs4 |
  | python | 3.8.19 | cflinuxfs3 |
  | python | 3.8.19 | cflinuxfs4 |
  | python | 3.9.19 | cflinuxfs3 |
  | python | 3.9.19 | cflinuxfs4 |
  | python | 3.10.14 | cflinuxfs3 |
  | python | 3.10.14 | cflinuxfs4 |
  | python | 3.11.9 | cflinuxfs3 |
  | python | 3.11.9 | cflinuxfs4 |
  | python | 3.12.3 | cflinuxfs3 |
  | python | 3.12.3 | cflinuxfs4 |
  | setuptools | 69.5.1 | cflinuxfs3, cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | python | 3.10.x |
  * Uncached buildpack SHA256: 0d4fb765c07620a46968ac6e556762e8c7afe2bd0cc8b4f1da5acaae3004a496
  * Uncached buildpack SHA256: dfa231d89974e279f84e51db50a353042c5853e78d31946185fdac20c6badb70
          
r-offline-buildpack 1.2.11
1.2.11
  * Add r 4.3.3, remove r 4.3.2 for stack(s) cflinuxfs3, cflinuxfs4
  * Update r 4.2.3 dependencies for stack(s) cflinuxfs3, cflinuxfs4:
  * plumber from 1.2.1 to 1.2.2
  * shiny from 1.8.0 to 1.8.1.1
  | 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.3 | cflinuxfs3 | forecast, plumber, rserve, shiny |
  | r | 4.3.3 | cflinuxfs4 | forecast, plumber, rserve, shiny |
  * Uncached buildpack SHA256: a72c532106fca24a9e8cb4fbef5e4be438985b5b84c0a6fef522ef53f06f5849
  * Uncached buildpack SHA256: 27bd5acf1658c8308787581f5c2ec5e1e569e1adb7c4ddb5f251ae7820f51b1a
          
routing 0.296.0
v0.296.0
  ## Changes
  - Pass availability zone in route-registrar for AZ-aware routing of system components
  - Bump Golang to 1.22
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/acceptance_tests/spec b/jobs/acceptance_tests/spec
  index e1a6a9ae..8122ddaf 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.21-linux
  + - golang-1.22-linux
  - acceptance_tests
  - rtr
  - cf-cli-8-linux
  diff --git a/jobs/smoke_tests/spec b/jobs/smoke_tests/spec
  index b230192b..02edfd9d 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.21-linux
  + - golang-1.22-linux
  - acceptance_tests
  - cf-cli-8-linux
  ```
  ## ✨  Built with go 1.22.2
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.295.0...v0.296.0
  ## Resources
  - [Download release 0.296.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.296.0).
          
ruby-offline-buildpack 1.10.13
1.10.13
  * Enable rails 7.1 compatibility for buildpack (#925)
  * Add rubygems 3.5.9, remove rubygems 3.5.8 (#932)
  for stack(s) cflinuxfs4, cflinuxfs3 [#187420578]
  * Add rubygems 3.5.8, remove rubygems 3.5.7 (#930)
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add bundler 2.5.9, remove bundler 2.5.8 (#931)
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add bundler 2.5.8, remove bundler 2.5.7 (#929)
  for stack(s) cflinuxfs4, cflinuxfs3
  * Add node 20.12.2, remove node 20.12.1 (#926)
  for stack(s) cflinuxfs3, cflinuxfs4
  * Deprecate Ruby 3.0.X (EOL)
  * Add rubygems 3.5.7, remove rubygems 3.5.6 for stack(s) cflinuxfs4, cflinuxfs3
  * Add bundler 2.5.7, remove bundler 2.5.6 for stack(s) cflinuxfs4, cflinuxfs3
  * Add node 20.12.1, remove node 20.11.1 for stack(s) cflinuxfs4, cflinuxfs3
  | name | version | cf_stacks |
  |-|-|-|
  | bundler | 2.5.9 | cflinuxfs3, cflinuxfs4 |
  | jruby | 9.4.6.0 | cflinuxfs3 |
  | jruby | 9.4.6.0 | cflinuxfs4 |
  | node | 20.12.2 | cflinuxfs3 |
  | node | 20.12.2 | cflinuxfs4 |
  | openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 |
  | ruby | 3.1.3 | cflinuxfs3 |
  | ruby | 3.1.3 | cflinuxfs4 |
  | ruby | 3.1.4 | cflinuxfs3 |
  | ruby | 3.1.4 | cflinuxfs4 |
  | ruby | 3.2.2 | cflinuxfs3 |
  | ruby | 3.2.2 | cflinuxfs4 |
  | ruby | 3.2.3 | cflinuxfs3 |
  | ruby | 3.2.3 | cflinuxfs4 |
  | ruby | 3.3.0 | cflinuxfs3 |
  | ruby | 3.3.0 | cflinuxfs4 |
  | rubygems | 3.5.9 | cflinuxfs3, cflinuxfs4 |
  | yarn | 1.22.22 | cflinuxfs3, cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | ruby | 3.2.x |
  * Uncached buildpack SHA256: e40ebcdb8e47d99a7b6c56dd784074d5a9de4c01a75e6d0cd13bb95252c46649
  * Uncached buildpack SHA256: 80e4fe57a72551e42e6077bab42f12e6351799bd4d4d640d2fd3fccf3cbff190
          
web-servers-cnb-buildpack 0.13.0
0.13.0
  Components:
  * [buildpack v0.16.0](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.0)
          
0.12.0
  Components:
  * [buildpack v0.15.0](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.15.0)
          
silk 3.46.0
v3.46.0
  ## Changes
  - Bump Golang to 1.22
  ## ✨  Built with go 1.22.2
  **Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.45.0...v3.46.0
  ## Resources
  - [Download release 3.46.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.46.0).
          
smb-volume 3.1.66
v3.1.66
  ## Changes
  * Add final release 3.1.65 [ci skip]
  ## Dependencies
  * **smbbroker:** Updated to v`b2fb57d`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`2335f8e`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
smoke-tests 4.10.0
staticfile-offline-buildpack 1.6.12
1.6.12
  * Updating github-config (#415)
  | name | version | cf_stacks |
  |-|-|-|
  | nginx | 1.24.0 | cflinuxfs3 |
  | nginx | 1.24.0 | cflinuxfs4 |
  | nginx | 1.25.4 | cflinuxfs3 |
  | nginx | 1.25.4 | cflinuxfs4 |
  Default binary versions:
  | name | version |
  |-|-|
  | nginx | 1.25.x |
  * Uncached buildpack SHA256: 658d54e795ab943127061d29cec3d442801d88dac0aba8c4c1ddd93a5ba1eb87
  * Uncached buildpack SHA256: d7dffa3868a7d2ae43e7de366d753f572cf275416045234cdf4fc25ee3607938
          
statsd-injector 1.11.40
syslog 12.2.5
v12.2.5
  ## What's Changed
  * Bump dependencies
  **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.2.4...v12.2.5
          
system-metrics-scraper 4.0.8
uaa 77.7.0
v77.7.0
  ## What's Changed
  Fix performance issue recently introduced by reverting the [PR](https://github.com/cloudfoundry/uaa/pull/2704) that caused it.
  ### New UAA
  * Bump to [UAA v77.7.0](https://github.com/cloudfoundry/uaa/releases/tag/v77.7.0)
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.7.0...v77.7.0
          
v77.6.0
  ## What's Changed
  ### New UAA
  * Bump to [UAA v77.6.0](https://github.com/cloudfoundry/uaa/releases/tag/v77.6.0)
  ### Misc
  * [Upgrade Bellsoft JDK to version 17.0.11+10](https://github.com/cloudfoundry/uaa-release/commit/6d6fb64e02976d1d047a7a07e7eb1269eca2804d)
  * [Upgrade Tomcat to version 9.0.88](https://github.com/cloudfoundry/uaa-release/commit/7803ae2ef864f9bb9650741cae0439be52f965dd)
  * Solve issue #850 by @strehle in https://github.com/cloudfoundry/uaa-release/pull/851
  ### Dependency Bumps
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.456 to 0.0.457 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/848
  * Bump mini_portile2 from 2.8.5 to 2.8.6 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/847
  * Bump method_source from 1.0.0 to 1.1.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/849
  * Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/852
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.457 to 0.0.458 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/853
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.5.0...v77.6.0
          
tanzu-jammy-stack 1.0.1

5.0.11

Release Date: 04/17/2024

Caution This release is susceptible to a known issue where Gorouter returns an incorrect HTTP status code in response to requests with an "HTTP 100 Continue" interim status header. To resolve this issue, see the Broadcom Knowledge Base article Gorouter Returns wrong HTTP response code to client when the request flow uses HTTP 100-continue.

  • [Known Issue] A UAA performance regression causes slow user queries with MySQL when there is a large number of users (fixed in TAS 5.0.12).
  • [Feature] Add option to enable concurrent read/writes for HTTP/1
  • [Feature Improvement] Emit cpu_entitlement metric
  • [Feature Improvement] Remove requirement for manually enabling log cache syslog ingestion when upgrading
  • [Bug Fix] Fix pre-start hang in internal MySQL
  • Bump backup-and-restore-sdk to version 1.19.10
  • Bump bpm to version 1.2.18
  • Bump capi to version 1.177.0
  • Bump cf-autoscaling to version 250.2.2
  • Bump cf-networking to version 3.45.0
  • Bump diego to version 2.97.0
  • Bump garden-runc to version 1.51.0
  • Bump java-offline-buildpack to version 4.67.1
  • Bump java-native-image-cnb-buildpack to version 0.10.2
  • Bump log-cache to version 3.0.12
  • Bump loggregator to version 107.0.14
  • Bump loggregator-agent to version 8.0.3
  • Bump mapfs to version 1.2.66
  • Bump metric-registrar to version 3.0.3
  • Bump metrics-discovery to version 3.2.24
  • Bump mysql-monitoring to version 10.13.0
  • Bump nats to version 56.18.0
  • Bump nfs-volume to version 7.1.61
  • Bump otel-collector to version 0.4.1
  • Bump push-apps-manager-release to version 677.0.42
  • Bump push-offline-docs-release to version 5.0.508
  • Bump push-usage-service-release to version 674.0.96
  • Bump pxc to version 1.0.26
  • Bump routing to version 0.295.0
  • Bump web-servers-cnb-buildpack to version 0.11.1
  • Bump silk to version 3.45.0
  • Bump smb-volume to version 3.1.64
  • Bump smoke-tests to version 4.10.0
  • Bump statsd-injector to version 1.11.40
  • Bump syslog to version 12.2.4
  • Bump system-metrics-scraper to version 4.0.8
  • Bump uaa to version 77.5.0
Component Version Release Notes
ubuntu-jammy stemcell 1.423
backup-and-restore-sdk 1.19.10
v1.19.10
  ## Changes
  * Golang: Updated to v1.22.2. (#1621)
  ## Dependencies
  * **net:** Updated to v0.24.0.
For more information, see [net](https://github.com/golang/net). * **oauth2:** Updated to v0.19.0.
For more information, see [oauth2](https://github.com/golang/oauth2).
v1.19.9
  ## Dependencies
  * **storage:** Updated to v1.40.0.
For more information, see [storage](https://github.com/googleapis/google-cloud-go). * **bosh-backup-and-restore:** Updated to v1.9.62.
For more information, see [bosh-backup-and-restore](https://github.com/cloudfoundry-incubator/bosh-backup-and-restore). * **mysql:** Updated to v1.8.1.
For more information, see [mysql](https://github.com/go-sql-driver/mysql). * **v2:** Updated to v2.17.1.
For more information, see [v2](https://github.com/onsi/ginkgo). * **gomega:** Updated to v1.32.0.
For more information, see [gomega](https://github.com/onsi/gomega). * **api:** Updated to v0.172.0.
For more information, see [api](https://github.com/googleapis/google-api-go-client).
v1.19.8
  ## Dependencies
  * **v2:** Updated to v2.17.0.
For more information, see [v2](https://github.com/onsi/ginkgo). * **gomega:** Updated to v1.32.0.
For more information, see [gomega](https://github.com/onsi/gomega).
binary-offline-buildpack 1.1.10
bosh-dns-aliases 0.0.4
bpm 1.2.18
capi 1.177.0
cf-autoscaling 250.2.2
v250.2.2
  ## What's Changed
  * Bump dependencies
  **Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v250.2.2...v250.2.2
          
cf-cli 1.60.0
cf-networking 3.45.0
v3.45.0
  ## Changes
  - Go dependency bumps
  - Added config for staticcheck
  - Removed references to consul from documentation
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/policy-server-asg-syncer/spec b/jobs/policy-server-asg-syncer/spec
  index 748c39a7..4c6c9a4e 100644
  --- a/jobs/policy-server-asg-syncer/spec
  +++ b/jobs/policy-server-asg-syncer/spec
  @@ -109,7 +109,7 @@ properties:
  description: "Trusted CA for UAA server."
  uaa_hostname:
  -    description: "Host name for the UAA server.  E.g. the service advertised via Consul DNS.  Must match common name in the UAA server cert. Must be listed in `uaa.zones.internal.hostnames`."
  +    description: "Host name for the UAA server.  E.g. the service advertised via Bosh DNS.  Must match common name in the UAA server cert. Must be listed in `uaa.zones.internal.hostnames`."
  default: uaa.service.cf.internal
  uaa_port:
  diff --git a/jobs/policy-server-internal/spec b/jobs/policy-server-internal/spec
  index 7095775d..029e723f 100644
  --- a/jobs/policy-server-internal/spec
  +++ b/jobs/policy-server-internal/spec
  @@ -41,7 +41,7 @@ properties:
  default: 31946
  health_check_timeout_seconds:
  -    description: "Health check timeout for Consul DNS."
  +    description: "Health check timeout"
  default: 5
  internal_listen_port:
  @@ -52,7 +52,7 @@ properties:
  description: "Trusted CA certificate that was used to sign the vxlan policy agent's client cert and key."
  server_cert:
  -    description: "Server certificate for TLS. Must have common name that matches the Consul DNS name of the policy server, eg `policy-server.service.cf.internal`."
  +    description: "Server certificate for TLS. Must have common name that matches the Bosh DNS name of the policy server, eg `policy-server.service.cf.internal`."
  server_key:
  description: "Server key for TLS."
  diff --git a/jobs/policy-server/spec b/jobs/policy-server/spec
  index 0d9f5157..8e2ccfa8 100644
  --- a/jobs/policy-server/spec
  +++ b/jobs/policy-server/spec
  @@ -101,7 +101,7 @@ properties:
  description: "Trusted CA for UAA server."
  uaa_hostname:
  -    description: "Host name for the UAA server.  E.g. the service advertised via Consul DNS.  Must match common name in the UAA server cert. Must be listed in `uaa.zones.internal.hostnames`."
  +    description: "Host name for the UAA server.  E.g. the service advertised via Bosh DNS.  Must match common name in the UAA server cert. Must be listed in `uaa.zones.internal.hostnames`."
  default: uaa.service.cf.internal
  uaa_port:
  ```
  ## ✨  Built with go 1.21.8
  **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.44.0...v3.45.0
  ## Resources
  - [Download release 3.45.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.45.0).
          
cflinuxfs3 0.387.0
cflinuxfs4 1.82.0
count-cores-indicator 2.0.0
credhub 2.12.66
diego 2.97.0
v2.97.0
  ## Changes
  - Adds support for comma-delimited destinations in ASGs
  - See: https://github.com/cloudfoundry/executor/pull/96 and https://github.com/cloudfoundry/bbs/pull/94
  - Bump bosh package blobs
  - Bumps `jq` to `1.7.1`
  - Bumps `tar`
  - Bump go.mod dependencies
  ## ✨  Built with go 1.21.8
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.96.0...v2.97.0
  ## Resources
  - [Download release 2.97.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.97.0).
          
v2.96.0
  ## Changes
  - Bump to golang 1.21.8
  - Golang package dependency bumps
  - Includes moving from docker v20 to docker v26
  - Includes moving from pgx v3 to pgx v5
  - Remove references to Consul from boshrelease + documentation
  - Many fixes to remove deprecated code and otherwise fix linter violations.
  ## ✨  Built with go 1.21.8
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.95.0...v2.96.0
  ## Resources
  - [Download release 2.96.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.96.0).
          
dotnet-core-offline-buildpack 2.4.26
garden-runc 1.51.0
v1.51.0
  ## Changes
  - Bumped Golang to 1.21.8
  - Golang package dependency bumps
  - Many updates to get codebase passing the staticcheck linker
  - Updated garden-integration-tests to be a little less flakey
  ## ✨  Built with go 1.21.8
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.50.0...v1.51.0
  ## Resources
  - [Download release 1.51.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.51.0).
          
go-offline-buildpack 1.10.17
java-offline-buildpack 4.67.1
java-native-image-cnb-buildpack 0.10.2
0.10.2
  Components:
  * [buildpack v0.12.2](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.12.2)
          
0.10.1
  Components:
  * [buildpack v0.12.1](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.12.1)
          
0.10.0
  Components:
  * [buildpack v0.12.0](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.12.0)
          
log-cache 3.0.12
v3.0.12
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.21.9
  **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.0.11...v3.0.12
          
loggregator 107.0.14
v107.0.14
  ## What's Changed
  * Bump dependencies
  * Bump to [go1.21.9](https://groups.google.com/g/golang-announce/c/YgW0sx8mN3M/m/khALNYGdAAAJ)
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v107.0.13...v107.0.14
          
loggregator-agent 8.0.3
v8.0.3
  ## What's Changed
  * Bump dependencies
  * Bump to [go1.21.9](https://groups.google.com/g/golang-announce/c/YgW0sx8mN3M/m/khALNYGdAAAJ)
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.0.2...v8.0.3
          
mapfs 1.2.66
v1.2.66
  ## Dependencies
  * **mapfs:** Updated to v`b0b6bfa`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
v1.2.65
  ## Changes
  * Golang: Updated to v1.22.2. (#241)
  ## Dependencies
  * **mapfs:** Updated to v`a80b833`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
v1.2.64
  ## Dependencies
  * **v2:** Updated to v2.17.1.
For more information, see [v2](https://github.com/onsi/ginkgo). * **mapfs:** Updated to v`cd8e7e6`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
v1.2.63
  ## Dependencies
  * **v2:** Updated to v2.17.0.
For more information, see [v2](https://github.com/onsi/ginkgo). * **mapfs:** Updated to v`5381efc`.
For more information, see [mapfs](https://github.com/cloudfoundry/mapfs).
metric-registrar 3.0.3
v3.0.3
  ## What's Changed
  * Bump dependencies
  * Bump to [go1.21.9](https://groups.google.com/g/golang-announce/c/YgW0sx8mN3M/m/khALNYGdAAAJ)
  **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v3.0.2...v3.0.3
          
metrics-discovery 3.2.24
v3.2.24
  ## What's Changed
  * Bump dependencies
  * Bump to [go1.21.9](https://groups.google.com/g/golang-announce/c/YgW0sx8mN3M/m/khALNYGdAAAJ)
  **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.23...v3.2.24
          
mysql-monitoring 10.13.0
v10.13.0
  - Updates golang to 1.22.2
  - Updates dependencies
          
v10.12.0
  - Updates golang to 1.22.1
  - Updates packages and dependencies
  - #186647418 - mysql-diag should report cluster status and disk metrics more concisely
          
nats 56.18.0
v56.18.0
  ## Changes
  - Bump golang package dependencies
  ## ✨  Built with go 1.21.9
  **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.17.0...v56.18.0
  ## Resources
  - [Download release 56.18.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.18.0).
          
v56.17.0
  ## Changes
  - Bump dependencies
  ## ✨  Built with go 1.21.9
  **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.16.0...v56.17.0
  ## Resources
  - [Download release 56.17.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.17.0).
          
v56.16.0
  ## Changes
  * Add staticcheck config by @geofffranks in https://github.com/cloudfoundry/nats-release/pull/75
  * Bump dependancies
  ## ✨  Built with go 1.21.8
  **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.15.0...v56.16.0
  ## Resources
  - [Download release 56.16.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.16.0).
          
nfs-volume 7.1.61
v7.1.61
  ## Changes
  * Golang: Updated to v1.22.2 (#860)
  * Bump openssl- from 3.2.1 to 3.3.0 (#871)
  ## Dependencies
  * **nfsbroker:** Updated to v`1a70719`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`35b8c6f`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
v7.1.60
  ## Dependencies
  * **nfsbroker:** Updated to v`8aec99d`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`fb67285`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
v7.1.59
  ## Changes
  * Bump util-linux from 2.39.3 to 2.40 (#853)
  ## Dependencies
  * **nfsbroker:** Updated to v`7bc7bb0`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`15c152b`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
v7.1.58
  ## Dependencies
  * **nfsbroker:** Updated to v`e850d95`.
For more information, see [nfsbroker](https://github.com/cloudfoundry/nfsbroker). * **nfsv3driver:** Updated to v`8af81b5`.
For more information, see [nfsv3driver](https://github.com/cloudfoundry/nfsv3driver).
nginx-offline-buildpack 1.2.12
nodejs-offline-buildpack 1.8.23
notifications 69.0.0
notifications-ui 47.0.0
otel-collector 0.4.1
v0.4.1
  ## What's Changed
  * Bump dependencies
  * Bump to [go1.21.9](https://groups.google.com/g/golang-announce/c/YgW0sx8mN3M/m/khALNYGdAAAJ)
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.4.0...v0.4.1
          
php-offline-buildpack 4.6.17
push-apps-manager-release 677.0.42
677.0.42
  * improve performance of the search-server in making capi queries
  * New autoscaler rule editing workflow
          
push-tas-portal-release 0.5.5
push-offline-docs-release 5.0.508
push-usage-service-release 674.0.96
v674.0.96
  ## Dependencies
  * **app-usage-service:** Updated to v`f2c8a3c`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.95
  ## Dependencies
  * **app-usage-service:** Updated to v`193129e`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.94
  ## Dependencies
  * **app-usage-service:** Updated to v`9af4b6b`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
v674.0.93
  ## Changes
  ## Dependencies
  * **app-usage-service:** Updated to v`4c2a77a`.
For more information, see [app-usage-service](https://github.com/pivotal-cf/app-usage-service).
pxc 1.0.26
v1.0.26
  **Dependency bumps**
  - Updates golang to 1.22.2
  - Bumps Percona XtraDB Cluster to v8.0.36-28
  **Bugs fixed**
  - `engine_config.binlog.enabled = false` now correctly disables binary logs for MySQL 8.0
          
v1.0.25
  - Updates golang to 1.22.1
  - Modifies bootstrap errand behavior; bootstrap now only executes on a single pxc node, removing the need for the user to designate the specific node for execution.
  - Introduces property `engine_config.log_slow_verbosity` increasing the information reported in slow query logs
  - Updates packages and dependencies
          
python-offline-buildpack 1.8.22
r-offline-buildpack 1.2.10
routing 0.295.0
v0.295.0
  ## Changes
  - Resolves #401 by reverting the removal of the deprecated BuildNameToCertificate() call
  - Bumps to golang 1.21.9 + golang.org/x/net 0.23.0 to patch CVE-2023-45288
  ## ✨  Built with go 1.21.9
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.294.0...v0.295.0
  ## Resources
  - [Download release 0.295.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.295.0).
          
v0.294.0
  ⚠️ This release contains a known issue: gorouter will no longer present the most specific certificate match but rather the first certificate that matches. See https://github.com/cloudfoundry/routing-release/issues/401 for details. Upgrading to routing-release 0.295.0 is advised. ⚠️
  ## Changes
  - [Bump haproxy to 2.8.7](https://github.com/cloudfoundry/routing-release/commit/13b39eb5185656c3557c1ab15b5b13752b2ff6d8)
  - [update templates to not refer to consul](https://github.com/cloudfoundry/routing-release/commit/8216c056b1463bd1d7bf636a749568f70cb924d2)
  - [Default the routing_api.enabled_api_endpoints to mtls](https://github.com/cloudfoundry/routing-release/commit/2e96c2c932f7f945c3c7c15a768d0affc80de446)
  - [Update template test for mTLS routing api default](https://github.com/cloudfoundry/routing-release/commit/469d9e0a4eb0ac6015695ba27c6da80576b29801)
  - [Upgrade cf-cli-8-linux](https://github.com/cloudfoundry/routing-release/commit/b19a25052ed7982c83524ac87d22ed2f316201a2)
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/routing-api/spec b/jobs/routing-api/spec
  index 1d7efe3c..2e5cd361 100644
  --- a/jobs/routing-api/spec
  +++ b/jobs/routing-api/spec
  @@ -95,7 +95,7 @@ properties:
  routing_api.enabled_api_endpoints:
  description: "Protocols that the routing api will listen on. Possible values: 'mtls', or 'both' (mTLS + HTTP)"
  -    default: "both"
  +    default: "mtls"
  routing_api.mtls_port:
  description: "Port on which Routing API is running, listening with mTLS."
  default: 3001
  ```
  ## ✨  Built with go 1.21.8
  **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.293.0...v0.294.0
  ## Resources
  - [Download release 0.294.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.294.0).
          
ruby-offline-buildpack 1.10.11
web-servers-cnb-buildpack 0.11.1
0.11.1
  Components:
  * [buildpack v0.14.1](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.14.1)
          
silk 3.45.0
v3.45.0
  ## Changes
  - Fixes to stop using deprecated code in tests (`net.Error.Temporary()`)
  - Remove consul references from documentation
  - Fix issues bumping the code.cloudfoundry.org/executor package
  - Go package bumps
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/silk-controller/spec b/jobs/silk-controller/spec
  index a0966a01..cc7529a8 100644
  --- a/jobs/silk-controller/spec
  +++ b/jobs/silk-controller/spec
  @@ -45,11 +45,11 @@ properties:
  default: 46455
  health_check_port:
  -    description: "Health check port for silk controller. Used by the Consul DNS health check."
  +    description: "Health check port for silk controller. Used by the Bosh DNS health check."
  default: 19683
  health_check_timeout_seconds:
  -    description: "Health check timeout for Consul DNS."
  +    description: "Health check timeout"
  default: 5
  listen_ip:
  @@ -64,7 +64,7 @@ properties:
  description: "Trusted CA certificate that was used to sign the silk daemon client cert and key."
  server_cert:
  -    description: "Server certificate for TLS. Must have common name that matches the Consul DNS name of the silk controller, eg silk-controller.service.cf.internal"
  +    description: "Server certificate for TLS. Must have common name that matches the Bosh DNS name of the silk controller, eg silk-controller.service.cf.internal"
  server_key:
  description: "Server key for TLS."
  diff --git a/jobs/silk-daemon/spec b/jobs/silk-daemon/spec
  index 7a1525b3..e3786357 100644
  --- a/jobs/silk-daemon/spec
  +++ b/jobs/silk-daemon/spec
  @@ -70,7 +70,7 @@ properties:
  default: 3457
  silk_controller.hostname:
  -    description: "Host name for the silk controller.  E.g. the service advertised via Consul DNS.  Must match common name in the silk_controller.server_cert"
  +    description: "Host name for the silk controller.  E.g. the service advertised via Bosh DNS.  Must match common name in the silk_controller.server_cert"
  default: "silk-controller.service.cf.internal"
  silk_controller.listen_port:
  diff --git a/jobs/vxlan-policy-agent/spec b/jobs/vxlan-policy-agent/spec
  index 3118022b..802f04bb 100644
  --- a/jobs/vxlan-policy-agent/spec
  +++ b/jobs/vxlan-policy-agent/spec
  @@ -41,7 +41,7 @@ properties:
  default: false
  policy_server.hostname:
  -    description: "Host name for the policy server.  E.g. the service advertised via Consul DNS.  Must match common name in the policy_server.server_cert"
  +    description: "Host name for the policy server.  E.g. the service advertised via Bosh DNS.  Must match common name in the policy_server.server_cert"
  default: "policy-server.service.cf.internal"
  policy_server.internal_listen_port:
  ```
  ## ✨  Built with go 1.21.8
  **Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.44.0...v3.45.0
  ## Resources
  - [Download release 3.45.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.45.0).
          
smb-volume 3.1.64
v3.1.64
  ## Dependencies
  * **smbbroker:** Updated to v`02f340b`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`fb88dd0`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.63
  ## Changes
  * Golang: Updated to v1.22.2 (#381)
  ## Dependencies
  * **smbbroker:** Updated to v`b380e77`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`0c36c10`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.62
  ## Dependencies
  * **v2:** Updated to v2.17.1.
For more information, see [v2](https://github.com/onsi/ginkgo). * **smbbroker:** Updated to v`f176916`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`5ee16dc`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
v3.1.61
  ## Dependencies
  * **v2:** Updated to v2.17.0.
For more information, see [v2](https://github.com/onsi/ginkgo). * **gomega:** Updated to v1.32.0.
For more information, see [gomega](https://github.com/onsi/gomega). * **smbbroker:** Updated to v`bab4864`.
For more information, see [smbbroker](https://github.com/cloudfoundry/smbbroker). * **smbdriver:** Updated to v`7f3242d`.
For more information, see [smbdriver](https://github.com/cloudfoundry/smbdriver).
smoke-tests 4.10.0
4.10.0
  Create bosh final release 4.10.0
          
4.9.5
  Create bosh final release 4.9.5
  ## What's Changed
  * Upgrade Golang to 1.22 by @tas-operability-bot in https://github.com/pivotal/smoke-tests/pull/138
  **Full Changelog**: https://github.com/pivotal/smoke-tests/compare/4.9.5...4.9.5
          
staticfile-offline-buildpack 1.6.11
statsd-injector 1.11.40
v1.11.40
  ## What's Changed
  * Bump dependencies
  * Bump to [go1.21.9](https://groups.google.com/g/golang-announce/c/YgW0sx8mN3M/m/khALNYGdAAAJ)
  **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.39...v1.11.40
          
syslog 12.2.4
v12.2.4
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.21.9
  **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.2.3...v12.2.4
          
system-metrics-scraper 4.0.8
v4.0.8
  ## What's Changed
  * Bump dependencies
  * Bump to [go1.21.9](https://groups.google.com/g/golang-announce/c/YgW0sx8mN3M/m/khALNYGdAAAJ)
  **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v4.0.7...v4.0.8
          
uaa 77.5.0
v77.5.0
  ## What's Changed
  ### New UAA
  * Bump to [UAA v77.5.0](https://github.com/cloudfoundry/uaa/releases/tag/v77.5.0)
  * Spring Framework update from 5.3.33 to 5.3.34 by @dependabot in https://github.com/cloudfoundry/uaa/pull/2822, solves https://spring.io/security/cve-2024-22262
  ### Misc
  * Improve doc on proxy-related spec fields by @peterhaochen47 in https://github.com/cloudfoundry/uaa-release/pull/835
  ### Dependency Bumps
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.453 to 0.0.454 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/836
  * Bump rake from 13.1.0 to 13.2.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/837
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.454 to 0.0.455 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/838
  * Bump rake from 13.2.0 to 13.2.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/839
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.455 to 0.0.456 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/840
  * Bump nokogiri from 1.16.3 to 1.16.4 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/843
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.4.0...v77.5.0
          
v77.4.0
  ## What's Changed
  ### New UAA
  * Bump to [UAA v77.4.0](https://github.com/cloudfoundry/uaa/releases/tag/v77.4.0)
  ### Dependency Bumps
  * Bump github.com/cloudfoundry/bosh-utils from 0.0.452 to 0.0.453 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/834
  **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.3.0...v77.4.0
          
tanzu-jammy-stack 1.0.1

5.0.1 - 5.0.10

See TAS Patch Version v5.0.1-v5.0.10 Release Notes.

5.0.0

Release Date: 10/17/2023

  • [Known Issue] This release is only compatible with Ops Manager 3.0.11 - 3.0.20 and 2.10.59 - 2.10.66
  • [Security Fix] Bump routing-release to v0.282.0
  • [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.
  • [Breaking Change] Remove logging timestamp format property
  • [Breaking Change] metrics-agent and metrics-discovery-registrar disabled by default
  • [Breaking Change] Autoscaler API no longer accepts requests with trailing slashes
  • [Feature] (Beta) Operators can export metrics off TAS using OpenTelemetry Collector v0.83.0
  • [Feature] Add distributed tracing to UAA logs
  • [Feature] Adds beta Java Native Image Buildpack and beta Web Servers Buildpack compatible with tanzu-jammy-full-stack
  • [Feature] App readiness healthchecks are now supported to remove/add apps to routing pools without restarting, based on a configurable healthcheck.
  • [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.
  • [Feature] Operators can configure TAS and IST to include tanzu-jammy-full-stack
  • [Feature] Add distributed tracing to Diego component logs.
  • [Feature] For credential Rotation, JSON key sets are now supported in token keys
  • [Feature] Adds distributed tracing to Diego component logs
  • [Feature] For credential rotation, JSON key sets are now supported in token keys.
  • [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
  • [Feature improvement] Dynamic App renaming takes effect for Silk Security Group log entries
  • [Feature Improvement] Use routing_info for desired_lrps when there are missing actual_lrps.
  • [Feature improvement] TAS for VMs/Isolation Segment/TAS for VMs For Windows 5.0 UI text overhaul
  • [Feature improvement] Use routing_info for desired_lrps when there are missing actual_lrps
  • [Feature Improvement] Aggregate drains now allow defining Certificate Authority and Client Certificates. Allow mtls for log-cache
  • [Feature Improvement] Allow to configure Silk policy polling interval
  • [Feature Improvement] Dynamic App renaming takes effect for Silk Security Group log entries
  • [Feature Improvement] TAS/IST/TASW 5.0 UI text overhaul
  • [Feature Improvement] “Back end request timeout for the Gorouter” property no longer affects idle timeout of long lived requests. Idle timeouts are now configured by the “Front end idle timeout for the Gorouter” property.
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.47.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
java-native-image-cnb-buildpack 0.6.1
0.6.1
  Components:
  * [buildpack v0.8.0](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.8.0)
          
0.6.0
  Components:
  * [buildpack v0.8.0](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.8.0)
          
0.5.1
  Components:
  * [buildpack v0.7.0](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.7.0)
          
0.5.0
  Components:
  * [buildpack v0.7.0](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.7.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.5.2
push-offline-docs-release 5.0.278
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)
          
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
tanzu-jammy-stack 1.0.0
check-circle-line exclamation-circle-line close-line
Scroll to top icon