These are the release notes for VMware Tanzu Application Service for VMs (TAS for VMs) v4.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 4.0.5 to 4.0.23, 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.
TAS for VMs v4.0 includes the following major features:
When you upgrade to TAS for VMs v4.0 it opens up more security options for application syslog drains. Syslog drains are now compatible with syslog servers.
Syslog drains help:
You can configure your syslog drains to use Mutual TLS by specifying a client certificate and a private key. You can also configure your syslog drains to communicate with syslog servers by using internal or domain specific Certificate Authorities (CA).
For example:
$ cf create-user-provided-service DRAIN-NAME -l SYSLOG-URL -p {"example-cert":"-----BEGIN CERTIFICATE-----\nMIIH...-----END CERTIFICATE-----","key":"-----BEGIN PRIVATE KEY-----\nMIIE...-----END PRIVATE KEY-----", "ca":"-----BEGIN CERTIFICATE-----\nMIIH...-----END CERTIFICATE-----"}
If you rename your apps, you can see emitted logs and metrics that are tagged with the new application name without starting the application again. This is useful in blue or green deployments.
Note: This feature does not update the VCAP_APPLICATION
environment variable that the platform sets in the container, which may be used by agents co-located in the container such as AppDynamics. To update this environment variable and propagate the change to agents in the container, manually restart the application.
Depending on your configuration, app name caching can be used outside of TAS for VMs by other products such as Splunk Nozzle.
For applications hosted on Diego Cells that are provided by the Isolation Segment TAS for VMs [Windows] tiles, you must update those tiles to v4.0 to get the full benefit of this new feature. After you upgrade TAS for VMs, the access log entries are generated by the TAS for VMs and Isolation Segment Gorouters. They reflect the new application names even if you have not upgraded the Isolation Segment or TAS for VMs [Windows] tiles.
These are the breaking changes for VMware Tanzu Application Service for VMs v4.0.
You can still use the cfslinuxfs3 stack, but the default is now cfslinuxfs4.
Newly pushed apps will usee cflinuxfs4. Existing applications will continue to run using cflinuxfs3 stack. See Changing Stacks for migrating to the new stack. The default stack can be configured. You can turn off cflinuxfs3.
All system apps that are packaged with TAS for VMs now use cflinuxfs4. The Stack Auditor has been updated and is available to identify apps still running on the cflinuxfs3 stack.
Support for the cflinuxfs3 stack will be removed in a future release of TAS for VMs. We recommend that migrate all applications to cflinuxf4 soon.
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 will be no longer installed for Spring Boot 3 applications since JBP v4.62.0
Non-standardized and non-human readable timestamps in logs make debugging TAS for VMs more difficult. Since TAS for VMs 2.10.0, there was an option in the System Logging tab named Optionally Use Human-Readable Timestamps for Component Logs. In TAS for VMs 4.0, this radio button is removed and all components use the human readable RFC3339 format for the timestamps in their logs.
When you upgrade to TAS for VMs 4.0, it sets the Max request header size in KB to 48 KB, unless the existing configuration was already lower. Lowering this value establishes a better security for TAS for VMs and applications. You can still configure this setting to a value up to 1024 KB in the Networking tab. For any requests with headers larger than this value, returns a 431 status code.
To update a single Gorouter configuration, add the following line to the file:
/var/vcap/jobs/gorouter/config/gorouter.yml max_header_kb: 48
To monitor Gorouter access logs in the /var/vcap/sys/log/gorouter/access.log
file, verify that there are no entries with the HTTP/1.1 431 status code.
New versions of Traffic Controller do not have the recent logs endpoint. Versions of the cf CLI before v6.52.0 cannot retrieve logs when they are called using the cf logs --recent
command.
TAS for VMs 4.0 contains validations for the Certificate Authorities (CA) that are trusted by the Gorouter property in the Networking tab. Any entries that are not valid CA certificates can cause an error in Operations Manager. You must remove or replace invalid entries.
The global log rate limit feature was removed in TAS for VMs 4.0.0+LTS-T. It was restored in TAS for VMs 4.0.20+LTS-T to ease migration to the newer granular app log rate limit feature.
Important If you were using this feature to limit your overall app log throughput, then you might see an increase in log load after you upgrade prior to configuring granular app log rate limiting. To avoid the increase ensure you upgrade to TAS for VMs 4.0.20+LTS-T or greater to retain the ability to configure a global log rate limit.
The cflinuxfs4 stack versions prior to v1.0.0 contain both Ruby and Python interpreters. These exist to enable the execution of the PHP and Java buildpacks that are written in those languages.
To improve the security posture for all applications based on the cflinuxfs4 stack, the Ruby and Python interpreters have been removed from the stack. New versions of the PHP and Java buildpacks have been introduced to run on top of the stack if it no longer includes the required interpreter.
These include:
Any buildpacks outside of those maintained by VMware and installed as part of TAS for VMs that might be written in either Ruby or Python can now break unless those other buildpacks take steps to bring their own runtimes.
This breaking change applies to Tanzu Application Service and Small Footprint TAS.
TAS for VMs 4.0 introduces a new slate of buildpacks, based on the Cloud Native Buildpack project, that are installed with TAS for VMs and managed by the Tanzu Application Service tile. These buildpacks are still in beta and have some limitations.
For more information on the limitations, see Limitations.
The first buildpack is the Web Servers CNB, which allows app developers to push nginx, httpd, and front-end JavaScript apps.
For more information about how to use the Web Servers Buildpack, see the documentation page.
TAS for VMs v4.0 includes the following known issues:
Release 4.0.9 introduced a bug that could result in the loss of Service Usage data. To avoid data loss, customers that depend on usage data should follow the workaround in this KB article or upgrade to a later version of VMware Tanzu Application Service for VMs within 30 days of upgrading to this version.
This version of TAS for VMs contains a known issue with Gorouter error handling for backend app requests. Failures that previously returned HTTP Status Codes 496, 499, 503, 525, or 526 might instead return 502. Additionally, stale routes might fail to be pruned properly, which could result in apps unexpectedly returning HTTP Status Code 502.
For more information, see this Knowledge Base Article
The Ubuntu 22.04 long-term support (LTS) stemcell, Jammy Jellyfish, is not currently CIS or STIG-certified.
In the User Account and Authentication (UAA) user interface (UI), the button that copies single sign-on (SSO) codes does not work.
To work around this issue, you must manually copy and paste the displayed code.
Any external integrations with the CF API to create, update, and delete Application Security Group (ASG) definitions or bindings require the use of the Cloud Foundry v3 API. Any ASG updates made with the v2 API are not synchronized until an ASG update using the v3 API is made.
Recommended course of action:
Silk emits log entries to application log streams when ASGs are dynamically changed. If you use Silk for container networking and have activated Dynamic ASGs, you might find the log entries are tagged with old application names.
To mitigate this issue, you can start the applications again after they are renamed.
In TAS for VMs 2.11.26, VMware introduced a nats
release that replaced the underlying package from NATS v1.0 with NATS v2.0. TAS for VMs. Version 4.0 is the first LTS major version that includes NATS v2.0 from the beginning of the release line. The migration happens invisibly. However, if the migration is not successful, your NATS servers might still be running NATS v1.0.
As described in the TAS Support Lifecycle Policy, VMware keeps the NATS v1.0 as a fallback, but removes it in a future version.
Follow the instructions in this Knowledge Base article to confirm that your nats
instances have migrated successfully, and learn how to troubleshoot if they have not.
TAS Portal erroneously uses the default app domain instead of the operator-configured system domain. In future patch versions of TAS, TAS Portal is available at tas-portal.SYSTEM-DOMAIN
.
When Application Accelerators are activated for TAS Portal, TAS Portal communicates with the Application Accelerator backend server using HTTP on port 80. If TAS for VMs or its associated load balancers are not configured to allow HTTP ingress on port 80, then the TAS Portal Application Accelerators page is blank.
A future patch version of TAS for VMs changes this traffic to use HTTPS on port 443. To work around this issue, configure TAS for VMs to accept HTTP traffic on port 80.
This issue affects those who are leveraging the TAS for VMs internal MySQL cluster and attempting a BBR Restore after upgrading to TAS 4.0.2 or earlier version. If you are using an external database and are facing this issue, open a ticket with VMware Tanzu Support and refer to the TAS for VMs documentation.
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
Release Date: 08/22/2024
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.
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.40960
MBComponent | 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 * 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.20 | |
capi | 1.184.0 | |
cf-autoscaling | 250.2.5 |
v250.2.5* 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.102.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 | |
log-cache | 3.1.0 |
v3.1.0## What's Changed * 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 | 7.7.7 | |
mapfs | 1.2.79 |
v1.2.79## Changes * Add final release 1.2.72 [ci skip] * Golang: Updated to v1.22.4 (#269) ## Dependencies * **v2:** Updated to v2.19.0. v1.2.72## Changes * Add final release 1.2.71 [ci skip] ## 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) * 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] * 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] ## 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 | |
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.1.8 | |
push-offline-docs-release | 4.0.499 | |
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 * 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 ## 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 ### 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) ## 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 * [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 ## 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 ### Misc * [Upgrade Bellsoft JDK to version 17.0.11+12](https://github.com/cloudfoundry/uaa-release/commit/6b4ec004cfccbb61d6bd30e935a39af5fd2822a9) ### Dependency Bumps * Ignore bosh-utils bump in uaa v74.5.x branch. by @hsinn0 in https://github.com/cloudfoundry/uaa-release/pull/890 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.9.0...v77.10.0 |
Release Date: 05/29/2024
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.445 | |
backup-and-restore-sdk | 1.19.16 |
v1.19.16## Changes ## Dependencies * **api:** Updated to v0.180.0. v1.19.15## Changes * Golang: Updated to v1.22.3. (#1668) ## Dependencies * **v2:** Updated to v2.17.3. v1.19.14## Changes ## 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. |
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 **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 | |
log-cache | 3.0.12 | |
loggregator | 107.0.14 | |
loggregator-agent | 7.7.7 | |
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 **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v3.0.2...v3.0.3 v3.0.2## What's Changed **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v3.0.1...v3.0.2 v3.0.1## What's Changed **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 **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) * 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 | |
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.1.8 | |
push-offline-docs-release | 4.0.481 | |
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 ### 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) **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.8.0...v77.9.0 |
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.
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 | |
log-cache | 3.0.12 | |
loggregator | 107.0.14 | |
loggregator-agent | 7.7.7 |
v7.7.7## What's Changed * Fix Syslog Binding Cache polling to wait for the entire polling interval between each operation in https://github.com/cloudfoundry/loggregator-agent-release/pull/571 **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.7.6...v7.7.7 |
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 | |
php-offline-buildpack | 4.6.18 | |
push-apps-manager-release | 677.0.42 | |
push-tas-portal-release | 0.1.8 | |
push-offline-docs-release | 4.0.457 | |
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 ### 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 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.7.0...v77.8.0 |
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.
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 |
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 | |
log-cache | 3.0.12 | |
loggregator | 107.0.14 | |
loggregator-agent | 7.7.6 | |
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 ## 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 | |
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.1.8 | |
push-offline-docs-release | 4.0.453 | |
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 **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 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.7.0...v77.7.0 v77.6.0## What's Changed ### New UAA ### 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 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.5.0...v77.6.0 |
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.
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 **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 | |
log-cache | 3.0.12 |
v3.0.12## What's Changed **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 **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v107.0.13...v107.0.14 |
loggregator-agent | 7.7.6 |
v7.7.6## What's Changed **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.7.5...v7.7.6 |
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 **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 **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 ## ✨ 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) ## Dependencies * **nfsbroker:** Updated to v`1a70719`. v7.1.60## Dependencies * **nfsbroker:** Updated to v`8aec99d`. v7.1.59## Changes ## 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 | |
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.1.8 | |
push-offline-docs-release | 4.0.443 | |
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 **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 **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 **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 * 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 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.4.0...v77.5.0 v77.4.0## What's Changed ### New UAA ### Dependency Bumps **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v77.3.0...v77.4.0 |
See TAS Patch Version v4.0.11-v4.0.20 Release Notes.
See TAS Patch Version v4.0.1-v4.0.10 Release Notes.
Release Date: 04/18/2023
Caution This release is susceptible to a known issue around multiple "HTTP 100 Continue" responses. For information about this issue, see Multiple HTTP Expect: 100-continue responses sent from gorouter to client may cause unexpected failures in the Broadcom Support Hub. To address this issue, VMware advises upgrading to Tanzu Application Service v4.0.5 and Isolation Segment Tile v4.0.5 instead.
cflinuxfs4
stack.Component | Version | Release notes |
---|---|---|
ubuntu-jammy stemcell | 1.95 | |
backup-and-restore-sdk | 1.18.61 | |
binary-offline-buildpack | 1.1.3 | |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.1.21 | |
capi | 1.148.0 | |
cf-autoscaling | 249.1.6 | |
cf-cli | 1.44.0 | |
cf-networking | 3.23.0 | |
cflinuxfs3 | 0.361.0 | |
cflinuxfs4 | 1.5.0 | |
credhub | 2.12.21 | |
diego | 2.73.0 | |
dotnet-core-offline-buildpack | 2.4.9 | |
garden-runc | 1.25.0 | |
go-offline-buildpack | 1.10.6 | |
java-offline-buildpack | 4.56 | |
log-cache | 3.0.0 | |
loggregator | 107.0.2 |
v107.0.2* update golang to 1.20.1 **Full changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v107.0.1...v107.0.2 v107.0.1## What's changed * Upgrade to go 1.20 by @rroberts2222 in https://github.com/cloudfoundry/loggregator-release/pull/524 * update dependencies **Full changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v107.0.0...v107.0.1 v107.0.0Remove RecentLogsHandler from Traffic Controller. Traffic Controller has been providing recent logs as a fallback for environments/tools which had not moved to retrieving recent logs directly from Log Cache. With this change, older versions of the cf CLI v6 are no longer be able to retrieve recent logs from Cloud Foundry. We are making this change as Log Cache has been the correct way of retrieving these logs for many years and the legacy support was causing issues with the splitting out of Log Cache from Dopplers. ## What's changed * Removed RecentLogsHandler in https://github.com/cloudfoundry/loggregator-release/pull/486 * Delete unused manifests & scripts, clean up README by @rroberts2222 in https://github.com/cloudfoundry/loggregator-release/pull/488 * Fixed go module path in https://github.com/cloudfoundry/loggregator-release/pull/490 **Full changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.5...v107.0.0 |
loggregator-agent | 7.1.2 |
v7.1.2## What's changed * update to golang 1.20.1 **Full changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.1.1...v7.1.2 v7.1.1## What's changed * update dependencies * Add error messages for better traceability of filtered out syslog drain bindings in https://github.com/cloudfoundry/loggregator-agent-release/pull/216 * Upgrade to go 1.20 by @rroberts2222 in https://github.com/cloudfoundry/loggregator-agent-release/pull/223 **Full changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.1.0...v7.1.1 v7.1.0## What's changed * Add app-id and drain url in the error message in https://github.com/cloudfoundry/loggregator-agent-release/pull/212 **Full changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.0.2...v7.1.0 v7.0.2## What's changed * Sanitize ProcID in syslog messages so messages with utf-8 in the source_type are not dropped in https://github.com/cloudfoundry/loggregator-agent-release/pull/200 * Update dependencies **Full changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.0.1...v7.0.2 v7.0.1## What's changed * Fix: anonymize URL in syslog drain logs and metrics in https://github.com/cloudfoundry/loggregator-agent-release/pull/186 **Full changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.0.0...v7.0.1 v7.0.0## What's changed * Allow application developers to set client certs and keys, as well as server cas, to be used for authentication in syslog-tls drains in https://github.com/cloudfoundry/loggregator-agent-release/pull/177 / https://github.com/cloudfoundry/loggregator-agent-release/pull/119. Breaking change: requires new version of capi * Add drain scope and url tags to syslog egress metrics by @skaur20 in https://github.com/cloudfoundry/loggregator-agent-release/pull/123, Breaking change: might effect metrics dashboards and calculations. **Full changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.6...v7.0.0 |
mapfs | 1.2.13 | |
metric-registrar | 2.1.3 | |
metrics-discovery | 3.2.7 | |
mysql-monitoring | 9.23.0 | |
nats | 56.1.0 | |
nfs-volume | 7.1.9 | |
nginx-offline-buildpack | 1.2.1 | |
nodejs-offline-buildpack | 1.8.8 | |
notifications | 62 | |
notifications-ui | 40 | |
php-offline-buildpack | 4.6.3 | |
push-apps-manager-release | 677.0.18 | |
push-tas-portal-release | 0.1.5 | |
push-offline-docs-release | 4.0.24 | |
push-usage-service-release | 674.0.36 | |
pxc | 1.0.8 | |
python-offline-buildpack | 1.8.8 | |
r-offline-buildpack | 1.2.0 | |
routing | 0.261.0 | |
ruby-offline-buildpack | 1.9.4 | |
web-servers-cnb-buildpack | 0.0.4 | |
silk | 3.23.0 | |
smb-volume | 3.1.10 | |
smoke-tests | 4.8.2 | |
staticfile-offline-buildpack | 1.6.1 |
1.6.1* Don't use ERB to template nginx.conf Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.22.1 | cflinuxfs3 | | nginx | 1.22.1 | cflinuxfs4 | | nginx | 1.23.3 | cflinuxfs3 | | nginx | 1.23.3 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | nginx | 1.23.x | * Uncached buildpack SHA256: e34771e5c23a0e83e3d151137fe60b8ec8cf51ea07eeb50e06532d6b52b272ba * Uncached buildpack SHA256: a5bd0559590511a00300f11f5d96fb22704211735708ed83d2024afe141ead25 |
statsd-injector | 1.11.28 | |
syslog | 12.1.3 | |
system-metrics-scraper | 3.3.6 | |
uaa | 76.8.0 |