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.
ImportantFor 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.
These are the new features for TAS for VMs v5.0.
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:
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.
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.
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.
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.
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.
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.
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.
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
.
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.
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.
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.
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.
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.
These are the breaking changes for Isolation Segment v5.0.
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.
From v4.62.0, the Java Buildpack will no longer install the Spring AutoReconfiguration (SAR) library for Spring Boot 3 applications. This library was deprecated in May 2022 and overwrites your configured Spring Beans to connect to bound services. This is not recommended for use in production environments. The recommended replacement is the Java CfEnv library.
Applications should not be affected by this change if:
** The buildpack will not install Java CfEnv if it is already detected as an app dependency.
Your applications might be affected by the following two scenarios:
If your application is affected by this change see this KB article for troubleshooting: Spring AutoReconfiguration Removed for Spring Boot 3 Applications
In TAS 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.
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.
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
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 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.
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).
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 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}
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.
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.
Release Date: 10/07/2024
1.19.34
1.4.0
3.51.0
0.416.0
1.130.0
2.12.92
2.105.0
1.57.0
1.10.23
1.4.0
56.25.0
7.4.0
50.0.0
4.6.24
677.0.60
1.2.15
3.51.0
3.5.0
1.6.17
Release Date: 09/27/2024
1.19.33
1.3.2
1.193.0
250.3.2
1.67.0
3.50.0
0.407.0
2.12.91
2.103.0
2.4.33
1.56.0
1.10.22
4.73.0
3.1.5
107.0.17
8.2.1
1.3.0
4.0.3
3.2.27
10.16.0
56.24.0
7.2.0
1.2.19
1.8.29
73.0.0
0.10.1
4.6.23
677.0.56
674.0.123
1.0.31
1.8.29
1.2.14
0.311.0
1.10.18
3.50.0
3.4.0
1.6.16
1.11.43
12.3.3
4.0.11
77.16.0
Release Date: 08/22/2024
1.19.27
1.3.0
1.189.0
250.3.1
0.391.0
2.12.86
2.102.0
1.54.0
4.72.0
0.11.22
107.0.16
8.1.5
4.0.2
3.2.26
56.22.0
1.8.27
49.0.0
0.7.0
677.0.53
674.0.119
1.2.13
0.304.0
0.15.2
1.11.42
12.3.1
4.0.10
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.
PrometheusRemoteWrite
exporter and batch
processor.1.19.23
1.1.13
1.2.23
1.187.0
250.3.0
1.65.0
3.47.0
1.107.0
2.12.83
2.4.31
1.10.21
0.11.20
3.1.1
8.1.3
4.0.1
3.2.25
7.1.75
1.2.17
1.8.26
72.0.0
48.0.0
0.6.0
4.6.22
677.0.49
674.0.114
1.0.30
1.8.27
1.10.17
0.15.0
3.47.0
3.1.74
1.6.15
1.11.41
4.0.9
77.14.0
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.
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.1.19.22
1.2.21
1.185.0
250.2.5
1.64.0
0.390.0
1.103.0
2.12.80
2.100.0
2.4.29
4.70.0
0.11.18
3.1.0
1.2.79
56.21.0
7.1.74
1.2.15
0.5.0
4.6.20
677.0.48
5.0.564
674.0.112
1.0.29
1.8.26
0.301.0
0.14.1
3.1.73
12.3.0
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. 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. v1.19.20## Dependencies * **bosh-backup-and-restore:** Updated to v1.9.65. v1.19.17## Dependencies * **storage:** Updated to v1.41.0. |
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.0This 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.0This 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.0This 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.0This 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.0This 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.0This 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.0This 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.0This 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.0This 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.0This 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.0This 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.0This 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.0This 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.0This 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.0This 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.18Components: * [buildpack v0.13.8](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.8) 0.11.17Components: * [buildpack v0.13.7](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.7) 0.11.16Components: * [buildpack v0.13.6](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.6) 0.11.15Components: * [buildpack v0.13.6](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.6) 0.11.14Components: * [buildpack v0.13.6](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.6) 0.11.13Components: * [buildpack v0.13.6](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.6) 0.11.12Components: * [buildpack v0.13.5](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.5) 0.11.11Components: * [buildpack v0.13.5](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.5) 0.11.10Components: * [buildpack v0.13.4](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.4) 0.11.9Components: * [buildpack v0.13.4](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.4) 0.11.8Components: * [buildpack v0.13.4](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.4) 0.11.7Components: * [buildpack v0.13.3](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.3) 0.11.6Components: * [buildpack v0.13.3](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.3) 0.11.5Components: * [buildpack v0.13.2](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.2) 0.11.4Components: * [buildpack v0.13.2](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.2) 0.11.3Components: * [buildpack v0.13.1](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.1) 0.11.2Components: * [buildpack v0.13.1](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.1) 0.11.1Components: * [buildpack v0.13.0](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.0) 0.11.0Components: * [buildpack v0.13.0](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.13.0) 0.10.7Components: * [buildpack v0.12.6](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.12.6) 0.10.6Components: * [buildpack v0.12.5](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.12.5) 0.10.5Components: * [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. v1.2.72## Changes * Add final release 1.2.71 [ci skip] * Bump mapfs (#263) ## Dependencies * **mapfs:** Updated to v`ac01341`. |
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`. v7.1.68## Changes * Add final release 7.1.66 [ci skip] * Bump submodules (#938) ## Dependencies * **nfsbroker:** Updated to v`e1d14e4`. |
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`. v674.0.105## Dependencies * **app-usage-service:** Updated to v`809e359`. v674.0.104## Changes * Maintenance release (internal technical work, CI improvements, etc) v674.0.103## Dependencies * **app-usage-service:** Updated to v`98e365c`. |
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.1Components: * [buildpack v0.17.1](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.17.1) 0.14.0Components: * [buildpack v0.17.0](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.17.0) 0.13.14Components: * [buildpack v0.16.5](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.5) 0.13.13Components: * [buildpack v0.16.5](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.5) 0.13.12Components: * [buildpack v0.16.5](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.5) 0.13.11Components: * [buildpack v0.16.4](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.4) 0.13.10Components: * [buildpack v0.16.3](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.3) 0.13.9Components: * [buildpack v0.16.3](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.3) 0.13.8Components: * [buildpack v0.16.3](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.3) 0.13.7Components: * [buildpack v0.16.3](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.3) 0.13.6Components: * [buildpack v0.16.3](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.3) 0.13.5Components: * [buildpack v0.16.2](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.2) 0.13.4Components: * [buildpack v0.16.2](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.2) 0.13.3Components: * [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`. 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. v3.1.69## Changes * Add final release 3.1.68 [ci skip] ## Dependencies * **smbbroker:** Updated to v`da19354`. |
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 |
Release Date: 05/29/2024
1.19.16
1.1.12
1.2.19
1.182.0
250.2.4
1.91.0
2.12.75
2.99.0
2.4.28
1.53.0
1.10.19
4.69.0
0.10.4
1.2.70
4.0.0
10.15.0
7.1.66
1.8.25
4.6.19
677.0.45
5.0.545
674.0.101
1.0.28
1.8.25
1.2.12
0.298.0
1.10.15
0.13.2
3.1.68
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. 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. v1.19.14## Changes * Bump ncurses from 6.4 to 6.5 (#1656) ## Dependencies * **v2:** Updated to v2.17.2. |
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.0This 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.0This 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.0This 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.0This 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.0This 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.0This 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.0This 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.0This 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.0This 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.4Components: * [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. v1.2.69## Dependencies * **v2:** Updated to v2.17.2. |
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. 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`. v7.1.64## Dependencies * **gomega:** Updated to v1.33.1. |
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`. v674.0.100## Changes * Avoid leaking creds from env var if possible (#578) ## Dependencies * **app-usage-service:** Updated to v`e850c40`. v674.0.99## Dependencies * **app-usage-service:** Updated to v`9d527f6`. |
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.2Components: * [buildpack v0.16.1](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.1) 0.13.1Components: * [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. v3.1.67## Changes * Use newest cf-cli available (#405) ## Dependencies * **v2:** Updated to v2.17.2. |
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 |
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.
8.1.1
2.1.14
10.14.0
1.2.14
5.0.517
1.10.14
1.6.13
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 |
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.
1.19.12
1.1.11
1.180.0
250.2.3
3.46.0
2.12.72
2.98.0
2.4.27
1.52.0
1.10.18
4.68.0
0.10.3
8.1.0
1.2.68
56.19.0
7.1.63
1.2.13
1.8.24
70.0.0
4.6.18
5.0.515
674.0.98
1.0.27
1.8.23
1.2.11
0.296.0
1.10.13
0.13.0
3.46.0
3.1.66
1.6.12
12.2.5
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. v1.19.11## Dependencies * **azblob:** Updated to v1.3.2. |
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.72Various 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.3Components: * [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.4Don'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. v1.2.67## Dependencies * **mapfs:** Updated to v`b5baec0`. |
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. v7.1.62## Changes * Bump sqlite from 3.45.2 to 3.45.3 (#881) ## Dependencies * **nfsbroker:** Updated to v`680bc33`. |
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`. v674.0.97## Dependencies * **app-usage-service:** Updated to v`7d0ce49`. |
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.0Components: * [buildpack v0.16.0](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.16.0) 0.12.0Components: * [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`. |
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 |
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.
1.19.10
1.2.18
1.177.0
250.2.2
3.45.0
2.97.0
1.51.0
4.67.1
0.10.2
3.0.12
107.0.14
8.0.3
1.2.66
3.0.3
3.2.24
10.13.0
56.18.0
7.1.61
0.4.1
677.0.42
5.0.508
674.0.96
1.0.26
0.295.0
0.11.1
3.45.0
3.1.64
4.10.0
1.11.40
12.2.4
4.0.8
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. v1.19.9## Dependencies * **storage:** Updated to v1.40.0. v1.19.8## Dependencies * **v2:** Updated to v2.17.0. |
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.2Components: * [buildpack v0.12.2](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.12.2) 0.10.1Components: * [buildpack v0.12.1](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.12.1) 0.10.0Components: * [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`. v1.2.65## Changes * Golang: Updated to v1.22.2. (#241) ## Dependencies * **mapfs:** Updated to v`a80b833`. v1.2.64## Dependencies * **v2:** Updated to v2.17.1. v1.2.63## Dependencies * **v2:** Updated to v2.17.0. |
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`. v7.1.60## Dependencies * **nfsbroker:** Updated to v`8aec99d`. v7.1.59## Changes * Bump util-linux from 2.39.3 to 2.40 (#853) ## Dependencies * **nfsbroker:** Updated to v`7bc7bb0`. v7.1.58## Dependencies * **nfsbroker:** Updated to v`e850d95`. |
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`. v674.0.95## Dependencies * **app-usage-service:** Updated to v`193129e`. v674.0.94## Dependencies * **app-usage-service:** Updated to v`9af4b6b`. v674.0.93## Changes ## Dependencies * **app-usage-service:** Updated to v`4c2a77a`. |
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.1Components: * [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`. v3.1.63## Changes * Golang: Updated to v1.22.2 (#381) ## Dependencies * **smbbroker:** Updated to v`b380e77`. v3.1.62## Dependencies * **v2:** Updated to v2.17.1. v3.1.61## Dependencies * **v2:** Updated to v2.17.0. |
smoke-tests | 4.10.0 |
4.10.0Create bosh final release 4.10.0 4.9.5Create 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 |
See TAS Patch Version v5.0.1-v5.0.10 Release Notes.
Release Date: 10/17/2023
tanzu-jammy-full-stack
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.0This 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.1Components: * [buildpack v0.8.0](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.8.0) 0.6.0Components: * [buildpack v0.8.0](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.8.0) 0.5.1Components: * [buildpack v0.7.0](https://github.com/pivotal-cf/java-native-image-cnb-buildpack/releases/tag/v0.7.0) 0.5.0Components: * [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 - v674.0.68## Changes ## Dependencies * **app-usage-service:** Updated to v`00de8f4`. v674.0.67## Dependencies * **app-usage-service:** Updated to v`b916606`. v674.0.66## Dependencies * **app-usage-service:** Updated to v`68821d4`. v674.0.65## Dependencies * **app-usage-service:** Updated to v`cf55c07`. |
pxc | 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.7Components: * [buildpack v0.9.5](https://github.com/pivotal-cf/web-servers-cnb-buildpack/releases/tag/v0.9.5) 0.6.6Components: * [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 |