Caution This release has been removed from General Support.
These are the release notes for VMware Tanzu Application Service for VMs (TAS for VMs) v3.0.
TAS for VMs is certified by the Cloud Foundry Foundation for 2023.
For more information about the Cloud Foundry Certified Provider Program, see How Do I Become a Certified Provider? on the Cloud Foundry website.
Because VMware uses the Percona Distribution for MySQL, expect a time lag between Oracle releasing a MySQL patch and VMware releasing TAS for VMs containing that patch.
Release Date: 10/25/2023
cf restart-app-instance
is invoked.1.18.104
1.2.9
1.163.0
250.0.0
1.50.0
3.34.0
0.376.0
1.46.0
2.12.49
2.83.0
2.4.17
1.41.0
1.10.13
4.63.0
3.0.7
106.7.13
6.5.15
1.2.47
2.1.9
3.2.18
10.5.0
56.10.0
7.1.38
67.0.0
677.0.32
674.0.71
1.0.18
0.283.0
1.10.5
3.34.0
3.1.38
1.11.35
12.1.9
4.0.3
76.23.0
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.260 | |
backup-and-restore-sdk | 1.18.104 |
v1.18.101## Changes * Golang: Updated to v1.21.3. (#1286) ## Dependencies * **credentials:** Updated to v1.13.43. v1.18.99## Changes * Golang: Updated to v1.21.2. (#1268) ## Dependencies * **credentials:** Updated to v1.13.41. v1.18.98## Changes ## Dependencies * **s3:** Updated to v1.40.0. v1.18.96## Changes * Golang: Updated to v1.21.1. (#1245) ## Dependencies * **credentials:** Updated to v1.13.40. v1.18.92## Changes * Bump openssl from 1.1.1v to 1.1.1w (#1228) * Golang: Updated to v1.21.1. (#1219) ## Dependencies * **storage:** Updated to v1.33.0. v1.18.91## Changes * Bump openssl from 1.1.1o to 1.1.1v (#1208) * Golang: Updated to v1.21.0. (#1209) ## Dependencies * **credentials:** Updated to v1.13.37. v1.18.89## Dependencies * **credentials:** Updated to v1.13.35. |
binary-offline-buildpack | 1.1.7 | |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.2.9 | |
capi | 1.163.0 | |
cf-autoscaling | 250.0.0 |
v250.0.0## What's Changed ### Notice The autoscale-api app no longer falls back to a MySQL service binding if the database connection properties are not provided. Instead it raises an error. This should not be an issue for any operators who are deploying cf-autoscaling via the provided `deploy-autoscaler` errand. ### Fixes * Bump dependencies (addressing CVE-2023-44487) **Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.2.7...v250.0.0 v249.2.7## What's Changed * Bump dependencies * Bump golang to v1.20.10 **Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.2.6...v249.2.7 |
cf-cli | 1.50.0 |
v1.50.0### This release contains the following versions of the CF CLI Major version | Prior version | Current version -- | -- | -- v8 | 8.7.3 | [8.7.4](https://github.com/cloudfoundry/cli/releases/tag/v8.7.4) v7 | 7.7.3 | [7.7.4](https://github.com/cloudfoundry/cli/releases/tag/v7.7.4) v6 | 6.53.0 | [6.53.0](https://github.com/cloudfoundry/cli/releases/tag/v6.53.0) v1.49.0### This release contains the following versions of the CF CLI Major version | Prior version | Current version -- | -- | -- v8 | 8.7.2 | [8.7.3](https://github.com/cloudfoundry/cli/releases/tag/v8.7.3) v7 | 7.7.2 | [7.7.3](https://github.com/cloudfoundry/cli/releases/tag/v7.7.3) v6 | 6.53.0 | [6.53.0](https://github.com/cloudfoundry/cli/releases/tag/v6.53.0) v1.47.0### This release contains the following versions of the CF CLI Major version | Prior version | Current version -- | -- | -- v8 | 8.7.1 | [8.7.2](https://github.com/cloudfoundry/cli/releases/tag/v8.7.2) v7 | 7.7.1 | [7.7.2](https://github.com/cloudfoundry/cli/releases/tag/v7.7.2) v6 | 6.53.0 | [6.53.0](https://github.com/cloudfoundry/cli/releases/tag/v6.53.0) |
cf-networking | 3.34.0 |
v3.34.0## Changes - Bumped to golang 1.21.3 - Testing updates - CI Enhancements - Package dependency bumps - The `proxy` test/example app's `/dumprequest` endpoint will now return headers back to client via the `returnHeaders` query parameter. It also adds an `X-Proxy-Settable-Debug-Header` header if the upstream server doesn't set it explicitly, and `X-Proxy-Immutable-Debug-Header` which will override any value set by upstream servers. ## Bosh Job Spec changes: ```diff diff --git a/jobs/performance-test-sd/spec b/jobs/performance-test-sd/spec index 0223d87e..c89d50f5 100644 --- a/jobs/performance-test-sd/spec +++ b/jobs/performance-test-sd/spec @@ -6,7 +6,7 @@ templates: config.json.erb: config.json packages: - - golang-1.20-linux + - golang-1.21-linux - performance-test-sd consumes: ``` ## ✨ Built with go 1.21.3 **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.33.0...v3.34.0 ## Resources - [Download release 3.34.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.34.0). v3.33.0## Changes - Bumped to golang 1.20.7 - The `garden-cni` job's `garden-external-networker` has been updated to support returning interface name data handling CNI v0.4.0 data from CNI plugins it wraps. This allows for garden-runc-release to make use of the interface info for pulling networking statistics. (https://github.com/cloudfoundry/cf-networking-release/pull/229) - Thanks @JVecsei1, @geigerj0! ## ✨ Built with go 1.20.7 **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.32.0...v3.33.0 ## Resources - [Download release v3.33.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.33.0). |
cflinuxfs3 | 0.376.0 |
v0.376.0This release ships with cflinuxfs3 version 0.376.0. For more information, see the [release notes](https://github.com/pivotal-cf/tanzu-cflinuxfs3/releases/tag/0.376.0) |
cflinuxfs4 | 1.46.0 | |
count-cores-indicator | 2.0.0 | |
credhub | 2.12.49 |
2.12.49## What's Changed ### Security Fixes - Bump various dependencies **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.48...2.12.49 2.12.48## What's Changed * Java 11 is now the minimum runtime version. * Fix for CVE-2023-4586 - Build(deps): bump nettyVersion from 4.1.99.Final to 4.1.100.Final. ## Other Dependency Bumps * Build(deps): Bump rubocop from 1.56.3 to 1.56.4 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/156 * Build(deps): Bump unicode-display_width from 2.4.2 to 2.5.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/157 * Build(deps): Bump parser from 3.2.2.3 to 3.2.2.4 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/158 * Build(deps): Bump regexp_parser from 2.8.1 to 2.8.2 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/161 * Build(deps): Bump rubocop from 1.56.4 to 1.57.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/162 * Build(deps): bump commons-io:commons-io from 2.13.0 to 2.14.0 * Build(deps): bump com.google.protobuf:protoc from 3.24.3 to 3.24.4 * Build(deps): bump io.netty:netty-tcnative-boringssl-static from 2.0.61 to 2.0.62 * Build(deps): bump com.google.api.grpc:proto-google-common-protos from 2.25.1 to 2.26.0 * Build(deps): bump com.github.ben-manes.versions from 0.48.0 to 0.49.0 * Build(deps): bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.1.3 to 5.1.4 * Build(deps): bump com.github.spotbugs from 5.1.3 to 5.1.4 * Build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.47...2.12.48 2.12.47## What's Changed ### Security Fixes - Bump various dependencies **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.46...2.12.47 2.12.46## What's Changed ### Security Fixes - Bump various dependencies **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.45...2.12.46 2.12.45## What's Changed ### Security Fixes - Bump various dependencies **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.44...2.12.45 2.12.44## What's Changed ### Security Fixes - Bump various dependencies **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.43...2.12.44 2.12.43## What's Changed * Build(deps): Bump rubocop from 1.56.1 to 1.56.2 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/154 * [Build(deps): bump springBootVersion from 2.7.14 to 2.7.15](https://github.com/cloudfoundry/credhub/commit/24e27799fc4dc1a1839a453cc5d65c16f7b4b356) * [Build(deps): bump org.mariadb.jdbc:mariadb-java-client](https://github.com/cloudfoundry/credhub/commit/86bcff73681391011aeb1da4085018d6ea8ad5ac) * [Build(deps): bump com.google.protobuf:protoc from 3.24.1 to 3.24.2](https://github.com/cloudfoundry/credhub/commit/677e840691cb6e3813c83caf8a7776e120376213) * [Build(deps): bump org.yaml:snakeyaml from 2.1 to 2.2](https://github.com/cloudfoundry/credhub/commit/dbf8c103338a7ccaea59473447a2c908d416dff3) * [Build(deps): bump actions/checkout from 3 to 4](https://github.com/cloudfoundry/credhub/commit/175f5a20381943cb6b1975578cd89f39fe2d2909) * [Build(deps): bump grpcVersion from 1.57.2 to 1.58.0](https://github.com/cloudfoundry/credhub/commit/431bbf00a9f1d0848e2951f509d00ec4441f9181) * [Build(deps): bump com.github.ben-manes.versions from 0.47.0 to 0.48.0](https://github.com/cloudfoundry/credhub/commit/1e20b1d6060740c1c59048795f826b438abb875a) * [bump gradlew from 8.2.1 to 8.3](https://github.com/cloudfoundry/credhub/commit/a4a151a0130a405e4ffcf13e848171057e39c25d) * [Build(deps): bump com.google.protobuf:protoc from 3.24.2 to 3.24.3](https://github.com/cloudfoundry/credhub/commit/ae2a6eb23ce64f396cc2cf88d25750f01fef07c2) **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.42...2.12.43 2.12.42## What's Changed ### Security Fixes - Bump various dependencies **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.41...2.12.42 |
diego | 2.83.0 |
v2.83.0## Changes - **[Bug Fix]** Prevent retired app instances from receiving traffic by ensuring rep emits events to cleanup routes when RetireActualLRP is called. (https://github.com/cloudfoundry/bbs/pull/72) (Fixes #820) - Thanks @vlast3k! - Cleans up stderr output from rep's `setup_mounted_data_dirs` script (#689) - Thanks @romain-dartigues! - Docs updates for the container metrics changes from 2.82.0 (https://github.com/cloudfoundry/diego-release/pull/813) - Thanks @geigerj0! - Bump Golang to 1.21.3 - Bump Envoy to 1.25.9 - Bump Package Dependencies - CI Enhancments ## ✨ Built with go 1.21.3 **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.82.0...v2.83.0 ## Resources - [Download release v2.83.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.83.0). v2.82.0## Changes - Diego now supports reading container networking metrics from garden, and publishing them along with other app container metrics. (https://github.com/cloudfoundry/diego-logging-client/pull/82, https://github.com/cloudfoundry/executor/pull/83) - Requires [garden-runc-release v1.38.0](https://github.com/cloudfoundry/garden-runc-release/releases/tag/v1.38.0) and [cf-networking-release v3.33.0](https://github.com/cloudfoundry/cf-networking-release/releases/tag/v3.33.0). - Thanks @geigerj0 and @jvecsei1! - Removed usage of the `code.cloudfoundry.org/systemcerts` package in favor of golang's builtin functionality. - Bumped to golang 1.21.0 ## ✨ Built with go 1.21.0 **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.81.0...v2.82.0 ## Resources - [Download release v2.82.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.82.0). |
dotnet-core-offline-buildpack | 2.4.17 |
2.4.17* Add dotnet-aspnetcore 6.0.22, remove dotnet-aspnetcore 6.0.21 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-aspnetcore 7.0.11, remove dotnet-aspnetcore 7.0.10 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-runtime 6.0.22, remove dotnet-runtime 6.0.21 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-runtime 7.0.11, remove dotnet-runtime 7.0.10 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-sdk 6.0.414, remove dotnet-sdk 6.0.413 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-sdk 7.0.401, remove dotnet-sdk 7.0.400 for stack(s) cflinuxfs4, cflinuxfs3 * Add node 18.18.0, remove node 18.17.1 for stack(s) cflinuxfs3, cflinuxfs4 Packaged binaries: | name | version | cf_stacks | |-|-|-| | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 6.0.22 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 7.0.11 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 6.0.22 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 7.0.11 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 6.0.414 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 7.0.401 | cflinuxfs3, cflinuxfs4 | | libgdiplus | 6.1 | cflinuxfs3 | | libgdiplus | 6.1 | cflinuxfs4 | | libunwind | 1.7.2 | cflinuxfs3 | | libunwind | 1.7.2 | cflinuxfs4 | | node | 18.18.0 | cflinuxfs3 | | node | 18.18.0 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | dotnet-runtime | 6.0.x | | dotnet-aspnetcore | 6.0.x | | dotnet-sdk | 6.0.x | | bower | 1.8.x | * Uncached buildpack SHA256: 7c9a35be8807e7a32f108cf67ff322e9f219fa6783edb3797b60fea2978ca204 * Uncached buildpack SHA256: 7c7eb1ab0f1319ed03b8f41037fa58c8f1f99759be55af68f659420e12c99115 |
garden-runc | 1.41.0 |
v1.41.0## Changes - Bump go to 1.21.3 ## ✨ Built with go 1.21.3 **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.40.0...v1.41.0 ## Resources - [Download release v1.41.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.41.0). v1.40.0## Changes - Bump Golang to 1.21.1 ## ✨ Built with go 1.21.1 **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.39.0...v1.40.0 ## Resources - [Download release v1.40.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.40.0). v1.39.0## Changes - Garden on Linux now supports propagating extended attributes from root filesystem images + when adding filesystem data to an existing container. - Bumped to golang 1.21.1 ## ✨ Built with go 1.21.1 **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.38.0...v1.39.0 ## Resources - [Download release v1.39.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.39.0). v1.38.0## Changes - Garden now supports advertising container networking metrics on Linux containers via the `garden.enable_container_network_metrics` property. - Requires [cf-networking-release v3.33.0](https://github.com/cloudfoundry/cf-networking-release/releases/tag/v3.33.0) or newer, and [diego v2.82.0](https://github.com/cloudfoundry/diego-release/releases/tag/v2.82.0) or newer. - Thanks @JVecsei1 and @geigerj0!! ## Bosh Job Spec changes: ```diff diff --git a/jobs/garden/spec b/jobs/garden/spec index 3bffb2f7..125909ed 100644 --- a/jobs/garden/spec +++ b/jobs/garden/spec @@ -119,6 +119,10 @@ properties: description: "Additional hosts file entries to be used in containers." default: [] + garden.enable_container_network_metrics: + description: "Enable container network metrics. This feature is only available on Linux." + default: false + garden.insecure_docker_registry_list: description: "DEPRECATED in favour of grootfs property." default: [] ``` ## ✨ Built with go 1.20.7 **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.37.0...v1.38.0 ## Resources - [Download release v1.38.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.38.0). |
go-offline-buildpack | 1.10.13 |
1.10.13* Add go 1.21.2, remove go 1.21.1 for stack(s) cflinuxfs3, cflinuxfs4 * Add go 1.20.9, remove go 1.20.8 for stack(s) cflinuxfs3, cflinuxfs4 Packaged binaries: | name | version | cf_stacks | |-|-|-| | dep | 0.5.4 | cflinuxfs3 | | dep | 0.5.4 | cflinuxfs4 | | glide | 0.13.3 | cflinuxfs3 | | glide | 0.13.3 | cflinuxfs4 | | go | 1.20.9 | cflinuxfs3 | | go | 1.20.9 | cflinuxfs4 | | go | 1.21.2 | cflinuxfs3 | | go | 1.21.2 | cflinuxfs4 | | godep | 80 | cflinuxfs3 | | godep | 80 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | go | 1.20.x | * Uncached buildpack SHA256: 6e04712ad7938dd3f22f397b5bc873da2e588b194590c274bb8348c827535e8a * Uncached buildpack SHA256: 7c2f4973d19b0196261ebd3edfc4604758543a50759dc4d9da1a8ec8295fabe3 |
java-offline-buildpack | 4.63.0 |
4.63.0I'm pleased to announce the release of the `java-buildpack`, version `4.63.0`. This release includes the Java quarterly patch releases, as well updates to the following frameworks/agents: * AppDynamics * Azure App Insights * Datadog * Elastic APM * JRebel * Java CfEnv * Splunk Otel * Tomcat We are working on adding Java 21 support by default, for the moment users can add 21 as a version line in the [config file](https://github.com/cloudfoundry/java-buildpack/blob/main/config/open_jdk_jre.yml) - since the binaries are already available, bundling the buildpack will then include this version. For a more detailed look at the changes in 4.63.0, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.62.0...v4.63.0). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release. | Dependency | Version | CVEs | Release Notes | | ---------- | ------- | ---- | ------------- | | AppDynamics Agent | `23.9.0_35116` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) | | Azure Application Insights Agent | `3.4.17` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) | | CA Introscope APM Framework | `23.9.1_16` | | | | Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above | | Container Security Provider | `1.20.0_RELEASE` |Included inline above | Included inline above | | Contrast Security Agent | `5.4.0` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) | | Datadog APM Javaagent | `1.21.0` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) | | Elastic APM Agent | `1.43.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) | | Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) | | Geode Tomcat Session Store | `1.14.9` | | | | Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) | | Groovy | `2.5.23` | | [Release Notes](http://www.groovy-lang.org/releases.html) | | JaCoCo Agent | `0.8.11` | | [Release Notes](https://github.com/jacoco/jacoco/releases) | | Java CFEnv | `3.1.2` | | [Release Notes](https://github.com/pivotal-cf/java-cfenv/releases) | | Java Memory Assistant Agent | `0.5.0` | | | | Java Memory Assistant Clean Up | `0.1.0` | | | | JProfiler Profiler | `13.0.7` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) | | JRebel Agent | `2023.4.0` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) | | jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above | | MariaDB JDBC Driver | `2.7.9` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-2-7-9-release-notes/) | | Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above | | Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above | | New Relic Agent | `8.6.0` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) | | OpenJDK JRE 11 | `11.0.21_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/11.0.21b10/general/release-notes/) | | OpenJDK JRE 17 | `17.0.9_11` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/17.0.9b11/general/release-notes/) | | OpenJDK JRE 8 | `1.8.0_392` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/8u392b9/general/release-notes/) | | PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) | | Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above | | Riverbed Appinternals Agent | `11.8.5_BL527` | | | | SeaLights Agent | `4.0.2388` | | | | SkyWalking | `8.16.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) | | Splunk OpenTelemetry Java Agent | `1.29.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) | | Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above | | Spring Boot CLI | `2.7.17` | | | | Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above | | Takipi Agent | `4.73.3` | | [Release Notes](https://doc.overops.com/docs/whats-new) | | Tomcat | `9.0.82` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) | | Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | YourKit Profiler | `2023.5.231` | | [Release Notes](https://www.yourkit.com/download/yjp_2023_5_builds.jsp) | |
log-cache | 3.0.7 |
v3.0.7## What's Changed * Bump dependencies * Bump golang to v1.20.10 **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.0.6...v3.0.7 v3.0.6## What's Changed * Bump to [go1.20.8](https://groups.google.com/g/golang-announce/c/Fm51GRLNRvM/m/F5bwBlXMAQAJ) * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.0.5...v3.0.6 |
loggregator | 106.7.13 |
v106.7.13## What's Changed * Bump dependencies * Bump golang to v1.20.10 **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.12...v106.7.13 |
loggregator-agent | 6.5.15 |
v6.5.15## What's Changed * Bump dependencies * Bump golang to v1.20.10 **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.14...v6.5.15 |
mapfs | 1.2.47 |
v1.2.47## Dependencies * **mapfs:** Updated to v`9fead8e`. v1.2.46## Changes * Golang: Updated to v1.21.3 (#162) ## Dependencies * **v2:** Updated to v2.13.0. v1.2.45## Changes * Golang: Updated to v1.21.1. (#149) ## Dependencies * **gomega:** Updated to v1.28.0. v1.2.41## Changes ## Dependencies * **mapfs:** Updated to v`dd24f4a`. v1.2.40## Dependencies * **mapfs:** Updated to v`1eb4e0c`. v1.2.39## Dependencies * **mapfs:** Updated to v`799c2e9`. v1.2.38## Changes * Golang: Updated to v1.21.1. (#140) ## Dependencies * **mapfs:** Updated to v`641ed35`. v1.2.37## Changes * Golang: Updated to v1.21.0. (#135) ## Dependencies * **mapfs:** Updated to v`9758d39`. v1.2.36## Dependencies * **v2:** Updated to v2.12.0. |
metric-registrar | 2.1.9 |
v2.1.9## What's Changed * Bump dependencies * Bump golang to v1.20.10 **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v2.1.8...v2.1.9 v2.1.8## What's Changed * Bump to [go1.20.8](https://groups.google.com/g/golang-announce/c/Fm51GRLNRvM/m/F5bwBlXMAQAJ) * Bump dependencies **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v2.1.7...v2.1.8 |
metrics-discovery | 3.2.18 |
v3.2.18## What's Changed * Bump golang to v1.20.10 **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.17...v3.2.18 v3.2.17## What's Changed * Don't configure prom scraper to scrape when metrics-discovery-registrar or metrics-agent are disabled. * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.16...v3.2.17 |
mysql-monitoring | 10.5.0 |
10.5.0- Bumped Go to 1.21.3 10.4.0- Bumped Go to 1.21.1 - Updated vendored dependencies 10.3.0**Dependency Bumps** - Built with Go 1.21.0 - Bumped dependenciesa |
nats | 56.10.0 |
v56.10.0## Changes - Bump to golang 1.21.3 ## ✨ Built with go 1.21.3 **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.9.1...v56.10.0 ## Resources - [Download release 56.10.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.10.0). v56.9.1## Changes - Bump to golang 1.21.2 ## ✨ Built with go 1.21.2 **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.8.0...v56.9.1 ## Resources - [Download release 56.9.1 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.9.1). v56.8.0## Changes - Make nats memory limits configurable (#61) - Thanks @domdom82! - Bump nats-server to v2.10.1 ## Bosh Job Spec changes: ```diff diff --git a/jobs/nats-tls/spec b/jobs/nats-tls/spec index 4f9b3b7..777b98e 100644 --- a/jobs/nats-tls/spec +++ b/jobs/nats-tls/spec @@ -126,3 +126,10 @@ properties: nats.fail_deployment_if_v1: description: "Fail the deployment in post-start if nats instances are on v1." default: false + + nats.mem_limit.alert: + description: "Raise alert if total memory consumed by nats is larger than this. Format: v56.7.0## Changes - Bumped to golang 1.21.1 - Fix flaky test (thx @reneighbor) ## ✨ Built with go 1.21.1 **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.6.0...v56.7.0 ## Resources - [Download release v56.7.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.7.0). |
nfs-volume | 7.1.38 |
v7.1.38## Dependencies * **nfsbroker:** Updated to v`08fd348`. v7.1.37## Changes * Golang: Updated to v1.21.3 (#607) ## Dependencies * **gomega:** Updated to v1.28.0. v7.1.35## Dependencies * **nfsbroker:** Updated to v`4fe73b5`. v7.1.34## Changes ## Dependencies * **nfsbroker:** Updated to v`75e8459`. v7.1.33## Changes * +Golang: Updated to v1.21.1 (#558) ## Dependencies * **nfsbroker:** Updated to v`4974c87`. v7.1.32## Changes * +Golang: Updated to v1.21.0 (#541) * Update README.md (#549) ## Dependencies * **nfsbroker:** Updated to v`64e07ac`. v7.1.31## Changes ## Dependencies * **nfsbroker:** Updated to v`ca7c06c`. |
nginx-offline-buildpack | 1.2.7 | |
nodejs-offline-buildpack | 1.8.15 | |
notifications | 67.0.0 |
v67.0.0commit 9d726080d2a5f086c77a33bdbaf0da6692cfb084 Author: PCF Toronto Concourse CI Bot |
notifications-ui | 45.0.0 | |
php-offline-buildpack | 4.6.10 | |
push-apps-manager-release | 677.0.32 |
677.0.32* stop errors in service creation page from causing blank screen as client web app crashes. 677.0.30* update apps-manager ajv for better validation for creating services. 677.0.29* update dependencies * fix issue where when a service offering was unshared from a org, a remaining service would be marked as "unknown" and cause stack traces within the ui 677.0.28* fix release size by updating files to include. 677.0.27* update package.json for search-server to use latest version of npm. |
push-offline-docs-release | 3.0.265 | |
push-usage-service-release | 674.0.71 |
v674.0.71## Dependencies * **app-usage-service:** Updated to v`4a4df69`. v674.0.70## Changes * Maintenance release (CI improvements, technical refactorings, etc) |
pxc | 1.0.18 |
v1.0.18**New Features** - Bumped Go to 1.21.3 - Bumped Percona-XtraDB-Cluster to 5.7.43-31.65 v1.0.17**New Features** - Bumped Go to 1.21.1 - Bumped vendored dependencies |
python-offline-buildpack | 1.8.14 | |
r-offline-buildpack | 1.2.6 | |
routing | 0.283.0 |
v0.283.0## Changes - Adds missing timings to non-http backend requests, e.g. websockets. (https://github.com/cloudfoundry/gorouter/pull/363) (Fixes: https://github.com/cloudfoundry/routing-release/issues/278) - Thanks @domdom82! - Adds ability for gorouter to verify mTLS Client Certificate metadata (https://github.com/cloudfoundry/routing-release/pull/355) - Thanks @peanball! - CI Enhancements and updates - Package Dependency bumps ## Bosh Job Spec changes: ```diff diff --git a/jobs/gorouter/spec b/jobs/gorouter/spec index 2bb394e9..e9a9dd73 100644 --- a/jobs/gorouter/spec +++ b/jobs/gorouter/spec @@ -415,7 +415,7 @@ properties: default: 5 websocket_dial_timeout_in_seconds: description: | - Maximum time in seconds for gorouter to establish a websocket upgrade for the websocket ForwardIO connection with a backend. + Maximum time in seconds for gorouter to establish a websocket upgrade for the websocket ForwardIO connection with a backend. This timeout comes before `tls_handshake_timeout_in_seconds` and `request_timeout_in_seconds`. When not set, defaults to `endpoint_dial_timeout_in_seconds`. default: endpoint_dial_timeout_in_seconds tls_handshake_timeout_in_seconds: @@ -518,6 +518,36 @@ properties: description: "The number of file descriptors a router can have open at one time" default: 100000 + router.enable_verify_client_certificate_metadata: + description: | + Enable additional client certificate verification via verify_client_certificate_metadata (see below). + default: false + router.verify_client_certificate_metadata: + description: | + Additional client certificate verification, after the certificate was validated using the regular mTLS mechanism and is issued using one of the CAs in `client_ca_certs`. + The additional verification limits the allowed client certificates for a given signing CA (identified by its distinguished name) to certificates with subjects provided in the list of valid subjects. Within the certificate chain there may be more than one CA certificates (e.g. intermediate CA certificates). The `issuer_in_chain` must match one of the CA certificates in the chain. + Each list entry contains an issuer_in_chain with a corresponding list of valid subjects. Each issuer_in_chain must match one of the certificates in `client_ca_certs`. When an issuer_in_chain is defined that does not match, this raises an error during templating time and at startup in gorouter. + - issuer_in_chain: + common_name: "" + serial_number: "" + country: [] + organization: [] + organizational_unit: [] + locality: [] + province: [] + street_address: [] + postal_code: [] + valid_cert_subjects: + - common_name: "" + serial_number: "" + country: [] + organization: [] + organizational_unit: [] + locality: [] + province: [] + street_address: [] + postal_code: [] + default: [] healthchecker.failure_counter_file: description: "File used by the healthchecker to monitor consecutive failures." default: /var/vcap/data/gorouter/counters/consecutive_healthchecker_failures.count ``` ## ✨ Built with go 1.21.3 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.282.0...v0.283.0 ## Resources - [Download release 0.283.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.283.0). |
ruby-offline-buildpack | 1.10.5 |
1.10.5* Update default Ruby version to latest 3.x * Add rubygems 3.4.21, remove rubygems 3.4.19 for stack(s) cflinuxfs4, cflinuxfs3 * Add bundler 2.4.21, remove bundler 2.4.19 for stack(s) cflinuxfs4, cflinuxfs3 * Add node 18.18.2, remove node 18.17.1 for stack(s) cflinuxfs3, cflinuxfs4 * Add jruby 9.3.11.0, remove jruby 9.3.10.0 for stack(s) cflinuxfs3, cflinuxfs4 Packaged binaries: | name | version | cf_stacks | |-|-|-| | bundler | 2.4.21 | cflinuxfs3, cflinuxfs4 | | jruby | 9.3.11.0 | cflinuxfs3 | | jruby | 9.3.11.0 | cflinuxfs4 | | jruby | 9.4.3.0 | cflinuxfs3 | | jruby | 9.4.3.0 | cflinuxfs4 | | node | 18.18.2 | cflinuxfs3 | | node | 18.18.2 | cflinuxfs4 | | openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 | | ruby | 3.0.5 | cflinuxfs3 | | ruby | 3.0.6 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs4 | | ruby | 3.1.4 | cflinuxfs3 | | ruby | 3.1.4 | cflinuxfs4 | | ruby | 3.2.1 | cflinuxfs3 | | ruby | 3.2.1 | cflinuxfs4 | | ruby | 3.2.2 | cflinuxfs3 | | ruby | 3.2.2 | cflinuxfs4 | | rubygems | 3.4.21 | cflinuxfs3, cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | ruby | 3.2.x | * Uncached buildpack SHA256: 8c0fdabc1df95431da32e694e866b26e83763a6cd3d7ada24b0fe6825c433458 * Uncached buildpack SHA256: 2b00568c2517b4bb57ec523ae562ba13c494cc2b3a0922c32374b1623b60c598 |
silk | 3.34.0 |
v3.34.0## Changes - Bumped to golang 1.21.3 - Fixes a crash in `silk-datastore-syncer` when garden listed containers not present in the CNI metadata file managed by silk. - CI Enhancements - Package dependency bumps ## ✨ Built with go 1.21.3 **Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.33.0...v3.34.0 ## Resources - [Download release 3.34.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.34.0). v3.33.0## Changes - Bumped to golang 1.20.7 ## ✨ Built with go 1.20.7 **Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.32.0...v3.33.0 ## Resources - [Download release v3.33.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.33.0). |
smb-volume | 3.1.38 |
v3.1.38## Dependencies * **v2:** Updated to v2.13.0. v3.1.37## Changes * Golang: Updated to v1.21.3 (#254) ## Dependencies * **smbbroker:** Updated to v`47d1912`. v3.1.36## Changes * +Golang: Updated to v1.21.2 (#247) ## Dependencies * **smbbroker:** Updated to v`af9461b`. v3.1.35## Dependencies * **smbbroker:** Updated to v`6d1303d`. v3.1.34## Dependencies * **smbbroker:** Updated to v`91e5d63`. v3.1.33## Changes * fix race condition (#225) ## Dependencies * **smbbroker:** Updated to v`4be065e`. v3.1.32## Changes * +Golang: Updated to v1.21.0 (#220) * Add final release 3.1.31 [ci skip] ## Dependencies * **smbbroker:** Updated to v`c6764c2`. v3.1.31## Changes ## Dependencies * **smbbroker:** Updated to v`d8cd6a7`. |
smoke-tests | 4.8.4 | |
staticfile-offline-buildpack | 1.6.7 | |
statsd-injector | 1.11.35 |
v1.11.35## What's Changed * Bump dependencies * Bump golang to v1.20.10 **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.34...v1.11.35 v1.11.34## What's Changed * Bump to [go1.20.8](https://groups.google.com/g/golang-announce/c/Fm51GRLNRvM/m/F5bwBlXMAQAJ) * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.33...v1.11.34 |
syslog | 12.1.9 |
v12.1.9## What's Changed * Update golang packages to use go1.20.8 **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.1.8...v12.1.9 |
system-metrics-scraper | 4.0.3 |
v4.0.3## What's Changed * Bump dependencies * Bump golang to v1.20.10 **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v4.0.2...v4.0.3 v4.0.2## What's Changed * fix: Increase scraper timeout by @ctlong in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/161 * Bump github.com/nats-io/nats.go from 1.28.0 to 1.29.0 in /src by @dependabot in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/159 * Bump google.golang.org/grpc from 1.58.0 to 1.58.1 in /src by @dependabot in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/160 **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v4.0.1...v4.0.2 v4.0.1## What's Changed * Bump to [go1.20.8](https://groups.google.com/g/golang-announce/c/Fm51GRLNRvM/m/F5bwBlXMAQAJ) * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v4.0.0...v4.0.1 |
uaa | 76.23.0 |
v76.23.0## What's Changed ### New UAA * Bump to [UAA v76.23.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.23.0) ### Runtime * [Upgrade Tomcat to version 9.0.82](https://github.com/cloudfoundry/uaa-release/commit/4c2cfed4fa2edf20eab4c8a08fe61cb8bc862843), (https://github.com/cloudfoundry/uaa-release/commit/cfdc809a6ad540d55a7e879d2e04a8f79c86690f), [solves CVEs](https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.81) * [Upgrade Bellsoft JDK to version 11.0.21+10](https://github.com/cloudfoundry/uaa-release/commit/92fac818aa99063fd0a9d74f5c7d0309f2bbd450) ### Dependency Bumps * Bump github.com/cloudfoundry/bosh-utils from 0.0.399 to 0.0.401 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/676 * Bump github.com/cloudfoundry/bosh-utils from 0.0.401 to 0.0.402 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/679 * Bump github.com/cloudfoundry/bosh-utils from 0.0.402 to 0.0.404 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/680 * Bump golang.org/x/net from 0.16.0 to 0.17.0 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/681 * Bump activesupport from 7.1.0 to 7.1.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/682 * Bump github.com/cloudfoundry/bosh-utils from 0.0.404 to 0.0.405 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/683 * Bump github.com/cloudfoundry/bosh-utils from 0.0.405 to 0.0.406 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/685 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.22.0...v76.23.0 v76.22.0## What's Changed * Bump to [UAA v76.22.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.22.0) * Bump github.com/cloudfoundry/bosh-utils from 0.0.394 to 0.0.395 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/664 * Bump github.com/cloudfoundry/bosh-utils from 0.0.395 to 0.0.397 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/666 * shellcheck by @bruce-ricard in https://github.com/cloudfoundry/uaa-release/pull/667 * Bump github.com/cloudfoundry/bosh-utils from 0.0.397 to 0.0.398 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/669 * Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/670 * Bump github.com/cloudfoundry/bosh-utils from 0.0.398 to 0.0.399 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/674 * Bump activesupport from 7.0.8 to 7.1.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/675 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.21.0...v76.22.0 v76.21.0## What's Changed * Bump to [UAA v76.21.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.21.0) * [Upgrade Bellsoft JDK to version 11.0.20.1+1](https://github.com/cloudfoundry/uaa-release/commit/fdda19fd571f3a603388b54f7fa9c250e8d4b239) * [Upgrade Tomcat to version 9.0.80](https://github.com/cloudfoundry/uaa-release/commit/ac16f6e0a6d9afbad5f75a1f7a86538db0a4250a) * [Upgrade Newrelic to version 8.6.0](https://github.com/cloudfoundry/uaa-release/commit/bbd818fbd39e5b38d9fcea4c90ec633025483c15) * Bump minitest from 5.19.0 to 5.20.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/659 * Bump github.com/cloudfoundry/bosh-utils from 0.0.386 to 0.0.393 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/658 * Bump activesupport from 7.0.7.2 to 7.0.8 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/662 * Bump github.com/cloudfoundry/bosh-utils from 0.0.393 to 0.0.394 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/663 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.20.0...v76.21.0 |
Release Date: 10/12/2023
1.1.7
0.375.0
1.44.0
3.0.265
674.0.69
0.282.0
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.250 | |
backup-and-restore-sdk | 1.18.88 | |
binary-offline-buildpack | 1.1.7 |
1.1.7* Updating github-config (#148) * Uncached buildpack SHA256: 9e001804d5d4930b3a1e4d1c2c24ee8deeb663924b428fdfb46ded50fa201a42 * Uncached buildpack SHA256: 4b016c36aa656e2ce42ad1aa7408abdae59be8daf6e8747171db86d686fcf781 * Uncached buildpack SHA256: c323393a96eb58faf20e792a59781529823e46d0c46241a6aad8d1e9ab451e49 * Uncached buildpack SHA256: 3f4f2d305e4030d9fb5c461651fbacb55af9bb3508a79889f1eddb0134930e46 |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.2.6 | |
capi | 1.158.0 | |
cf-autoscaling | 249.2.6 | |
cf-cli | 1.45.0 | |
cf-networking | 3.32.0 | |
cflinuxfs3 | 0.375.0 |
v0.375.0This release ships with cflinuxfs3 version 0.375.0. For more information, see the [release notes](https://github.com/pivotal-cf/tanzu-cflinuxfs3/releases/tag/0.375.0) |
cflinuxfs4 | 1.44.0 | |
count-cores-indicator | 2.0.0 | |
credhub | 2.12.41 | |
diego | 2.81.0 | |
dotnet-core-offline-buildpack | 2.4.16 | |
garden-runc | 1.37.0 | |
go-offline-buildpack | 1.10.12 | |
java-offline-buildpack | 4.62.0 | |
log-cache | 3.0.5 | |
loggregator | 106.7.12 | |
loggregator-agent | 6.5.14 | |
mapfs | 1.2.35 | |
metric-registrar | 2.1.7 | |
metrics-discovery | 3.2.16 | |
mysql-monitoring | 10.2.0 | |
nats | 56.6.0 | |
nfs-volume | 7.1.30 | |
nginx-offline-buildpack | 1.2.7 | |
nodejs-offline-buildpack | 1.8.15 | |
notifications | 66.0.0 | |
notifications-ui | 45.0.0 | |
php-offline-buildpack | 4.6.10 | |
push-apps-manager-release | 677.0.26 | |
push-offline-docs-release | 3.0.265 | |
push-usage-service-release | 674.0.69 |
v674.0.69## Changes * This fixes the regression introduced in 674.0.64 which could lead to the loss of data - v674.0.68## Changes ## Dependencies * **app-usage-service:** Updated to v`00de8f4`. v674.0.67## Dependencies * **app-usage-service:** Updated to v`b916606`. v674.0.66## Dependencies * **app-usage-service:** Updated to v`68821d4`. v674.0.65## Dependencies * **app-usage-service:** Updated to v`cf55c07`. |
pxc | 1.0.16 | |
python-offline-buildpack | 1.8.14 | |
r-offline-buildpack | 1.2.6 | |
routing | 0.282.0 |
v0.282.0## Changes - Bumped to golang 1.21.3 - CI Enhancements and updates - Package Dependency bumps - Resolves [gorouter/#346](https://github.com/cloudfoundry/routing-release/issues/346) by validating trace ID length prior to parsing it as a UUID ## ✨ Built with go 1.21.3 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.281.0...0.282.0 ## Resources - [Download release 0.282.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.282.0). v0.281.0## Changes - Check trace ID length before parsing the UUID (#365) - Bump go to 1.21.1 ## ✨ Built with go 1.21.1 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.280.0...v0.281.0 ## Resources - [Download release 0.281.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.281.0). v0.280.0## Changes - Bumped CF CLI to v8.7.2 - Gorouter now logs the IP of the NATS server its connecting to/disconnecting from (instead of just the BOSH DNS name) for troubleshooting clarity. Thanks @domdom82!! ## ✨ Built with go 1.21.0 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.279.0...v0.280.0 ## Resources - [Download release v0.280.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.280.0). v0.279.0## Changes - Bumped to golang 1.21.0! - Refactor of proxy config properties. Thanks @domdom82! ## Bosh Job Spec changes: ```diff diff --git a/jobs/acceptance_tests/spec b/jobs/acceptance_tests/spec index db508ca3..e1a6a9ae 100644 --- a/jobs/acceptance_tests/spec +++ b/jobs/acceptance_tests/spec @@ -7,7 +7,7 @@ templates: bpm.yml.erb: config/bpm.yml packages: - - golang-1.20-linux + - golang-1.21-linux - acceptance_tests - rtr - cf-cli-8-linux diff --git a/jobs/smoke_tests/spec b/jobs/smoke_tests/spec index 5776a9c8..b230192b 100644 --- a/jobs/smoke_tests/spec +++ b/jobs/smoke_tests/spec @@ -7,7 +7,7 @@ templates: bpm.yml.erb: config/bpm.yml packages: - - golang-1.20-linux + - golang-1.21-linux - acceptance_tests - cf-cli-8-linux ``` ## ✨ Built with go 1.21.0 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.278.0...v0.279.0 ## Resources - [Download release v0.279.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.279.0). |
ruby-offline-buildpack | 1.10.4 | |
silk | 3.32.0 | |
smb-volume | 3.1.30 | |
smoke-tests | 4.8.4 | |
staticfile-offline-buildpack | 1.6.7 | |
statsd-injector | 1.11.33 | |
syslog | 12.1.8 | |
system-metrics-scraper | 4.0.0 | |
uaa | 76.20.0 |
Release Date: 09/26/2023
Component | Version |
---|---|
ubuntu-jammy stemcell | 1.222 |
backup-and-restore-sdk | 1.18.88 |
binary-offline-buildpack | 1.1.6 |
bosh-dns-aliases | 0.0.4 |
bpm | 1.2.6 |
capi | 1.158.0 |
cf-autoscaling | 249.2.6 |
cf-cli | 1.45.0 |
cf-networking | 3.32.0 |
cflinuxfs3 | 0.374.0 |
cflinuxfs4 | 1.36.0 |
count-cores-indicator | 2.0.0 |
credhub | 2.12.41 |
diego | 2.81.0 |
dotnet-core-offline-buildpack | 2.4.16 |
garden-runc | 1.37.0 |
go-offline-buildpack | 1.10.12 |
java-offline-buildpack | 4.62.0 |
log-cache | 3.0.5 |
loggregator | 106.7.12 |
loggregator-agent | 6.5.14 |
mapfs | 1.2.35 |
metric-registrar | 2.1.7 |
metrics-discovery | 3.2.16 |
mysql-monitoring | 10.2.0 |
nats | 56.6.0 |
nfs-volume | 7.1.30 |
nginx-offline-buildpack | 1.2.7 |
nodejs-offline-buildpack | 1.8.15 |
notifications | 66.0.0 |
notifications-ui | 45.0.0 |
php-offline-buildpack | 4.6.10 |
push-apps-manager-release | 677.0.26 |
push-offline-docs-release | 3.0.236 |
push-usage-service-release | 674.0.64 |
pxc | 1.0.16 |
python-offline-buildpack | 1.8.14 |
r-offline-buildpack | 1.2.6 |
routing | 0.278.0 |
ruby-offline-buildpack | 1.10.4 |
silk | 3.32.0 |
smb-volume | 3.1.30 |
smoke-tests | 4.8.4 |
staticfile-offline-buildpack | 1.6.7 |
statsd-injector | 1.11.33 |
syslog | 12.1.8 |
system-metrics-scraper | 4.0.0 |
uaa | 76.20.0 |
Release Date: 09/11/2023
1.18.88
1.1.6
1.2.6
1.158.0
249.2.4
0.373.0
1.32.0
2.12.41
2.81.0
2.4.16
1.37.0
1.10.11
3.0.5
106.7.11
6.5.13
1.2.35
2.1.7
3.2.14
10.2.0
7.1.30
1.2.6
1.8.14
4.6.9
677.0.26
674.0.59
1.0.16
1.8.13
1.2.5
0.278.0
1.10.4
3.1.30
1.6.6
1.11.33
4.0.0
76.20.0
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.207 | |
backup-and-restore-sdk | 1.18.88 |
v1.18.88## Changes * Bump mariadb from 10.6.14 to 10.6.15 (#1179) * Bump postgres from 11.20 to 11.21 (#1175) * Bump postgres from 13.11 to 13.12 (#1176) * Bump postgres from 15.3 to 15.4 (#1177) ## Dependencies * **storage:** Updated to v1.32.0. v1.18.87## Changes * chore: bump github.com/maxbrunsfeld/counterfeiter/v6 v6.6.2 (#1164) * chore: bump to Ginkgo V2 (#1161) ## Dependencies * **aws-sdk-go-v2/credentials:** Updated to v1.13.32. |
binary-offline-buildpack | 1.1.6 |
1.1.6* Rebuild * Uncached buildpack SHA256: 36cdf2abfb2558acd68199b4304b807ad4f437cd382bc4d0d27d6f8f31d6666b * Uncached buildpack SHA256: a9a2892330e1ed6155edfada05182af4024ac0479c6bce0a7dffe9c7fc0c9f54 * Uncached buildpack SHA256: 0651e649df0df4527feb4b3176c938113db7a9fcc49b810315efef39fb355af7 * Uncached buildpack SHA256: 717c8a6a4b0bf5fc6da5f5486d1965a281bd785c4e5121a0f0e0125655d63eb1 |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.2.6 | |
capi | 1.158.0 | |
cf-autoscaling | 249.2.4 |
v249.2.4## What's Changed * add back use cf CLI commands to create and update the cf-autoscaling service broker in https://github.com/pivotal-cf/cf-autoscaling-release/pull/851 * dependency bumps * bump to Go 1.20.7 **Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.2.3...v249.2.4 |
cf-cli | 1.45.0 | |
cf-networking | 3.32.0 | |
cflinuxfs3 | 0.373.0 |
v0.373.0This release ships with cflinuxfs3 version 0.373.0. For more information, see the [release notes](https://github.com/pivotal-cf/tanzu-cflinuxfs3/releases/tag/0.373.0) |
cflinuxfs4 | 1.32.0 | |
count-cores-indicator | 2.0.0 | |
credhub | 2.12.41 |
2.12.41### Security Fixes - Bump various dependencies **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.40...2.12.41 2.12.40## What's Changed * Build(deps): Bump rubocop from 1.55.1 to 1.56.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/152 **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.39...2.12.40 |
diego | 2.81.0 |
v2.81.0## Changes - Healthchecks for process startup have been renamed from "readiness" to "startup" to better indicate that it is the initial liveness check to ensure the process has started. After completing, it is superceded by the liveness check, which has had no changes. - Adds support for "readiness" checks on processes. The purpose of readiness checks are to determine whether a process is capable of serving traffic or not. This is contrasted now with liveness checks which determine if the process is in a state that requires it to be restarted. Readiness checks can be used to pull a process out of service when they fail, while not restarting the process. Once readiness is passing again, the process will be re-added into the service pool. Removal/addition of processes to the service pool is done via route-emitter. - `cfdot actual-lrps` now behaves in a more expected behavior regarding the display of `host_tls_proxy_port`. It should always be preset, even if the value is `0`. - Bumped to golang 1.20.7. ## ✨ Built with go 1.20.7 **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.80.0...v2.81.0 ## Resources - [Download release v2.81.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.81.0). |
dotnet-core-offline-buildpack | 2.4.16 |
2.4.16* Add dotnet-runtime 6.0.21, remove dotnet-runtime 6.0.20 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-sdk 6.0.413, remove dotnet-sdk 6.0.412 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-aspnetcore 6.0.21, remove dotnet-aspnetcore 6.0.20 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-runtime 7.0.10, remove dotnet-runtime 7.0.9 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-sdk 7.0.400, remove dotnet-sdk 7.0.306 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-aspnetcore 7.0.10, remove dotnet-aspnetcore 7.0.9 for stack(s) cflinuxfs4, cflinuxfs3 * Add libunwind 1.7.2, remove libunwind 1.7.0 for stack(s) cflinuxfs3, cflinuxfs4 * Add node 18.17.1, remove node 18.17.0 for stack(s) cflinuxfs4, cflinuxfs3 * Bump github.com/Sealights/libbuildpack-sealights from 1.2.0 to 1.3.0 Packaged binaries: | name | version | cf_stacks | |-|-|-| | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 6.0.21 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 7.0.10 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 6.0.21 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 7.0.10 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 6.0.413 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 7.0.400 | cflinuxfs3, cflinuxfs4 | | libgdiplus | 6.1 | cflinuxfs3 | | libgdiplus | 6.1 | cflinuxfs4 | | libunwind | 1.7.2 | cflinuxfs3 | | libunwind | 1.7.2 | cflinuxfs4 | | node | 18.17.1 | cflinuxfs3 | | node | 18.17.1 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | dotnet-runtime | 6.0.x | | dotnet-aspnetcore | 6.0.x | | dotnet-sdk | 6.0.x | | bower | 1.8.x | * Uncached buildpack SHA256: 01de4cc53a84dd16fecceeb4be91bdbbfe92a1afcfafca8a1e62b6cd52388f9a * Uncached buildpack SHA256: 30b7fe52025c962852a766957521be63bdc364cf786c3c33075112f50d870f6d |
garden-runc | 1.37.0 |
v1.37.0## Changes - 🐛Fixed a bug with garden-windows where process directories were being leaked in the garden depot. This adds a `garden.cleanup_process_dirs_on_wait` property to mimic cleanup logic from garden-linux. This property is defaulted to true on garden-windows, to keep the desired behavior for CF/Diego. If garden-windows is ever used with Concourse, users will want to set this to false. ## Bosh Job Spec changes: ```diff diff --git a/jobs/garden-windows/spec b/jobs/garden-windows/spec index ef1ce54e..004e4e7f 100644 --- a/jobs/garden-windows/spec +++ b/jobs/garden-windows/spec @@ -69,6 +69,12 @@ properties: description: "path to the rootfs to use when a container specifies no rootfs" default: "" + # Since garden-windows is not currently used in Concourse, we are setting this to 'true' to make life easier for diego/cf users. + # https://github.com/cloudfoundry/garden-runc-release/releases/tag/v1.5.0 + garden.cleanup_process_dirs_on_wait: + description: A boolean stating whether or not to cleanup process state after waiting for it. If set a process can be waited for only once. + default: true + logging.format.timestamp: description: "Format for timestamp in component logs. Valid values are 'unix-epoch' and 'rfc3339'." default: "unix-epoch" diff --git a/jobs/garden/spec b/jobs/garden/spec index 259bba46..3bffb2f7 100644 --- a/jobs/garden/spec +++ b/jobs/garden/spec @@ -201,6 +201,8 @@ properties: description: A boolean stating whether or not to run garden-server as a non-root user default: false + # We believe this defaults to false to help concourse: https://github.com/cloudfoundry/garden-runc-release/releases/tag/v1.5.0 + # For diego/cf, this should be set to true garden.cleanup_process_dirs_on_wait: description: A boolean stating whether or not to cleanup process state after waiting for it. If set a process can be waited for only once. default: false ``` ## ✨ Built with go 1.20.7 **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.36.0...v1.37.0 ## Resources - [Download release v1.37.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.37.0). v1.36.0## Changes - [Pin opencontainer/runc to version v1.1.7](https://github.com/cloudfoundry/guardian/commit/f2b3d5ec72dee482f63068124cd6b3592dd6d74b) - Resolves a compilation issue with `xenial` stemcells - Dependency bumps ## ✨ Built with go 1.20.7 **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.35.0...v1.36.0 ## Resources - [Download release v1.36.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.36.0). v1.35.0# ⚠️ We recommend skipping to [1.36.0](https://github.com/cloudfoundry/garden-runc-release/releases/tag/v1.35.0) Especially if you're still running `xenial` stemcells, in which this release version will fail to compile. ## Changes - [Bug Fix] Re-implemented HTTP health checks of the `gdn` process in the `garden` job. - These were disabled in [1.29.0](https://github.com/cloudfoundry/garden-runc-release/releases/tag/v1.29.0) due to issues during deployment. - Bumped golang to 1.20.7 ## ✨ Built with go 1.20.7 **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.34.0...v1.35.0 ## Resources - [Download release v1.35.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.35.0). |
go-offline-buildpack | 1.10.11 |
1.10.11* Add go 1.20.7, remove go 1.20.5 for stack(s) cflinuxfs4, cflinuxfs3 * Add go 1.19.12, remove go 1.19.10 for stack(s) cflinuxfs3, cflinuxfs4 Packaged binaries: | name | version | cf_stacks | |-|-|-| | dep | 0.5.4 | cflinuxfs3 | | dep | 0.5.4 | cflinuxfs4 | | glide | 0.13.3 | cflinuxfs3 | | glide | 0.13.3 | cflinuxfs4 | | go | 1.19.12 | cflinuxfs3 | | go | 1.19.12 | cflinuxfs4 | | go | 1.20.7 | cflinuxfs3 | | go | 1.20.7 | cflinuxfs4 | | godep | 80 | cflinuxfs3 | | godep | 80 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | go | 1.19.x | * Uncached buildpack SHA256: d0af86c07890f58ac8592150d302c0b9d6938dd486581ebdbc173bc4d709e7db * Uncached buildpack SHA256: b27f2565835077a69c0725871eb673ddda1737c134c90de7401e6249252d71e5 |
java-offline-buildpack | 4.61.0 | |
log-cache | 3.0.5 |
v3.0.5## What's Changed * Bump to [go1.20.7](https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ) * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.0.4...v3.0.5 |
loggregator | 106.7.11 |
v106.7.11## What's Changed * Bump to [go1.20.7](https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ) * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.10...v106.7.11 |
loggregator-agent | 6.5.13 |
v6.5.13## What's Changed * Bump to [go1.20.7](https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ) * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.12...v6.5.13 |
mapfs | 1.2.35 |
v1.2.35## Dependencies * **mapfs:** Updated to v`53ab9fc`. v1.2.34## Changes ## Dependencies * **mapfs:** Updated to v`b83d1af`. |
metric-registrar | 2.1.7 |
v2.1.7## What's Changed * Bump to [go1.20.7](https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ) * Bump dependencies **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v2.1.6...v2.1.7 |
metrics-discovery | 3.2.14 |
v3.2.14## What's Changed * add disable property to metrics-agent & metrics-discovery-registrar by @mkocher in https://github.com/cloudfoundry/metrics-discovery-release/pull/169 * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.13...v3.2.14 v3.2.13## What's Changed * Fix metrics-agent on windows * Bump to [go1.20.7](https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ) * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.12...v3.2.13 |
mysql-monitoring | 10.2.0 |
10.2.0**Dependency Bumps** - Built with Go 1.20.7 - Bumped dependencies |
nats | 56.6.0 | |
nfs-volume | 7.1.30 |
v7.1.30## Dependencies * **nfsbroker:** Updated to v`90b8c05`. v7.1.29## Changes * **nfsbroker:** Updated to v`af16846`. v7.1.28## Changes * +Golang: Updated to v1.20.7 (#511) ## Dependencies * **nfsbroker:** Updated to v`7a437dc`. |
nginx-offline-buildpack | 1.2.6 |
1.2.6* Add openresty 1.21.4.2, remove openresty 1.21.4.1 (#229) for stack(s) cflinuxfs3, cflinuxfs4 (https://www.pivotaltracker.com/story/show/185653441) Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.24.0 | cflinuxfs3 | | nginx | 1.24.0 | cflinuxfs4 | | nginx | 1.25.1 | cflinuxfs3 | | nginx | 1.25.1 | cflinuxfs4 | | openresty | 1.13.6.2 | cflinuxfs3 | | openresty | 1.15.8.3 | cflinuxfs3 | | openresty | 1.17.8.2 | cflinuxfs3 | | openresty | 1.19.9.1 | cflinuxfs3 | | openresty | 1.19.9.1 | cflinuxfs4 | | openresty | 1.21.4.2 | cflinuxfs3 | | openresty | 1.21.4.2 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | nginx | 1.25.x | * Uncached buildpack SHA256: bcbe628e2296a8e31ae554f7a67113b89fde0e42f6e934165a3da5a61fdcb051 * Uncached buildpack SHA256: b56d967226923874d8f6ba45284e37c18414da5ff67c1e341b5a4ab4bdde294c |
nodejs-offline-buildpack | 1.8.14 |
1.8.14* Add node 16.20.2, remove node 16.20.0 for stack(s) cflinuxfs4, cflinuxfs3 * Add node 18.17.1, remove node 18.16.1 for stack(s) cflinuxfs4, cflinuxfs3 * Add node 20.5.1, remove node 20.4.0 for stack(s) cflinuxfs3, cflinuxfs4 Packaged binaries: | name | version | cf_stacks | |-|-|-| | node | 16.20.1 | cflinuxfs3 | | node | 16.20.1 | cflinuxfs4 | | node | 16.20.2 | cflinuxfs3 | | node | 16.20.2 | cflinuxfs4 | | node | 18.17.0 | cflinuxfs3 | | node | 18.17.0 | cflinuxfs4 | | node | 18.17.1 | cflinuxfs3 | | node | 18.17.1 | cflinuxfs4 | | node | 20.5.0 | cflinuxfs3 | | node | 20.5.0 | cflinuxfs4 | | node | 20.5.1 | cflinuxfs3 | | node | 20.5.1 | cflinuxfs4 | | python | 3.10.12 | cflinuxfs3 | | python | 3.10.12 | cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | node | 18.x | | python | 3.10.x | * Uncached buildpack SHA256: dae756d93c0e41a5a534ac9d808b005ea4a644b5570d2c17a3e4c9b7ed3446c4 * Uncached buildpack SHA256: ae551c0a8233ebb27e4dbdaaac2c7f84c76680cd46720cae64683cfeb5bcfcf9 1.8.13* Add node 20.5.0, remove node 20.2.0 (#628) for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/185661753) * Add node 18.17.0, remove node 18.16.0 (#627) for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/185641935) Packaged binaries: | name | version | cf_stacks | |-|-|-| | node | 16.20.0 | cflinuxfs3 | | node | 16.20.0 | cflinuxfs4 | | node | 16.20.1 | cflinuxfs3 | | node | 16.20.1 | cflinuxfs4 | | node | 18.16.1 | cflinuxfs3 | | node | 18.16.1 | cflinuxfs4 | | node | 18.17.0 | cflinuxfs3 | | node | 18.17.0 | cflinuxfs4 | | node | 20.4.0 | cflinuxfs3 | | node | 20.4.0 | cflinuxfs4 | | node | 20.5.0 | cflinuxfs3 | | node | 20.5.0 | cflinuxfs4 | | python | 3.10.12 | cflinuxfs3 | | python | 3.10.12 | cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | node | 18.x | | python | 3.10.x | * Uncached buildpack SHA256: 3ae92d8cc129710d4c58a6dff17beb80dc260c13e1665bfc68a14b12ff9b0016 * Uncached buildpack SHA256: bb5cb1d92707939176d0d49c2063d9666f5d41aaf09989bae89d0c980e972ff0 |
notifications | 66.0.0 | |
notifications-ui | 45.0.0 | |
php-offline-buildpack | 4.6.9 |
4.6.9* Add php 8.1.22, remove php 8.1.20 (#911) * Add php 8.0.30, remove php 8.0.28 (#910) * Add nginx 1.25.2, remove nginx 1.25.1 * Update default Nginx version (#909) Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | appdynamics | 23.7.1-751 | cflinuxfs3, cflinuxfs4 | | | composer | 2.5.8 | cflinuxfs3, cflinuxfs4 | | | httpd | 2.4.57 | cflinuxfs3 | | | httpd | 2.4.57 | cflinuxfs4 | | | newrelic | 10.11.0.3 | cflinuxfs3, cflinuxfs4 | | | nginx | 1.24.0 | cflinuxfs3 | | | nginx | 1.24.0 | cflinuxfs4 | | | nginx | 1.25.2 | cflinuxfs3 | | | nginx | 1.25.2 | cflinuxfs4 | | | php | 8.0.29 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.0.30 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.21 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.21 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.22 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.22 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.2.7 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.7 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.8 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.8 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | python | 2.7.18 | cflinuxfs4 | | | ruby | 3.0.5 | cflinuxfs4 | | Default binary versions: | name | version | |-|-| | php | 8.1.21 | | httpd | 2.4.57 | | newrelic | 10.11.0.3 | | nginx | 1.25.2 | | composer | 2.5.8 | * Uncached buildpack SHA256: e6f656f4a4880dbd8c1d30a785b667aebdf5703a25d35f74577832f54a224fcf * Uncached buildpack SHA256: 55b32b70a564ee78042f4be7c694b56d12f6eb182c8c589badd07077ef0c6cde 4.6.8* Add php 8.0.29, remove php 8.0.27 for stack(s) cflinuxfs3 * Add php 8.1.20, remove php 8.1.15 for stack(s) cflinuxfs4, cflinuxfs3 * Add php 8.1.21, remove php 8.1.16 for stack(s) cflinuxfs4, cflinuxfs3 * Add php 8.2.7, remove php 8.2.2 for stack(s) cflinuxfs4, cflinuxfs4 * Add php 8.2.8, remove php 8.2.3 for stack(s) cflinuxfs4, cflinuxfs3 * Add newrelic 10.11.0.3, remove newrelic 10.6.0.318 for stack(s) cflinuxfs4, cflinuxfs3 (#888) * Add appdynamics 23.7.1-751, remove appdynamics 23.4.0-724 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | appdynamics | 23.7.1-751 | cflinuxfs3, cflinuxfs4 | | | composer | 2.5.8 | cflinuxfs3, cflinuxfs4 | | | httpd | 2.4.57 | cflinuxfs3 | | | httpd | 2.4.57 | cflinuxfs4 | | | newrelic | 10.11.0.3 | cflinuxfs3, cflinuxfs4 | | | nginx | 1.24.0 | cflinuxfs3 | | | nginx | 1.24.0 | cflinuxfs4 | | | nginx | 1.25.1 | cflinuxfs3 | | | nginx | 1.25.1 | cflinuxfs4 | | | php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.0.29 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.20 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.20 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.21 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.21 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.2.7 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.7 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.8 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.8 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | python | 2.7.18 | cflinuxfs4 | | | ruby | 3.0.5 | cflinuxfs4 | | Default binary versions: | name | version | |-|-| | php | 8.1.21 | | httpd | 2.4.57 | | newrelic | 10.11.0.3 | | nginx | 1.25.1 | | composer | 2.5.8 | * Uncached buildpack SHA256: d41c87433f8bdd815a8909607d3c73ba8df18a57c81ec6d3c5a5baa914340471 * Uncached buildpack SHA256: 8a9513fd3c36841e17db5a01f56161392fc7b259c42832ca8904353462438f38 |
push-apps-manager-release | 677.0.26 |
677.0.26* new offline cf cli versions 677.0.25* use cflinuxfs4 677.0.24## Changelog - bump word wrap for cve https://github.com/pivotal-cf/apps-manager-js/pull/163 - doomsday clock for usage service https://github.com/pivotal-cf/apps-manager-js/pull/159 - resolve apps man jira 123 with tcp routes not mappable https://github.com/pivotal-cf/apps-manager-js/pull/168 |
push-offline-docs-release | 3.0.236 | |
push-usage-service-release | 674.0.59 |
v674.0.59## Dependencies * **app-usage-service:** Updated to v`2770277`. v674.0.58## Changes ## Dependencies * **app-usage-service:** Updated to v`d382b32`. |
pxc | 1.0.16 |
v1.0.16**New Features** - Bumped Go to 1.21.0 - Bumped vendored dependencies - The seeded_users feature now supports a new "multi-schema-admin" role. This role allows creating a MySQL user with access to a set of databases defined by a wildcard "schema" pattern. See [this ops-file](https://github.com/cloudfoundry/pxc-release/blob/main/operations/test/with-wildcard-schema-access.yml) for an example of how to configure this type of user. v1.0.15**New Features** - Bumped Go to 1.20.7 - Bumped Percona XtraDB Cluster v8.0 to v8.0.33-25 - Bumped Percona XtraDB Cluster v5.7 to v5.7.42-31.65 - Bumped Percona XtraBackup v8.0 to v8.0.33-28 - Bumped vendored dependencies - The pxc-mysql job's BOSH `drain` script has been converted to a `post-stop` script. The post-stop script now skips safety check logic around scaling down a cluster when the deployment is being deleted to avoid a flake when deleting a clustered deployment. - Percona XtraBackup and Percona XtraDB Cluster packages now compile in parallel to reduce overall pxc-release compilation times |
python-offline-buildpack | 1.8.13 |
1.8.13* Add pipenv 2023.8.22, remove pipenv 2023.7.11 for stack(s) cflinuxfs4, cflinuxfs3 * Add setuptools 68.1.2, remove setuptools 68.0.0 for stack(s) cflinuxfs4, cflinuxfs3 * Add pip 23.2.1, remove pip 23.1.2 for stack(s) cflinuxfs4, cflinuxfs3 * Add miniconda3-py39 23.5.2, remove miniconda3-py39 4.12.0 for stack(s) cflinuxfs4, cflinuxfs3 * Adding Sealights Hook Support (#809) Packaged binaries: | name | version | cf_stacks | |-|-|-| | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 | | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 | | miniconda3-py39 | 23.5.2 | cflinuxfs3, cflinuxfs4 | | pip | 23.2.1 | cflinuxfs3, cflinuxfs4 | | pipenv | 2023.8.22 | cflinuxfs3 | | pipenv | 2023.8.22 | cflinuxfs4 | | python | 3.8.17 | cflinuxfs3 | | python | 3.8.17 | cflinuxfs4 | | python | 3.9.17 | cflinuxfs3 | | python | 3.9.17 | cflinuxfs4 | | python | 3.10.12 | cflinuxfs3 | | python | 3.10.12 | cflinuxfs4 | | python | 3.11.4 | cflinuxfs3 | | python | 3.11.4 | cflinuxfs4 | | setuptools | 68.1.2 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | python | 3.10.x | * Uncached buildpack SHA256: c7714ca7a89bf0647a3b6e4f86e0d32a059779517bbdca31539c718acb5d1b31 * Uncached buildpack SHA256: 9ee2b351d888aff63bf72e15e9d05f909e6c715f28e00dc892db40e1f643a669 |
r-offline-buildpack | 1.2.5 |
1.2.5* Update r 4.3.1 dependencies for stack(s) cflinuxfs3, cflinuxfs4: * shiny from 1.7.4.1 to 1.7.5 * Update r 4.2.3 dependencies for stack(s) cflinuxfs3, cflinuxfs4: * shiny from 1.7.4.1 to 1.7.5 Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.3 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.3 | cflinuxfs4 | forecast, plumber, rserve, shiny | | r | 4.3.1 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.3.1 | cflinuxfs4 | forecast, plumber, rserve, shiny | * Uncached buildpack SHA256: 38c6e649f991353b1358614e6f589260e682de93b66d13f664b0a4203194a9e7 * Uncached buildpack SHA256: f969b06ee842c097b3e285865b3c0439e3a7d94261a54091aeee66788def3532 |
routing | 0.278.0 |
v0.278.0## Changes - Continue to forward relevant headers by removing hop-by-hop headers that could interfere with gorouter when proxying client requests - See: https://github.com/cloudfoundry/gorouter/pull/356, https://github.com/cloudfoundry/routing-release/pull/331 - Go mod dependency updates ## Bosh Job Spec changes: ```diff diff --git a/jobs/gorouter/spec b/jobs/gorouter/spec index a14133ed..2bb394e9 100644 --- a/jobs/gorouter/spec +++ b/jobs/gorouter/spec @@ -282,6 +282,27 @@ properties: example: - name: X-Vcap-Request-Id - name: Accept-Ranges + router.hop_by_hop_headers_to_filter: + description: | + (optional, array value) List of HTTP Headers that are filtered for + Hop-By-Hop Connection header. + When clients make requests to the gorouter and the gorouter proxies + their request, these HTTP Headers will be automatically be removed from + the request's Connection header and sent as normal headers to the + target backend. This list *also* specificies the Headers that can be + returned by the backend; i.e. if a client attempts to send one of these + Headers in their Connection Header to gorouter and it's *NOT* filtered, + the header will *NOT* be returned to client properly after proxying the + request. + default: + - X-Forwarded-For + - X-Forwarded-Proto + - B3 + - X-B3 + - X-B3-SpanID + - X-B3-TraceID + - X-Request-Start + - X-Forwarded-Client-Cert router.frontend_idle_timeout: description: | (optional, integer) Duration in seconds to maintain an open connection when client supports keep-alive. ``` ## ✨ Built with go 1.20.7 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.277.0...v0.278.0 ## Resources - [Download release v0.278.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.278.0). v0.277.0## Changes - Additional metrics/logging component ports have been reserved from gorouter's ephemeral port range. ## ✨ Built with go 1.20.7 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.276.0...v0.277.0 ## Resources - [Download release v0.277.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.277.0). v0.276.0## Changes - Bumped golang to 1.20.7 - 🐛 Added new loggregator ports to gorouter's list of ports to exclude from ephemeral ranges. Thanks @ctlong! ## ✨ Built with go 1.20.7 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.275.0...v0.276.0 ## Resources - [Download release v0.276.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.276.0). |
ruby-offline-buildpack | 1.10.4 |
1.10.4* Add node 18.17.1, remove node 18.16.1 for stack(s) cflinuxfs3, cflinuxfs4 * Add rubygems 3.4.19, remove rubygems 3.4.16 for stack(s) cflinuxfs4, cflinuxfs3 * Add bundler 2.4.19, remove bundler 2.4.16 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | bundler | 2.4.19 | cflinuxfs3, cflinuxfs4 | | jruby | 9.3.10.0 | cflinuxfs3 | | jruby | 9.3.10.0 | cflinuxfs4 | | jruby | 9.4.3.0 | cflinuxfs3 | | jruby | 9.4.3.0 | cflinuxfs4 | | node | 18.17.1 | cflinuxfs3 | | node | 18.17.1 | cflinuxfs4 | | openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 | | ruby | 3.0.5 | cflinuxfs3 | | ruby | 3.0.6 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs4 | | ruby | 3.1.4 | cflinuxfs3 | | ruby | 3.1.4 | cflinuxfs4 | | ruby | 3.2.1 | cflinuxfs3 | | ruby | 3.2.1 | cflinuxfs4 | | ruby | 3.2.2 | cflinuxfs3 | | ruby | 3.2.2 | cflinuxfs4 | | rubygems | 3.4.19 | cflinuxfs3, cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | ruby | 3.1.x | * Uncached buildpack SHA256: cab151440c435f68bf97c5b8e7c1aafbd3ca945c7390e7c077ac10770188d28f * Uncached buildpack SHA256: 3553204d118af196546370fafbfb35c2cbd227b1ea511b03d02d18e2dc000164 |
silk | 3.32.0 | |
smb-volume | 3.1.30 |
v3.1.30## Changes ## Dependencies * **smbbroker:** Updated to v`9ab3087`. v3.1.29## Changes ## Dependencies * **smbbroker:** Updated to v`6d49181`. |
smoke-tests | 4.8.3 | |
staticfile-offline-buildpack | 1.6.6 |
1.6.6* Bump github.com/tidwall/gjson from 1.14.4 to 1.16.0 * Updating github-config Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.24.0 | cflinuxfs3 | | nginx | 1.24.0 | cflinuxfs4 | | nginx | 1.25.1 | cflinuxfs3 | | nginx | 1.25.1 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | nginx | 1.25.x | * Uncached buildpack SHA256: 5779cbb071e4b5a6eac06a5c8a4e426ee9085c5947820753121b45b5a3b915c5 * Uncached buildpack SHA256: ba9f9198013fa645ab3767f3b3325764a624d74a3a0255f50499178e359bd482 |
statsd-injector | 1.11.33 |
v1.11.33## What's Changed * Bump to [go1.20.7](https://groups.google.com/g/golang-announce/c/X0b6CsSAaYI/m/Efv5DbZ9AwAJ) * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.32...v1.11.33 |
syslog | 12.1.7 | |
system-metrics-scraper | 4.0.0 |
v4.0.0## What's Changed * Change default scrape port in the spec by @chombium in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/154. This has been changed in system-metrics release as well, and is already overridden to the new default in all environments we are aware of. * Upgrade golang to 1.20.7 * Bump dependencies ## New Contributors * @chombium made their first contribution in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/154 **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.12...v4.0.0 |
uaa | 76.20.0 |
v76.20.0## What's Changed * Bump to [UAA v76.20.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.20.0) ### Features * Added fields for tracing (trace ID and span ID) in the logs, in https://github.com/cloudfoundry/uaa-release/pull/652. Please note that external log parsers might need to be updated to adjust to this addition to the UAA log messages. ### Dependency Bumps * Bump github.com/cloudfoundry/bosh-utils from 0.0.384 to 0.0.385 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/653 * Bump github.com/cloudfoundry/bosh-utils from 0.0.385 to 0.0.386 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/655 * Bump activesupport from 7.0.7 to 7.0.7.2 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/656 ## New Contributors * @swalchemist made their first contribution in https://github.com/cloudfoundry/uaa-release/pull/652 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.19.0...v76.20.0 v76.19.0## What's Changed * Bump to [UAA v76.19.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.19.0) ### Dependency Bumps * Bump github.com/cloudfoundry/bosh-utils from 0.0.373 to 0.0.377 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/639 * Bump github.com/cloudfoundry/bosh-utils from 0.0.377 to 0.0.380 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/640 * Bump github.com/cloudfoundry/bosh-utils from 0.0.380 to 0.0.381 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/643 * Bump activesupport from 7.0.6 to 7.0.7 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/644 * Bump github.com/cloudfoundry/bosh-utils from 0.0.381 to 0.0.382 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/645 * Bump github.com/cloudfoundry/bosh-utils from 0.0.382 to 0.0.384 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/649 * Bump nokogiri from 1.15.3 to 1.15.4 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/647 ### Misc * Release tests by @bruce-ricard in https://github.com/cloudfoundry/uaa-release/pull/651 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.18.0...v76.19.0 |
Release Date: 08/18/2023
1.18.86
1.2.5
1.156.0
249.2.3
3.32.0
1.29.0
2.12.39
2.4.15
4.61.0
6.5.12
1.2.33
2.1.6
56.6.0
7.1.27
1.2.5
1.8.12
66.0.0
45.0.0
4.6.7
3.0.236
674.0.57
1.8.12
1.2.4
1.10.3
3.32.0
3.1.28
1.6.5
12.1.7
3.3.12
76.18.0
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.181 | |
backup-and-restore-sdk | 1.18.86 |
v1.18.86## Changes * Golang: Updated to v1.20.7. (#1154) ## Dependencies * **aws-sdk-go-v2/credentials:** Updated to v1.13.30. v1.18.85## Changes * Bump mysql from 5.7.42 to 5.7.43 (#1128) ## Dependencies * **credentials:** Updated to v1.13.28. v1.18.84## Changes * Bump mysql from 8.0.33 to 8.0.34 ## Dependencies * **credentials:** Updated to v1.13.27. |
binary-offline-buildpack | 1.1.5 | |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.2.5 | |
capi | 1.156.0 | |
cf-autoscaling | 249.2.3 |
v249.2.3## What's Changed * Bump dependencies * Fix bbr post_backup_unlock script **Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.2.2...v249.2.3 |
cf-cli | 1.45.0 | |
cf-networking | 3.32.0 |
v3.32.0## Changes - [Feature Improvement/Bug Fix] C2C Networking Policies are synced _only_ if they were actually updated to minimize load on the system (#231) - Also see related `silk-release` PR: https://github.com/cloudfoundry/silk-release/pull/88 - And related `policy_client` PR: https://github.com/cloudfoundry/policy_client/pull/6 - Bumps dependencies - Fixes a typo in [contributing.md](/docs/contributing.md) (#228) - Thanks @geigerj0! ## ✨ Built with go 1.20.6 **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.31.0...v3.32.0 ## Resources - [Download release v3.32.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.32.0). v3.31.0## Changes - Updates a DB schema used with dynamic ASGs to resolve/prevent issues when frequently syncing hundreds of thousands of ASGs. Thanks @ZPascal! ## ✨ Built with go 1.20.6 **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.30.0...v3.31.0 ## Resources - [Download release v3.31.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.31.0). |
cflinuxfs3 | 0.372.0 | |
cflinuxfs4 | 1.29.0 | |
count-cores-indicator | 2.0.0 | |
credhub | 2.12.39 |
2.12.39### What's Changed - Bump org.owasp:dependency-check-gradle from 8.2.1 to 8.3.1 - Bump com.google.guava:guava from 32.0.1-jre to 32.1.2-jre - Bump gradle from 6.9.4 to 8.1.1 - Bump com.google.api.grpc:proto-google-common-protos from 2.22.1 to 2.23.0 - Bump io.grpc:protoc-gen-grpc-java from 1.56.1 to 1.57.1 - Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 - Bump io.netty from 4.1.95.Final to 4.1.96.Final **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.39...2.12.40 2.12.38### Security Fixes - Bump JRE version from openjdk 8u372 to 8u382 - Bump spring boot version from 2.7.13 to 2.7.14 - Bump other various dependencies **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.37...2.12.38 2.12.37## What's Changed * Build(deps): bump com.google.protobuf:protobuf-gradle-plugin from 0.9.3 to 0.9.4. **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.36...2.12.37 2.12.36## What's Changed * Build(deps): bump kotlinVersion from 1.8.22 to 1.9.0 * Remove JvmDefault annotation, which can no longer be used in kotlin 1.9.0 * Build(deps): bump com.google.protobuf:protoc from 3.23.2 to 3.23.4 * Build(deps): bump com.google.api.grpc:proto-google-common-protos * Build(deps): Bump rspec-mocks from 3.12.5 to 3.12.6 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/147 * Build(deps): Bump rubocop from 1.54.1 to 1.54.2 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/148 **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.35...2.12.36 |
diego | 2.80.0 | |
dotnet-core-offline-buildpack | 2.4.15 |
2.4.15* Add dotnet-aspnetcore 6.0.20, remove dotnet-aspnetcore 6.0.19 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-aspnetcore 7.0.9, remove dotnet-aspnetcore 7.0.8 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-runtime 6.0.20, remove dotnet-runtime 6.0.19 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-runtime 7.0.9, remove dotnet-runtime 7.0.8 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-sdk 6.0.412, remove dotnet-sdk 6.0.411 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-sdk 7.0.306, remove dotnet-sdk 7.0.305 for stack(s) cflinuxfs4, cflinuxfs3 * Add node 18.17.0, remove node 18.16.1 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 6.0.20 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 7.0.9 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 6.0.20 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 7.0.9 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 6.0.412 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 7.0.306 | cflinuxfs3, cflinuxfs4 | | libgdiplus | 6.1 | cflinuxfs3 | | libgdiplus | 6.1 | cflinuxfs4 | | libunwind | 1.7.0 | cflinuxfs3 | | libunwind | 1.7.0 | cflinuxfs4 | | node | 18.17.0 | cflinuxfs3 | | node | 18.17.0 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | dotnet-runtime | 6.0.x | | dotnet-aspnetcore | 6.0.x | | dotnet-sdk | 6.0.x | | bower | 1.8.x | * Uncached buildpack SHA256: 577b246b0c54de8e9d93c495dbe5a7ee079fe56991efa568134228b9fc3a56ae * Uncached buildpack SHA256: f2feebbc5b5c759cd55636c72a82431d6be2280ea0a2161276dedf1196c6b854 2.4.14* Add dotnet-aspnetcore 7.0.8, remove dotnet-aspnetcore 7.0.5 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-sdk 7.0.305, remove dotnet-sdk 7.0.302 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-runtime 7.0.8, remove dotnet-runtime 7.0.5 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-aspnetcore 6.0.19, remove dotnet-aspnetcore 6.0.16 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-sdk 6.0.411, remove dotnet-sdk 6.0.408 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-runtime 6.0.19, remove dotnet-runtime 6.0.16 for stack(s) cflinuxfs4, cflinuxfs3 * Add node 18.16.1, remove node 18.16.0 for stack(s) cflinuxfs3, cflinuxfs4 Packaged binaries: | name | version | cf_stacks | |-|-|-| | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 6.0.19 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 7.0.8 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 6.0.19 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 7.0.8 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 6.0.411 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 7.0.305 | cflinuxfs3, cflinuxfs4 | | libgdiplus | 6.1 | cflinuxfs3 | | libgdiplus | 6.1 | cflinuxfs4 | | libunwind | 1.7.0 | cflinuxfs3 | | libunwind | 1.7.0 | cflinuxfs4 | | node | 18.16.1 | cflinuxfs3 | | node | 18.16.1 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | dotnet-runtime | 6.0.x | | dotnet-aspnetcore | 6.0.x | | dotnet-sdk | 6.0.x | | bower | 1.8.x | * Uncached buildpack SHA256: a3e943161cdbb9179ffdc8f5f6d4235ec4ea46f8a4a92eb09e313f43e969e22f * Uncached buildpack SHA256: d0f745beb8d4f223ed7b6ffe84cf32fd7512bc4c68fc27923a7e74c0d388dec3 |
garden-runc | 1.34.0 | |
go-offline-buildpack | 1.10.10 | |
java-offline-buildpack | 4.61.0 |
4.61.0I'm pleased to announce the release of the java-buildpack, version 4.61.0. This release includes the Java quarterly patch releases, as well updates to the following frameworks/agents: * AppDynamics * Azure App Insights * Datadog * Elastic APM * JRebel * New Relic * Splunk Otel * Takipi Agent * Tomcat Additional Changes: - This release corrects the type of Takipi/Overops agent that was included with the buildpack since `4.60.0` - The Google Stackdriver Debugger has been disabled by default as announced in the previous release, the Google service is no longer available & they will no longer support the agent after August 2023. Until then, users can re-enable by forking the buildpack, however the integration will be removed completely in a future release. For a more detailed look at the changes in 4.61.0, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.60.0...v4.61.0). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release. | Dependency | Version | CVEs | Release Notes | | ---------- | ------- | ---- | ------------- | | AppDynamics Agent | `23.6.1_34894` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) | | Azure Application Insights Agent | `3.4.15` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) | | CA Introscope APM Framework | `23.6.1_5` | | | | Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above | | Container Security Provider | `1.20.0_RELEASE` |Included inline above | Included inline above | | Contrast Security Agent | `5.2.2` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) | | Datadog APM Javaagent | `1.18.3` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) | | Elastic APM Agent | `1.41.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) | | Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) | | Geode Tomcat Session Store | `1.13.7` | | | | Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) | | Groovy | `2.5.22` | | [Release Notes](http://www.groovy-lang.org/releases.html) | | JaCoCo Agent | `0.8.10` | | [Release Notes](https://github.com/jacoco/jacoco/releases) | | Java Memory Assistant Agent | `0.5.0` | | | | Java Memory Assistant Clean Up | `0.1.0` | | | | JProfiler Profiler | `13.0.7` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) | | JRebel Agent | `2023.3.1` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) | | jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above | | MariaDB JDBC Driver | `2.7.9` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-2-7-9-release-notes/) | | Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above | | Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above | | New Relic Agent | `8.5.0` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) | | OpenJDK JRE 11 | `11.0.20_8` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/11.0.20b8/general/release-notes/) | | OpenJDK JRE 17 | `17.0.8_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/17.0.8b7/general/release-notes/) | | OpenJDK JRE 8 | `1.8.0_382` |[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2023.html#AppendixJAVA) | [Release Notes](https://docs.bell-sw.com/liberica-jdk/8u382b6/general/release-notes/) | | PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) | | Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above | | Riverbed Appinternals Agent | `11.8.5_BL527` | | | | SeaLights Agent | `4.0.2325` | | | | SkyWalking | `8.16.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) | | Splunk OpenTelemetry Java Agent | `1.26.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) | | Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above | | Spring Boot CLI | `2.7.14` | | | | Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above | | Takipi Agent | `4.73.3` | | [Release Notes](https://doc.overops.com/docs/whats-new) | | Tomcat | `9.0.78` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) | | Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | YourKit Profiler | `2023.5.229` | | [Release Notes](https://www.yourkit.com/download/yjp_2023_5_builds.jsp) | |
log-cache | 3.0.4 | |
loggregator | 106.7.10 | |
loggregator-agent | 6.5.12 |
v6.5.12## What's Changed * Bump dependencies * Update packaged Golang version to v1.20.6 **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.11...v6.5.12 |
mapfs | 1.2.33 |
v1.2.33## Changes * Golang: Updated to v1.20.7. (#120) ## Dependencies * **mapfs:** Updated to v`055c79a`. v1.2.32## Dependencies * **gomega:** Updated to v1.27.10. v1.2.31## Dependencies * **mapfs:** Updated to v`ea4d3ff`. v1.2.30## Changes * Golang: Updated to v1.20.6. ## Dependencies * **mapfs:** Updated to v`0e79358`. |
metric-registrar | 2.1.6 |
v2.1.6## What's Changed * Bump dependencies * Update packaged Golang version to v1.20.6 **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v2.1.5...v2.1.6 |
metrics-discovery | 3.2.12 | |
mysql-monitoring | 10.1.0 | |
nats | 56.6.0 |
v56.6.0## Changes In [nats-release v46](https://github.com/cloudfoundry/nats-release/releases/tag/v46), we migrated the underlying binary from `gnatsd` (NATS v1), to `nats-server` (NATS v2). In this release, we are adding a post-start check that will fail the deployment if, for some reasons, NATS instances are running v1. This is a precursor to eventually removing the v1 binary and migration wrapper. The property defaults to `false`, but will default to `true` in [cf-deployment](https://github.com/cloudfoundry/cf-deployment/). If your instances are already running NATS v2, or if they successfully migrate to v2 in this release, you will not experience any change in behavior. If you want to confirm your NATS instances are on v2, [follow the steps in this KB article](https://community.pivotal.io/s/article/How-to-confirm-your-nats-servers-are-running-NATs-v2?language=en_US). ## Bosh Job Spec changes: ```diff diff --git a/jobs/nats-tls/spec b/jobs/nats-tls/spec index 0d25ad2..4f9b3b7 100644 --- a/jobs/nats-tls/spec +++ b/jobs/nats-tls/spec @@ -123,3 +123,6 @@ properties: nats.migrate_server.port: description: "Port for endpoint to migrate nats job to nats-server v2. To be removed in a future release." default: 4243 + nats.fail_deployment_if_v1: + description: "Fail the deployment in post-start if nats instances are on v1." + default: false diff --git a/jobs/nats/spec b/jobs/nats/spec index e7d7a82..ddc54a3 100644 --- a/jobs/nats/spec +++ b/jobs/nats/spec @@ -116,3 +116,7 @@ properties: description: "The PEM-encoded certificate to use for verifying the TLS connection to the migrate server (used for local healthchecks)." nats.migrate_client.tls.private_key: description: "The PEM-encoded private key to use for verifying the TLS connection to the migrate server (used for local healthchecks)." + + nats.fail_deployment_if_v1: + description: "Fail the deployment in post-start if nats instances are on v1." + default: false ``` ## ✨ Built with go 1.20.6 **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.5.0...v56.6.0 ## Resources - [Download release v56.6.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.6.0). |
nfs-volume | 7.1.27 |
v7.1.27## Changes * use latest available linuxfs stack for push (#500) ## Dependencies * **nfsbroker:** Updated to v`ca6114b`. v7.1.26## Dependencies * **gomega:** Updated to v1.27.9. v7.1.25## Changes * +Golang: Updated to v1.20.6 ## Dependencies * **nfsbroker:** Updated to v`0affd58`. |
nginx-offline-buildpack | 1.2.5 |
1.2.5* Add nginx 1.25.1, remove nginx 1.25.0 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.24.0 | cflinuxfs3 | | nginx | 1.24.0 | cflinuxfs4 | | nginx | 1.25.1 | cflinuxfs3 | | nginx | 1.25.1 | cflinuxfs4 | | openresty | 1.13.6.2 | cflinuxfs3 | | openresty | 1.15.8.3 | cflinuxfs3 | | openresty | 1.17.8.2 | cflinuxfs3 | | openresty | 1.19.9.1 | cflinuxfs3 | | openresty | 1.19.9.1 | cflinuxfs4 | | openresty | 1.21.4.1 | cflinuxfs3 | | openresty | 1.21.4.1 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | nginx | 1.25.x | * Uncached buildpack SHA256: 3edd35dbe5a56dacc539477344c61f7f21c6f3a23103e0fd1694044cad0ae31b * Uncached buildpack SHA256: 740b424e30f5e1fc11be0af2d2b5a4c48bfb87414a0a7d7e4113f645f9e16464 |
nodejs-offline-buildpack | 1.8.12 |
1.8.12* Add node 16.20.1, remove node 16.19.1 for stack(s) cflinuxfs4, cflinuxfs3 * Add node 18.16.1, remove node 18.15.0 for stack(s) cflinuxfs3, cflinuxfs4 * Add node 20.4.0 for stack(s) cflinuxfs4, cflinuxfs3 * Add python 3.10.12, remove python 3.10.10 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | node | 16.20.0 | cflinuxfs3 | | node | 16.20.0 | cflinuxfs4 | | node | 16.20.1 | cflinuxfs3 | | node | 16.20.1 | cflinuxfs4 | | node | 18.16.0 | cflinuxfs3 | | node | 18.16.0 | cflinuxfs4 | | node | 18.16.1 | cflinuxfs3 | | node | 18.16.1 | cflinuxfs4 | | node | 20.2.0 | cflinuxfs3 | | node | 20.2.0 | cflinuxfs4 | | node | 20.4.0 | cflinuxfs3 | | node | 20.4.0 | cflinuxfs4 | | python | 3.10.12 | cflinuxfs3 | | python | 3.10.12 | cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | node | 18.x | | python | 3.10.x | * Uncached buildpack SHA256: a37ca61cef23f9f2ffe725c261dc7f889af46ef3dc71caa6b91fd3119bf94de5 * Uncached buildpack SHA256: 9aa46f070a07c5044efc0419bb198171d15a3513ecc44c9df5f48208114dba7a |
notifications | 66.0.0 |
v66.0.0commit 71839fd64693e3c2507b6fec5970c590a557b5d5 Author: PCF Toronto Concourse CI Bot v65.0.0commit a6c6cce647320d76192bce0bd5644f16f6ddb80a Author: PCF Toronto Concourse CI Bot |
notifications-ui | 45.0.0 |
v45.0.0commit 3b5aeedb8e13d1cf63dcbf2e6107839391d005fa Author: PCF Event Alerts Team CI v44.0.0commit e9525d6f5373988269811224ec47dbf3ceecc4aa Author: PCF Event Alerts Team CI v43.0.0commit 0575d659ab8d6bb3a5268e32b3617fb003d0a3d7 Author: PCF Event Alerts Team CI |
php-offline-buildpack | 4.6.7 |
4.6.7* manifest.yml: don't ship requirements.txt only used in unit test. Also lets scanners avoid https://nvd.nist.gov/vuln/detail/CVE-2021-27291 * Add composer 2.5.8, remove composer 2.5.7 for stack(s) cflinuxfs4, cflinuxfs3 * Add nginx 1.25.1, remove nginx 1.25.0 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | appdynamics | 23.4.0-724 | cflinuxfs3, cflinuxfs4 | | | composer | 2.5.8 | cflinuxfs3, cflinuxfs4 | | | httpd | 2.4.57 | cflinuxfs3 | | | httpd | 2.4.57 | cflinuxfs4 | | | newrelic | 10.6.0.318 | cflinuxfs3, cflinuxfs4 | | | nginx | 1.24.0 | cflinuxfs3 | | | nginx | 1.24.0 | cflinuxfs4 | | | nginx | 1.25.1 | cflinuxfs3 | | | nginx | 1.25.1 | cflinuxfs4 | | | php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | python | 2.7.18 | cflinuxfs4 | | | ruby | 3.0.5 | cflinuxfs4 | | Default binary versions: | name | version | |-|-| | php | 8.1.16 | | httpd | 2.4.57 | | newrelic | 10.6.0.318 | | nginx | 1.25.1 | | composer | 2.5.8 | * Uncached buildpack SHA256: 66ccbe5a4e3b7f73bd773e79ffab5c87283599d99dee9c339d778064901f28f2 * Uncached buildpack SHA256: 2eae26e3cf54c49584a02ee5a910581210b67bf5c13268ff1d7060417476f6a9 |
push-apps-manager-release | 677.0.22 | |
push-offline-docs-release | 3.0.236 | |
push-usage-service-release | 674.0.57 |
v674.0.57## Changes ## Dependencies * **app-usage-service:** Updated to v`bea5b0c`. v674.0.55## Dependencies * **app-usage-service:** Updated to v`1ea5db8`. |
pxc | 1.0.14 | |
python-offline-buildpack | 1.8.12 |
1.8.12* Deprecate Python 3.7.x (EOL) * Add pipenv 2023.7.11, remove pipenv 2023.6.2 for stack(s) cflinuxfs4, cflinuxfs3 * Add setuptools 68.0.0, remove setuptool for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 | | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 | | miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 | | pip | 23.1.2 | cflinuxfs3, cflinuxfs4 | | pipenv | 2023.7.11 | cflinuxfs3 | | pipenv | 2023.7.11 | cflinuxfs4 | | python | 3.8.17 | cflinuxfs3 | | python | 3.8.17 | cflinuxfs4 | | python | 3.9.17 | cflinuxfs3 | | python | 3.9.17 | cflinuxfs4 | | python | 3.10.12 | cflinuxfs3 | | python | 3.10.12 | cflinuxfs4 | | python | 3.11.4 | cflinuxfs3 | | python | 3.11.4 | cflinuxfs4 | | setuptools | 68.0.0 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | python | 3.10.x | * Uncached buildpack SHA256: 7124b3d9af7efe2e30a0718586a594df7a9993eed10ecf13451b005b3b1bf961 * Uncached buildpack SHA256: 3a27d192966a007b5bbf418102bcc69fa01e33a44cc13f613274f45ace3c380b |
r-offline-buildpack | 1.2.4 |
1.2.4* Add r 4.3.1 for stack(s) cflinuxfs3, cflinuxfs4 * Update r 4.3.1 dependencies for stack(s) cflinuxfs3, cflinuxfs4: * shiny from 1.7.4 to 1.7.4.1 * Update r 4.2.3 dependencies for stack(s) cflinuxfs3, cflinuxfs4: * shiny from 1.7.4 to 1.7.4.1 Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.3 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.3 | cflinuxfs4 | forecast, plumber, rserve, shiny | | r | 4.3.1 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.3.1 | cflinuxfs4 | forecast, plumber, rserve, shiny | * Uncached buildpack SHA256: c3d8b1cd912b0d141d0e9a0319bbcd982778ab64e9c4fe5a70264170a31b93be * Uncached buildpack SHA256: 25f1b9c7d7dff4e9879c68857823bef0c60c6af308d8b9f73af211ce0097dc37 |
routing | 0.275.0 | |
ruby-offline-buildpack | 1.10.3 |
1.10.3* Add bundler 2.4.16, remove bundler 2.4.13 for stack(s) cflinuxfs4, cflinuxfs3 * Add rubygems 3.4.16, remove rubygems 3.4.13 for stack(s) cflinuxfs4, cflinuxfs3 * Add node 18.16.1, remove node 18.16.0 for stack(s) cflinuxfs4, cflinuxfs3 * Add jruby 9.4.3.0, remove jruby 9.4.2.0 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | bundler | 2.4.16 | cflinuxfs3, cflinuxfs4 | | jruby | 9.3.10.0 | cflinuxfs3 | | jruby | 9.3.10.0 | cflinuxfs4 | | jruby | 9.4.3.0 | cflinuxfs3 | | jruby | 9.4.3.0 | cflinuxfs4 | | node | 18.16.1 | cflinuxfs3 | | node | 18.16.1 | cflinuxfs4 | | openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 | | ruby | 3.0.5 | cflinuxfs3 | | ruby | 3.0.6 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs4 | | ruby | 3.1.4 | cflinuxfs3 | | ruby | 3.1.4 | cflinuxfs4 | | ruby | 3.2.1 | cflinuxfs3 | | ruby | 3.2.1 | cflinuxfs4 | | ruby | 3.2.2 | cflinuxfs3 | | ruby | 3.2.2 | cflinuxfs4 | | rubygems | 3.4.16 | cflinuxfs3, cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | ruby | 3.1.x | * Uncached buildpack SHA256: 0e6d9e2a6f6723e9db00ad7877749cae5fcb564473c78b73c5c48de98f4be5d5 * Uncached buildpack SHA256: dfd99d265e20f89ba01ae71ad50ca8d6cc3c9c158e95abf976e0c00cf94bdf74 |
silk | 3.32.0 |
v3.32.0## Changes - [Feature Improvement/Bug Fix] C2C Networking Policies are synced _only_ if they were actually updated to minimize load on the system (#88) - Also see related `cf-networking` release PR: https://github.com/cloudfoundry/cf-networking-release/pull/231 - And related `policy_client` PR: https://github.com/cloudfoundry/policy_client/pull/6 - Bumps dependencies ## ✨ Built with go 1.20.6 **Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.31.0...v3.32.0 ## Resources - [Download release v3.32.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.32.0). v3.31.0## Changes - No changes, released along cf-networking 3.31.0 ## ✨ Built with go 1.20.6 **Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.30.0...v3.31.0 ## Resources - [Download release v3.31.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.31.0). |
smb-volume | 3.1.28 |
v3.1.28## Changes * +Golang: Updated to v1.20.7 (#206) ## Dependencies * **smbbroker:** Updated to v`f869023`. v3.1.27## Changes * use latest available linuxfs stack for push (#201) ## Dependencies * **smbbroker:** Updated to v`2463ad2`. v3.1.26## Changes * Bump autoconf from 2.69 to 2.71 ## Dependencies * **smbbroker:** Updated to v`25e62f9`. v3.1.25## Dependencies * **smbbroker:** Updated to v`1e068da`. |
smoke-tests | 4.8.3 | |
staticfile-offline-buildpack | 1.6.5 |
1.6.5* Add nginx 1.25.1, remove nginx 1.25.0 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.24.0 | cflinuxfs3 | | nginx | 1.24.0 | cflinuxfs4 | | nginx | 1.25.1 | cflinuxfs3 | | nginx | 1.25.1 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | nginx | 1.25.x | * Uncached buildpack SHA256: 4df9d4fa39e37f98730a6003af9ee7c5b5ff8e921cd4371cc0e6bc82e40bed0c * Uncached buildpack SHA256: 3ece0c7dff73b1a7e75a0ad5afa9082ae3db9d57ddb2e0d19b8eae4805ed14b6 |
statsd-injector | 1.11.32 | |
syslog | 12.1.7 |
v12.1.7## What's Changed * Update packaged Golang version to v1.20.6 **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.1.6...v12.1.7 |
system-metrics-scraper | 3.3.12 |
v3.3.12## What's Changed * Bump dependencies * Update packaged Golang version to v1.20.6 **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.11...v3.3.12 v3.3.11## What's Changed * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.10...v3.3.11 |
uaa | 76.18.0 |
v76.18.0## What's Changed * Bump to [UAA v76.18.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.18.0) * Upgrade Newrelic to version 8.5.0 * Bump github.com/onsi/gomega from 1.27.8 to 1.27.9 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/630 * Bump github.com/onsi/gomega from 1.27.9 to 1.27.10 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/633 * Add bosh configuration for UAA PR 2414 by @strehle in https://github.com/cloudfoundry/uaa-release/pull/629 * Bump minitest from 5.18.1 to 5.19.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/634 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.17.0...v76.18.0 v76.17.0## What's Changed * Bump to [UAA v76.17.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.17.0) * [Upgrade Bellsoft JDK to version 11.0.20+8](https://github.com/cloudfoundry/uaa-release/commit/635146e0d1bf755db15545a1c0e144952cbaf5f5) * [Upgrade Tomcat to version 9.0.78](https://github.com/cloudfoundry/uaa-release/commit/8c39f62e5d0f170fb0a92e29dcafd29bbc9ed6ad) * Bump nokogiri from 1.15.2 to 1.15.3 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/618 * Bump github.com/cloudfoundry/bosh-utils from 0.0.369 to 0.0.370 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/621 * Bump rspec-mocks from 3.12.5 to 3.12.6 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/623 * Bump github.com/cloudfoundry/bosh-utils from 0.0.370 to 0.0.372 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/624 * Bump github.com/cloudfoundry/bosh-utils from 0.0.372 to 0.0.373 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/627 * Bump mini_portile2 from 2.8.2 to 2.8.4 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/628 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.16.0...v76.17.0 |
Release Date: 07/21/2023
1.18.83
1.2.3
1.155.0
249.2.2
1.45.0
3.30.0
0.372.0
1.22.0
2.12.35
2.80.0
2.4.13
1.34.0
1.10.10
4.60.0
3.0.4
106.7.10
1.2.29
2.1.5
3.2.12
10.1.0
56.5.0
7.1.24
1.2.4
1.8.11
64.0.0
44.0.0
4.6.6
677.0.22
3.0.225
674.0.54
1.0.14
1.8.11
1.2.3
0.275.0
3.30.0
3.1.24
4.8.3
1.6.4
1.11.32
12.1.6
3.3.10
76.16.0
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.148 | |
backup-and-restore-sdk | 1.18.83 |
v1.18.83## Changes * Golang: Updated to v1.20.6. (#1118) ## Dependencies * **bosh-backup-and-restore:** Updated to v1.9.47. v1.18.82## Dependencies * **storage:** Updated to v1.31.0. v1.18.81## Dependencies * **api:** Updated to v0.129.0. v1.18.80## Dependencies * **credentials:** Updated to v1.13.26. v1.18.79## Changes * Bump mariadb from 10.6.13 to 10.6.14 (#1093) * Golang: Updated to v1.20.5. (#1082) ## Dependencies * **credentials:** Updated to v1.13.25. |
binary-offline-buildpack | 1.1.5 | |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.2.3 | |
capi | 1.155.0 | |
cf-autoscaling | 249.2.2 |
v249.2.2## What's Changed * Bump dependencies * Includes bumping [moby](https://github.com/moby/moby) for CVE-2023-28840, CVE-2023-28841, CVE-2023-28842, though these are false positives in this case. * Fix bbr unlock scripts to include retries and/or sleeps in order to account for an edge case where CAPI becomes unlocked before being registered with all GoRouters. * Update packaged Golang version to v1.20.6 **Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.2.1...v249.2.2 v249.2.1## What's Changed * Bump Autoscale API to [Spring Boot 3.1.1](https://github.com/spring-projects/spring-boot/releases/tag/v3.1.1). Includes Tomcat bump for CVE-2023-34981 (believed unaffected). **Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.2.0...v249.2.1 v249.2.0## What's Changed * Upgrade Autoscale API to Spring Boot 3.1 and JDK 17 * Expose BOSH property to disable trailing slashes in requests to the Autoscale API * Bump dependencies. **Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.1.9...v249.2.0 |
cf-cli | 1.45.0 |
v1.45.0
|
cf-networking | 3.30.0 |
v3.30.0## Changes - Bumped golang to 1.20.6 ## ✨ Built with go 1.20.6 **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.29.0...v3.30.0 ## Resources - [Download release v3.30.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.30.0). v3.29.0## Changes - Updated dependancies. ## ✨ Built with go 1.20.5 **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.28.0...v3.29.0 ## Resources - [Download release v3.29.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.29.0). |
cflinuxfs3 | 0.372.0 |
v0.372.0This release ships with cflinuxfs3 version 0.372.0. For more information, see the [release notes](https://github.com/pivotal-cf/tanzu-cflinuxfs3/releases/tag/0.372.0) v0.371.0This release ships with cflinuxfs3 version 0.371.0. For more information, see the [release notes](https://github.com/pivotal-cf/tanzu-cflinuxfs3/releases/tag/0.371.0) v0.370.0This release ships with cflinuxfs3 version 0.370.0. For more information, see the [release notes](https://github.com/pivotal-cf/tanzu-cflinuxfs3/releases/tag/0.370.0) v0.368.0This release ships with cflinuxfs3 version 0.368.0. For more information, see the [release notes](https://github.com/pivotal-cf/tanzu-cflinuxfs3/releases/tag/0.368.0) |
cflinuxfs4 | 1.22.0 | |
count-cores-indicator | 2.0.0 | |
credhub | 2.12.35 |
2.12.35### Security Fixes - Bump various dependencies **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.34...2.12.35 2.12.34### Security Fixes - Bump various dependencies **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.33...2.12.34 2.12.33### Security Fixes - Bump various dependencies **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.32...2.12.33 2.12.32### Security Fixes - Bump various dependencies **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.31...2.12.32 2.12.31## What's Changed * Update snakeyaml and ensure consistent subproject usage in [credhub #515](https://github.com/cloudfoundry/credhub/pull/515) * Build(deps): bump com.google.api.grpc:proto-google-common-protos from 2.19.1 to 2.20.0 in [credhub #516](https://github.com/cloudfoundry/credhub/pull/516) * Build(deps): bump commons-io:commons-io from 2.12.0 to 2.13.0 in [credhub #517](https://github.com/cloudfoundry/credhub/pull/517) * Build(deps): Bump rubocop from 0.65.0 to 1.52.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/137 **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.30...2.12.31 |
diego | 2.80.0 |
v2.80.0## Changes - Bumped to golang 1.20.6 ## ✨ Built with go 1.20.6 **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.79.0...v2.80.0 ## Resources - [Download release v2.80.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.80.0). v2.79.0## Changes - [Feature Improvement]: Use routing_info for desired_lrp's when there are missing actual_lrp's https://github.com/cloudfoundry/route-emitter/pull/26. Thank you for this contribution @klapkov! - [Feature]: Support distributed tracing https://github.com/cloudfoundry/route-emitter/pull/24. Thank you @mariash for this contribution! - [Bug Fix]: Fix bug with cachedownloader in PR https://github.com/cloudfoundry/cacheddownloader/pull/26. Fixes issue https://github.com/cloudfoundry/diego-release/issues/773. Thank you @vlast3k for this contribution! - [Bug Fix]: Resolves a race condition in BBS when the replacement for a suspect LRP has started. ## ✨ Built with go 1.20.5 **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.78.0...v2.79.0 ## Resources - [Download release v2.79.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.79.0). |
dotnet-core-offline-buildpack | 2.4.13 |
2.4.13* Add libunwind 1.7.0, remove libunwind 1.6.2 for stack(s) cflinuxfs3, cflinuxfs4 * Add dotnet-sdk 7.0.302, remove dotnet-sdk 7.0.203 (#781) for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 6.0.16 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 7.0.5 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 6.0.16 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 7.0.5 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 6.0.408 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 7.0.302 | cflinuxfs3, cflinuxfs4 | | libgdiplus | 6.1 | cflinuxfs3 | | libgdiplus | 6.1 | cflinuxfs4 | | libunwind | 1.7.0 | cflinuxfs3 | | libunwind | 1.7.0 | cflinuxfs4 | | node | 18.16.0 | cflinuxfs3 | | node | 18.16.0 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | dotnet-runtime | 6.0.x | | dotnet-aspnetcore | 6.0.x | | dotnet-sdk | 6.0.x | | bower | 1.8.x | * Uncached buildpack SHA256: 0fba3802a77c7cc7dc2448ae558c3b694f153fe7c7ece55e4f7531e33636a3e4 * Uncached buildpack SHA256: 2fd9dfeae836cdc205a02f13e686b29121a937e26b627a98d10decf4267da6b5 |
garden-runc | 1.34.0 |
v1.34.0## Changes - Bumped golang to 1.20.6 - Refactors, enhancements, and fixes to CI scripts and garden-integration-tests ## ✨ Built with go 1.20.6 **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.33.0...v1.34.0 ## Resources - [Download release v1.34.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.34.0). |
go-offline-buildpack | 1.10.10 |
1.10.10* Add go 1.20.5, remove go 1.20.4 for stack(s) cflinuxfs3, cflinuxfs4 * Add go 1.19.10, remove go 1.19.9 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | dep | 0.5.4 | cflinuxfs3 | | dep | 0.5.4 | cflinuxfs4 | | glide | 0.13.3 | cflinuxfs3 | | glide | 0.13.3 | cflinuxfs4 | | go | 1.19.10 | cflinuxfs3 | | go | 1.19.10 | cflinuxfs4 | | go | 1.20.5 | cflinuxfs3 | | go | 1.20.5 | cflinuxfs4 | | godep | 80 | cflinuxfs3 | | godep | 80 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | go | 1.19.x | * Uncached buildpack SHA256: 4f50534a4d9d7e5b9c8311036297eb9067140741254a4e2680499baa068e8df6 * Uncached buildpack SHA256: f1a503722c3411d133fd95fc66ca34a8cc7d84459c629be70c500217ed48f4f6 |
java-offline-buildpack | 4.60.0 |
4.60.0I'm pleased to announce the release of the java-buildpack, version 4.60.0. This release includes updates to dependency frameworks, such as: * [Updates JProfiler to 13.x line](https://github.com/cloudfoundry/java-buildpack/commit/7e2a7b9c9cd954838262b968d4b8efce15f78449) * [Handle Dynatrace API Token in the sanitizer](https://github.com/cloudfoundry/java-buildpack/pull/974) thank you @rbamberger * [Add Takipi agent mandatory JVM arguments if Java is 9+ ](https://github.com/cloudfoundry/java-buildpack/commit/63c8d1e146af4a2b009e987977c4aca7fcdc500f) thank you @M-Tsur * [Install ruby whenever it isn't already present](https://github.com/cloudfoundry/java-buildpack/commit/fe9f6d232ea0fbb6ecb6b6fe66539ef8147dfcc6) thank you @dsabeti * [Updates repository location for AppD](https://github.com/cloudfoundry/java-buildpack/commit/fcc977dca0736cd157e8b83a94248cc1a5e79250) ## Important Deprecation Notice: [Google Stackdriver Debugger](https://github.com/cloudfoundry/java-buildpack/blob/main/docs/framework-google_stackdriver_debugger.md) Due to the [deprecation of the Google Stackdriver Debugger](https://cloud.google.com/stackdriver/docs/deprecations/debugger-deprecation) and the fact that its replacement, the [snapshot-debugger](https://github.com/GoogleCloudPlatform/snapshot-debugger) will only be supported until August 31st 2023, the next release of the Java Buildpack will no longer include Google StackDriver nor its OSS replacement. Please let us know if you have concerns! There were also dependency bumps for other libraries, including: - YourKit Profiler - Tomcat - SpringBoot CLI - Splunk - SkyWalking Agent - SeaLights Agent - NewRelic - JRebel Agent - CA Wily (Introscope) framework - Elastic Agent - Datadog Agent - Contrast Agent - Azure Insights For a more detailed look at the changes in 4.60.0, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.59.0...v4.60.0). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release. | Dependency | Version | CVEs | Release Notes | | ---------- | ------- | ---- | ------------- | | AppDynamics Agent | `23.6.0_34839` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) | | Azure Application Insights Agent | `3.4.14` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) | | CA Introscope APM Framework | `23.5.1_13` | | | | Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above | | Container Security Provider | `1.20.0_RELEASE` |Included inline above | Included inline above | | Contrast Security Agent | `5.1.2` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) | | Datadog APM Javaagent | `1.17.0` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) | | Elastic APM Agent | `1.39.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) | | Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) | | Geode Tomcat Session Store | `1.13.7` | | | | Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) | | Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) | | Groovy | `2.5.22` | | [Release Notes](http://www.groovy-lang.org/releases.html) | | JaCoCo Agent | `0.8.10` | | [Release Notes](https://github.com/jacoco/jacoco/releases) | | Java Memory Assistant Agent | `0.5.0` | | | | Java Memory Assistant Clean Up | `0.1.0` | | | | JProfiler Profiler | `13.0.7` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) | | JRebel Agent | `2023.3.0` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) | | jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above | | MariaDB JDBC Driver | `2.7.9` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-2-7-9-release-notes/) | | Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above | | Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above | | New Relic Agent | `8.4.0` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) | | OpenJDK JRE 11 | `11.0.19_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.19/) | | OpenJDK JRE 17 | `17.0.7_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.7/) | | OpenJDK JRE 8 | `1.8.0_372` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u372/) | | PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) | | Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above | | Riverbed Appinternals Agent | `11.8.5_BL527` | | | | SeaLights Agent | `4.0.2304` | | | | SkyWalking | `8.16.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) | | Splunk OpenTelemetry Java Agent | `1.25.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) | | Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above | | Spring Boot CLI | `2.7.13` | | | | Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above | | Takipi Agent | `4.71.0` | | [Release Notes](https://doc.overops.com/docs/whats-new) | | Tomcat | `9.0.76` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) | | Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | YourKit Profiler | `2023.5.226` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) | |
log-cache | 3.0.4 |
v3.0.4## What's Changed * Bump dependencies * Bump Go to v1.20.6 **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.0.3...v3.0.4 v3.0.3## What's Changed * CI: add codeql checks by @ctlong in https://github.com/cloudfoundry/log-cache-release/pull/145 * CI: update dependabot configuration to track v2.x by @ctlong in https://github.com/cloudfoundry/log-cache-release/pull/208 * Add CODEOWNERS file in preparation for branch protection rules by @geofffranks in https://github.com/cloudfoundry/log-cache-release/pull/233 * Bump dependencies * Bump to golang 1.20.5 ## New Contributors * @geofffranks made their first contribution in https://github.com/cloudfoundry/log-cache-release/pull/233 **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.0.2...v3.0.3 |
loggregator | 106.7.10 |
v106.7.10## What's Changed * Bump dependencies * Bump Go to v1.20.6 **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.9...v106.7.10 v106.7.9## What's Changed * Bump dependencies * Bump golang to 1.20.5 **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.8...v106.7.9 |
loggregator-agent | 6.5.11 | |
mapfs | 1.2.29 |
v1.2.29## Dependencies * **mapfs:** Updated to v`725be75`. v1.2.28## Dependencies * **mapfs:** Updated to v`ae0c0a5`. v1.2.27## Dependencies * **ginkgo** Updated to v2.11.0. v1.2.26## Dependencies * **mapfs:** Updated to v`8b733f2`. v1.2.25## Changes * Golang: Updated to v1.20.5. (#96) ## Dependencies * **v2:** Updated to v2.10.0. |
metric-registrar | 2.1.5 |
v2.1.5## What's Changed * Bump to [go1.20.5](https://go.dev/doc/devel/release#go1.20.5) * Bump dependencies * Fix: rolling-deployment script by @ctlong in https://github.com/pivotal-cf/metric-registrar-release/pull/203 **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v2.1.4...v2.1.5 |
metrics-discovery | 3.2.12 |
v3.2.12## What's Changed * Bump dependencies * Bump Go to v1.20.6 **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.11...v3.2.12 v3.2.11## What's Changed * bump dependencies by @mkocher in https://github.com/cloudfoundry/metrics-discovery-release/pull/151 ## New Contributors * @mkocher made their first contribution in https://github.com/cloudfoundry/metrics-discovery-release/pull/151 **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.10...v3.2.11 v3.2.10## What's Changed * Add CODEOWNERS file in preparation for branch protection rules by @geofffranks in https://github.com/cloudfoundry/metrics-discovery-release/pull/144 * Bump dependencies * Bump to golang 1.20.5 ## New Contributors * @geofffranks made their first contribution in https://github.com/cloudfoundry/metrics-discovery-release/pull/144 **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.9...v3.2.10 |
mysql-monitoring | 10.1.0 |
10.1.0**Dependency Bumps** - Built with Go 1.20.5 - Bumped dependencies |
nats | 56.5.0 |
v56.5.0## Changes - Bumped to golang 1.20.6 ## ✨ Built with go 1.20.6 **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.4.0...v56.5.0 ## Resources - [Download release v56.5.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.5.0). |
nfs-volume | 7.1.24 |
v7.1.24## Changes * Add final release 7.1.23 [ci skip] ## Dependencies * **nfsbroker:** Updated to v`65ba4de`. v7.1.23## Dependencies * **nfsbroker:** Updated to v`4e37165`. v7.1.22## Dependencies * **nfsbroker:** Updated to v`48619ba`. v7.1.21## Changes * +Golang: Updated to v1.20.5 (#446) ## Dependencies * **gomega:** Updated to v1.27.8. |
nginx-offline-buildpack | 1.2.4 |
1.2.4* Update latest stable/mainline versions * Add nginx 1.25.0, remove nginx 1.23.4 for stack(s) cflinuxfs3, cflinuxfs4 * Add nginx 1.24.0, remove nginx 1.22.1 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.24.0 | cflinuxfs3 | | nginx | 1.24.0 | cflinuxfs4 | | nginx | 1.25.0 | cflinuxfs3 | | nginx | 1.25.0 | cflinuxfs4 | | openresty | 1.13.6.2 | cflinuxfs3 | | openresty | 1.15.8.3 | cflinuxfs3 | | openresty | 1.17.8.2 | cflinuxfs3 | | openresty | 1.19.9.1 | cflinuxfs3 | | openresty | 1.19.9.1 | cflinuxfs4 | | openresty | 1.21.4.1 | cflinuxfs3 | | openresty | 1.21.4.1 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | nginx | 1.25.x | * Uncached buildpack SHA256: 7b89c995b6f797c66d3514b1bd7ed1a199a5d50ef89c79a1094e90a4cc145191 * Uncached buildpack SHA256: 33d277aeae723de139b5297d32f29cae650394e0f00c9a54ea42a06d12f7d56c |
nodejs-offline-buildpack | 1.8.11 |
1.8.11* Add node 20.2.0 for stack(s) cflinuxfs3, cflinuxfs4 Packaged binaries: | name | version | cf_stacks | |-|-|-| | node | 16.19.1 | cflinuxfs3 | | node | 16.19.1 | cflinuxfs4 | | node | 16.20.0 | cflinuxfs3 | | node | 16.20.0 | cflinuxfs4 | | node | 18.15.0 | cflinuxfs3 | | node | 18.15.0 | cflinuxfs4 | | node | 18.16.0 | cflinuxfs3 | | node | 18.16.0 | cflinuxfs4 | | node | 20.2.0 | cflinuxfs3 | | node | 20.2.0 | cflinuxfs4 | | python | 3.10.10 | cflinuxfs3 | | python | 3.10.10 | cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | node | 18.x | | python | 3.10.x | * Uncached buildpack SHA256: 31da87ffc46843cb08faa645c6c9248a36cb0247579929b005461c351b30984e * Uncached buildpack SHA256: ca8b29ccf422f0f9052a97adb17b461f3e3e89d3181c609b9f83ebf3173cf964 |
notifications | 64.0.0 |
v64.0.0commit 9960d025272c3be2fc7e05e704027765d6c94fc8 Author: PCF Toronto Concourse CI Bot |
notifications-ui | 44.0.0 |
v44.0.0commit e9525d6f5373988269811224ec47dbf3ceecc4aa Author: PCF Event Alerts Team CI v43.0.0commit 0575d659ab8d6bb3a5268e32b3617fb003d0a3d7 Author: PCF Event Alerts Team CI v42.0.0commit bb2bc275145909fa0141214d8db1bf8016524362 Author: PCF Event Alerts Team CI |
php-offline-buildpack | 4.6.6 |
4.6.6* Add nginx 1.24.0, remove nginx 1.22.1 for stack(s) cflinuxfs3, cflinuxfs4 * Add nginx 1.25.0, remove nginx 1.23.4 for stack(s) cflinuxfs3, cflinuxfs4 * Add composer 2.5.7, remove composer 2.5.5 for stack(s) cflinuxfs4, cflinuxfs3 * Update default nginx version from 1.23.4 to 1.25.0 Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | appdynamics | 23.4.0-724 | cflinuxfs3, cflinuxfs4 | | | composer | 2.5.7 | cflinuxfs3, cflinuxfs4 | | | httpd | 2.4.57 | cflinuxfs3 | | | httpd | 2.4.57 | cflinuxfs4 | | | newrelic | 10.6.0.318 | cflinuxfs3, cflinuxfs4 | | | nginx | 1.24.0 | cflinuxfs3 | | | nginx | 1.24.0 | cflinuxfs4 | | | nginx | 1.25.0 | cflinuxfs3 | | | nginx | 1.25.0 | cflinuxfs4 | | | php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | python | 2.7.18 | cflinuxfs4 | | | ruby | 3.0.5 | cflinuxfs4 | | Default binary versions: | name | version | |-|-| | php | 8.1.16 | | httpd | 2.4.57 | | newrelic | 10.6.0.318 | | nginx | 1.25.0 | | composer | 2.5.7 | * Uncached buildpack SHA256: a53f9a4dc78f16df65634c6aa6d8f5e4aceb60919de9e843726e2ea55d2b5686 * Uncached buildpack SHA256: be98307fd629d83b0867a8ae939b0c027f72a11ec515e1253209934564dc854f |
push-apps-manager-release | 677.0.22 |
677.0.22## Changelog - This release resolves CVE-2023-20891. For more information on these vulnerabilities and their impact on VMware products, see [VMSA-2023-0016](https://www.vmware.com/security/advisories/VMSA-2023-0016.html) - CVE-2021-35065 - CVE-2022-24785 - CVE-2022-25883 - CVE-2022-31129 - CVE-2022-48285 - CVE-2023-26136 |
push-offline-docs-release | 3.0.225 | |
push-usage-service-release | 674.0.54 |
v674.0.54## Dependencies * **app-usage-service:** Updated to v`06f8c3e`. v674.0.53## Dependencies * **app-usage-service:** Updated to v`290172e`. v674.0.52## Dependencies * **app-usage-service:** Updated to v`6131029`. v674.0.51## Changes * creating final release 674.0.50 v674.0.50## Dependencies * **app-usage-service:** Updated to v`c5b62ee`. v674.0.49## Changes * Bump metric-registrar-cli to 1.3.11 (#350) ## Dependencies * **app-usage-service:** Updated to v`273ddd2`. |
pxc | 1.0.14 |
v1.0.14**New Features** - Bumped Go to 1.20.5 - Bumped Percona-XtraDB-Cluster to v8.0.32-24.2 - Update vendored dependencies v1.0.13**New Features** Adjusted upgrade pre-start behavior to bypass known MySQL issue https://bugs.mysql.com/bug.php?id=110702 when upgrading from MySQL 5.7 to MySQL 8.0. v1.0.12**New Features** Removed default configuration of wsrep_applier_threads of 1. `engine_config.wsrep_applier_threads` is now automatically set to the number of cores on the host machine, to enable better throughput by using the available resources / compute **Known Issues** Currently an issue is being investigated which may lead to data corruption when updating from earlier versions of this release (<1.0.0) to versions >[1.0.10](https://github.com/cloudfoundry/pxc-release/releases/tag/v1.0.10), which included Percona XtraDB Cluster 8.0 to v8.0.32-24 The issue seems to occur when, during the major MySQL version upgrade, columns are added to existing tables. This is still under investigation, but users are advised to first upgrade to [v1.0.9](https://github.com/cloudfoundry/pxc-release/releases/tag/v1.0.9), prior to upgrading to newer versions of this release v1.0.11**Important** pxc-release v1.0 is a major database upgrade from Percona XtraDB Cluster 5.7 to Percona XtraDB Cluster 8.0 **New Features** - Bumped Go to 1.20.4 **Known Issues** Currently an issue is being investigated which may lead to data corruption when updating from earlier versions of this release (<1.0.0) to versions >[1.0.10](https://github.com/cloudfoundry/pxc-release/releases/tag/v1.0.10), which included Percona XtraDB Cluster 8.0 to v8.0.32-24 The issue seems to occur when, during the major MySQL version upgrade, columns are added to existing tables. This is still under investigation, but users are advised to first upgrade to [v1.0.9](https://github.com/cloudfoundry/pxc-release/releases/tag/v1.0.9), prior to upgrading to newer versions of this release v1.0.10**Important** pxc-release v1.0 is a major database upgrade from Percona XtraDB Cluster 5.7 to Percona XtraDB Cluster 8.0 **New Features** - Bumped Percona XtraDB Cluster 8.0 to v8.0.32-24 **Known Issues** Currently an issue is being investigated which may lead to data corruption when updating from earlier versions of this release (<1.0.0) to versions >[1.0.10](https://github.com/cloudfoundry/pxc-release/releases/tag/v1.0.10), which included Percona XtraDB Cluster 8.0 to v8.0.32-24 The issue seems to occur when, during the major MySQL version upgrade, columns are added to existing tables. This is still under investigation, but users are advised to first upgrade to [v1.0.9](https://github.com/cloudfoundry/pxc-release/releases/tag/v1.0.9), prior to upgrading to newer versions of this release |
python-offline-buildpack | 1.8.11 |
1.8.11* Add python 3.7.17, remove python 3.7.16 for stack(s) cflinuxfs3, cflinuxfs4 * Add python 3.8.17, remove python 3.8.16 for stack(s) cflinuxfs4, cflinuxfs3 * Add python 3.9.17, remove python 3.9.16 for stack(s) cflinuxfs4, cflinuxfs3 * Add python 3.10.12, remove python 3.10.11 for stack(s) cflinuxfs3, cflinuxfs4 * Add python 3.11.4, remove python 3.11.3 for stack(s) cflinuxfs4, cflinuxfs3 * Add pipenv 2023.6.2, remove pipenv 2023.4.29 for stack(s) cflinuxfs3, cflinuxfs4 * Add setuptools 67.8.0, remove setuptools 67.7.2 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 | | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 | | miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 | | pip | 23.1.2 | cflinuxfs3, cflinuxfs4 | | pipenv | 2023.6.2 | cflinuxfs3 | | pipenv | 2023.6.2 | cflinuxfs4 | | python | 3.7.17 | cflinuxfs3 | | python | 3.7.17 | cflinuxfs4 | | python | 3.8.17 | cflinuxfs3 | | python | 3.8.17 | cflinuxfs4 | | python | 3.9.17 | cflinuxfs3 | | python | 3.9.17 | cflinuxfs4 | | python | 3.10.12 | cflinuxfs3 | | python | 3.10.12 | cflinuxfs4 | | python | 3.11.4 | cflinuxfs3 | | python | 3.11.4 | cflinuxfs4 | | setuptools | 67.8.0 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | python | 3.10.x | * Uncached buildpack SHA256: 1a6152338c0a082b8516af00ff8dd514833636d6e69d50a198f9ff43523274fd * Uncached buildpack SHA256: fd32e957c7b089f15dff35701ea509534be1e43d0aca1567dd11072b8fe0e164 |
r-offline-buildpack | 1.2.3 |
1.2.3* Add r 4.2.3, remove r 4.2.1 for stack(s) cflinuxfs4, cflinuxfs3 * Update r 4.2.2 dependencies for stack(s) cflinuxfs3, cflinuxfs4: * forecast from 8.20 to 8.21 Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | r | 3.6.2 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.2 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.2 | cflinuxfs4 | forecast, plumber, rserve, shiny | | r | 4.2.3 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.3 | cflinuxfs4 | forecast, plumber, rserve, shiny | * Uncached buildpack SHA256: 9e4856317c55eede0d0abfa74e378891ef8489467ca431f2ea1a64a8d9243074 * Uncached buildpack SHA256: 121b50ce8f8f443194d572b64eb684b01a6e8da94f77a460dc9c068e4a8146de |
routing | 0.275.0 |
v0.275.0## Changes - Bumps golang to 1.20.6 - Resolves a bug in gorouter where path-based routes could return 503s when no backend endpoints remain, rather than falling back to non-path (hostname-only) routes. Thanks @domdom82! ## ✨ Built with go 1.20.6 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.274.0...v0.275.0 ## Resources - [Download release v0.275.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.275.0). v0.274.0## Changes - 🐛 **Bug Fix:** This release fixes [this known issue](https://github.com/cloudfoundry/routing-release/blob/develop/docs/go-1.20-expect-100-continue-known-issue.md) around multiple expect 100-continue responses. ## ✨ Built with go 1.20.5 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.273.0...v0.274.0 ## Resources - [Download release v0.274.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.274.0). v0.273.0## Known Issue ⚠️ This release is vulnerable to [this known issue](https://github.com/cloudfoundry/routing-release/blob/develop/docs/go-1.20-expect-100-continue-known-issue.md) around handling expect 100-continue responses. We recommend skipping this version and upgrading to 0.274.0 instead. ## Changes - **Bug Fix**: Set Gorouter's ExpectContinueTimeout to 1 sec. This fixes bug 1 of [this known issue](https://github.com/cloudfoundry/routing-release/blob/develop/docs/go-1.20-expect-100-continue-known-issue.md) - **Dependency Bump**: Bump the cf cli version in the acceptance test errand and the smoke test errand from v6 to v8. ## Bosh Job Spec changes: ```diff diff --git a/jobs/acceptance_tests/spec b/jobs/acceptance_tests/spec index 6a73b9ae..db508ca3 100644 --- a/jobs/acceptance_tests/spec +++ b/jobs/acceptance_tests/spec @@ -10,7 +10,7 @@ packages: - golang-1.20-linux - acceptance_tests - rtr - - cf-cli-6-linux + - cf-cli-8-linux properties: acceptance_tests.nodes: diff --git a/jobs/smoke_tests/spec b/jobs/smoke_tests/spec index 0426dc99..5776a9c8 100644 --- a/jobs/smoke_tests/spec +++ b/jobs/smoke_tests/spec @@ -9,7 +9,7 @@ templates: packages: - golang-1.20-linux - acceptance_tests - - cf-cli-6-linux + - cf-cli-8-linux properties: acceptance_tests.verbose: ``` ## ✨ Built with go 1.20.5 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.272.0...v0.273.0 ## Resources - [Download release v0.273.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.273.0). v0.272.0## Known issue ⚠️ This release is vulnerable to [this known issue](https://github.com/cloudfoundry/routing-release/blob/develop/docs/go-1.20-expect-100-continue-known-issue.md) around handling expect 100-continue responses. We recommend skipping this version and upgrading to 0.274.0 instead. ## Changes - ✨ `route_registrar` now emites route registration events immediately upon startup, rather than waiting for a full registration interval to pass. This will cut down on accidental TTL expiry incurred by restarting route-registrar. - ✨ The `router.enable_log_attempts_details` property has been added to allow operators to configure Gorouter to log additional information about retried attempts to send requests to backends. Thanks @maxmoehl! - 🐛Specifying multiple CA certs to route_registrar via `route_registrar.routing_api.ca_certs` will now render correctly as multiple certs in a single CA file. - 🐛 Routing API clients now correctly refresh their UAA tokens prior to expiry. This should help prevent `route_registrar` from crashing whenever the token expires. - Golang package dependency bumps ## Bosh Job Spec changes: ```diff diff --git a/jobs/gorouter/spec b/jobs/gorouter/spec index 0f61e044..a14133ed 100644 --- a/jobs/gorouter/spec +++ b/jobs/gorouter/spec @@ -236,6 +236,9 @@ properties: router.logging_level: description: "Log level for router" default: "info" + router.enable_log_attempts_details: + description: "Log additional fields in the access log that provide more details on the specific timings and attempts performed towards endpoints." + default: false router.logging.format.timestamp: description: | Format for timestamp in component logs. Valid values are 'rfc3339', 'deprecated', and 'unix-epoch'." ``` ## ✨ Built with go 1.20.5 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.271.0...v0.272.0 ## Resources - [Download release v0.272.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.272.0). |
ruby-offline-buildpack | 1.10.2 | |
silk | 3.30.0 |
v3.30.0## Changes - Bumped to golang 1.20.6 ## ✨ Built with go 1.20.6 **Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.29.0...v3.30.0 ## Resources - [Download release v3.30.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.30.0). v3.29.0## Changes - Updated dependancies. ## ✨ Built with go 1.20.5 **Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.28.0...v3.29.0 ## Resources - [Download release v3.29.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.29.0). |
smb-volume | 3.1.24 |
v3.1.24## Changes * Golang: Updated to v1.20.6 (#188) ## Dependencies * **smbbroker:** Updated to v`a6df845`. v3.1.23## Dependencies * **smbbroker:** Updated to v`784a01e`. v3.1.22## Changes * remove python, update dependencies (#178) * update xenial talloc to 2.3.1 (#181) ## Dependencies * **smbbroker:** Updated to v`c6c8767`. v3.1.21## Changes * +Golang: Updated to v1.20.5 (#169) ## Dependencies * **smbbroker:** Updated to v`64a5e57`. v3.1.20## Dependencies * **smbbroker:** Updated to v`23b4700`. |
smoke-tests | 4.8.3 |
4.8.3Create bosh final release 4.8.3 |
staticfile-offline-buildpack | 1.6.4 |
1.6.4* Add nginx 1.25.0, replaces 1.23.0 (#373) for stack(s) cflinuxfs3, cflinuxfs4 * Add nginx 1.24.0, replaces 1.22.0 (#372) for stack(s) cflinuxfs3, cflinuxfs4 Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.24.0 | cflinuxfs3 | | nginx | 1.24.0 | cflinuxfs4 | | nginx | 1.25.0 | cflinuxfs3 | | nginx | 1.25.0 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | nginx | 1.25.x | * Uncached buildpack SHA256: 6ebe9eadfa5742d32a74aa857df38126210bc2ec706f0dad341cfc5a1822ab33 * Uncached buildpack SHA256: eded5dc2219b534c1a903e5c20610a2d5cae5d90c6ee02ee0a2a0a86dc1e4dc6 |
statsd-injector | 1.11.32 |
v1.11.32## What's Changed * Bump dependencies * Bump Go to v1.20.6 **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.31...v1.11.32 v1.11.31## What's Changed * Bump dependencies * Add CODEOWNERS file in preparation for branch protection rules by @geofffranks in https://github.com/cloudfoundry/statsd-injector-release/pull/94 * Bump to golang 1.20.5 ## New Contributors * @geofffranks made their first contribution in https://github.com/cloudfoundry/statsd-injector-release/pull/94 **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.30...v1.11.31 |
syslog | 12.1.6 |
v12.1.6## What's Changed * Dependency bumps * Update packaged Golang version to v1.20.5 **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.1.5...v12.1.6 |
system-metrics-scraper | 3.3.10 |
v3.3.10## What's Changed * Bump dependencies * Bump to golang 1.20.5 * (3.3.8 and 3.3.9 skipped due to pipeline failures) **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.7...v3.3.10 |
uaa | 76.16.0 |
v76.16.0## What's Changed * Bump to [UAA v76.16.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.16.0) * Bump rspec-support from 3.12.0 to 3.12.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/613 * Bump activesupport from 7.0.5 to 7.0.5.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/614 * Bump activesupport from 7.0.5.1 to 7.0.6 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/615 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.15.0...v76.16.0 v76.15.0## What's Changed ### Features * Bump to [UAA v76.15.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.15.0) * Upgrade Newrelic to version 8.4.0 * Upgrade Tomcat to version 9.0.76 ### Dependency bumps * Bump i18n from 1.13.0 to 1.14.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/594 * Bump i18n from 1.14.0 to 1.14.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/597 * Bump github.com/cloudfoundry/bosh-utils from 0.0.365 to 0.0.366 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/598 * Bump github.com/onsi/gomega from 1.27.7 to 1.27.8 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/599 * Bump racc from 1.6.2 to 1.7.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/600 * Bump github.com/cloudfoundry/bosh-utils from 0.0.366 to 0.0.367 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/604 * Bump racc from 1.7.0 to 1.7.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/605 * Bump github.com/cloudfoundry/bosh-utils from 0.0.367 to 0.0.368 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/609 * Bump minitest from 5.18.0 to 5.18.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/610 * Bump github.com/cloudfoundry/bosh-utils from 0.0.368 to 0.0.369 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/611 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.14.0...v76.15.0 |
Release Date: 06/26/2023
Caution This release is susceptible to a known issue around multiple "HTTP 100 Continue" responses. For information about this issue, see Multiple HTTP Expect: 100-continue responses sent from gorouter to client may cause unexpected failures in the VMware Tanzu Support Hub. To address this issue, VMware advises upgrading to Tanzu Application Service v3.0.14 and Isolation Segment Tile v3.0.14 instead.
[Bug Fix/Improvement] Garden now ships with Busybox 1.36.1 as the default filesystem.
Bump backup-and-restore-sdk to version 1.18.77
3.28.0
1.17.0
2.12.30
2.78.0
1.33.0
6.5.11
1.2.24
56.4.0
7.1.20
3.0.168
674.0.48
0.271.0
3.28.0
3.1.19
76.14.0
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.125 | |
backup-and-restore-sdk | 1.18.77 |
v1.18.77## Changes * use "passed" on cryogenics-concourse-tasks (#1077) ## Dependencies * **api:** Updated to v0.125.0. |
binary-offline-buildpack | 1.1.5 | |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.2.2 | |
capi | 1.152.0 | |
cf-autoscaling | 249.1.9 | |
cf-cli | 1.44.0 | |
cf-networking | 3.28.0 |
v3.28.0## Changes - Bumped to golang 1.20.5 ## ✨ Built with go 1.20.5 **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.27.0...v3.28.0 ## Resources - [Download release v3.28.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.28.0). |
cflinuxfs3 | 0.367.0 | |
cflinuxfs4 | 1.17.0 | |
count-cores-indicator | 2.0.0 | |
credhub | 2.12.30 |
2.12.30## What's Changed * Build(deps): bump com.google.guava:guava from 31.1-jre to 32.0.0-jre in https://github.com/pivotal/credhub-release/commit/850400828617eef5533989a0975c47deab15f749 * Build(deps): Bump jaro_winkler from 1.5.5 to 1.5.6 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/136 * Build(deps): bump com.google.protobuf:protoc from 3.23.1 to 3.23.2 in https://github.com/pivotal/credhub-release/commit/98b3b3623b15f3fac9dcc890bf819aca96b4f95e * Build(deps): bump com.jayway.jsonpath:json-path from 2.7.0 to 2.8.0 in https://github.com/pivotal/credhub-release/commit/50ba48581e80f7ae96651179aa6b3984d9e3ad98 **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.29...2.12.30 |
diego | 2.78.0 |
v2.78.0## Changes - Bumped to golang 1.20.5. - Vizzini now defaults to cflinuxfs4. ## Bosh Job Spec changes: ```diff diff --git a/jobs/vizzini/spec b/jobs/vizzini/spec index 40b5eb74b..6ff53c654 100644 --- a/jobs/vizzini/spec +++ b/jobs/vizzini/spec @@ -73,7 +73,7 @@ properties: default_rootfs: description: "Default preloaded rootfs to target for running Tasks and LRPs" - default: "preloaded:cflinuxfs3" + default: "preloaded:cflinuxfs4" grace_tarball_url: description: "URL for the grace test asset" ``` ## ✨ Built with go 1.20.5 **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.77.0...v2.78.0 ## Resources - [Download release v2.78.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.78.0). v2.77.0## Changes - Adds support for W3C Trace ID logging across diego component requests. - Timeouts in for executor's uploader have been increased to 500ms. - Byte-based logging limits for LRPs and Tasks now emit only once per second. - LRPs can now have liveness and readiness check intervals defined when the LRP is created. - Dependency Bumps: - code.cloudfoundry.org/archiver a23cadd462ce - code.cloudfoundry.org/certsplitter a2c6caf14c29 - code.cloudfoundry.org/cf-tcp-router ecebe81f2c0c - code.cloudfoundry.org/credhub-cli 439bdb2 - code.cloudfoundry.org/debugserver 70a733dc508f - code.cloudfoundry.org/diego-logging-client 40495b68ac2e - code.cloudfoundry.org/durationjson 7a601daf48ee - code.cloudfoundry.org/eventhub 8efdeac72e14 - code.cloudfoundry.org/garden 8444ff5a31d7 - code.cloudfoundry.org/goshims v0.17.0 - code.cloudfoundry.org/grootfs 79fecf24 - code.cloudfoundry.org/guardian 98f55817772e - code.cloudfoundry.org/idmapper a410520 - code.cloudfoundry.org/localip 2ea90d997658 - github.com/aws/aws-sdk-go v1.44.269 - github.com/awslabs/amazon-ecr-credential-helper/ecr-login 7f2db5bd753e - github.com/cloudfoundry/dropsonde v1.1.0 - github.com/docker/docker v24.0.1+incompatible - github.com/envoyproxy/go-control-plane ba92d50b6596 - github.com/nats-io/nats-server/v2 v2.9.17 - github.com/nats-io/nats.go v1.26.0 - github.com/onsi/ginkgo/v2 v2.9.5 - github.com/onsi/gomega v1.27.7 - github.com/tedsuo/ifrit 7862c310ad26 - golang.org/x/sys v0.8.0 - google.golang.org/grpc v1.55.0 ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.76.0...v2.77.0 ## Resources - [Download release v2.77.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.77.0). |
dotnet-core-offline-buildpack | 2.4.12 | |
garden-runc | 1.33.0 |
v1.33.0## Changes - Bumped to golang 1.20.5 ## ✨ Built with go 1.20.5 **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.32.0...v1.33.0 ## Resources - [Download release v1.33.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.33.0). v1.32.0## Changes - The grootfs package no longer ships with test asset tarballs (those are only used for unit tests and don't need to be installed as part of the package). ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.31.0...v1.32.0 ## Resources - [Download release v1.32.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.32.0). v1.31.0## Changes - Garden now ships with Busybox 1.36.1 as the default filesystem - Dependency Bumps - healthchecker boshrelease v0.8.0 - github.com/onsi/gomega v1.27.7 - go.opentelemetry.io/otel v1.15.1 - github.com/burntsushi/toml v1.3.0 - github.com/docker/docker v24.0.2+incompatible - github.com/urfave/cli/v2 v2.25.5 - github.com/cloudfoundry/dropsonde v1.1.0 - github.com/sirupsen/logrus v1.9.2 ## Bosh Job Spec changes: ```diff diff --git a/jobs/garden/spec b/jobs/garden/spec index c69f4080..259bba46 100644 --- a/jobs/garden/spec +++ b/jobs/garden/spec @@ -89,7 +89,7 @@ properties: garden.default_container_rootfs: description: "path to the rootfs to use when a container specifies no rootfs" - default: /var/vcap/packages/busybox/busybox-1.35.0.tar + default: /var/vcap/packages/busybox/busybox-1.36.1.tar garden.graph_cleanup_threshold_in_mb: description: "DEPRECATED in favour of grootfs.reserved_space_for_other_jobs_in_mb." ``` ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.30.0...v1.31.0 ## Resources - [Download release v1.31.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.31.0). |
go-offline-buildpack | 1.10.9 | |
java-offline-buildpack | 4.59.0 | |
log-cache | 3.0.2 | |
loggregator | 106.7.8 | |
loggregator-agent | 6.5.11 |
v6.5.11## What's Changed * bump dependencies * bump to golang 1.20.5 **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.10...v6.5.11 |
mapfs | 1.2.24 |
v1.2.24## Dependencies * **ginkgo:** Updated to v2.9.7. |
metric-registrar | 2.1.4 | |
metrics-discovery | 3.2.9 | |
mysql-monitoring | 10.0.0 | |
nats | 56.4.0 |
v56.4.0## Changes - Bumped go to 1.20.5 ## ✨ Built with go 1.20.5 **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.3.0...v56.4.0 ## Resources - [Download release v56.4.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.4.0). |
nfs-volume | 7.1.20 |
v7.1.20## Dependencies * **nfsv3driver:** Updated to v`006aa43`. v7.1.19## Changes * Fix possible log cred leak (#442) ## Dependencies * **nfsbroker:** Updated to v`803017f`. |
nginx-offline-buildpack | 1.2.3 | |
nodejs-offline-buildpack | 1.8.10 | |
notifications | 63 | |
notifications-ui | 41 | |
php-offline-buildpack | 4.6.5 | |
push-apps-manager-release | 677.0.20 | |
push-offline-docs-release | 3.0.168 | |
push-usage-service-release | 674.0.48 |
v674.0.48## Dependencies * **app-usage-service:** Updated to v`105585b`. |
pxc | 1.0.9 | |
python-offline-buildpack | 1.8.10 | |
r-offline-buildpack | 1.2.2 | |
routing | 0.271.0 |
v0.271.0## Changes - Bumped to golang 1.20.5 ## ✨ Built with go 1.20.5 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.270.0...v0.271.0 ## Resources - [Download release v0.271.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.271.0). |
ruby-offline-buildpack | 1.10.2 | |
silk | 3.28.0 |
v3.28.0## Changes - Bumped to golang 1.20.5 ## ✨ Built with go 1.20.5 **Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.27.0...v3.28.0 ## Resources - [Download release v3.28.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.28.0). |
smb-volume | 3.1.19 |
v3.1.19## Changes * Fix possible log cred leak (#442) (#124) ## Dependencies * **smbbroker:** Updated to v`73b69db`. v3.1.18## Dependencies * **smbbroker:** Updated to v`01e4eb6`. |
smoke-tests | 4.8.2 | |
staticfile-offline-buildpack | 1.6.3 | |
statsd-injector | 1.11.30 | |
syslog | 12.1.5 | |
system-metrics-scraper | 3.3.7 | |
uaa | 76.14.0 |
v76.14.0## What's Changed * Bump nokogiri from 1.15.1 to 1.15.2 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/591 * Bump activesupport from 7.0.4.3 to 7.0.5 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/592 * Bump versions.guavaVersion from 31.1-jre to 32.0.0-jre in https://github.com/cloudfoundry/uaa/pull/2345 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.13.0...v76.14.0 |
Release Date: 06/02/2023
Caution This release is susceptible to a known issue around multiple "HTTP 100 Continue" responses. For information about this issue, see Multiple HTTP Expect: 100-continue responses sent from gorouter to client may cause unexpected failures in the VMware Tanzu Support Hub. To address this issue, VMware advises upgrading to Tanzu Application Service v3.0.14 and Isolation Segment Tile v3.0.14 instead.
1.18.76
1.1.5
1.2.2
3.27.0
0.367.0
1.13.0
2.12.29
2.4.12
1.30.0
1.10.9
4.59.0
1.2.23
56.3.0
7.1.18
1.2.3
1.8.10
4.6.5
3.0.144
674.0.46
1.8.10
1.2.2
0.270.0
1.10.2
3.27.0
3.1.17
1.6.3
76.13.0
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.117 | |
backup-and-restore-sdk | 1.18.76 |
v1.18.76## Changes * Golang: Updated to v1.20.4. (#1073) v1.18.72## Changes * feat: remove PostgreSQL 9.4 and 9.6 (#1060) ## Dependencies * **aws-sdk-go:** Updated to v1.44.266. |
binary-offline-buildpack | 1.1.5 |
1.1.5* Updating github-config * Uncached buildpack SHA256: 4b0f70cff3205bdca0b67354a7026cb1859ef2a1a972ba15c8b825547414ef69 * Uncached buildpack SHA256: 29536651674713ccff69ab0c1463e2d859c4c0bc40220acdde2be0d3fd9fa4b2 * Uncached buildpack SHA256: 34defb3db0c3acdb58e97269130a028dbf1f70b6e794b6730b69805eb25f7294 * Uncached buildpack SHA256: bc77e3cb86e9e594f0c455b9d35dc1f782398d9a531bcc93fe5148f7df76d5b4 |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.2.2 | |
capi | 1.152.0 | |
cf-autoscaling | 249.1.9 | |
cf-cli | 1.44.0 | |
cf-networking | 3.27.0 |
v3.27.0## Changes - Bumped vendored healthchecker-release to v0.8.0 ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/v3.26.0...v3.27.0 ## Resources - [Download release v3.27.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.27.0). v3.26.0## Changes - Dependency Updates: - code.cloudfoundry.org/bbs 08ff19fb906a - code.cloudfoundry.org/cf-networking-helpers ebb4c931f5d5 - code.cloudfoundry.org/clock v1.1.0 - code.cloudfoundry.org/debugserver c4fc5f67e21e - code.cloudfoundry.org/filelock 470838d066c5 - code.cloudfoundry.org/garden 234178722499 - code.cloudfoundry.org/locket 6cd5416498b6 - github.com/containernetworking/cni v1.1.2 - github.com/containernetworking/plugin v1.3.0 - github.com/nats-io/go-nats v1.8.1 - github.com/onsi/ginkgo/v2 2.9.5 - github.com/onsi/gomega v1.27.7 - golang.org/x/net v0.10.0 - golang.org/x/sys v0.8.0 - google.golang.org/grpc v1.55.0 - github.com/st3v/glager v0.4.0 - github.com/tedsuo/ifrit 7862c310ad26 ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/3.25.1...v3.26.0 ## Resources - [Download release v3.26.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.26.0). |
cflinuxfs3 | 0.367.0 | |
cflinuxfs4 | 1.13.0 | |
count-cores-indicator | 2.0.0 | |
credhub | 2.12.29 |
2.12.29## What's changed * Build(deps): Bump jaro_winkler from 1.5.4 to 1.5.5 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/135 * Build(deps): bump springBootVersion from 2.7.11 to 2.7.12 in https://github.com/pivotal/credhub-release/commit/24a4c6ff23cd2b52839b65f00ed4042e02cc5cdf * Build(deps): bump com.google.protobuf:protoc from 3.23.0 to 3.23.1 in https://github.com/pivotal/credhub-release/commit/1651b1c32e84e3ef0daf29e24147a4cc2d6b5f76 * Build(deps): bump nettyVersion from 4.1.92.Final to 4.1.93.Final in https://github.com/pivotal/credhub-release/commit/fb9bd1e71bf444c1360a116cc39e771189427c36 * Build(deps): bump com.google.api.grpc:proto-google-common-protos from 2.18.0 to 2.19.0 in https://github.com/pivotal/credhub-release/commit/fb9bd1e71bf444c1360a116cc39e771189427c36 * Bumps [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) from 2.19.0 to 2.19.1 **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.28...2.12.29 |
diego | 2.76.0 | |
dotnet-core-offline-buildpack | 2.4.12 |
2.4.12* Add node 18.16.0, remove node 18.15.0 (#777) for stack(s) cflinuxfs3, cflinuxfs4 * Does not override APSNETCORE_URLS if set by user Packaged binaries: | name | version | cf_stacks | |-|-|-| | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 6.0.16 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 7.0.5 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 6.0.16 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 7.0.5 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 6.0.408 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 7.0.203 | cflinuxfs3, cflinuxfs4 | | libgdiplus | 6.1 | cflinuxfs3 | | libgdiplus | 6.1 | cflinuxfs4 | | libunwind | 1.6.2 | cflinuxfs3 | | libunwind | 1.6.2 | cflinuxfs4 | | node | 18.16.0 | cflinuxfs3 | | node | 18.16.0 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | dotnet-runtime | 6.0.x | | dotnet-aspnetcore | 6.0.x | | dotnet-sdk | 6.0.x | | bower | 1.8.x | * Uncached buildpack SHA256: 9eff1ad1f28532aaf9aacc1744f622a4cfedcf67051d95f7ea36b3442ea55bbf * Uncached buildpack SHA256: 2582f63860a153a0ed8d726c8ba4e90085a9e5a687e057394c2803831ed0e254 |
garden-runc | 1.30.0 |
v1.30.0## Changes - Bump dependencies: - github.com/onsi/ginkgo 2.9.5 - golang.org/x/sys 0.8.0 - Add support for including request trace IDs in garden/guardian ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.29.0...v1.30.0 ## Resources - [Download release v1.30.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.30.0). |
go-offline-buildpack | 1.10.9 |
1.10.9* Add go 1.20.4, remove go 1.20.3 for stack(s) cflinuxfs4, cflinuxfs3 * Add go 1.19.9, remove go 1.19.8 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | dep | 0.5.4 | cflinuxfs3 | | dep | 0.5.4 | cflinuxfs4 | | glide | 0.13.3 | cflinuxfs3 | | glide | 0.13.3 | cflinuxfs4 | | go | 1.19.9 | cflinuxfs3 | | go | 1.19.9 | cflinuxfs4 | | go | 1.20.4 | cflinuxfs3 | | go | 1.20.4 | cflinuxfs4 | | godep | 80 | cflinuxfs3 | | godep | 80 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | go | 1.19.x | * Uncached buildpack SHA256: d6e368b72fdd52d481046bc2161afe9312c1082b52694dc43de1fc765837667b * Uncached buildpack SHA256: 82dfc05d31fa6bb512cd488d75564112b00950a43987103461b533c1d4fb2387 |
java-offline-buildpack | 4.59.0 |
4.59.0I'm pleased to announce the release of the java-buildpack, version 4.59.0. This release includes updates to dependency frameworks, such as: * Updates [Azure Application Insights](https://github.com/cloudfoundry/java-buildpack/blob/main/docs/framework-azure_application_insights_agent.md) agent from 2.x to 3.x. * Updates the [Contrast Security](https://github.com/cloudfoundry/java-buildpack/blob/main/docs/framework-contrast_security_agent.md) agent from 4.x to 5.x. There were also dependency bumps for other libraries, including: * Elastic APM * JaCoCo * New Relic * JRebel * Splunk * YourKit For a more detailed look at the changes in 4.59.0, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.58...v4.59.0). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release. | Dependency | Version | CVEs | Release Notes | | ---------- | ------- | ---- | ------------- | | AppDynamics Agent | `22.9.2_34409` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) | | Azure Application Insights Agent | `3.4.13` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) | | CA Introscope APM Framework | `23.3.0_4` | | | | Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above | | Container Security Provider | `1.20.0_RELEASE` |Included inline above | Included inline above | | Contrast Security Agent | `5.0.2` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) | | Datadog APM Javaagent | `1.14.0` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) | | Elastic APM Agent | `1.38.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) | | Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) | | Geode Tomcat Session Store | `1.13.7` | | | | Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) | | Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) | | Groovy | `2.5.22` | | [Release Notes](http://www.groovy-lang.org/releases.html) | | JaCoCo Agent | `0.8.10` | | [Release Notes](https://github.com/jacoco/jacoco/releases) | | Java Memory Assistant Agent | `0.5.0` | | | | Java Memory Assistant Clean Up | `0.1.0` | | | | JProfiler Profiler | `12.0.4` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) | | JRebel Agent | `2023.2.1` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) | | jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above | | MariaDB JDBC Driver | `2.7.9` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-2-7-9-release-notes/) | | Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above | | Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above | | New Relic Agent | `8.2.0` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) | | OpenJDK JRE 11 | `11.0.19_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.19/) | | OpenJDK JRE 17 | `17.0.7_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.7/) | | OpenJDK JRE 8 | `1.8.0_372` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u372/) | | PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) | | Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above | | Riverbed Appinternals Agent | `11.8.5_BL527` | | | | SeaLights Agent | `4.0.2285` | | | | SkyWalking | `8.9.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) | | Splunk OpenTelemetry Java Agent | `1.24.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) | | Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above | | Spring Boot CLI | `2.7.12` | | | | Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above | | Tomcat | `9.0.75` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) | | Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | YourKit Profiler | `2022.9.183` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) | |
log-cache | 3.0.2 | |
loggregator | 106.7.8 | |
loggregator-agent | 6.5.10 | |
mapfs | 1.2.23 |
v1.2.23## Dependencies * **gomega:** Updated to v1.27.7. |
metric-registrar | 2.1.4 | |
metrics-discovery | 3.2.9 | |
mysql-monitoring | 10.0.0 | |
nats | 56.3.0 |
v56.3.0## Changes - Bumped dependencies: - Removed dependency on code.cloudfoundry.org/inigo - code.cloudfoundry.org/tlsconfig 8f91c367795b - github.com/nats-io/go-nats 1.7.2 - github.com/nats-io/nats-server/v2 2.9.17 - github.com/tedsuo/ifrit 7862c310ad26 - github.com/onsi/ginkgo/ 2.9.5 - github.com/onsi/gomega 1.27.7 ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.2.0...v56.3.0 ## Resources - [Download release v56.3.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.3.0). |
nfs-volume | 7.1.18 |
v7.1.18## Changes * chore: rename templates to match target files names (#428) * fix: remove config file on stop (#431) * Remove unmaintained docker tests (#432) ## Dependencies * **nfsbroker:** Updated to v`dd36f39`. v7.1.17## Dependency updates * **gomega:** Updated to v1.27.7. |
nginx-offline-buildpack | 1.2.3 |
1.2.3* Updating github-config (#211) Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.22.1 | cflinuxfs3 | | nginx | 1.22.1 | cflinuxfs4 | | nginx | 1.23.4 | cflinuxfs3 | | nginx | 1.23.4 | cflinuxfs4 | | openresty | 1.13.6.2 | cflinuxfs3 | | openresty | 1.15.8.3 | cflinuxfs3 | | openresty | 1.17.8.2 | cflinuxfs3 | | openresty | 1.19.9.1 | cflinuxfs3 | | openresty | 1.19.9.1 | cflinuxfs4 | | openresty | 1.21.4.1 | cflinuxfs3 | | openresty | 1.21.4.1 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | nginx | 1.23.x | * Uncached buildpack SHA256: 2b24a39043b1a1ccf508ef3700d35244e461cab5a29473a50321900edda19eb6 * Uncached buildpack SHA256: 2308b44aadbab7b87e7fdca1a3b5ae0b2d986d15ab517cca38d4f7176bc3670d |
nodejs-offline-buildpack | 1.8.10 |
1.8.10* Deprecate Nodejs v14.x (EOL) * profile script: do not overwrite std files. This is a follow-up to #605 .profile.d scripts are "sourced" by the lifecycle one after the other, so make sure stdout/err for subsequent scripts are unaffected. * appdynamics: remove dependency on ruby provided by stack - cflinuxfs4 1.x does not come with ruby. Therefore rewrite profile script from rb to sh. - reactivate appdynamics test suite that was marked as pending in PR #586 * Add node 18.16.0, remove node 18.14.1 for stack(s) cflinuxfs3, cflinuxfs4 * Install bootstrapped Python into nodejs-buildpack specific location (#598) Packaged binaries: | name | version | cf_stacks | |-|-|-| | node | 16.19.1 | cflinuxfs3 | | node | 16.19.1 | cflinuxfs4 | | node | 16.20.0 | cflinuxfs3 | | node | 16.20.0 | cflinuxfs4 | | node | 18.15.0 | cflinuxfs3 | | node | 18.15.0 | cflinuxfs4 | | node | 18.16.0 | cflinuxfs3 | | node | 18.16.0 | cflinuxfs4 | | python | 3.10.10 | cflinuxfs3 | | python | 3.10.10 | cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | node | 18.x | | python | 3.10.x | * Uncached buildpack SHA256: 1a022888b74978eebc7c2543cedbb38cf45819d0141d2425c8c72e6bbd842fcf * Uncached buildpack SHA256: f31a296071a5f57fa9ec48f1e8b13237a3f37d27f8b39cac4e7175099f49f670 |
notifications | 63 | |
notifications-ui | 41 | |
php-offline-buildpack | 4.6.5 |
4.6.5* Add appdynamics 23.4.0-724, remove appdynamics 23.2.0-684 for stack(s) cflinuxfs4, cflinuxfs3 * Install bootstrapped Python into dpack specific location * Add httpd 2.4.57, remove httpd 2.4.56 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | appdynamics | 23.4.0-724 | cflinuxfs3, cflinuxfs4 | | | composer | 2.5.5 | cflinuxfs3, cflinuxfs4 | | | httpd | 2.4.57 | cflinuxfs3 | | | httpd | 2.4.57 | cflinuxfs4 | | | newrelic | 10.6.0.318 | cflinuxfs3, cflinuxfs4 | | | nginx | 1.22.1 | cflinuxfs3 | | | nginx | 1.22.1 | cflinuxfs4 | | | nginx | 1.23.4 | cflinuxfs3 | | | nginx | 1.23.4 | cflinuxfs4 | | | php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | python | 2.7.18 | cflinuxfs4 | | | ruby | 3.0.5 | cflinuxfs4 | | Default binary versions: | name | version | |-|-| | php | 8.1.16 | | httpd | 2.4.57 | | newrelic | 10.6.0.318 | | nginx | 1.23.4 | | composer | 2.5.5 | * Uncached buildpack SHA256: 9991bbdfbef405d075526661548d15c60f02eabbf86931ced8c6e14514265270 * Uncached buildpack SHA256: c4c22f2a303d96d5cb3ca03694625d0a9dbc621a0c5a2badd2fdd6a69778b805 |
push-apps-manager-release | 677.0.20 | |
push-offline-docs-release | 3.0.144 | |
push-usage-service-release | 674.0.46 |
v674.0.46## Dependencies * **bosh-template:** Updated to v2.4.0. |
pxc | 1.0.9 | |
python-offline-buildpack | 1.8.10 |
1.8.10* Remove mercurial tests (not supported anymore) * Add pipenv 2023.4.29, remove pipenv 2023.3.20 for stack(s) cflinuxfs4, cflinuxfs3 * Add pip 23.1.2, remove pip 23.0.1 for stack(s) cflinuxfs4, cflinuxfs3 * Add setuptools 67.7.2, remove setuptools 67.6.1 for stack(s) cflinuxfs4, cflinuxfs3 * Refactor test framework to use Switchblade Packaged binaries: | name | version | cf_stacks | |-|-|-| | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 | | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 | | miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 | | pip | 23.1.2 | cflinuxfs3, cflinuxfs4 | | pipenv | 2023.4.29 | cflinuxfs3 | | pipenv | 2023.4.29 | cflinuxfs4 | | python | 3.7.16 | cflinuxfs3 | | python | 3.7.16 | cflinuxfs4 | | python | 3.8.16 | cflinuxfs3 | | python | 3.8.16 | cflinuxfs4 | | python | 3.9.16 | cflinuxfs3 | | python | 3.9.16 | cflinuxfs4 | | python | 3.10.11 | cflinuxfs3 | | python | 3.10.11 | cflinuxfs4 | | python | 3.11.3 | cflinuxfs3 | | python | 3.11.3 | cflinuxfs4 | | setuptools | 67.7.2 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | python | 3.10.x | * Uncached buildpack SHA256: 59d2df6829a8a8447556f3fb4c6c2a49b958f73bb36051f73472fc7acc0911a2 * Uncached buildpack SHA256: 55373d90bf8f77d6a96d5634d7731db1558e32890c412a6187071e7fde5f9d08 |
r-offline-buildpack | 1.2.2 |
1.2.2* Updating github-config (#204) Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | r | 3.6.2 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.1 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.1 | cflinuxfs4 | forecast, plumber, rserve, shiny | | r | 4.2.2 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.2 | cflinuxfs4 | forecast, plumber, rserve, shiny | * Uncached buildpack SHA256: d5e72d076977c6605fdf0329541023a58213e61a744649b5df383e12f0e2897f * Uncached buildpack SHA256: f46ee60219f0c534a213eb8b6bdcc63d6f3bb93806f4b764f2372072b824c119 |
routing | 0.270.0 |
v0.270.0## Changes - CI now tests CATS + RATS against cflinuxfs4 - 🐛Gorouter's `request_timeout_in_seconds` now only affects request timeout and is not used for idle timeout, which is set by `frontend_idle_timeout` - routing-utils now passes `go vet` - Dependency Bumps: - The vendored healthchecker boshrelease is now v0.8.0 - go.step.sm/crypto v0.31.0 - - Go dependency bumps for the routing-utils package: - code.cloudfoundry.org/tlsconfig 8f91c367795b - github.com/nats-io/nats.go v1.26.0 ## Bosh Job Spec changes: ```diff diff --git a/jobs/gorouter/spec b/jobs/gorouter/spec index 4fa13ae3..0f61e044 100644 --- a/jobs/gorouter/spec +++ b/jobs/gorouter/spec @@ -380,11 +380,9 @@ properties: default: 22 request_timeout_in_seconds: description: | - This configures a "request timeout" and a "backend idle timeout". + This configures an entire request timeout. Requests from router to backend endpoints that are longer than this duration are canceled and logged as - `backend-request-timeout` errors. In addition, TCP connections between router and backend endpoints that - are idle for longer than this duration are closed. Related properties: `router.max_idle_connections` - and `router.keep_alive_probe_interval`. + `backend-request-timeout` errors. If set to 0 this timeout is deactivated. default: 900 endpoint_dial_timeout_in_seconds: description: | ``` ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.269.0...v0.270.0 ## Resources - [Download release v0.270.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.270.0). v0.269.0## Changes - Update sync-package-specs to install gosub - Remove `trace-logger` update in sync-submodule-config - Remove unused files ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.268.0...v0.269.0 ## Resources - [Download release v0.269.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.269.0). |
ruby-offline-buildpack | 1.10.2 |
1.10.2* Add rubygems 3.4.13, remove rubygems 3.4.11 for stack(s) cflinuxfs4, cflinuxfs3 * Add bundler 2.4.13, remove bundler 2.4.11 for stack(s) cflinuxfs4, cflinuxfs3 * Add node 18.16.0, remove node 18.15.0 for stack(s) cflinuxfs3, cflinuxfs4 * Install bootstrapped Ruby into ruby-buildpack specific location Packaged binaries: | name | version | cf_stacks | |-|-|-| | bundler | 2.4.13 | cflinuxfs3, cflinuxfs4 | | jruby | 9.3.10.0 | cflinuxfs3 | | jruby | 9.3.10.0 | cflinuxfs4 | | jruby | 9.4.2.0 | cflinuxfs3 | | jruby | 9.4.2.0 | cflinuxfs4 | | node | 18.16.0 | cflinuxfs3 | | node | 18.16.0 | cflinuxfs4 | | openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 | | ruby | 3.0.5 | cflinuxfs3 | | ruby | 3.0.6 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs4 | | ruby | 3.1.4 | cflinuxfs3 | | ruby | 3.1.4 | cflinuxfs4 | | ruby | 3.2.1 | cflinuxfs3 | | ruby | 3.2.1 | cflinuxfs4 | | ruby | 3.2.2 | cflinuxfs3 | | ruby | 3.2.2 | cflinuxfs4 | | rubygems | 3.4.13 | cflinuxfs3, cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | ruby | 3.1.x | * Uncached buildpack SHA256: 5693958bd9ec5a0c73e25a43433ece3076f41bd46566f7ff9c344e507346fc0e * Uncached buildpack SHA256: 43feca5152c60d9bf1a5979be45924903bf3756d301f490ae4a667fbf0dad819 |
silk | 3.27.0 |
v3.27.0## Changes - Bumped vendored healthchecker release to v0.8.0 - Updated silk, silk-cni, and cni-wrapper-plugin for compatibility with v1.0.0 of the CNI spec - Bumped github.com/containernetworking/cni to 1.1.2 and github.com/containernetworking/plugins to 1.3.0 - Removed the `externalmods` code as it's no longer needed now that everything is on the latest CNI versions. ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/v3.26.0...v3.27.0 ## Resources - [Download release v3.27.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.27.0). v3.26.0## Changes - Dependency Bumps: - code.cloudfoundry.org/cf-networking-helpers ebb4c931f5d5 - code.cloudfoundry.org/debugserver c4fc5f67e21e - code.cloudfoundry.org/diego-logging-client efc368ee68d3 - code.cloudfoundry.org/filelock 470838d066c5 - code.cloudfoundry.org/garden234178722499 - code.cloudfoundry.org/runtimeschema 5366865eed76 - code.cloudfoundry.org/silk 886eb5a013ef - github.com/containernetworking/cni v1.1.2 - github.com/onsi/ginkgo/v2 v2.9.5 - github.com/onsi/gomega v1.27.7 - github.com/tedsuo/ifrit 7862c310ad26 ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/3.25.1...v3.26.0 ## Resources - [Download release v3.26.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.26.0). |
smb-volume | 3.1.17 |
v3.1.17## Dependencies * **smbbroker:** Updated to v`de6049f`. |
smoke-tests | 4.8.2 | |
staticfile-offline-buildpack | 1.6.3 |
1.6.3* Add otf mime type. Fix #88 Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.22.1 | cflinuxfs3 | | nginx | 1.22.1 | cflinuxfs4 | | nginx | 1.23.4 | cflinuxfs3 | | nginx | 1.23.4 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | nginx | 1.23.x | * Uncached buildpack SHA256: fca5984bb6fd10a770c2e831be7691512424d10431aa6e95b71af3f1fb3921aa * Uncached buildpack SHA256: 4aac2142bfeb2ad60aa48be60d96d06e0ab9054b438cc55d03a87d48a8de2611 |
statsd-injector | 1.11.30 | |
syslog | 12.1.5 | |
system-metrics-scraper | 3.3.7 | |
uaa | 76.13.0 |
v76.13.0## What's changed ### Features * Bump to [UAA v76.13.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.13.0) ### Dependency bumps * Bump github.com/onsi/gomega from 1.27.6 to 1.27.7 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/585 * Bump nokogiri from 1.15.0 to 1.15.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/590 * Bump github.com/cloudfoundry/bosh-utils from 0.0.364 to 0.0.365 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/589 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.12.0...v76.13.0 v76.12.0# DO NOT USE Contains a regression with regards to OIDC IdPs. We are working on a fix. ## What's changed ### Features * Bumped to [UAA v76.12.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.12.0) ### Dependency Bumps * Bump github.com/cloudfoundry/bosh-utils from 0.0.362 to 0.0.363 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/579 * Bump nokogiri from 1.14.3 to 1.14.4 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/580 * Bump github.com/cloudfoundry/bosh-utils from 0.0.363 to 0.0.364 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/583 * Bump nokogiri from 1.14.4 to 1.15.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/584 ### Misc * Pr/dev release script by @bruce-ricard in https://github.com/cloudfoundry/uaa-release/pull/561 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.11.0...v76.12.0 |
Release Date: 05/25/2023
Caution This release is susceptible to a known issue around multiple "HTTP 100 Continue" responses. For information about this issue, see Multiple HTTP Expect: 100-continue responses sent from gorouter to client may cause unexpected failures in the VMware Tanzu Support Hub. To address this issue, VMware advises upgrading to Tanzu Application Service v3.0.14 and Isolation Segment Tile v3.0.14 instead.
1.18.71
0.366.0
1.9.0
2.12.28
1.2.22
7.1.16
677.0.20
3.0.96
674.0.44
0.268.0
3.25.1
3.1.16
12.1.5
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.108 | |
backup-and-restore-sdk | 1.18.71 |
v1.18.71## Changes * Bump mariadb from 10.6.12 to 10.6.13 (#1048) * Bump postgres from 11.19 to 11.20 (#1045) * Bump postgres from 13.10 to 13.11 (#1046) * Bump postgres from 15.2 to 15.3 (#1047) ## Dependencies * **aws-sdk-go:** Updated to v1.44.264. v1.18.70## Dependency updates * **aws-sdk-go:** Updated to v1.44.259. |
binary-offline-buildpack | 1.1.4 | |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.2.0 | |
capi | 1.152.0 | |
cf-autoscaling | 249.1.9 | |
cf-cli | 1.44.0 | |
cf-networking | 3.25.1 | |
cflinuxfs3 | 0.366.0 | |
cflinuxfs4 | 1.9.0 | |
count-cores-indicator | 2.0.0 | |
credhub | 2.12.28 |
2.12.28### Security Fixes - Bump various dependencies **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.27...2.12.28 2.12.27### Security Fixes - Bump various dependencies Alter TLS handshake to use Java defaults from solely secp384r1 (https://github.com/pivotal/credhub-release/commit/b6a6fac08372abc770864785619e2335d914677d) Java jre8u345-B1 -> jre8u372-B7 (https://github.com/pivotal/credhub-release/commit/a7d271f29a795bbad182e69dfe0d03cc729c663a) **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.26...2.12.27 |
diego | 2.76.0 | |
dotnet-core-offline-buildpack | 2.4.10 | |
garden-runc | 1.29.0 | |
go-offline-buildpack | 1.10.8 | |
java-offline-buildpack | 4.58 | |
log-cache | 3.0.2 | |
loggregator | 106.7.8 | |
loggregator-agent | 6.5.10 | |
mapfs | 1.2.22 |
v1.2.22## Dependencies * **v2:** Updated to v2.9.5. v1.2.21## Dependencies * **ginkgo v2:** Updated ginkgo to v2.9.4. |
metric-registrar | 2.1.4 | |
metrics-discovery | 3.2.9 | |
mysql-monitoring | 10.0.0 | |
nats | 56.2.0 | |
nfs-volume | 7.1.16 |
v7.1.16## Changes * Use default CF stack when pushing nfsbroker (#400) * fix: NFS-volume service nfsbroker cred leak (#395) ## Dependencies * **nfsbroker:** Updated to v`7376460`. v7.1.15## Changes * Golang: Updated to v1.20.4 (#388) ## Dependencies * **nfsbroker:** Updated to v`cbe8c5f`. |
nginx-offline-buildpack | 1.2.2 | |
nodejs-offline-buildpack | 1.8.9 | |
notifications | 63 | |
notifications-ui | 41 | |
php-offline-buildpack | 4.6.4 | |
push-apps-manager-release | 677.0.20 | |
push-offline-docs-release | 3.0.96 | |
push-usage-service-release | 674.0.44 |
v674.0.44## Dependencies * **app-usage-service:** Updated to v`16295b3`. v674.0.43## Changes * Bump metric-registrar-cli to 1.3.10 (#335) |
pxc | 1.0.9 | |
python-offline-buildpack | 1.8.9 | |
r-offline-buildpack | 1.2.1 | |
routing | 0.268.0 |
v0.268.0## Changes - Adds support for `route_registrar` to advertise HTTP2 based routes to gorouter. If not specified on a route, http1 is used by default. ## Bosh Job Spec changes: ```diff diff --git a/jobs/route_registrar/spec b/jobs/route_registrar/spec index 595f2075..bf3d9a03 100644 --- a/jobs/route_registrar/spec +++ b/jobs/route_registrar/spec @@ -101,6 +101,7 @@ properties: tls_port (required, integer, for http routes): Either `port` or `tls_port` are required; if both are provided, Gorouter prefers tls_port. Requests for associated URIs are forwarded over TLS by the router to this port. The IP is determined automatically from the host on which route-registrar is run. + protocol (optional, string): 'http1' or 'http2'. If not provided, Gorouter uses 'http1' as default. route_service_url (optional, string, for http routes): When valid route service URL is provided, Gorouter proxies requests are received for the uris to the specified route service URL. server_cert_domain_san (conditional, string, for http routes): Required if tls_port is present. Gorouter validates that the TLS certificate presented by the destination host contains this as a Subject Alternative Name (SAN). ``` ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.267.0...v0.268.0 ## Resources - [Download release v0.268.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.268.0). v0.267.0## Changes - The veresion of HAProxy used in tcp-router was bumped from 2.7.6 to 2.7.8. ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.266.0...v0.267.0 ## Resources - [Download release v0.267.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.267.0). |
ruby-offline-buildpack | 1.10.1 | |
silk | 3.25.1 |
3.25.1## Changes - Fixes compilation errors for `silk-datastore-syncer` ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/3.24.0...v3.25.1 ## Resources - [Download release v3.25.1 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.25.1). 3.24.0## Changes - ⚠️ The new `silk-data-syncer` job is missing some files that cause compilation to fail. This is not a problem if you are deploying without that job. If you need the job, please upgrade to 3.25.1. - Add new `silk-datastore-syncer` job to sync app log metadata from garden to silk data store. - Bump to Go 1.20.4 - Bump to Silk 20230501162532-6ab8d30026c6 - Bump dependencies such that Ginkgo V2 and Lager V3 are used ## Bosh Job Spec changes: ```diff diff --git a/jobs/silk-datastore-syncer/spec b/jobs/silk-datastore-syncer/spec new file mode 100644 index 0000000..9aa1813 --- /dev/null +++ b/jobs/silk-datastore-syncer/spec @@ -0,0 +1,26 @@ +--- +name: silk-datastore-syncer + +templates: + bpm.yml.erb: config/bpm.yml + start.erb: bin/start + +packages: + - silk-datastore-syncer + +properties: + disable: + description: "Deactivates this monit job. It does not run. Required for backwards compatability." + default: false + sync_interval_in_seconds: + description: "Interval to check garden for new metadata." + default: 30 + garden.address: + description: "Garden server listening address." + default: /var/vcap/data/garden/garden.sock + garden.network: + description: "Network type for the garden server connection (tcp or unix)." + default: unix + log_level: + description: "Logging level (debug, info, warn, error)." + default: info ``` ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/silk-release/compare/3.23.0...v3.24.0 ## Resources - [Download release v3.24.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/silk-release?version=3.24.0). |
smb-volume | 3.1.16 |
v3.1.16## Dependencies * **smbbroker:** Updated to v`e30a49e`. v3.1.15## Changes * +Golang: Updated to v1.20.4 (#144) * Use default CF stack when pushing smbbroker (#149) ## Dependencies * **smbbroker:** Updated to v`a586257`. |
smoke-tests | 4.8.2 | |
staticfile-offline-buildpack | 1.6.2 | |
statsd-injector | 1.11.30 | |
syslog | 12.1.5 |
v12.1.5## What's changed * Dependency bumps * Migrate stop of rsyslogd to post-stop in https://github.com/cloudfoundry/syslog-release/pull/133 ## New Contributors **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.1.4...v12.1.5 |
system-metrics-scraper | 3.3.7 | |
uaa | 76.11.0 |
Release Date: 05/17/2023
Caution This release is susceptible to a known issue around multiple "HTTP 100 Continue" responses. For information about this issue, see Multiple HTTP Expect: 100-continue responses sent from gorouter to client may cause unexpected failures in the VMware Tanzu Support Hub. To address this issue, VMware advises upgrading to Tanzu Application Service v3.0.14 and Isolation Segment Tile v3.0.14 instead.
1.18.69
1.1.4
1.2.0
1.152.0
249.1.9
3.25.1
0.364.0
1.8.0
2.0.0
2.12.26
2.76.0
2.4.10
1.29.0
1.10.8
4.58
3.0.2
106.7.8
6.5.10
1.2.20
2.1.4
3.2.9
10.0.0
56.2.0
7.1.14
1.2.2
1.8.9
63
41
4.6.4
677.0.19
3.0.82
674.0.42
1.8.9
1.2.1
0.266.0
1.10.1
3.1.14
1.6.2
1.11.30
12.1.4
3.3.7
76.11.0
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.108 | |
backup-and-restore-sdk | 1.18.69 |
v1.18.69## Changes * Bump libpcre2 from 10.40 to 10.42 (#1021) * Bump mysql from 5.7.40 to 5.7.42 (#1030) * Bump mysql from 8.0.32 to 8.0.33 (#1029) * Golang: Updated to v1.20.4. (#1031) ## Dependencies * **aws-sdk-go:** Updated to v1.44.255. v1.18.68## Changes * Bump mysql from 8.0.31 to 8.0.32 (#1005) v1.18.67## Dependencies * **aws-sdk-go:** Updated to v1.44.242. |
binary-offline-buildpack | 1.1.4 |
1.1.4* tests: replace ruby webserver w a simple netcat porgram cflinuxfs4 1.x does not come with ruby on the stack * Update libbuildpack * Uncached buildpack SHA256: bd2bb05de690ef0cbe6efbf9e1c66b6085dc8efa3ebc186d7202b9e9d54ebd28 * Uncached buildpack SHA256: 988d1392de4cffbe26d2be4e9a4487a26f7b16b1b5a27fba98e07266d1883562 * Uncached buildpack SHA256: c8689ae3a2b3471f16fbdcac65581690bf9aa5f0d8103cb20d00d93f74837e6e * Uncached buildpack SHA256: 97d7643f51d1b9a7f64d3135d264b03168a5e644f7b31531351f94a951d7a4f5 |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.2.0 | |
capi | 1.152.0 | |
cf-autoscaling | 249.1.9 |
v249.1.9* Bump cf CLI plugin to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ) v249.1.8* Bump to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ) * Bump spring-boot to 2.7.11 * Bump dependencies * Replace gorilla with chi |
cf-cli | 1.44.0 | |
cf-networking | 3.25.1 |
3.25.1## Changes - None! ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/3.24.0...v3.25.1 ## Resources - [Download release v3.25.1 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.25.1). 3.24.0## Changes - Bump to Go 1.20.4 - Bump all dependencies such that only Ginkgo V2 and Lager V3 are used - Use [new docker images](https://github.com/cloudfoundry/cf-networking-release/commit/4b69f0a5690611dfa730a70e641f5c1f8145c66c) for local testing ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/cf-networking-release/compare/3.23.0...v3.24.0 ## Resources - [Download release v3.24.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/cf-networking-release?version=3.24.0). |
cflinuxfs3 | 0.364.0 | |
cflinuxfs4 | 1.8.0 | |
count-cores-indicator | 2.0.0 | |
credhub | 2.12.26 |
2.12.26## What's changed socketTimeout has been set to 1 hour. * fix: Set mariadb jdbc driver's `socketTimeout` by @hsinn0 in https://github.com/pivotal/credhub-release/pull/126 * Build(deps): Bump parallel from 1.22.1 to 1.23.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/131 * Build(deps): Bump rspec-core from 3.12.1 to 3.12.2 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/130 * Build(deps): Bump rspec-expectations from 3.12.2 to 3.12.3 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/132 * Build(deps): Bump parser from 3.2.2.0 to 3.2.2.1 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/133 ## New Contributors * @hsinn0 made their first contribution in https://github.com/pivotal/credhub-release/pull/126 **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.25...2.12.26 |
diego | 2.76.0 |
v2.76.0## Changes - Bump to Go 1.20.4 - Bump dependencies ## Bosh Job Spec changes: ```diff diff --git a/jobs/auctioneer/spec b/jobs/auctioneer/spec index ae685ceb9..1fac48936 100644 --- a/jobs/auctioneer/spec +++ b/jobs/auctioneer/spec @@ -88,6 +88,12 @@ properties: diego.auctioneer.locket.api_location: description: "Hostname and port of the Locket server. When set, the auctioneer attempts to claim a lock from the Locket API." default: locket.service.cf.internal:8891 + diego.auctioneer.locket.client_keepalive_time: + description: "Period in seconds after which the locket gRPC client sends keepalive ping requests to the locket server it is connected to." + default: 10 + diego.auctioneer.locket.client_keepalive_timeout: + description: "Timeout in seconds to receive a response to the keepalive ping. If a response is not received within this time, the locket client reconnects to another server." + default: 22 locks.locket.enabled: description: When set, the auctioneer attempts to claim a lock from the Locket API. diff --git a/jobs/bbs/spec b/jobs/bbs/spec index b6f1040c2..9204a8d4c 100644 --- a/jobs/bbs/spec +++ b/jobs/bbs/spec @@ -140,6 +140,12 @@ properties: diego.bbs.locket.api_location: description: "Hostname and port of the Locket server. When set, the BBS attempts to claim a lock from the Locket API and detects Diego cells registered with the Locket API." default: locket.service.cf.internal:8891 + diego.bbs.locket.client_keepalive_time: + description: "Period in seconds after which the locket gRPC client sends keepalive ping requests to the locket server it is connected to." + default: 10 + diego.bbs.locket.client_keepalive_timeout: + description: "Timeout in seconds to receive a response to the keepalive ping. If a response is not received within this time, the locket client reconnects to another server." + default: 22 limits.open_files: description: Maximum number of files (including sockets) the BBS process might have opened. diff --git a/jobs/rep/spec b/jobs/rep/spec index df7bd7c49..1383b67c0 100644 --- a/jobs/rep/spec +++ b/jobs/rep/spec @@ -217,6 +217,12 @@ properties: diego.rep.locket.api_location: description: "Hostname and port of the Locket server. When set, the cell rep establishes its cell registration in the Locket API." default: locket.service.cf.internal:8891 + diego.rep.locket.client_keepalive_time: + description: "Period in seconds after which the locket gRPC client sends keepalive ping requests to the locket server it is connected to." + default: 10 + diego.rep.locket.client_keepalive_timeout: + description: "Timeout in seconds to receive a response to the keepalive ping. If a response is not received within this time, the locket client reconnects to another server." + default: 22 enable_declarative_healthcheck: description: "When set, enables the rep to prefer the LRP CheckDefinition to healthcheck instances over the Monitor action. Requires Garden-Runc v1.10.0+" diff --git a/jobs/rep_windows/spec b/jobs/rep_windows/spec index 4fc4504bf..023d76f18 100644 --- a/jobs/rep_windows/spec +++ b/jobs/rep_windows/spec @@ -227,7 +227,13 @@ properties: diego.rep.locket.api_location: description: "Hostname and port of the locket server" default: locket.service.cf.internal:8891 - + diego.rep.locket.client_keepalive_time: + description: "Period in seconds after which the locket gRPC client sends keepalive ping requests to the locket server it is connected to." + default: 10 + diego.rep.locket.client_keepalive_timeout: + description: "Timeout in seconds to receive a response to the keepalive ping. If a response is not received within this time, the locket client reconnects to another server." + default: 22 + enable_declarative_healthcheck: description: "When set, enables the rep to prefer the LRP CheckDefinition to healthcheck instances over the Monitor action." default: false diff --git a/jobs/vizzini/spec b/jobs/vizzini/spec index fa6c8d0d0..40b5eb74b 100644 --- a/jobs/vizzini/spec +++ b/jobs/vizzini/spec @@ -47,9 +47,6 @@ properties: vizzini.verbose: description: Run tests in verbose mode default: false - vizzini.stream: - description: Stream output from parallel test nodes. This option leads to less coherent output but is useful when debugging - default: false enable_declarative_healthcheck: description: "When set, enables the declarative check tests in vizzini" ``` ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.75.0...v2.76.0 ## Resources - [Download release v2.76.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.76.0). v2.75.0## Changes * Bump ginkgo to v2 and lager to v3 * [Bug fix] Rep does not clean up resources when deleting container fails ## ✨ Built with go 1.20.3 **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.73.0...v2.75.0 ## Resources - [Download release v2.75.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.75.0). |
dotnet-core-offline-buildpack | 2.4.10 |
2.4.10* Update libbuildpack * Bump github.com/onsi/gomega from 1.27.2 to 1.27.6 Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.2 to 1.27.6. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.27.2...v1.27.6) Packaged binaries: | name | version | cf_stacks | |-|-|-| | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 6.0.15 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 7.0.4 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 6.0.15 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 7.0.4 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 6.0.407 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 7.0.202 | cflinuxfs3, cflinuxfs4 | | libgdiplus | 6.1 | cflinuxfs3 | | libgdiplus | 6.1 | cflinuxfs4 | | libunwind | 1.6.2 | cflinuxfs3 | | libunwind | 1.6.2 | cflinuxfs4 | | node | 18.15.0 | cflinuxfs3 | | node | 18.15.0 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | dotnet-runtime | 6.0.x | | dotnet-aspnetcore | 6.0.x | | dotnet-sdk | 6.0.x | | bower | 1.8.x | * Uncached buildpack SHA256: 3e88499622b1992cedb5af7bdb976b2050ed08b2b16be224095b13afc1dd9719 * Uncached buildpack SHA256: 2888a608f35c6a42173a13956c6ff12c329d23eab0b6ee4d9830797b44fb0785 |
garden-runc | 1.29.0 |
v1.29.0## Changes ⚠️We have removed the garden-healthcheck job from garden while we investigate a way to make it less painful. From v1.22.6 through v1.28.0, garden restarts with a high container count could result in BOSH deploys failing due to a race condition between garden, bpm, monit, and garden-healthchecker. This change is going to be re-enabled at a later time when we resolve the race condition. ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.28.0...v1.29.0 ## Resources - [Download release v1.29.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.29.0). v1.28.0## Changes - Bump to golang 1.20.4 - Bump dependencies ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.27.0...v1.28.0 ## Resources - [Download release v1.28.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.28.0). |
go-offline-buildpack | 1.10.8 |
1.10.8* Bump github.com/cloudfoundry/switchblade from 0.2.0 to 0.3.0 * Add go 1.19.8, remove go 1.19.7 for stack(s) cflinuxfs4, cflinuxfs3 * Add go 1.20.3, remove go 1.20.2 for stack(s) cflinuxfs3, cflinuxfs4 * Bump libbuildpack - to pull in retry with exponential backoff. Packaged binaries: | name | version | cf_stacks | |-|-|-| | dep | 0.5.4 | cflinuxfs3 | | dep | 0.5.4 | cflinuxfs4 | | glide | 0.13.3 | cflinuxfs3 | | glide | 0.13.3 | cflinuxfs4 | | go | 1.19.8 | cflinuxfs3 | | go | 1.19.8 | cflinuxfs4 | | go | 1.20.3 | cflinuxfs3 | | go | 1.20.3 | cflinuxfs4 | | godep | 80 | cflinuxfs3 | | godep | 80 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | go | 1.19.x | * Uncached buildpack SHA256: aae9a56e9e799a5de744c775a42f37ce8ea5e4554612dfc1f0ee04cb7518e50f * Uncached buildpack SHA256: 4dc34678c68990694540187bd51bd32a59c2e0ce9d6561a26c80257059d76a6a |
java-offline-buildpack | 4.58 |
4.58I'm pleased to announce the release of the java-buildpack, version 4.58. It primarily includes new OpenJDK versions, which are based on the Oracle Java Quarterly Updates for April 2023. The release also includes: * Buildpack-specific location for Ruby installation * Updated MariaDB JDBC Connector to 2.7.9 For a more detailed look at the changes in 4.58, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.57...v4.58). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release. | Dependency | Version | CVEs | Release Notes | | ---------- | ------- | ---- | ------------- | | AppDynamics Agent | `22.9.2_34409` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) | | Azure Application Insights Agent | `2.6.4` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) | | CA Introscope APM Framework | `23.3.0_4` | | | | Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above | | Container Security Provider | `1.20.0_RELEASE` |Included inline above | Included inline above | | Contrast Security Agent | `4.13.1` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) | | Datadog APM Javaagent | `1.12.0` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) | | Elastic APM Agent | `1.37.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) | | Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) | | Geode Tomcat Session Store | `1.13.7` | | | | Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) | | Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) | | Groovy | `2.5.22` | | [Release Notes](http://www.groovy-lang.org/releases.html) | | JaCoCo Agent | `0.8.9` | | [Release Notes](https://github.com/jacoco/jacoco/releases) | | Java Memory Assistant Agent | `0.5.0` | | | | Java Memory Assistant Clean Up | `0.1.0` | | | | JProfiler Profiler | `12.0.4` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) | | JRebel Agent | `2023.2.0` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) | | jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above | | MariaDB JDBC Driver | `2.7.9` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-2-7-9-release-notes/) | | Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above | | Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above | | New Relic Agent | `8.1.0` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) | | OpenJDK JRE 11 | `11.0.19_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.19/) | | OpenJDK JRE 17 | `17.0.7_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.7/) | | OpenJDK JRE 8 | `1.8.0_372` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u372/) | | PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) | | Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above | | Riverbed Appinternals Agent | `11.8.5_BL527` | | | | SeaLights Agent | `4.0.2258` | | | | SkyWalking | `8.9.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) | | Splunk OpenTelemetry Java Agent | `1.23.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) | | Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above | | Spring Boot CLI | `2.7.11` | | | | Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above | | Tomcat | `9.0.74` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) | | Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | YourKit Profiler | `2022.9.182` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) | 4.57I'm pleased to announce the release of the java-buildpack, version 4.57. This release fixes a bug with the [Container Security Provider](https://github.com/cloudfoundry/java-buildpack-security-provider) library, in which a race condition could result in mismatched private-key and certificate pairs when Diego rotated these credentials for the container. See [this issue](https://github.com/cloudfoundry/java-buildpack-security-provider/issues/8) for more details. This release also contains the following: * The Azul Zing JRE contained a bug when generating the Java Opts, fixed with #1008. * Update to the geode_store dependency. For a more detailed look at the changes in 4.57, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.56...v4.57). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release. | Dependency | Version | CVEs | Release Notes | | ---------- | ------- | ---- | ------------- | | AppDynamics Agent | `22.9.2_34409` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) | | Azure Application Insights Agent | `2.6.4` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) | | CA Introscope APM Framework | `23.3.0_4` | | | | Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above | | Container Security Provider | `1.20.0_RELEASE` |Included inline above | Included inline above | | Contrast Security Agent | `4.13.1` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) | | Datadog APM Javaagent | `1.11.0` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) | | Elastic APM Agent | `1.37.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) | | Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) | | Geode Tomcat Session Store | `1.13.7` | | | | Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) | | Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) | | Groovy | `2.5.22` | | [Release Notes](http://www.groovy-lang.org/releases.html) | | JaCoCo Agent | `0.8.9` | | [Release Notes](https://github.com/jacoco/jacoco/releases) | | Java Memory Assistant Agent | `0.5.0` | | | | Java Memory Assistant Clean Up | `0.1.0` | | | | JProfiler Profiler | `12.0.4` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) | | JRebel Agent | `2023.2.0` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) | | jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above | | MariaDB JDBC Driver | `2.7.2` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-274-release-notes/) | | Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above | | Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above | | New Relic Agent | `8.0.1` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) | | OpenJDK JRE 11 | `11.0.18_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.18/) | | OpenJDK JRE 17 | `17.0.6_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.6/) | | OpenJDK JRE 8 | `1.8.0_362` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u362/) | | PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) | | Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above | | Riverbed Appinternals Agent | `11.8.5_BL527` | | | | SeaLights Agent | `4.0.2242` | | | | SkyWalking | `8.9.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) | | Splunk OpenTelemetry Java Agent | `1.22.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) | | Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above | | Spring Boot CLI | `2.7.10` | | | | Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above | | Tomcat | `9.0.73` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) | | Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | YourKit Profiler | `2022.9.182` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) | |
log-cache | 3.0.2 |
v3.0.2## What's changed * Bump to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ) * Replace gorilla with chi by @Benjamintf1 in https://github.com/cloudfoundry/log-cache-release/pull/197 * Replace local tlsconfig with the standard tlsconfig library by @Benjamintf1 in https://github.com/cloudfoundry/log-cache-release/pull/200. This does not change the effective tlsconfig. * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.0.1...v3.0.2 |
loggregator | 106.7.8 |
v106.7.8## What's changed * Bump to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ) * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.7...v106.7.8 |
loggregator-agent | 6.5.10 |
v6.5.10## What's changed * Bump to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ) * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.9...v6.5.10 |
mapfs | 1.2.20 |
v1.2.20## Changes * Golang: Updated to v1.20.4 (#77, #78) ## Dependencies * **ginkgo v2:** Updated to v2.9.3. v1.2.16## Changes * Golang: Updated to v1.20.3 (#64, #65, #71) ## Dependencies * **gomega:** Updated to v1.27.6. |
metric-registrar | 2.1.4 |
v2.1.4## What's changed * Bump to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ) * Replace gorilla with chi by @Benjamintf1 in https://github.com/pivotal-cf/metric-registrar-release/pull/188 * Bump dependencies **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v2.1.3...v2.1.4 |
metrics-discovery | 3.2.9 |
v3.2.9## What's changed * Bump to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ) * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.8...v3.2.9 |
mysql-monitoring | 10.0.0 |
10.0.0**Dependency Bumps** - Built with Go 1.20.4 - Bumped dependencies **Bugs Fixed** - [mysql-metrics] Fixed bug that caused metrics to be displayed for only one of the MySQL nodes in three-node HA cluster when `mysql-metrics.host` was not configured in a bosh manifest. **Breaking change** The `mysql-metrics` job no longer consumes bosh links for defaulting the `mysql-metrics.host` property. `mysql-metrics.host` defaults to connecting over 127.0.0.1 and `mysql-metrics.port` defaults to the port provided by the `mysql` bosh link. This avoids a bug where mysql-metrics reports the metrics from only a single member of the cluster instead of reporting separate metrics for _each_ member of a cluster. This change provides accurate metrics out-of-the-box when the mysql-metrics agent is co-located with MySQL. For niche use cases, configure the `mysql-metrics.host` and `mysql-metrics.port` explicitly as needed for your use case. 9.25.0Final release 9.25.0 **Bugs Fixed** - Fixes bug that caused metrics to be displayed for only one of the MySQL nodes in three-node HA cluster **Additional notes** In [v9.19.0](https://github.com/cloudfoundry/mysql-monitoring-release/releases/tag/v9.19.0), a new `mysql-metrics.port` property was introduced in the `mysql-metrics` job. This bug fix also includes an update which removes the need for this property, and is obsolete in a future release. |
nats | 56.2.0 |
v56.2.0## Changes - Bump to Go 1.20.4 - Bump dependencies such that Ginkgo V2 and Lager V3 are used. ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/nats-release/compare/v56.1.0...v56.2.0 ## Resources - [Download release v56.2.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/nats-release?version=56.2.0). |
nfs-volume | 7.1.14 |
v7.1.14## Dependencies * **nfsbroker:** Updated to v`2c64157`. v7.1.12## Changes * Golang: Updated to v1.20.3 (#355, #357) * Fix possible log leak of CF password (#335) ## Dependencies * **gomega:** Updated to v1.27.6. |
nginx-offline-buildpack | 1.2.2 |
1.2.2* Add nginx 1.23.4, remove nginx 1.23.3 for stack(s) cflinuxfs3, cflinuxfs4 (https://www.pivotaltracker.com/story/show/184817118) * Update libbuildpack * Bump github.com/miekg/dns from 1.1.52 to 1.1.53 * Bump github.com/onsi/gomega from 1.26.0 to 1.27.5 Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.22.1 | cflinuxfs3 | | nginx | 1.22.1 | cflinuxfs4 | | nginx | 1.23.4 | cflinuxfs3 | | nginx | 1.23.4 | cflinuxfs4 | | openresty | 1.13.6.2 | cflinuxfs3 | | openresty | 1.15.8.3 | cflinuxfs3 | | openresty | 1.17.8.2 | cflinuxfs3 | | openresty | 1.19.9.1 | cflinuxfs3 | | openresty | 1.19.9.1 | cflinuxfs4 | | openresty | 1.21.4.1 | cflinuxfs3 | | openresty | 1.21.4.1 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | nginx | 1.23.x | * Uncached buildpack SHA256: 3e1da9187d67d9ede6efcc05dceb4dd30362552c3aa371f2a2c8621d149ac79f * Uncached buildpack SHA256: a3325ae600f734b9d2b3df67523c66d78af43d93ffe7cfd98671e25d149ec8ad |
nodejs-offline-buildpack | 1.8.9 |
1.8.9* Add node 16.20.0, remove node 16.19.0 for stack(s) cflinuxfs4, cflinuxfs3 * Don't run `yarn check` which creates a duplicate cache. Instead, we can add the `--check-files` flag to the `yarn install` command and get the same outcome. Packaged binaries: | name | version | cf_stacks | |-|-|-| | node | 14.21.2 | cflinuxfs3 | | node | 14.21.2 | cflinuxfs4 | | node | 14.21.3 | cflinuxfs3 | | node | 14.21.3 | cflinuxfs4 | | node | 16.19.1 | cflinuxfs3 | | node | 16.19.1 | cflinuxfs4 | | node | 16.20.0 | cflinuxfs3 | | node | 16.20.0 | cflinuxfs4 | | node | 18.14.1 | cflinuxfs3 | | node | 18.14.1 | cflinuxfs4 | | node | 18.15.0 | cflinuxfs3 | | node | 18.15.0 | cflinuxfs4 | | python | 3.10.10 | cflinuxfs3 | | python | 3.10.10 | cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | node | 18.x | | python | 3.10.x | * Uncached buildpack SHA256: adde57eaf1aa543c2a12565a0a211dfddb8d591333d47ab0eeb744f1afe6ced3 * Uncached buildpack SHA256: c964c655974ec1e5b85d88d317372f9fd2276727538a175d5067c040f89c480c |
notifications | 63 | |
notifications-ui | 41 | |
php-offline-buildpack | 4.6.4 |
4.6.4* update go modules * bump default nginx version * Add nginx 1.23.4, remove nginx 1.23.3 (#857) for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | appdynamics | 23.2.0-684 | cflinuxfs3, cflinuxfs4 | | | composer | 2.5.5 | cflinuxfs3, cflinuxfs4 | | | httpd | 2.4.56 | cflinuxfs3 | | | httpd | 2.4.56 | cflinuxfs4 | | | newrelic | 10.6.0.318 | cflinuxfs3, cflinuxfs4 | | | nginx | 1.22.1 | cflinuxfs3 | | | nginx | 1.22.1 | cflinuxfs4 | | | nginx | 1.23.4 | cflinuxfs3 | | | nginx | 1.23.4 | cflinuxfs4 | | | php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | python | 2.7.18 | cflinuxfs4 | | | ruby | 3.0.5 | cflinuxfs4 | | Default binary versions: | name | version | |-|-| | php | 8.1.16 | | httpd | 2.4.56 | | newrelic | 10.6.0.318 | | nginx | 1.23.4 | | composer | 2.5.5 | * Uncached buildpack SHA256: 79fd9d7993bd45f86c9fda1e2be1c789ba983010eb741074c2745a28bb70191d * Uncached buildpack SHA256: 04821902fb1335d7554fdc7dc91155c51c5942639da61591be434a8f2e93f82a |
push-apps-manager-release | 677.0.19 | |
push-offline-docs-release | 3.0.82 | |
push-usage-service-release | 674.0.42 |
v674.0.42## Dependencies * **app-usage-service:** Updated to v`1435052`. v674.0.41## Changes * Bump tooling * Revert "[ci]: Created a new job group to test new unit tests images" * Update pipeline to test the latest TAS (#328) * creating final release 674.0.40 v674.0.40## Dependencies * **app-usage-service:** Updated to v`90d78a2`. v674.0.39## Dependencies * **app-usage-service:** Updated to v`e7746e5`. |
pxc | 1.0.9 | |
python-offline-buildpack | 1.8.9 |
1.8.9* Add python 3.10.11, remove python 3.10.10 for stack(s) cflinuxfs3, cflinuxfs4 * Add python 3.11.3, remove python 3.11.2 for stack(s) cflinuxfs4, cflinuxfs3 * Add setuptools 67.6.1, remove setuptools 67.4.0 for stack(s) cflinuxfs4, cflinuxfs3 * Add pipenv 2023.3.20, remove pipenv 2023.2.18 for stack(s) cflinuxfs4, cflinuxfs3 * Fix problem with AppDynamics hook (now it supports user-provided services) Packaged binaries: | name | version | cf_stacks | |-|-|-| | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 | | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 | | miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 | | pip | 23.0.1 | cflinuxfs3, cflinuxfs4 | | pipenv | 2023.3.20 | cflinuxfs3 | | pipenv | 2023.3.20 | cflinuxfs4 | | python | 3.7.16 | cflinuxfs3 | | python | 3.7.16 | cflinuxfs4 | | python | 3.8.16 | cflinuxfs3 | | python | 3.8.16 | cflinuxfs4 | | python | 3.9.16 | cflinuxfs3 | | python | 3.9.16 | cflinuxfs4 | | python | 3.10.11 | cflinuxfs3 | | python | 3.10.11 | cflinuxfs4 | | python | 3.11.3 | cflinuxfs3 | | python | 3.11.3 | cflinuxfs4 | | setuptools | 67.6.1 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | python | 3.10.x | * Uncached buildpack SHA256: e91ab229b603b52270e358892c6ed10af8d11b274b654bb1a00efb935df10cb5 * Uncached buildpack SHA256: 1944d47147fd4e8241432abab5692901baa2515cd979e6b1ccc8afb84cfd797a |
r-offline-buildpack | 1.2.1 |
1.2.1* Update libbuildpack Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | r | 3.6.2 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.1 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.1 | cflinuxfs4 | forecast, plumber, rserve, shiny | | r | 4.2.2 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.2 | cflinuxfs4 | forecast, plumber, rserve, shiny | * Uncached buildpack SHA256: c1bec774040056bd8cdd8a682d77cd532ba2552d8db02b699aef03a3e287163b * Uncached buildpack SHA256: a64a0ebd1b4ef9833535c824a25176c86ac62b6e4b6ca8d515d289b91f56e436 |
routing | 0.266.0 |
v0.266.0## Change - 🐛Fixes a bug that caused routing failures to apps. - Many go dependency updates across all routing packages. ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.265.1...v0.266.0 ## Resources - [Download release v0.266.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.266.0). v0.265.1:warning::warning::warning: **There is a known issue with this release’s routing logic which might cause routing failures to apps. It is advised to use routing-release [0.266.0](https://github.com/cloudfoundry/routing-release/releases/tag/v0.266.0) or later instead of this release.** ## Changes - Bump healthchecker ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.265.0...v0.265.1 ## Resources - [Download release v0.265.1 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.265.1). v0.265.0:warning::warning::warning: **There is a known issue with this release’s routing logic which causes routing failures to apps. It is advised to use routing-release [0.266.0](https://github.com/cloudfoundry/routing-release/releases/tag/v0.266.0) or later instead of this release.** ## Changes - Bump to Go 1.20.4 ## ✨ Built with go 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.264.0...v0.265.0 ## Resources - [Download release v0.265.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.265.0). v0.264.0:warning::warning::warning: **There is a known issue with this release’s routing logic which might cause routing failures to apps. It is advised to use routing-release [0.266.0](https://github.com/cloudfoundry/routing-release/releases/tag/v0.266.0) or later instead of this release.** ## Changes - Addresses the issue in routing-release 0.263.0 where `bosh export-releases` failed to compile the `acceptance-tests` package. ## ✨ Built with go 1.20.3 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.263.0...v0.264.0 ## Resources - [Download release v0.264.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.264.0). v0.263.0⚠️⚠️⚠️ **This version does not compile, it's fixed with the next release** **There is a known issue with this release’s routing logic which causes routing failures to apps. It is advised to use routing-release [0.266.0](https://github.com/cloudfoundry/routing-release/releases/tag/v0.266.0) or later instead of this release.** ## Changes - 🐛Fixed a bug present since v0.262.0 that caused CATs to intermittently fail on apps using `nc` as their server. - 🐛Bumped haproxy to 2.7.6 in cf-tcp-router, to resolve a bug preventing haproxy from properly transferring open connections to the new haproxy process when a reload occurred - [haproxy/#1883](https://github.com/haproxy/haproxy/issues/1883) ## ✨ Built with go 1.20.3 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.262.0...v0.263.0 ## Resources - [Download release v0.263.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.263.0). |
ruby-offline-buildpack | 1.10.1 |
1.10.1* Add bundler 2.4.11, remove bundler 2.4.10 for stack(s) cflinuxfs4, cflinuxfs3 (#784) * Add rubygems 3.4.11, remove rubygems 3.4.10 for stack(s) cflinuxfs4, cflinuxfs3 (#783) * Add ruby 3.1.4, remove ruby 3.1.2 for stack(s) cflinuxfs4, cflinuxfs3 (#782) Packaged binaries: | name | version | cf_stacks | |-|-|-| | bundler | 2.4.11 | cflinuxfs3, cflinuxfs4 | | jruby | 9.3.10.0 | cflinuxfs3 | | jruby | 9.3.10.0 | cflinuxfs4 | | jruby | 9.4.2.0 | cflinuxfs3 | | jruby | 9.4.2.0 | cflinuxfs4 | | node | 18.15.0 | cflinuxfs3 | | node | 18.15.0 | cflinuxfs4 | | openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 | | ruby | 3.0.5 | cflinuxfs3 | | ruby | 3.0.6 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs4 | | ruby | 3.1.4 | cflinuxfs3 | | ruby | 3.1.4 | cflinuxfs4 | | ruby | 3.2.1 | cflinuxfs3 | | ruby | 3.2.1 | cflinuxfs4 | | ruby | 3.2.2 | cflinuxfs3 | | ruby | 3.2.2 | cflinuxfs4 | | rubygems | 3.4.11 | cflinuxfs3, cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | ruby | 3.1.x | * Uncached buildpack SHA256: 1f8daa213515d166ac91f41a29504af037d0883a4420224f15cfa5041ff8b802 * Uncached buildpack SHA256: 6dbafc839d80fcf165bd02c4a01bc3f98e02b7447007cb43d0f1e1a2c037d9cf |
silk | 3.23.0 | |
smb-volume | 3.1.14 |
v3.1.14## Dependencies * **smbbroker:** Updated to v`6b6727c`. v3.1.13## Dependencies * **smbbroker:** Updated to v`62b84b6`. v3.1.12## Changes * Golang: Updated to v1.20.3 (#120, #128, #129) * Fix potential cred leak (#119) ## Dependencies * **smbbroker:** Updated to v`093c496`. |
smoke-tests | 4.8.2 | |
staticfile-offline-buildpack | 1.6.2 |
1.6.2* Add nginx 1.23.4, remove nginx 1.23.3 for stack(s) cflinuxfs3, cflinuxfs4 (https://www.pivotaltracker.com/story/show/184817130) * Update libbuildpack * Bump github.com/onsi/gomega from 1.27.5 to 1.27.6 Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.22.1 | cflinuxfs3 | | nginx | 1.22.1 | cflinuxfs4 | | nginx | 1.23.4 | cflinuxfs3 | | nginx | 1.23.4 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | nginx | 1.23.x | * Uncached buildpack SHA256: fa7d637b9da26d2350088bb1a19eb1915d3e0e0082163d31a03349855ae0d944 * Uncached buildpack SHA256: 029e0f1cd04413190c8652296169592e340bce2113b417df80d75b60560af098 1.6.1* Don't use ERB to template nginx.conf * Bump github.com/onsi/gomega from 1.27.2 to 1.27.4 * Bump github.com/onsi/gomega from 1.27.1 to 1.27.2 Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.22.1 | cflinuxfs3 | | nginx | 1.22.1 | cflinuxfs4 | | nginx | 1.23.3 | cflinuxfs3 | | nginx | 1.23.3 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | nginx | 1.23.x | * Uncached buildpack SHA256: e34771e5c23a0e83e3d151137fe60b8ec8cf51ea07eeb50e06532d6b52b272ba * Uncached buildpack SHA256: a5bd0559590511a00300f11f5d96fb22704211735708ed83d2024afe141ead25 |
statsd-injector | 1.11.30 |
v1.11.30## What's changed * Bump to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ) **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.29...v1.11.30 |
syslog | 12.1.4 |
v12.1.4## What's changed * update golang to 1.20.4 **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.1.3...v12.1.4 |
system-metrics-scraper | 3.3.7 |
v3.3.7## What's changed * Bump to [go1.20.4](https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU/m/QvrjqM4XAgAJ) * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.6...v3.3.7 |
uaa | 76.11.0 |
v76.11.0## What's changed ### Features * Bump to [UAA v76.11.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.11.0) ### Dependency bumps * Bump i18n from 1.12.0 to 1.13.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/571 * Bump nokogiri from 1.13.10 to 1.14.3 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/565 * Bump github.com/cloudfoundry/bosh-utils from 0.0.361 to 0.0.362 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/577 * Bump mini_portile2 from 2.8.1 to 2.8.2 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/576 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.10.0...v76.11.0 v76.10.0## What's changed ### Features * Bump to [UAA v76.10.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.10.0) * Add 2 new options signingAlg and signingCert to JWT token policy. ### Dependency bumps * Upgrade Newrelic to version 8.1.0 * Upgrade Tomcat to version 9.0.74 * Upgrade Bellsoft JDK to version 11.0.19+7 * Bump github.com/cloudfoundry/bosh-utils from 0.0.360 to 0.0.361 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/564 * Bump rspec-core from 3.12.1 to 3.12.2 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/567 * Bump rspec-expectations from 3.12.2 to 3.12.3 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/568 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.9.0...v76.10.0 |
Release Date: 04/20/2023
Caution: This release is susceptible to CVE-2023-20882, which may cause routing failures to apps. To address this issue, VMware advises using Tanzu Application Service v3.0.10 and Isolation Segment Tile v3.0.10 instead.
Caution This release is susceptible to a known issue around multiple "HTTP 100 Continue" responses. For information about this issue, see Multiple HTTP Expect: 100-continue responses sent from gorouter to client may cause unexpected failures in the VMware Tanzu Support Hub. To address this issue, VMware advises upgrading to Tanzu Application Service v3.0.14 and Isolation Segment Tile v3.0.14 instead.
1.18.66
1.1.23
1.148.0
249.1.7
0.361.0
1.5.0
2.12.25
2.73.0
2.4.9
1.27.0
4.56
3.0.1
106.7.7
6.5.9
2.1.3
3.2.8
9.24.0
7.1.10
1.8.8
4.6.3
677.0.18
3.0.23
674.0.38
1.0.9
1.8.8
0.262.0
1.9.4
3.1.11
1.11.29
76.9.0
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.95 | |
backup-and-restore-sdk | 1.18.66 |
v1.18.66## Dependencies * **aws-sdk-go:** Updated to v1.44.241. v1.18.65## Changes * Golang: Updated to v1.20.3. (#986) * Update ruby to v3.2.2 (#985) ## Dependencies * **aws-sdk-go:** Updated to v1.44.236. v1.18.63## Changes * Bump mariadb from 10.6.11 to 10.6.12 (#877) * Bump postgres from 11.18 to 11.19 (#883) * Bump postgres from 13.9 to 13.10 (#884) * Bump postgres from 15.1 to 15.2 (#885) * Golang: Updated to v1.20.2. (#937) ## Dependencies * **storage:** Updated to v1.30.1. v1.18.62## Changes * Golang: Updated to v1.20.1 |
binary-offline-buildpack | 1.1.3 | |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.1.23 | |
capi | 1.148.0 | |
cf-autoscaling | 249.1.7 |
v249.1.7* remove sha-1 debug variable * upgrade to openjdk-17 17.0.6_10 v249.1.6* Update BBR scripts. v249.1.5* Bump spring-boot to v2.7.10 for CVE-2023-20860 and CVE-2023-20861. * Update BBR scripts. v249.1.4## What's changed * update dependencies * update mysql code to correctly handle pagination for events, scheduled limit changes, and rules. |
cf-cli | 1.44.0 | |
cf-networking | 3.23.0 | |
cflinuxfs3 | 0.361.0 | |
cflinuxfs4 | 1.5.0 | |
credhub | 2.12.25 |
2.12.25### Security Fixes - Bump various dependencies **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.24...2.12.25 2.12.24### Security Fixes - Bump various dependencies 2.12.23## What's changed * Build(deps): Bump rspec-mocks from 3.12.3 to 3.12.4 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/122 **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.22...2.12.23 2.12.22## What's changed * Build(deps): Bump ruby-progressbar from 1.11.0 to 1.13.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/119 * Build(deps): Bump parser from 3.2.1.0 to 3.2.1.1 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/120 * Build(deps): bump org.owasp:dependency-check-gradle from [8.1.1 to 8.1.2](https://github.com/cloudfoundry/credhub/commit/6978a7c99be0697dee370972a417a25621b7238d) **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.21...2.12.22 |
diego | 2.73.0 | |
dotnet-core-offline-buildpack | 2.4.9 |
2.4.9* Add node 18.15.0, remove node 18.14.2 (#755) for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-aspnetcore 6.0.15, remove dotnet-aspnetcore 6.0.14 (#763) for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-runtime 6.0.15, remove dotnet-runtime 6.0.14 (#762) for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-sdk 6.0.407, remove dotnet-sdk 6.0.406 (#761) for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-sdk 7.0.202, remove dotnet-sdk 7.0.200 (#760) (#750) for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-aspnetcore 7.0.4, remove dotnet-aspnetcore 7.0.3 (#759) for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-runtime 7.0.4, remove dotnet-runtime 7.0.3 (#758) for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 6.0.15 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 7.0.4 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 6.0.15 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 7.0.4 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 6.0.407 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 7.0.202 | cflinuxfs3, cflinuxfs4 | | libgdiplus | 6.1 | cflinuxfs3 | | libgdiplus | 6.1 | cflinuxfs4 | | libunwind | 1.6.2 | cflinuxfs3 | | libunwind | 1.6.2 | cflinuxfs4 | | node | 18.15.0 | cflinuxfs3 | | node | 18.15.0 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | dotnet-runtime | 6.0.x | | dotnet-aspnetcore | 6.0.x | | dotnet-sdk | 6.0.x | | bower | 1.8.x | * Uncached buildpack SHA256: 6ad9c5169076525a46eb17431654b1ca350b64ec6651b0e837de72b9a23e0005 * Uncached buildpack SHA256: 8846d71dbc068f960b2c81689726c127dd28f394ea184d97212e0587ec6a0856 |
garden-runc | 1.27.0 | |
go-offline-buildpack | 1.10.6 | |
java-offline-buildpack | 4.56 |
4.56I'm pleased to announce the release of the java-buildpack, version 4.56. This release fixes a bug related to the change in v4.55, where the buildpack uses a Python library - Python is removed from the `cflinuxfs4` stack, so this change removes the reliance on this binary. For a more detailed look at the changes in 4.56, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.55...v4.56). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release. | Dependency | Version | CVEs | Release Notes | | ---------- | ------- | ---- | ------------- | | AppDynamics Agent | `22.9.2_34409` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) | | Azure Application Insights Agent | `2.6.4` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) | | CA Introscope APM Framework | `23.3.0_4` | | | | Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above | | Container Security Provider | `1.19.0_RELEASE` |Included inline above | Included inline above | | Contrast Security Agent | `4.13.1` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) | | Datadog APM Javaagent | `1.10.1` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) | | Elastic APM Agent | `1.36.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) | | Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) | | Geode Tomcat Session Store | `1.12.5` | | | | Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) | | Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) | | Groovy | `2.5.21` | | [Release Notes](http://www.groovy-lang.org/releases.html) | | JaCoCo Agent | `0.8.8` | | [Release Notes](https://github.com/jacoco/jacoco/releases) | | Java Memory Assistant Agent | `0.5.0` | | | | Java Memory Assistant Clean Up | `0.1.0` | | | | JProfiler Profiler | `12.0.4` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) | | JRebel Agent | `2023.1.2` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) | | jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above | | MariaDB JDBC Driver | `2.7.2` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-274-release-notes/) | | Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above | | Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above | | New Relic Agent | `8.0.1` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) | | OpenJDK JRE 11 | `11.0.18_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.18/) | | OpenJDK JRE 17 | `17.0.6_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.6/) | | OpenJDK JRE 8 | `1.8.0_362` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u362/) | | PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) | | Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above | | Riverbed Appinternals Agent | `11.8.5_BL527` | | | | SeaLights Agent | `4.0.2235` | | | | SkyWalking | `8.9.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) | | Splunk OpenTelemetry Java Agent | `1.22.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) | | Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above | | Spring Boot CLI | `2.7.9` | | | | Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above | | Tomcat | `9.0.73` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) | | Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | YourKit Profiler | `2022.9.179` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) | 4.55I'm pleased to announce the release of the java-buildpack, version 4.55. It primarily includes a change to how Ruby is provided to run the buildpack. The `cflinuxfs4` stack removes Ruby, therefore, the buildpack supplies it's own Ruby version. This is added as a new buildpack dependency and is linked to the Cloudfoundry [Ruby Buildpack](https://github.com/cloudfoundry/ruby-buildpack/blob/master/java-index/index.yml) repo. This release includes the following notable changes, among other dependency bumps: * Update of the Contrast Security Agent to v4+. * Update of the New Relic agent to v8+ * New Ruby dependency & logic. For a more detailed look at the changes in 4.55, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.54...v4.55). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release. | Dependency | Version | CVEs | Release Notes | | ---------- | ------- | ---- | ------------- | [VersionResolver] WARN Discarding illegal version 2.4.0-BETA: Invalid micro version '0-BETA' | AppDynamics Agent | `22.9.2_34409` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) | | Azure Application Insights Agent | `2.6.4` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) | | CA Introscope APM Framework | `23.1.0_26` | | | | Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above | | Container Security Provider | `1.19.0_RELEASE` |Included inline above | Included inline above | | Contrast Security Agent | `4.13.1` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) | | Datadog APM Javaagent | `1.10.1` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) | | Elastic APM Agent | `1.36.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) | | Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) | | Geode Tomcat Session Store | `1.12.5` | | | | Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) | | Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) | | Groovy | `2.5.21` | | [Release Notes](http://www.groovy-lang.org/releases.html) | | JaCoCo Agent | `0.8.8` | | [Release Notes](https://github.com/jacoco/jacoco/releases) | | Java Memory Assistant Agent | `0.5.0` | | | | Java Memory Assistant Clean Up | `0.1.0` | | | | JProfiler Profiler | `12.0.4` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) | | JRebel Agent | `2023.1.2` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) | | jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above | | MariaDB JDBC Driver | `2.7.2` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-274-release-notes/) | | Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above | | Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above | | New Relic Agent | `8.0.1` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) | | OpenJDK JRE 11 | `11.0.18_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.18/) | | OpenJDK JRE 17 | `17.0.6_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.6/) | | OpenJDK JRE 8 | `1.8.0_362` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u362/) | | PostgreSQL JDBC Driver | `42.6.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) | | Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above | | Riverbed Appinternals Agent | `11.8.5_BL527` | | | | SeaLights Agent | `4.0.2235` | | | | SkyWalking | `8.9.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) | | Splunk OpenTelemetry Java Agent | `1.22.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) | | Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above | | Spring Boot CLI | `2.7.9` | | | | Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above | | Tomcat | `9.0.73` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) | | Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | YourKit Profiler | `2022.9.179` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) | |
log-cache | 3.0.1 |
v3.0.1* Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v3.0.0...v3.0.1 v3.0.0## What's changed * **Breaking:** Remove v2 loggregator ingestion option by @Benjamintf1 in https://github.com/cloudfoundry/log-cache-release/pull/148 * Add optional mTLS for the log-cache-syslog-server by @chombium in https://github.com/cloudfoundry/log-cache-release/pull/96 * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v2.12.6...v3.0.0 |
loggregator | 106.7.7 |
v106.7.7* Upgrade to go 1.20.2 * Bump dependencies * Remove unused `metron_endpoint.dropsonde_port` property in https://github.com/cloudfoundry/loggregator-release/pull/537 **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.6...v106.7.7 v106.7.6## What's changed * update depdendencies * Upgrade to go 1.20 by @Benjamintf1 in https://github.com/cloudfoundry/loggregator-release/pull/525 **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.5...v106.7.6 |
loggregator-agent | 6.5.9 |
v6.5.9* Upgrade to go 1.20.2 * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.8...v6.5.9 |
mapfs | 1.2.13 | |
metric-registrar | 2.1.3 |
v2.1.3## What's changed * update dependencies * add application info to metrics for log and secure-scraper worker |
metrics-discovery | 3.2.8 |
v3.2.8* Upgrade to go1.20.2. * Bump dependencies. **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.7...v3.2.8 |
mysql-monitoring | 9.24.0 |
9.24.0Final release 9.24.0 **Dependency Bumps** - Build with Go 1.20.2 |
nats | 56.1.0 | |
nfs-volume | 7.1.10 |
v7.1.10## Changes ## Dependencies * **nfsbroker:** Updated to v`7946962`. |
nginx-offline-buildpack | 1.2.1 | |
nodejs-offline-buildpack | 1.8.8 |
1.8.8* Bring our own Python for node-gyp commit 53608c16a0d6f13aa63ba0565e365740d98b033c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Mar 17 14:22:02 2023 -0700 Bump github.com/onsi/gomega from 1.27.2 to 1.27.4 (#579) * Bump github.com/onsi/gomega from 1.27.2 to 1.27.4 Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.2 to 1.27.4. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.27.2...v1.27.4) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] |
notifications | 62 | |
notifications-ui | 40 | |
php-offline-buildpack | 4.6.3 |
4.6.3* Install bootstrapped Ruby into php-buildpack specific location (#855) Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | appdynamics | 23.2.0-684 | cflinuxfs3, cflinuxfs4 | | | composer | 2.5.5 | cflinuxfs3, cflinuxfs4 | | | httpd | 2.4.56 | cflinuxfs3 | | | httpd | 2.4.56 | cflinuxfs4 | | | newrelic | 10.6.0.318 | cflinuxfs3, cflinuxfs4 | | | nginx | 1.22.1 | cflinuxfs3 | | | nginx | 1.22.1 | cflinuxfs4 | | | nginx | 1.23.3 | cflinuxfs3 | | | nginx | 1.23.3 | cflinuxfs4 | | | php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | python | 2.7.18 | cflinuxfs4 | | | ruby | 3.0.5 | cflinuxfs4 | | Default binary versions: | name | version | |-|-| | php | 8.1.16 | | httpd | 2.4.56 | | newrelic | 10.6.0.318 | | nginx | 1.23.3 | | composer | 2.5.5 | * Uncached buildpack SHA256: 96aa1f8ac0e4614314924141a2e59f6158d4d638ed98a38399598098b388980b * Uncached buildpack SHA256: 6aa04bddb7c86b78ab78a42396fe4c31c0e9fd53335576046d261e576ec8267f 4.6.2* Add composer 2.5.5, remove composer 2.5.4 for stack(s) cflinuxfs4, cflinuxfs3 * BYO Ruby (Required by the buildpack) Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | appdynamics | 23.2.0-684 | cflinuxfs3, cflinuxfs4 | | | composer | 2.5.5 | cflinuxfs3, cflinuxfs4 | | | httpd | 2.4.56 | cflinuxfs3 | | | httpd | 2.4.56 | cflinuxfs4 | | | newrelic | 10.6.0.318 | cflinuxfs3, cflinuxfs4 | | | nginx | 1.22.1 | cflinuxfs3 | | | nginx | 1.22.1 | cflinuxfs4 | | | nginx | 1.23.3 | cflinuxfs3 | | | nginx | 1.23.3 | cflinuxfs4 | | | php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | python | 2.7.18 | cflinuxfs4 | | | ruby | 3.0.5 | cflinuxfs4 | | Default binary versions: | name | version | |-|-| | php | 8.1.16 | | httpd | 2.4.56 | | newrelic | 10.6.0.318 | | nginx | 1.23.3 | | composer | 2.5.5 | * Uncached buildpack SHA256: 2e78fd7ed6c7077ffbfe54bac78ab0bb637590e2cb065418abdb6b6cb7d485e2 * Uncached buildpack SHA256: 40cf72de1a609383e924c8771f97dd139c1fd087bb420de785fc4fddba44ddf6 4.6.1* Add httpd 2.4.56, remove httpd 2.4.55 (#845) for stack(s) cflinuxfs3, cflinuxfs4 (https://www.pivotaltracker.com/story/show/184641061) Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | appdynamics | 23.2.0-684 | cflinuxfs3, cflinuxfs4 | | | composer | 2.5.4 | cflinuxfs3, cflinuxfs4 | | | httpd | 2.4.56 | cflinuxfs3 | | | httpd | 2.4.56 | cflinuxfs4 | | | newrelic | 10.6.0.318 | cflinuxfs3, cflinuxfs4 | | | nginx | 1.22.1 | cflinuxfs3 | | | nginx | 1.22.1 | cflinuxfs4 | | | nginx | 1.23.3 | cflinuxfs3 | | | nginx | 1.23.3 | cflinuxfs4 | | | php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | python | 2.7.18 | cflinuxfs4 | | Default binary versions: | name | version | |-|-| | php | 8.1.16 | | httpd | 2.4.56 | | newrelic | 10.6.0.318 | | nginx | 1.23.3 | | composer | 2.5.4 | * Uncached buildpack SHA256: b6a643ace8027460a65289acb02ac6ba88521940a176a5d1af7bb64a81c183c6 * Uncached buildpack SHA256: 0d4e7af5da7ff3fc1208f47ca6f4f6169d6bc44bb5fa6ab7e625ac3614c25fba |
push-apps-manager-release | 677.0.18 | |
push-offline-docs-release | 3.0.23 | |
push-usage-service-release | 674.0.38 |
v674.0.37## Changes * Fix potential CF creds leak (#316) ## Dependencies * **app-usage-service:** Updated to v`00dbf4a`. v674.0.36## Changes * Bump app-usage-service to use ruby 3 (#313) * Use whatever `cflinuxfs` is available instead of demanding only `cflinuxfs3` v674.0.35## Dependencies * **app-usage-service:** Updated to v`a4cbec6`. |
pxc | 1.0.9 |
v1.0.9**Important** pxc-release v1.0 is a major database upgrade from Percona XtraDB Cluster 5.7 to Percona XtraDB Cluster 8.0 **New features** - Bumped Percona XtraDB Cluster 8.0 to v8.0.31-23.2 - Bumped Percona Xtrabackup 8.0 to v8.0.32-26 - Bumped Percona Xtrabackup 2.4 to v2.4.28 - Bumped Go to 1.20.3 v1.0.8**Important** pxc-release v1.0 is a major database upgrade from Percona XtraDB Cluster 5.7 to Percona XtraDB Cluster 8.0 **New features** - Bumped Percona XtraDB Cluster 8.0 to v8.0.31-23 - Bumped Percona Xtrabackup 8.0 to v8.0.32-25 - Bumped Go to 1.20.2 |
python-offline-buildpack | 1.8.8 |
1.8.8* Add pip 23.0.1, remove pip 23.0 (#714) for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/184508492) * Add pipenv 2023.2.18, remove pipenv 2023.2.4 (#719) for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/184512962) * Add setuptools 67.4.0, remove setuptools 67.1.0 (#721) for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/184533088) * Add python 3.10.10, remove python 3.10.9 (#699) for stack(s) cflinuxfs4, cflinuxfs3 * Add python 3.11.2, remove python 3.11.1 (#698) for stack(s) cflinuxfs3, cflinuxfs4 Packaged binaries: | name | version | cf_stacks | |-|-|-| | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 | | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 | | miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 | | pip | 23.0.1 | cflinuxfs3, cflinuxfs4 | | pipenv | 2023.2.18 | cflinuxfs3 | | pipenv | 2023.2.18 | cflinuxfs4 | | python | 3.7.16 | cflinuxfs3 | | python | 3.7.16 | cflinuxfs4 | | python | 3.8.16 | cflinuxfs3 | | python | 3.8.16 | cflinuxfs4 | | python | 3.9.16 | cflinuxfs3 | | python | 3.9.16 | cflinuxfs4 | | python | 3.10.10 | cflinuxfs3 | | python | 3.10.10 | cflinuxfs4 | | python | 3.11.2 | cflinuxfs3 | | python | 3.11.2 | cflinuxfs4 | | setuptools | 67.4.0 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | python | 3.10.x | * Uncached buildpack SHA256: 641e7a4f73b0da69be833b3f045236409f57e2078a62e2735063764b25494f4b * Uncached buildpack SHA256: 3fc92f2095bee1bb14e6bc43615daacc1a5b01aa3fea6fbebc97f6fd80daf35c |
r-offline-buildpack | 1.2.0 | |
routing | 0.262.0 |
v0.262.0## Changes - 🐛Fixes the of golang has a known issue that causes backend request failures which previously returned 496, 499, 503, 525, or 526 to instead return a 502. Additionally stale routes might not have been pruned properly. - 🚗Gorouter now retries requests which fail prior to any HTTP content being sent (since no backend received the HTTP content, they are by definition retriable). Thanks for the [PR](https://github.com/cloudfoundry/gorouter/pull/337). ## ✨ Built with go 1.20.2 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.261.0...v0.262.0 ## Resources - [Download release v0.262.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.262.0). v0.261.0⚠️⚠️⚠️ **This version of golang has a known issue that might cause backend request failures that previously returned 496, 499, 503, 525, or 526 to instead return a 502. Additionally stale routes might not get pruned properly. This is addressed in an upcoming release.** ## Changes - Bug fix: add healthcheck to routing-api for route-registrar ## Bosh Job Spec changes: ```diff diff --git a/jobs/routing-api/spec b/jobs/routing-api/spec index 5717f88f..f6a2175d 100644 --- a/jobs/routing-api/spec +++ b/jobs/routing-api/spec @@ -6,12 +6,15 @@ templates: uaa_ca.crt.erb: config/certs/uaa/ca.crt routing-api.yml.erb: config/routing-api.yml + routing_api_health_check.erb: bin/routing_api_health_check locket_ca.crt.erb: config/certs/locket/ca.crt locket_client.crt.erb: config/certs/locket/client.crt locket_client.key.erb: config/certs/locket/client.key api_mtls_client_ca.crt.erb: config/certs/routing-api/client_ca.crt + api_mtls_client.crt.erb: config/certs/routing-api/client.crt + api_mtls_client.key.erb: config/certs/routing-api/client.key api_mtls_server.crt.erb: config/certs/routing-api/server.crt api_mtls_server.key.erb: config/certs/routing-api/server.key @@ -107,6 +110,13 @@ properties: routing_api.mtls_client_key: description: "Routing API client key (provided to clients by bosh link)" + routing_api.health_check_timeout_per_retry: + default: 2 + description: "Maximum health check timeout (in seconds) for each retry attempt in the Routing API's route registration health check" + routing_api.health_check_total_timeout: + default: 6 + description: "Maximum health check timeout (in seconds). Health checks are retried until this time limit is reached. This can be less than or equal to your route_registrar.routes.api.health_check.timeout" + metron.port: description: "The port used to emit dropsonde messages to the Metron agent." default: 3457 ``` ## ✨ Built with go 1.20.2 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.260.0...v0.261.0 ## Resources - [Download release v0.261.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.261.0). v0.260.0⚠️⚠️⚠️ **This version of golang has a known issue that causes backend request failures that previously returned 496, 499, 503, 525, or 526 to instead return a 502. Additionally stale routes can get pruned properly. This is addressed in an upcoming release.** ## Changes - Dependency updates (cf cli, healthchecker, golang) - Many CI Updates - 🐛[#310]The routing_utils route loader now sets the route service url when loading. - 🐛Two issues in route_registrar were fixed that led to routes expiring and then being re-registered with the same details: - Starting in v0.x.x, route_registrar no longer retried UAA connections when getting a token from UAA. Instead, the failure causes route_registrar to restart, and reset it's emitter intervals. - The built in route expiry has been increased from RegistrationInterval + 2 seconds to 2.1 * RegistrationInterval. This prevent routes from expiring during the course of a route_registrar restart. - 🐛If tcp_router received routing events during its BulkSync cycle, it always rewrites the haproxy configuration, and reload the haproxy process. This occurs regardless of whether the events required a new haproxy config. It now only updates the config + reloads haproxy if changes are necessary. ## ✨ Built with go 1.20.2 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.259.0...v0.260.0 ## Resources - [Download release v0.260.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.260.0). |
ruby-offline-buildpack | 1.9.4 |
1.9.4* Bootstrap ruby before running * Bump rack from 2.2.4 to 2.2.6.4 in /fixtures/bundler_2_0_1 * Bump rack from 2.2.4 to 2.2.6.4 in /fixtures/rails6 * Bump rack from 2.2.3.1 to 2.2.6.4 in /fixtures/jruby_start_command * Bump rack from 2.2.3.1 to 2.2.6.4 in /fixtures/sinatra_jruby * Bump rack in /fixtures/rails52_webpack_no_sprockets * Bump rack from 2.2.3 to 2.2.6.4 in /fixtures/ruby_calls_go * Bump rack from 2.2.3 to 2.2.6.4 in /fixtures/fail_release * Bump webpack from 5.75.0 to 5.76.0 in /fixtures/rails6 * Bump github.com/onsi/gomega from 1.27.2 to 1.27.4 Packaged binaries: | name | version | cf_stacks | |-|-|-| | bundler | 2.4.8 | cflinuxfs3, cflinuxfs4 | | jruby | 9.3.10.0 | cflinuxfs3 | | jruby | 9.3.10.0 | cflinuxfs4 | | jruby | 9.4.2.0 | cflinuxfs3 | | jruby | 9.4.2.0 | cflinuxfs4 | | node | 18.15.0 | cflinuxfs3 | | node | 18.15.0 | cflinuxfs4 | | openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 | | ruby | 2.7.6 | cflinuxfs3 | | ruby | 2.7.7 | cflinuxfs3 | | ruby | 3.0.4 | cflinuxfs3 | | ruby | 3.0.5 | cflinuxfs3 | | ruby | 3.1.2 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs4 | | ruby | 3.2.0 | cflinuxfs3 | | ruby | 3.2.0 | cflinuxfs4 | | ruby | 3.2.1 | cflinuxfs3 | | ruby | 3.2.1 | cflinuxfs4 | | rubygems | 3.4.8 | cflinuxfs3, cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | ruby | 3.1.x | * Uncached buildpack SHA256: 3e0e36001af5b6497e6c81ec5139f44c66646ecc83f21983ca730ec3bac12411 * Uncached buildpack SHA256: 9eb0449c07eace0a51680c72c086593ad322d1d07b0c557b721f4998a912cd06 1.9.3* Add ruby 3.2.1 for stack(s) cflinuxfs3, cflinuxfs4 * Add jruby 9.4.2.0, remove jruby 9.4.1.0 for stack(s) cflinuxfs4, cflinuxfs3 * Add node 18.15.0, remove node 18.14.0 for stack(s) cflinuxfs4, cflinuxfs3 * Add bundler 2.4.8, remove bundler 2.4.6 for stack(s) cflinuxfs4, cflinuxfs3 (#736) * Add rubygems 3.4.8, remove rubygems 3.4.6 (#734) * Converts java-index to YAML (#735) * Bump golang.org/x/crypto from 0.6.0 to 0.7.0 (#729) Packaged binaries: | name | version | cf_stacks | |-|-|-| | bundler | 2.4.8 | cflinuxfs3, cflinuxfs4 | | jruby | 9.3.10.0 | cflinuxfs3 | | jruby | 9.3.10.0 | cflinuxfs4 | | jruby | 9.4.2.0 | cflinuxfs3 | | jruby | 9.4.2.0 | cflinuxfs4 | | node | 18.15.0 | cflinuxfs3 | | node | 18.15.0 | cflinuxfs4 | | openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 | | ruby | 2.7.6 | cflinuxfs3 | | ruby | 2.7.7 | cflinuxfs3 | | ruby | 3.0.4 | cflinuxfs3 | | ruby | 3.0.5 | cflinuxfs3 | | ruby | 3.1.2 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs4 | | ruby | 3.2.0 | cflinuxfs3 | | ruby | 3.2.0 | cflinuxfs4 | | ruby | 3.2.1 | cflinuxfs3 | | ruby | 3.2.1 | cflinuxfs4 | | rubygems | 3.4.8 | cflinuxfs3, cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | ruby | 3.1.x | * Uncached buildpack SHA256: 77850710cac5d96ba7f3afb774102cbf91db1e7a33acdc852161cd8f7e096d28 * Uncached buildpack SHA256: 63542dd3c61ce384e504833438219f472bd8490a50494cd669aa1dbfd5fb7a3b |
silk | 3.23.0 | |
smb-volume | 3.1.11 |
v3.1.11## Changes ## Dependencies * **smbbroker:** Updated to v`c5b6f5e`. |
smoke-tests | 4.8.2 | |
staticfile-offline-buildpack | 1.6.0 | |
statsd-injector | 1.11.29 |
v1.11.29* Upgrade to go1.20.2 * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.28...v1.11.29 |
syslog | 12.1.3 | |
system-metrics-scraper | 3.3.6 | |
uaa | 76.9.0 |
v76.9.0## What's changed ### Features * Bump to [UAA v76.9.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.9.0) * add support for TLSv1.3 by @adam-jian-zhang in https://github.com/cloudfoundry/uaa-release/pull/539 ### Dependency bumps * Various dependency bumps ## New Contributors * @adam-jian-zhang made their first contribution in https://github.com/cloudfoundry/uaa-release/pull/539 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.8.0...v76.9.0 v76.8.0## What's changed * Bump to [UAA server v76.8.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.8.0) * Bump activesupport from 7.0.4.2 to 7.0.4.3 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/548 * Bump github.com/onsi/gomega in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/547 * Bump rspec-mocks from 3.12.3 to 3.12.4 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/545 * Bump github.com/cloudfoundry/bosh-utils in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/544 * Bump minitest from 5.17.0 to 5.18.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/538 * Upgrade Tomcat to version 9.0.73 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.7.0...v76.8.0 v76.7.0## What's changed * Bump to [UAA server v76.7.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.7.0) * Bump github.com/cloudfoundry/bosh-utils from 0.0.355 to 0.0.356 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/531 * Bump concurrent-ruby from 1.2.0 to 1.2.2 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/532 * Bump github.com/onsi/gomega from 1.27.1 to 1.27.2 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/533 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.6.0...v76.7.0 |
Release Date: 03/21/2023
Note: 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 may instead return 502. Additionally, stale routes may fail to be pruned properly, which could result in apps unexpectedly returning HTTP Status Codes 502.
Caution This release is susceptible to a known issue around multiple "HTTP 100 Continue" responses. For information about this issue, see Multiple HTTP Expect: 100-continue responses sent from gorouter to client may cause unexpected failures in the VMware Tanzu Support Hub. To address this issue, VMware advises upgrading to Tanzu Application Service v3.0.14 and Isolation Segment Tile v3.0.14 instead.
1.1.3
249.1.3
1.44.0
3.23.0
0.356.0
0.72.0
2.12.21
2.72.0
1.25.0
1.10.6
1.2.13
7.1.9
1.2.1
4.6.0
677.0.15
1.0.257
1.8.7
0.259.0
3.23.0
3.1.10
1.6.0
1.11.28
12.1.3
76.6.0
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.93 | |
backup-and-restore-sdk | 1.18.61 | |
binary-offline-buildpack | 1.1.3 |
1.1.3* Updating github-config * Uncached buildpack SHA256: 5523f4077d792b386671421f31899f409ea8ce5b8ae781cb4f84358cd138b5fd * Uncached buildpack SHA256: 5dd66be045a50d1e4f1dc12e317e85add9fbe74734b3f9882a8a02578b66809f * Uncached buildpack SHA256: 50836f839547c13d6ef435d87ce8e2b4863fdfe32343a26514d321cc8455d177 * Uncached buildpack SHA256: 1f72560521b626e5012934f39f62d31192f6bf8c3b6ec5a91f5216ff1e36b5ae |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.1.21 | |
capi | 1.146.0 | |
cf-autoscaling | 249.1.3 |
v249.1.3## What's changed * Exclude SnakeYAML to avoid CVE-2022-1471 being flagged * Update dependencies |
cf-cli | 1.44.0 |
v1.44.0### This release contains the following versions of the CF CLI | Major version | Prior version | Current version | | ------------- | ------------- | ------------- | | **v8** | **8.5.0** | [8.6.0](https://github.com/cloudfoundry/cli/releases/tag/v8.6.0) | | **v7** | **7.5.0** | [7.6.0](https://github.com/cloudfoundry/cli/releases/tag/v7.6.0) | | **v6** | **6.53.0** | **[6.53.0](https://github.com/cloudfoundry/cli/releases/tag/v6.53.0)** | |
cf-networking | 3.23.0 | |
cflinuxfs3 | 0.356.0 | |
cflinuxfs4 | 0.72.0 | |
credhub | 2.12.21 |
2.12.21### Security Fixes - Bump various dependencies **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.20...2.12.21 2.12.20### Security Fixes - Bump various dependencies |
diego | 2.72.0 | |
dotnet-core-offline-buildpack | 2.4.8 | |
garden-runc | 1.25.0 | |
go-offline-buildpack | 1.10.6 |
1.10.6* Add go 1.20.1 for stack(s) cflinuxfs3, cflinuxfs4 (https://www.pivotaltracker.com/story/show/184573596) Packaged binaries: | name | version | cf_stacks | |-|-|-| | dep | 0.5.4 | cflinuxfs3 | | dep | 0.5.4 | cflinuxfs4 | | glide | 0.13.3 | cflinuxfs3 | | glide | 0.13.3 | cflinuxfs4 | | go | 1.18.10 | cflinuxfs3 | | go | 1.18.10 | cflinuxfs4 | | go | 1.19.6 | cflinuxfs3 | | go | 1.19.6 | cflinuxfs4 | | go | 1.20.1 | cflinuxfs3 | | go | 1.20.1 | cflinuxfs4 | | godep | 80 | cflinuxfs3 | | godep | 80 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | go | 1.18.x | * Uncached buildpack SHA256: e81fcaa4eb7142072cf5dbb5daa70c19a9ae17c51d54f1778f056ee7292872f2 * Uncached buildpack SHA256: 2475086b818de7270cbad0e2b24cfebe74bf41688159abaa746ef0f0ed32937d 1.10.5* Add go 1.19.6, remove go 1.19.5 for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/184477448) * Bump github.com/Dynatrace/libbuildpack-dynatrace from 1.5.1 to 1.5.2 Packaged binaries: | name | version | cf_stacks | |-|-|-| | dep | 0.5.4 | cflinuxfs3 | | dep | 0.5.4 | cflinuxfs4 | | glide | 0.13.3 | cflinuxfs3 | | glide | 0.13.3 | cflinuxfs4 | | go | 1.18.10 | cflinuxfs3 | | go | 1.18.10 | cflinuxfs4 | | go | 1.19.6 | cflinuxfs3 | | go | 1.19.6 | cflinuxfs4 | | godep | 80 | cflinuxfs3 | | godep | 80 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | go | 1.18.x | * Uncached buildpack SHA256: 7b155c13e80e696732bb8c40da8862e5280b984a7457d0af70970180168c927f * Uncached buildpack SHA256: 297b970a47e201e9151e216013a2b66b9365fda502ff3b079615f1070bf1c951 |
java-offline-buildpack | 4.54 | |
log-cache | 2.12.6 | |
loggregator | 106.7.5 | |
loggregator-agent | 6.5.8 | |
mapfs | 1.2.13 |
v1.2.13## Changes * Golang: Updated to v1.19.4 (#32) * Golang: Updated to v1.19.5 (#37) * Golang: Updated to v1.19.5 (#44) * Golang: Updated to v1.20.1 (#48) ## Dependencies * **mapfs:** Updated to v`98da9f0`. |
metric-registrar | 2.1.2 | |
metrics-discovery | 3.2.7 | |
mysql-monitoring | 9.23.0 | |
nats | 56.1.0 | |
nfs-volume | 7.1.9 |
v7.1.9## Changes * Golang: Updated to v1.19.4 (#259) * Golang: Updated to v1.19.5 (#279) * Golang: Updated to v1.19.5 (#298) * Simplify submodule names (#278) ## Dependencies * **bosh-template:** Updated to v2.4.0. |
nginx-offline-buildpack | 1.2.1 |
1.2.1* Bump github.com/Dynatrace/libbuildpack-dynatrace from 1.5.1 to 1.5.2 (#186) * Updating github-config Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.22.1 | cflinuxfs3 | | nginx | 1.22.1 | cflinuxfs4 | | nginx | 1.23.3 | cflinuxfs3 | | nginx | 1.23.3 | cflinuxfs4 | | openresty | 1.13.6.2 | cflinuxfs3 | | openresty | 1.15.8.3 | cflinuxfs3 | | openresty | 1.17.8.2 | cflinuxfs3 | | openresty | 1.19.9.1 | cflinuxfs3 | | openresty | 1.19.9.1 | cflinuxfs4 | | openresty | 1.21.4.1 | cflinuxfs3 | | openresty | 1.21.4.1 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | nginx | 1.23.x | * Uncached buildpack SHA256: d181c97dfa97c652a33509a4fdf634efc5be33c67683d05fd5dbdc5c47aeabd5 * Uncached buildpack SHA256: 38aff00f0ff17ae1884fce4efc03913ccd5407af507a253b573ad045275d3220 |
nodejs-offline-buildpack | 1.8.6 | |
notifications | 62 | |
notifications-ui | 40 | |
php-offline-buildpack | 4.6.0 |
4.6.0* Add composer 2.5.4, remove composer 2.5.2 for stack(s) cflinuxfs4, cflinuxfs3 * Bump newrelic to 10.6.0.318 * Add appdynamics 23.2.0-684, remove appdynamics 22.12.1-677 for stack(s) cflinuxfs4, cflinuxfs3 * Add cflinuxfs4 stack support Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | appdynamics | 23.2.0-684 | cflinuxfs3, cflinuxfs4 | | | composer | 2.5.4 | cflinuxfs3, cflinuxfs4 | | | httpd | 2.4.55 | cflinuxfs3 | | | httpd | 2.4.55 | cflinuxfs4 | | | newrelic | 10.6.0.318 | cflinuxfs3, cflinuxfs4 | | | nginx | 1.22.1 | cflinuxfs3 | | | nginx | 1.22.1 | cflinuxfs4 | | | nginx | 1.23.3 | cflinuxfs3 | | | nginx | 1.23.3 | cflinuxfs4 | | | php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | python | 2.7.18 | cflinuxfs4 | | Default binary versions: | name | version | |-|-| | php | 8.1.16 | | httpd | 2.4.55 | | newrelic | 10.6.0.318 | | nginx | 1.23.3 | | composer | 2.5.4 | * Uncached buildpack SHA256: 2fdb877dd287ec73c3ae9f43a7fbcf9c725f6d3f6ded535358d8020224885d1a * Uncached buildpack SHA256: 9e7052e5e046d1e4e0cefa70f1862d1918d5a570509203ee2ff3d0f8c8359fb0 4.5.3* Add php 8.1.16, remove php 8.1.14 for stack(s) cflinuxfs4, cflinuxfs3 * Add php 8.2.3, remove php 8.2.1 for stack(s) cflinuxfs3, cflinuxfs4 * Add php 8.0.28, remove php 8.0.26 for stack(s) cflinuxfs3 Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | appdynamics | 22.12.1-677 | cflinuxfs3, cflinuxfs4 | | | composer | 2.5.2 | cflinuxfs3, cflinuxfs4 | | | httpd | 2.4.55 | cflinuxfs3 | | | httpd | 2.4.55 | cflinuxfs4 | | | newrelic | 9.20.0.310 | cflinuxfs3 | | | nginx | 1.22.1 | cflinuxfs3 | | | nginx | 1.22.1 | cflinuxfs4 | | | nginx | 1.23.3 | cflinuxfs3 | | | nginx | 1.23.3 | cflinuxfs4 | | | php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.0.28 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.16 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.3 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | Default binary versions: | name | version | |-|-| | php | 8.1.16 | | httpd | 2.4.55 | | newrelic | 9.20.0.310 | | nginx | 1.23.3 | | composer | 2.5.2 | * Uncached buildpack SHA256: 8a871fa365577df16af144fd407db7741f441d51ed82af19f74c841c1c9d243c |
push-apps-manager-release | 677.0.15 | |
push-offline-docs-release | 1.0.257 | |
push-usage-service-release | 674.0.30 | |
pxc | 1.0.7 | |
python-offline-buildpack | 1.8.7 |
1.8.7* Bump github.com/Dynatrace/libbuildpack-dynatrace to v1.5.2 (#701) Packaged binaries: | name | version | cf_stacks | |-|-|-| | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 | | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 | | miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 | | pip | 23.0 | cflinuxfs3, cflinuxfs4 | | pipenv | 2023.2.4 | cflinuxfs3 | | pipenv | 2023.2.4 | cflinuxfs4 | | python | 3.7.16 | cflinuxfs3 | | python | 3.7.16 | cflinuxfs4 | | python | 3.8.16 | cflinuxfs3 | | python | 3.8.16 | cflinuxfs4 | | python | 3.9.16 | cflinuxfs3 | | python | 3.9.16 | cflinuxfs4 | | python | 3.10.9 | cflinuxfs3 | | python | 3.10.9 | cflinuxfs4 | | python | 3.11.1 | cflinuxfs3 | | python | 3.11.1 | cflinuxfs4 | | setuptools | 67.1.0 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | python | 3.10.x | * Uncached buildpack SHA256: 24eb453c383476da9683905d2439fdd29c774689cb51580714f89d9ac558875b * Uncached buildpack SHA256: daaa857bc79eb56c3b39101b520a59d060f492318b1b99e58f98d0458d368c4f 1.8.6* Add special case for CFLAGS dir when using Python 3.7 (#703) * Update libbuildpack * Add pipenv 2023.2.4, remove pipenv 2022.12.19 (#694) for stack(s) cflinuxfs3, cflinuxfs4 (https://www.pivotaltracker.com/story/show/184394842) * Add setuptools 67.1.0, remove setuptools 67.0.0 (#691) for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/184372013) Packaged binaries: | name | version | cf_stacks | |-|-|-| | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 | | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 | | miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 | | pip | 23.0 | cflinuxfs3, cflinuxfs4 | | pipenv | 2023.2.4 | cflinuxfs3 | | pipenv | 2023.2.4 | cflinuxfs4 | | python | 3.7.16 | cflinuxfs3 | | python | 3.7.16 | cflinuxfs4 | | python | 3.8.16 | cflinuxfs3 | | python | 3.8.16 | cflinuxfs4 | | python | 3.9.16 | cflinuxfs3 | | python | 3.9.16 | cflinuxfs4 | | python | 3.10.9 | cflinuxfs3 | | python | 3.10.9 | cflinuxfs4 | | python | 3.11.1 | cflinuxfs3 | | python | 3.11.1 | cflinuxfs4 | | setuptools | 67.1.0 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | python | 3.10.x | * Uncached buildpack SHA256: 3d3452fd1bc7b353f6c592117057866aa7bab77f4801492575f2afdd92c17730 * Uncached buildpack SHA256: 18bedcabd2d61758f6bd76a6012ea4b6f015f0f248e07f0f95a0fdf2fd520cf7 1.8.5* Add setuptools 67.0.0, remove setuptools 66.1.0 for stack(s) cflinuxfs4, cflinuxfs3 * Add pip 23.0, remove pip 22.3.1 for stack(s) cflinuxfs4, cflinuxfs3 * Add setuptools 67.0.0, remove setuptools 65.6.3 for stack(s) cflinuxfs4, cflinuxfs3 * Add pipenv 2022.12.19, remove pipenv 2022.11.30 for stack(s) cflinuxfs4, cflinuxfs3 * Don't fall back to unvendored installs when vendored install fails (#638) Packaged binaries: | name | version | cf_stacks | |-|-|-| | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 | | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 | | miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 | | pip | 23.0 | cflinuxfs3, cflinuxfs4 | | pipenv | 2022.12.19 | cflinuxfs3 | | pipenv | 2022.12.19 | cflinuxfs4 | | python | 3.7.16 | cflinuxfs3 | | python | 3.7.16 | cflinuxfs4 | | python | 3.8.16 | cflinuxfs3 | | python | 3.8.16 | cflinuxfs4 | | python | 3.9.16 | cflinuxfs3 | | python | 3.9.16 | cflinuxfs4 | | python | 3.10.9 | cflinuxfs3 | | python | 3.10.9 | cflinuxfs4 | | python | 3.11.1 | cflinuxfs3 | | python | 3.11.1 | cflinuxfs4 | | setuptools | 67.0.0 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | python | 3.10.x | * Uncached buildpack SHA256: eca1a38041bb6af7dcfac536fae13727247ab0ec88d66d7cb4ba8e444e252d7a * Uncached buildpack SHA256: 90269d1cde16fd530786e7c6e9120799c69a41c6e9de32d94ba04266fba56416 |
r-offline-buildpack | 1.2.0 | |
routing | 0.259.0 |
v0.259.0## Changes - No changes from last version. - Fixing CI so that artifacts are generated correctly for github release. ## ✨ Built with go 1.20.1 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.258.0...v0.259.0 ## Resources - [Download release v0.259.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.259.0). v0.258.0## Changes - Update healthchecker to [0.4.0](https://github.com/cloudfoundry/healthchecker-release/releases/tag/v0.4.0) - Increase startup delay default to 30 seconds [PR](https://github.com/cloudfoundry/healthchecker-release/pull/2) - Upgrade golang to 1.20.1 ## Bosh Job Spec changes: ```diff diff --git a/jobs/acceptance_tests/spec b/jobs/acceptance_tests/spec index 65bf4c30..6a73b9ae 100644 --- a/jobs/acceptance_tests/spec +++ b/jobs/acceptance_tests/spec @@ -7,7 +7,7 @@ templates: bpm.yml.erb: config/bpm.yml packages: - - golang-1.19-linux + - golang-1.20-linux - acceptance_tests - rtr - cf-cli-6-linux diff --git a/jobs/smoke_tests/spec b/jobs/smoke_tests/spec index b16357ed..0426dc99 100644 --- a/jobs/smoke_tests/spec +++ b/jobs/smoke_tests/spec @@ -7,7 +7,7 @@ templates: bpm.yml.erb: config/bpm.yml packages: - - golang-1.19-linux + - golang-1.20-linux - acceptance_tests - cf-cli-6-linux ``` ## ✨ Built with go 1.20.1 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.257.0...v0.258.0 ## Resources - [Download release v0.258.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.258.0). v0.257.0## Changes - Bumped to build with golang 1.19.6 ## ✨ Built with go 1.19.6 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.256.0...v0.257.0 ## Resources - [Download release v0.257.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.257.0). |
ruby-offline-buildpack | 1.9.2 | |
silk | 3.23.0 | |
smb-volume | 3.1.10 |
v3.1.10## Changes * Backfill property tests for force_noserverino (#103) ## Dependencies * **smbbroker:** Updated to v`17e471d`. |
smoke-tests | 4.8.2 | |
staticfile-offline-buildpack | 1.6.0 |
1.6.0* Run dynatrace API fixture using cflinuxfs3 (until go bp is pubic available on cflinuxfs4) (#348) * Rebuild nginx 1.23.3 (#347) for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/184035115) * Rebuild nginx 1.22.1 (#346) for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/183579473) * Add support for cflinuxfs4 stack * Bump github.com/onsi/gomega from 1.27.0 to 1.27.1 Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.0 to 1.27.1. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) --- updated-dependencies: - dependency-name: github.com/onsi/gomega ... * Bump golang.org/x/net from 0.6.0 to 0.7.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) --- updated-dependencies: - dependency-name: golang.org/x/net ... * Updating github-config (#343 & #345) Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.22.1 | cflinuxfs3 | | nginx | 1.22.1 | cflinuxfs4 | | nginx | 1.23.3 | cflinuxfs3 | | nginx | 1.23.3 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | nginx | 1.23.x | * Uncached buildpack SHA256: d2e7f7b08b6500c9cb445fc69a47f35ca7dd97745da15377ee6350af3d2fb9db * Uncached buildpack SHA256: e76bd0cfac7b170889830b0139bae30b6335ec84258576ee43ddc36d3257f9d4 1.5.39* update libbuildpack-dynatrace to 1.5.2 * Bump github.com/onsi/gomega from 1.26.0 to 1.27.0 Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.22.1 | cflinuxfs3 | | nginx | 1.23.3 | cflinuxfs3 | Default binary versions: | name | version | |-|-| | nginx | 1.23.x | * Uncached buildpack SHA256: f2a894e0e2bca06ca77f2fb62a673dde86497ffd2246c40ea62ed2ec98bda772 1.5.38* Update libbuildpack * Updating github-config (#331) Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.22.1 | cflinuxfs3 | | nginx | 1.23.3 | cflinuxfs3 | Default binary versions: | name | version | |-|-| | nginx | 1.23.x | * Uncached buildpack SHA256: d5e09a925a64324fe955509f792005da50626e553f03f4025064a9f7d3a9dc14 |
statsd-injector | 1.11.28 |
v1.11.28* update to golang 1.20.1 **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.27...v1.11.28 v1.11.27## What's changed * update dependencies * Upgrade to go 1.20 by @rroberts2222 in https://github.com/cloudfoundry/statsd-injector-release/pull/70 **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.26...v1.11.27 v1.11.26- bump-golang to v0.114.0 for golang 1.19.4 - Bump github.com/onsi/gomega from 1.24.0 to 1.24.1 in /src - Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 in /src - Bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /src |
syslog | 12.1.3 |
v12.1.3* update golang to 1.20.1 **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.1.2...v12.1.3### v12.1.2## What's changed * update dependencies * upgrade to go 1.20 by @rroberts2222 in https://github.com/cloudfoundry/syslog-release/pull/118 **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.1.1...v12.1.2 |
system-metrics-scraper | 3.3.6 | |
uaa | 76.6.0 |
v76.6.0## What's changed ### Features * Bump to using server: https://github.com/cloudfoundry/uaa/releases/tag/v76.6.0 * Support new Content Security Policy configuration by @strehle in https://github.com/cloudfoundry/uaa-release/pull/515 * Support new Content Security Policy configuration by @jameshochadel in https://github.com/cloudfoundry/uaa-release/pull/514 ### Dependency bumps * Bump github.com/cloudfoundry/bosh-utils from 0.0.344 to 0.0.345 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/462 * Bump rspec-mocks from 3.12.0 to 3.12.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/463 * Bump rspec-expectations from 3.12.0 to 3.12.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/464 * Bump github.com/onsi/gomega from 1.24.1 to 1.24.2 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/465 * Bump github.com/cloudfoundry/bosh-utils from 0.0.345 to 0.0.346 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/469 * Bump racc from 1.6.1 to 1.6.2 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/470 * Bump mini_portile2 from 2.8.0 to 2.8.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/474 * Bump github.com/cloudfoundry/bosh-utils from 0.0.346 to 0.0.347 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/475 * Bump minitest from 5.16.3 to 5.17.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/477 * Bump github.com/cloudfoundry/bosh-utils from 0.0.347 to 0.0.348 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/482 * Bump rspec-expectations from 3.12.1 to 3.12.2 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/485 * Bump rspec-mocks from 3.12.1 to 3.12.2 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/483 * Bump pry from 0.14.1 to 0.14.2 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/484 * Bump github.com/cloudfoundry/bosh-utils from 0.0.348 to 0.0.349 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/486 * Bump bosh-template from 2.3.0 to 2.4.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/487 * Bump github.com/cloudfoundry/bosh-utils from 0.0.349 to 0.0.350 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/492 * Bump rspec-mocks from 3.12.2 to 3.12.3 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/493 * Bump github.com/onsi/gomega from 1.24.2 to 1.25.0 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/494 * Bump activesupport from 7.0.4 to 7.0.4.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/495 * Bump concurrent-ruby from 1.1.10 to 1.2.0 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/500 * Bump github.com/onsi/gomega from 1.25.0 to 1.26.0 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/499 * Bump activesupport from 7.0.4.1 to 7.0.4.2 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/501 * Bump github.com/cloudfoundry/bosh-utils from 0.0.350 to 0.0.351 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/508 * Bump tzinfo from 2.0.5 to 2.0.6 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/506 * Bump rspec-core from 3.12.0 to 3.12.1 by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/512 * Bump github.com/cloudfoundry/bosh-utils from 0.0.351 to 0.0.352 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/513 * Bump github.com/cloudfoundry/bosh-utils from 0.0.352 to 0.0.353 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/519 * Bump github.com/cloudfoundry/bosh-utils from 0.0.353 to 0.0.354 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/521 * Bump github.com/onsi/gomega from 1.26.0 to 1.27.0 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/522 * Bump golang.org/x/net from 0.6.0 to 0.7.0 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/523 * Bump github.com/cloudfoundry/bosh-utils from 0.0.354 to 0.0.355 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/527 * Bump github.com/onsi/gomega from 1.27.0 to 1.27.1 in /src/acceptance_tests by @dependabot in https://github.com/cloudfoundry/uaa-release/pull/528 ## New Contributors * @jameshochadel made their first contribution in https://github.com/cloudfoundry/uaa-release/pull/514 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.5.0...v76.6.0 v76.5.0## What's changed * Update to [UAA v76.5.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.5.0) * Upgrade Tomcat to version 9.0.70 * Bump github.com/cloudfoundry/bosh-utils from 0.0.342 to 0.0.343 in /src/acceptance_tests https://github.com/cloudfoundry/uaa-release/pull/452 * Bump racc from 1.6.0 to 1.6.1 https://github.com/cloudfoundry/uaa-release/pull/455 * Bump github.com/cloudfoundry/bosh-utils from 0.0.343 to 0.0.344 in /src/acceptance_tests https://github.com/cloudfoundry/uaa-release/pull/456 * Bump nokogiri from 1.13.9 to 1.13.10 https://github.com/cloudfoundry/uaa-release/pull/458 **Full Changelog**: https://github.com/cloudfoundry/uaa-release/compare/v76.4.0...v76.5.0 |
Release Date: 02/28/2023
usage_events
queries on MySQL81.18.61
1.1.2
1.1.21
1.146.0
249.1.2
3.22.0
0.352.0
0.64.0
2.12.19
2.4.8
1.23.0
1.10.4
2.12.6
6.5.8
2.1.2
3.2.7
56.1.0
1.2.0
1.8.6
4.5.2
1.0.167
1.2.0
0.256.0
1.9.2
3.22.0
3.1.9
3.3.6
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.83 | |
backup-and-restore-sdk | 1.18.61 |
v1.18.61## Changes * Bump mysql from 5.7.39 to 5.7.40 (#849) * Bump ncurses from 6.3 to 6.4 (#847) * Download gnu-keyring on every execution (#840) * Fix gpg verify command (#846) * Golang: Updated to v1.19.5 (#834) * Update autobump-ncurses.sh (#839) ## Dependencies * **aws-sdk-go:** Updated to v1.44.180. |
binary-offline-buildpack | 1.1.2 |
1.1.2* Update libbuildpack * Updating github-config * Bump github.com/onsi/gomega from 1.25.0 to 1.26.0 * Uncached buildpack SHA256: bf9e70d06ccacf2086a942bce347ef8f30bafc4a5a09875044a8cb41817a240e * Uncached buildpack SHA256: c92b3c994e8cfb97d80acd598685155a9ff3ac53903722e42aa5d8fb11686d5a * Uncached buildpack SHA256: b8e510b406c92f27ec9520737dfbea429641200d3781b54572551c251ec0136d * Uncached buildpack SHA256: 011c2255794a5f1ecb132ff477ffd41ddaba070558895321c508cfdddd3578f0 |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.1.21 | |
capi | 1.146.0 | |
cf-autoscaling | 249.1.2 |
v249.1.2## What's changed * update dependencies * Upgrade to go 1.20.1 |
cf-cli | 1.41.0 | |
cf-networking | 3.22.0 | |
cflinuxfs3 | 0.352.0 | |
cflinuxfs4 | 0.64.0 | |
credhub | 2.12.19 |
2.12.19Security Fixes Bump various dependencies ## What's changed * Feat: Add github actions to job specs by @peterhaochen47 in https://github.com/pivotal/credhub-release/pull/93 * Build(deps): Bump rspec-expectations from 3.12.0 to 3.12.1 in /spec by @peterhaochen47 in https://github.com/pivotal/credhub-release/pull/94 * Feat: Add github actions to run lint by @peterhaochen47 in https://github.com/pivotal/credhub-release/pull/95 * Build(deps): Bump parser from 3.1.3.0 to 3.2.0.0 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/99 * Build(deps): Bump rspec-expectations from 3.12.1 to 3.12.2 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/100 * Build(deps): Bump rspec-mocks from 3.12.1 to 3.12.2 in /spec by @dependabot in https://github.com/pivotal/credhub-release/pull/101 **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.18...2.12.19 2.12.18### Security Fixes - Bump various dependencies 2.12.17### Security Fixes - Bump various dependencies 2.12.16## Bug Fixes * Fixes #74 (a known issue in CredHub release `2.12.4` and `2.12.5` where CredHub fails to connect to [postgres-release](https://github.com/cloudfoundry/postgres-release), and possibly other postgres servers, due to TLS handshake errors) by reverting the Java version bump to `jre8u352` in `2.12.4`. This bump goes live once the postgres TLS issue is addressed. * Fixes #71 where CredHub fails when deployed with a FIPS-enabled Bionic Stemcell. ## Security Fixes - Bump various dependencies ## New Contributors * @xandroc made their first contribution in https://github.com/pivotal/credhub-release/pull/75 **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.15...2.12.16 2.12.15## Security Fixes - [bump dependency-check-gradle from 7.3.0 to 7.3.2](https://github.com/cloudfoundry/credhub/commit/164f3803d661bbf3684f22f66ec696688d9e4322) - [bump grpcVersion from 1.50.2 to 1.51.0](https://github.com/cloudfoundry/credhub/commit/ee931e16e5be76b9c485cfde915962dc6bb644e5) - [bump: springRestDocsVersion from 2.0.6 to 2.0.7](https://github.com/cloudfoundry/credhub/commit/c8b47a94870d8b86a65dd8d39fc24ced0608b752) ## Known issues - This release breaks compatibility with [postgres-release](https://github.com/cloudfoundry/postgres-release) (and possibly more postgres server) with a TLS handshake error. Do not use this release if you are using postgres. The fix is underway. **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.14...2.12.15 2.12.14## Security Fixes - Bump various dependencies ## What's changed * Update Java 1.8 to jre8u352 ## Known issues - This release breaks compatibility with [postgres-release](https://github.com/cloudfoundry/postgres-release) (and possibly more postgres server) with a TLS handshake error. Do not use this release if you are using postgres. The fix is underway. **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.13...2.12.14 2.12.13### Security Fixes - Bump various dependencies ## What's changed * Improve pre-start script error log in https://github.com/pivotal/credhub-release/pull/72 **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.12...2.12.13 2.12.12### Fixes - Handles Postgres queries when there are more than 65535 certificates that the user has permission to access. ### Security Fixes - Bump various dependencies **Full Changelog**: https://github.com/pivotal/credhub-release/compare/2.12.11...2.12.12 2.12.11### Security Fixes - Bump various dependencies 2.12.10### Security Fixes - Bump various dependencies - Bump Spring Boot from 2.7.3 to 2.7.4 2.12.9### Security Fixes - Bump various dependencies ### Enhancements - Improve Find a Credential by Name-Like query performance |
diego | 2.71.0 | |
dotnet-core-offline-buildpack | 2.4.8 |
2.4.8* Add dotnet-runtime 6.0.14, remove dotnet-runtime 6.0.13 (#748) * Add dotnet-aspnetcore 6.0.14, remove dotnet-aspnetcore 6.0.13 (#747) * Add dotnet-runtime 7.0.3, remove dotnet-runtime 7.0.2 (#746) * Add dotnet-aspnetcore 7.0.3, remove dotnet-aspnetcore 7.0.2 (#745) * Add dotnet-sdk 7.0.200, remove dotnet-sdk 7.0.102 (#744) * Add dotnet-sdk 6.0.406, remove dotnet-sdk 6.0.405 (#742) * Add node 18.14.2, remove node 18.14.0 (#743) for stack(s) cflinuxfs3, cflinuxfs4 (https://www.pivotaltracker.com/story/show/184532347) * update libbuildpack-dynatrace (#691) * Removes compatibility table that only exists for brats tests and replaces it with simpler logic Packaged binaries: | name | version | cf_stacks | |-|-|-| | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 6.0.14 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 7.0.3 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 6.0.14 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 7.0.3 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 6.0.406 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 7.0.200 | cflinuxfs3, cflinuxfs4 | | libgdiplus | 6.1 | cflinuxfs3 | | libgdiplus | 6.1 | cflinuxfs4 | | libunwind | 1.6.2 | cflinuxfs3 | | libunwind | 1.6.2 | cflinuxfs4 | | node | 18.14.2 | cflinuxfs3 | | node | 18.14.2 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | dotnet-runtime | 6.0.x | | dotnet-aspnetcore | 6.0.x | | dotnet-sdk | 6.0.x | | bower | 1.8.x | * Uncached buildpack SHA256: b08e323198ab104d7c906820e97c1365a37a7c99e7546e0bfb4c19517860f5ed * Uncached buildpack SHA256: be2a1d9e6a9dcd9759cc3c9bafde45ec79f1533fb92f328d259d7b2e044bdc9d 2.4.7* Add node 18.14.0, remove node 18.13.0 for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/184393261) Packaged binaries: | name | version | cf_stacks | |-|-|-| | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 6.0.13 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 7.0.2 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 6.0.13 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 7.0.2 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 6.0.405 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 7.0.102 | cflinuxfs3, cflinuxfs4 | | libgdiplus | 6.1 | cflinuxfs3 | | libgdiplus | 6.1 | cflinuxfs4 | | libunwind | 1.6.2 | cflinuxfs3 | | libunwind | 1.6.2 | cflinuxfs4 | | node | 18.14.0 | cflinuxfs3 | | node | 18.14.0 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | dotnet-runtime | 6.0.x | | dotnet-aspnetcore | 6.0.x | | dotnet-sdk | 6.0.x | | bower | 1.8.x | * Uncached buildpack SHA256: 3e358562aea02c009a323c2764a93b69b2d6cbbb7509284e578272a19e3e27fa * Uncached buildpack SHA256: 58b211da1c57e091e382cbba889a4dac650de6a2d9d463921af1fae12dfb8acd |
garden-runc | 1.23.0 | |
go-offline-buildpack | 1.10.4 |
1.10.4* Update libbuildpack Packaged binaries: | name | version | cf_stacks | |-|-|-| | dep | 0.5.4 | cflinuxfs3 | | dep | 0.5.4 | cflinuxfs4 | | glide | 0.13.3 | cflinuxfs3 | | glide | 0.13.3 | cflinuxfs4 | | go | 1.18.10 | cflinuxfs3 | | go | 1.18.10 | cflinuxfs4 | | go | 1.19.5 | cflinuxfs3 | | go | 1.19.5 | cflinuxfs4 | | godep | 80 | cflinuxfs3 | | godep | 80 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | go | 1.18.x | * Uncached buildpack SHA256: 56fac929ff6dcdb164233d2e945beb2525ef48a91c60f85dec991ebe92443b1b * Uncached buildpack SHA256: 3648319f545e416a6b7dc552cff8e8711901ab31271eee811a9269e0497b186f |
java-offline-buildpack | 4.54 | |
log-cache | 2.12.6 |
v2.12.6* update to golang 1.20.1 **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v2.12.5...v2.12.6 v2.12.5## What's changed * update dependencies * Update to go 1.20 by @rroberts2222 in https://github.com/cloudfoundry/log-cache-release/pull/162 **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v2.12.4...v2.12.5 |
loggregator | 106.7.5 | |
loggregator-agent | 6.5.8 |
v6.5.8## What's changed * update dependencies * Upgrade to go 1.20.1 by @rroberts2222 in https://github.com/cloudfoundry/loggregator-agent-release/pull/224 **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.7...v6.5.8 |
mapfs | 1.2.12 | |
metric-registrar | 2.1.2 |
v2.1.2## What's changed * update to golang 1.20.1 * update dependencies |
metrics-discovery | 3.2.7 |
v3.2.7* update golang to 1.20.1 **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.6...v3.2.7### v3.2.6## What's changed * Upgrade to go 1.20 by @rroberts2222 in https://github.com/cloudfoundry/metrics-discovery-release/pull/104 **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.5...v3.2.6 v3.2.5## What's changed * Update dependencies * Expire individual metrics by @rroberts2222 in https://github.com/cloudfoundry/metrics-discovery-release/pull/103 **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.4...v3.2.5 |
mysql-monitoring | 9.23.0 | |
nats | 56.1.0 | |
nfs-volume | 7.1.8 | |
nginx-offline-buildpack | 1.2.0 |
1.2.0* Add support for cflinuxfs4 stack Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.22.1 | cflinuxfs3 | | nginx | 1.22.1 | cflinuxfs4 | | nginx | 1.23.3 | cflinuxfs3 | | nginx | 1.23.3 | cflinuxfs4 | | openresty | 1.13.6.2 | cflinuxfs3 | | openresty | 1.15.8.3 | cflinuxfs3 | | openresty | 1.17.8.2 | cflinuxfs3 | | openresty | 1.19.9.1 | cflinuxfs3 | | openresty | 1.19.9.1 | cflinuxfs4 | | openresty | 1.21.4.1 | cflinuxfs3 | | openresty | 1.21.4.1 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | nginx | 1.23.x | * Uncached buildpack SHA256: ab7cd71dc8ff38fdb93558b7536ca03e41baf191fe72e1980f43d61a82378dc8 * Uncached buildpack SHA256: 1ba096283d893a6040b3733cac0e90f1f87f6de0593b3f01a81183725aeab08a |
nodejs-offline-buildpack | 1.8.6 |
1.8.6* Add node 18.14.1, remove node 18.12.1 for stack(s) cflinuxfs4, cflinuxfs3 * Add node 16.19.1, remove node 16.18.1 for stack(s) cflinuxfs3, cflinuxfs4 * Add node 14.21.3, remove node 14.21.1 for stack(s) cflinuxfs3, cflinuxfs4 * Update Node 16.x deprecation date (Nodejs update on SSL deprecation) [ref](https://nodejs.org/en/blog/vulnerability/february-2023-security-releases/) Packaged binaries: | name | version | cf_stacks | |-|-|-| | node | 14.21.2 | cflinuxfs3 | | node | 14.21.2 | cflinuxfs4 | | node | 14.21.3 | cflinuxfs3 | | node | 14.21.3 | cflinuxfs4 | | node | 16.19.0 | cflinuxfs3 | | node | 16.19.0 | cflinuxfs4 | | node | 16.19.1 | cflinuxfs3 | | node | 16.19.1 | cflinuxfs4 | | node | 18.13.0 | cflinuxfs3 | | node | 18.13.0 | cflinuxfs4 | | node | 18.14.1 | cflinuxfs3 | | node | 18.14.1 | cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | node | 18.x | * Uncached buildpack SHA256: e8f42ddddcf355c9b37597944b498cf33f624d59852ba686a97a774e881a424b * Uncached buildpack SHA256: c6bee0e5213870daaa2e3c2db51e2a3bf56b14bf2014c72b8cb524432d31a642 |
notifications | 62 | |
notifications-ui | 40 | |
php-offline-buildpack | 4.5.2 |
4.5.2* Update buildpack-packager to 2.3.22 * Update php default to latest 8.1.x version (#807) * Updating version for php for 8.2.X (#805) * Add php 8.2.2 for stack(s) cflinuxfs3, cflinuxfs4 (https://www.pivotaltracker.com/story/show/184381976) * Add php 8.1.15, remove php 8.1.13 for stack(s) cflinuxfs3, cflinuxfs4 (https://www.pivotaltracker.com/story/show/184388841) * Add nginx 1.22.1, remove nginx 1.22.0 for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/183579473) * Add composer 2.5.2, remove composer 2.5.1 for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/184394919) Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | appdynamics | 22.12.1-677 | cflinuxfs3, cflinuxfs4 | | | composer | 2.5.2 | cflinuxfs3, cflinuxfs4 | | | httpd | 2.4.55 | cflinuxfs3 | | | httpd | 2.4.55 | cflinuxfs4 | | | newrelic | 9.20.0.310 | cflinuxfs3 | | | nginx | 1.22.1 | cflinuxfs3 | | | nginx | 1.22.1 | cflinuxfs4 | | | nginx | 1.23.3 | cflinuxfs3 | | | nginx | 1.23.3 | cflinuxfs4 | | | php | 8.0.26 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.0.27 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.14 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.14 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.15 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.2.1 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.1 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | | php | 8.2.2 | cflinuxfs4 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaml, zip, zlib | Default binary versions: | name | version | |-|-| | php | 8.1.14 | | httpd | 2.4.55 | | newrelic | 9.20.0.310 | | nginx | 1.23.3 | | composer | 2.5.2 | * Uncached buildpack SHA256: 17c3a0b8f2fb84b8e473e67168e138c2537ceb9b1abc66497704d00589d9f725 |
push-apps-manager-release | 677.0.14 | |
push-offline-docs-release | 1.0.167 | |
push-usage-service-release | 674.0.30 | |
pxc | 1.0.7 | |
python-offline-buildpack | 1.8.4 | |
r-offline-buildpack | 1.2.0 |
1.2.0* Add cflinuxfs4 stack support for R 4.2.X * Rebuild r 4.2.1 for stack(s) cflinuxfs3, cflinuxfs4 with dependencies for stack cflinuxfs3: forecast 8.18, plumber 1.2.1, rserve 1.8.10, shiny 1.7.3 with dependencies for stack cflinuxfs4: forecast 8.18, plumber 1.2.1, rserve 1.8.10, shiny 1.7.3 * Rebuild r 4.2.2 for stack(s) cflinuxfs4, cflinuxfs3 with dependencies for stack cflinuxfs4: forecast 8.20, plumber 1.2.1, rserve 1.8.11, shiny 1.7.4 with dependencies for stack cflinuxfs3: forecast 8.20, plumber 1.2.1, rserve 1.8.11, shiny 1.7.4 (https://www.pivotaltracker.com/story/show/184170168) Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | r | 3.6.2 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.1 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.1 | cflinuxfs4 | forecast, plumber, rserve, shiny | | r | 4.2.2 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.2 | cflinuxfs4 | forecast, plumber, rserve, shiny | * Uncached buildpack SHA256: c0f65e6cc63b505c497fa3f4f12df7707570535082796cec43c01b825a630755 * Uncached buildpack SHA256: bf3db369196f4a562e75d5cdb760f5a41a6fcc3d5100968804d45b4cd8e8c7f4 |
routing | 0.256.0 |
v0.256.0## Changes - Update healthchecker in release to stable version ## ✨ Built with go 1.19.5 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.255.0...v0.256.0 ## Resources - [Download release v0.256.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/routing-release?version=0.256.0). |
ruby-offline-buildpack | 1.9.2 |
1.9.2* Add node 18.14.0, remove node 18.13.0 for stack(s) cflinuxfs3, cflinuxfs4 (https://www.pivotaltracker.com/story/show/184393261) * Add jruby 9.4.1.0, remove jruby 9.4.0.0 for stack(s) cflinuxfs3, cflinuxfs4 (https://www.pivotaltracker.com/story/show/184417188) * Add jruby 9.3.10.0, remove jruby 9.3.9.0 for stack(s) cflinuxfs3, cflinuxfs4 (https://www.pivotaltracker.com/story/show/184375182) * Add rubygems 3.4.6, remove rubygems 3.4.4 (#703) for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/184361007) * Add bundler 2.4.6, remove bundler 2.4.4 (#702) for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/184360955) Packaged binaries: | name | version | cf_stacks | |-|-|-| | bundler | 2.4.6 | cflinuxfs3, cflinuxfs4 | | jruby | 9.3.10.0 | cflinuxfs3 | | jruby | 9.3.10.0 | cflinuxfs4 | | jruby | 9.4.1.0 | cflinuxfs3 | | jruby | 9.4.1.0 | cflinuxfs4 | | node | 18.14.0 | cflinuxfs3 | | node | 18.14.0 | cflinuxfs4 | | openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 | | ruby | 2.7.6 | cflinuxfs3 | | ruby | 2.7.7 | cflinuxfs3 | | ruby | 3.0.4 | cflinuxfs3 | | ruby | 3.0.5 | cflinuxfs3 | | ruby | 3.1.2 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs4 | | ruby | 3.2.0 | cflinuxfs3 | | ruby | 3.2.0 | cflinuxfs4 | | rubygems | 3.4.6 | cflinuxfs3, cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | ruby | 3.1.x | * Uncached buildpack SHA256: c6ec574f34b409fde8a42562c478695c53677d2fcbd9fb3a45de8e12022da3f9 * Uncached buildpack SHA256: 02f519cd7818d2e268fb2356f207fb08cdd42b7373da54ad0219ef292ad69c93 |
silk | 3.22.0 | |
smb-volume | 3.1.9 |
v3.1.9## Changes * Add force_noserverino property in smbdriver job (#102) ## Dependencies * **bosh-template:** Updated to v2.4.0. v3.1.8## Dependencies * **smbdriver:** Updated to v`6cc617a`. v3.1.7## Changes * Golang: Updated to v1.19.4 (#76) ## Dependencies * **rspec:** Updated to v3.12.0. |
smoke-tests | 4.8.2 | |
staticfile-offline-buildpack | 1.5.36 | |
statsd-injector | 1.11.25 | |
syslog | 12.1.1 | |
system-metrics-scraper | 3.3.6 |
v3.3.6* update to golang 1.20.1 **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.5...v3.3.6 v3.3.5## What's changed * update dependencies * Upgrade to go 1.20 by @rroberts2222 in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/96 **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.4...v3.3.5 |
uaa | 76.4.0 |
Release Date: 02/09/2023
sh
binary in the docker image to run properly.1.144.0
4.54
6.5.7
2.1.1
677.0.14
674.0.30
0.255.0
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.80 | |
backup-and-restore-sdk | 1.18.60 | |
binary-offline-buildpack | 1.1.0 | |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.1.19 | |
capi | 1.144.0 | |
cf-autoscaling | 249.1.1 | |
cf-cli | 1.41.0 | |
cf-networking | 3.19.0 | |
cflinuxfs3 | 0.321.0 | |
cflinuxfs4 | 0.28.0 | |
credhub | 2.12.8 | |
diego | 2.71.0 | |
dotnet-core-offline-buildpack | 2.4.5 | |
garden-runc | 1.22.9 | |
go-offline-buildpack | 1.10.2 | |
java-offline-buildpack | 4.54 |
4.54I'm pleased to announce the release of the java-buildpack, version 4.54. It primarily includes new OpenJDK versions, which are based on the Oracle Java Quarterly Updates for Jan 2023. This release includes the following: * A fix for offline packaging for the cflinuxfs4/jammy platform (#986 ) * Support for SPlunk Otel Java Framework (#968) * A change to use the default-repository-root URI for the Apache Skywalking Framework (#983) For a more detailed look at the changes in 4.54, please take a look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.53...v4.54). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release. | Dependency | Version | CVEs | Release Notes | | ---------- | ------- | ---- | ------------- | | AppDynamics Agent | `22.9.2_34409` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) | | Azure Application Insights Agent | `2.6.4` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) | | CA Introscope APM Framework | `22.11.0_11` | | | | Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above | | Container Security Provider | `1.19.0_RELEASE` |Included inline above | Included inline above | | Contrast Security Agent | `3.18.1` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) | | Datadog APM Javaagent | `1.5.0` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) | | Elastic APM Agent | `1.35.0` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) | | Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) | | Geode Tomcat Session Store | `1.12.5` | | | | Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) | | Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) | | Groovy | `2.5.20` | | [Release Notes](http://www.groovy-lang.org/releases.html) | | JaCoCo Agent | `0.8.8` | | [Release Notes](https://github.com/jacoco/jacoco/releases) | | Java Memory Assistant Agent | `0.5.0` | | | | Java Memory Assistant Clean Up | `0.1.0` | | | | JProfiler Profiler | `12.0.4` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) | | JRebel Agent | `2022.4.2` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) | | jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above | | MariaDB JDBC Driver | `2.7.2` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-274-release-notes/) | | Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above | | Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above | | New Relic Agent | `7.11.1` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) | | OpenJDK JRE 11 | `11.0.18_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.18/) | | OpenJDK JRE 17 | `17.0.6_10` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.6/) | | OpenJDK JRE 8 | `1.8.0_362` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u362/) | | PostgreSQL JDBC Driver | `42.5.1` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) | | Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above | | Riverbed Appinternals Agent | `11.8.5_BL527` | | | | SeaLights Agent | `4.0.2204` | | | | SkyWalking | `8.9.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) | | Splunk OpenTelemetry Java Agent | `1.20.0` | | [Release Notes](https://github.com/signalfx/splunk-otel-java/releases) | | Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above | | Spring Boot CLI | `2.7.8` | | | | Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above | | Tomcat | `9.0.71` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) | | Tomcat Access Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Lifecycle Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | Tomcat Logging Support | `3.4.0_RELEASE` |Included inline above | Included inline above | | YourKit Profiler | `2022.9.177` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) | |
log-cache | 2.12.4 | |
loggregator | 106.7.5 | |
loggregator-agent | 6.5.7 |
v6.5.7## What's changed * Sanitize ProcID in syslog messages so messages with utf-8 in the source_type are not dropped by @Benjamintf1 in https://github.com/cloudfoundry/loggregator-agent-release/pull/202 * Update dependencies **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.6...v6.5.7 |
mapfs | 1.2.12 | |
metric-registrar | 2.1.1 |
v2.1.1## What's changed * Bump dependencies **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v2.1.0...v2.1.1 |
metrics-discovery | 3.2.4 | |
mysql-monitoring | 9.23.0 | |
nats | 56 | |
nfs-volume | 7.1.8 | |
nginx-offline-buildpack | 1.1.45 | |
nodejs-offline-buildpack | 1.8.4 | |
notifications | 62 | |
notifications-ui | 40 | |
php-offline-buildpack | 4.5.0 | |
push-apps-manager-release | 677.0.14 | |
push-offline-docs-release | 1.0.94 | |
push-usage-service-release | 674.0.30 |
v674.0.30## Dependencies * **app-usage-service:** Updated to v`c107e47`. |
pxc | 1.0.7 | |
python-offline-buildpack | 1.8.4 | |
r-offline-buildpack | 1.1.36 | |
routing | 0.255.0 |
v0.255.0[Upgrade healthchecker in release](https://github.com/cloudfoundry/routing-release/commit/ddb43e9e746b009d0ea6e6cf8cf8e7eb059ffafc). In order to limit the scope of packages brought in with the introduction of http healthchecker, we migrated the healthchecker package out of cf-networking-helpers into its own release. **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.254.0...v0.255.0 ✨ Built with go 1.19.5 |
ruby-offline-buildpack | 1.9.0 | |
silk | 3.19.0 | |
smb-volume | 3.1.6 | |
smoke-tests | 4.8.2 | |
staticfile-offline-buildpack | 1.5.36 | |
statsd-injector | 1.11.25 | |
syslog | 12.1.1 | |
system-metrics-scraper | 3.3.4 | |
uaa | 76.4.0 |
Release Date: 01/30/2023
3.19.0
1.22.9
56
3.19.0
Component | Version |
---|---|
ubuntu-jammy stemcell | 1.75 |
backup-and-restore-sdk | 1.18.60 |
binary-offline-buildpack | 1.1.0 |
bosh-dns-aliases | 0.0.4 |
bpm | 1.1.19 |
capi | 1.143.0 |
cf-autoscaling | 249.1.1 |
cf-cli | 1.41.0 |
cf-networking | 3.19.0 |
cflinuxfs3 | 0.321.0 |
cflinuxfs4 | 0.28.0 |
credhub | 2.12.8 |
diego | 2.71.0 |
dotnet-core-offline-buildpack | 2.4.5 |
garden-runc | 1.22.9 |
go-offline-buildpack | 1.10.2 |
java-offline-buildpack | 4.53 |
log-cache | 2.12.4 |
loggregator | 106.7.5 |
loggregator-agent | 6.5.6 |
mapfs | 1.2.12 |
metric-registrar | 2.1.0 |
metrics-discovery | 3.2.4 |
mysql-monitoring | 9.23.0 |
nats | 56 |
nfs-volume | 7.1.8 |
nginx-offline-buildpack | 1.1.45 |
nodejs-offline-buildpack | 1.8.4 |
notifications | 62 |
notifications-ui | 40 |
php-offline-buildpack | 4.5.0 |
push-apps-manager-release | 677.0.13 |
push-offline-docs-release | 1.0.94 |
push-usage-service-release | 674.0.29 |
pxc | 1.0.7 |
python-offline-buildpack | 1.8.4 |
r-offline-buildpack | 1.1.36 |
routing | 0.254.0 |
ruby-offline-buildpack | 1.9.0 |
silk | 3.19.0 |
smb-volume | 3.1.6 |
smoke-tests | 4.8.2 |
staticfile-offline-buildpack | 1.5.36 |
statsd-injector | 1.11.25 |
syslog | 12.1.1 |
system-metrics-scraper | 3.3.4 |
uaa | 76.4.0 |
Release Date: 01/16/2023
1.18.60
1.143.0
249.1.1
3.18.0
2.71.0
2.4.5
1.22.7
6.5.6
2.1.0
55
1.8.4
4.5.0
1.0.7
1.8.4
1.1.36
0.254.0
1.9.0
3.18.0
4.8.2
1.5.36
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.75 | |
backup-and-restore-sdk | 1.18.60 |
v1.18.60## Changes * Support postgres 15 (#785) * Update vendored package golang-1-linux (#800) * chore: remove usage of ioutil (#809) ## Dependencies * **storage:** Updated to v1.28.1. v1.18.59## Changes * Bump mariadb from 10.6.10 to 10.6.11 (#778) ## Dependencies * **aws-sdk-go:** Updated to v1.44.150. |
binary-offline-buildpack | 1.1.0 | |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.1.19 | |
capi | 1.143.0 | |
cf-autoscaling | 249.1.1 |
v249.1.1## What's changed * Bump golang to 1.19.5 * Bump `org.apache.tomcat.embed:tomcat-embed-websocket` to 9.0.70 to address [CVE-2022-45143](https://nvd.nist.gov/vuln/detail/CVE-2022-45143) **Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.1.0...v249.1.1 v249.1.0* update dependencies. * add cflinux stack as a bosh property |
cf-cli | 1.41.0 | |
cf-networking | 3.18.0 | |
cflinuxfs3 | 0.321.0 | |
cflinuxfs4 | 0.28.0 | |
credhub | 2.12.8 | |
diego | 2.71.0 | |
dotnet-core-offline-buildpack | 2.4.5 |
2.4.5* Deprecate .Net (aspnetcore, runtime and sdk) 3.x * Add dotnet-aspnetcore 6.0.12, remove dotnet-aspnetcore 6.0.11 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-runtime 6.0.12, remove dotnet-runtime 6.0.11 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-sdk 6.0.404, remove dotnet-sdk 6.0.403 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-aspnetcore 7.0.1, remove dotnet-aspnetcore 7.0.0 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-runtime 7.0.1, remove dotnet-runtime 7.0.0 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-sdk 7.0.101, remove dotnet-sdk 7.0.100 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 6.0.12 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 7.0.1 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 6.0.12 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 7.0.1 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 6.0.404 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 7.0.101 | cflinuxfs3, cflinuxfs4 | | libgdiplus | 6.1 | cflinuxfs3 | | libgdiplus | 6.1 | cflinuxfs4 | | libunwind | 1.6.2 | cflinuxfs3 | | libunwind | 1.6.2 | cflinuxfs4 | | node | 18.12.1 | cflinuxfs3 | | node | 18.12.1 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | dotnet-runtime | 6.0.x | | dotnet-aspnetcore | 6.0.x | | dotnet-sdk | 6.0.x | | bower | 1.8.x | * Uncached buildpack SHA256: a5a6b1c0e919042835e7e1a2a444608c67023a5c675947171dfcbac4ed909fc5 * Uncached buildpack SHA256: 3da2519e1db72575729d450dc0609dd58b219e381265ce2eb139a08183ca249d |
garden-runc | 1.22.7 | |
go-offline-buildpack | 1.10.2 | |
java-offline-buildpack | 4.53 | |
log-cache | 2.12.4 | |
loggregator | 106.7.5 | |
loggregator-agent | 6.5.6 |
v6.5.6## What's changed * fix scraping with non-positive intervals to preserve non-scraping behavior by @Benjamintf1 in https://github.com/cloudfoundry/loggregator-agent-release/pull/174 * updated some dependencies. **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.5...v6.5.6 |
mapfs | 1.2.12 | |
metric-registrar | 2.1.0 |
v2.1.0## What's changed * update dependencies * add cflinux stack as a bosh property v2.0.1- bump-golang to v0.114.0 for golang 1.19.4 - Bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /src - Bump github.com/onsi/gomega from 1.24.0 to 1.24.1 in /src/tools - remove unneeded appinfo getter (#91) v2.0.0## What's changed * Add property to correctly handle nsxt/ncp when turned on * Add a property to allow setting a maximum number of metrics per instance * Fix bug: Rolling deploys no longer causes metrics to stop scraping for secure endpoints. |
metrics-discovery | 3.2.4 | |
mysql-monitoring | 9.23.0 | |
nats | 55 | |
nfs-volume | 7.1.8 | |
nginx-offline-buildpack | 1.1.45 | |
nodejs-offline-buildpack | 1.8.4 |
1.8.4* Bumps default node version to 18 Packaged binaries: | name | version | cf_stacks | |-|-|-| | node | 14.20.1 | cflinuxfs3 | | node | 14.20.1 | cflinuxfs4 | | node | 14.21.1 | cflinuxfs3 | | node | 14.21.1 | cflinuxfs4 | | node | 16.18.0 | cflinuxfs3 | | node | 16.18.0 | cflinuxfs4 | | node | 16.18.1 | cflinuxfs3 | | node | 16.18.1 | cflinuxfs4 | | node | 18.10.0 | cflinuxfs3 | | node | 18.10.0 | cflinuxfs4 | | node | 18.12.1 | cflinuxfs3 | | node | 18.12.1 | cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | node | 18.x | * Uncached buildpack SHA256: 1f18bab4acde32b9d919a938e863492a5bda090ac200a54aba68cb429f308423 * Uncached buildpack SHA256: 7d1371c250ab2af98b0be2375f6e578a6fb1790c432ca6d6b64ed0465cf84a6e |
notifications | 62 | |
notifications-ui | 40 | |
php-offline-buildpack | 4.5.0 |
4.5.0* Deprecate PHP 7.4.x * Remove CAAPM Agent not supported by PHP 8 (https://github.com/cloudfoundry/php-buildpack/issues/746) * Update default PHP Version to 8.1.13 * Add appdynamics 22.12.0-667, remove appdynamics 22.10.0-627 for stack(s) cflinuxfs3 * Add nginx 1.23.3, remove nginx 1.23.2 for stack(s) cflinuxfs3 * Add php 8.0.26, remove php 8.0.24 for stack(s) cflinuxfs3 * Add php 8.1.13, remove php 8.1.11 for stack(s) cflinuxfs3 Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | appdynamics | 22.12.0-667 | cflinuxfs3 | | | composer | 2.4.4 | cflinuxfs3 | | | httpd | 2.4.54 | cflinuxfs3 | | | newrelic | 9.20.0.310 | cflinuxfs3 | | | nginx | 1.22.0 | cflinuxfs3 | | | nginx | 1.23.3 | cflinuxfs3 | | | php | 8.0.25 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.0.26 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.12 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.13 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | Default binary versions: | name | version | |-|-| | php | 8.1.13 | | httpd | 2.4.54 | | newrelic | 9.20.0.310 | | nginx | 1.23.3 | | composer | 2.4.4 | * Uncached buildpack SHA256: a6fe40a80c5c3da8f9cb43127981b12150d0868437b3e2a3cd300b588c1dacd8 |
push-apps-manager-release | 677.0.13 | |
push-offline-docs-release | 1.0.94 | |
push-usage-service-release | 674.0.29 | |
pxc | 1.0.7 |
v1.0.7**Important** pxc-release v1.0 is a major database upgrade from Percona XtraDB Cluster 5.7 to Percona XtraDB Cluster 8.0 **New features** - Bumped Percona XtraDB Cluster 5.7 to v5.7.40-31.63 - Bumped Percona XtraDB Cluster 8.0 to v8.0.30-22 - Bumped Percona Xtrabackup 8.0 to v8.0.30-23 v1.0.6**Important** pxc-release v1.0 is a major database upgrade from Percona XtraDB Cluster 5.7 to Percona XtraDB Cluster 8.0 **Bug Fixes** - Addresses a potential bug that occurs when creating users, where it's possible that privileges are not properly set for multi-site topology v1.0.5**Important** pxc-release v1.0 is a major database upgrade from Percona XtraDB Cluster 5.7 to Percona XtraDB Cluster 8.0 **New features** - Only run crash recovery when upgrading from PXC 5.7 to PXC 8.0 **Bug Fixes** - Conditionally generate mysql-backup user grants in order to support legacy MySQL 5.7 deployments. - Avoid a rare drain script failure when deleting a deployment |
python-offline-buildpack | 1.8.4 |
1.8.4* Add python 3.11.1, remove python 3.11.0 (#665) for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/183976131) * Add python 3.10.9, remove python 3.10.8 for stack(s) cflinuxfs3, cflinuxfs4 (https://www.pivotaltracker.com/story/show/183976637) * Add python 3.9.16, remove python 3.9.15 (#663) for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/183975707) * Add python 3.8.16, remove python 3.8.15 (#660) for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/183975586) * Add python 3.7.16, remove python 3.7.15 for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/183975932) * Add pipenv 2022.11.30, remove pipenv 2022.11.5 for stack(s) cflinuxfs4, cflinuxfs3 * Add setuptools 65.6.3, remove setuptools 65.5.1 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 | | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 | | miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 | | pip | 22.3.1 | cflinuxfs3, cflinuxfs4 | | pipenv | 2022.11.30 | cflinuxfs3 | | pipenv | 2022.11.30 | cflinuxfs4 | | python | 3.7.16 | cflinuxfs3 | | python | 3.7.16 | cflinuxfs4 | | python | 3.8.16 | cflinuxfs3 | | python | 3.8.16 | cflinuxfs4 | | python | 3.9.16 | cflinuxfs3 | | python | 3.9.16 | cflinuxfs4 | | python | 3.10.9 | cflinuxfs3 | | python | 3.10.9 | cflinuxfs4 | | python | 3.11.1 | cflinuxfs3 | | python | 3.11.1 | cflinuxfs4 | | setuptools | 65.6.3 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | python | 3.10.x | * Uncached buildpack SHA256: 544f05133e30c82a490a59d68f27551e6370ef67df403a30c96496a490157a78 * Uncached buildpack SHA256: 52120d40c3bd47904ae109e76849fd2a4a9829e36b0a9fda30b690a2ae884c0b 1.8.3* Add python 3.11.0 for stack(s) cflinuxfs3, cflinuxfs4 (https://www.pivotaltracker.com/story/show/183753096) Packaged binaries: | name | version | cf_stacks | |-|-|-| | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 | | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 | | miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 | | pip | 22.3.1 | cflinuxfs3, cflinuxfs4 | | pipenv | 2022.11.5 | cflinuxfs3 | | pipenv | 2022.11.5 | cflinuxfs4 | | python | 3.7.15 | cflinuxfs3 | | python | 3.7.15 | cflinuxfs4 | | python | 3.8.15 | cflinuxfs3 | | python | 3.8.15 | cflinuxfs4 | | python | 3.9.15 | cflinuxfs3 | | python | 3.9.15 | cflinuxfs4 | | python | 3.10.8 | cflinuxfs3 | | python | 3.10.8 | cflinuxfs4 | | python | 3.11.0 | cflinuxfs3 | | python | 3.11.0 | cflinuxfs4 | | setuptools | 65.5.1 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | python | 3.10.x | * Uncached buildpack SHA256: a0e3d5872626d07a988b7648d56028ddb67f31cc14b9a937bcab6bb8cbed4249 * Uncached buildpack SHA256: d203d81f9e5f7f672c48e6c65aca697e25b692d96f4da7f3b85ded1c8768e298 |
r-offline-buildpack | 1.1.36 |
1.1.36* Rebuild r 4.2.2 for stack(s) cflinuxfs3 with dependencies for stack cflinuxfs3: forecast 8.19, plumber 1.2.1, rserve 1.8.11, shiny 1.7.3 (https://www.pivotaltracker.com/story/show/183897155) Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | r | 3.6.2 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.1 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.2 | cflinuxfs3 | forecast, plumber, rserve, shiny | * Uncached buildpack SHA256: 0158a04a0597a9d22a319790ab1ed99422a406dc7a20f52102b4b2725cef740a |
routing | 0.254.0 |
v0.254.0✨ Built with go 1.19.5 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.253.0...v0.254.0 v0.253.0## What's changed * Specs to make maxRetries configurable for endpoints and route-services by @domdom82 in https://github.com/cloudfoundry/routing-release/pull/298 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.252.0...v0.253.0 v0.252.0## What's changed - Improve random source for least connection pool to be thread safe. **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.251.0...v0.252.0 |
ruby-offline-buildpack | 1.9.0 |
1.9.0* Add support for cflinuxfs4 stack * Update default ruby version to 3.1 * Remove deprecated bundler 1.x version line (#650) * supply: remove ruby.exe symlinking This seems to be from a heroku era effort to support windows. * openjdk8: update dependency Packaged binaries: | name | version | cf_stacks | |-|-|-| | bundler | 2.3.26 | cflinuxfs3, cflinuxfs4 | | jruby | 9.3.9.0 | cflinuxfs3 | | jruby | 9.3.9.0 | cflinuxfs4 | | jruby | 9.4.0.0 | cflinuxfs3 | | jruby | 9.4.0.0 | cflinuxfs4 | | node | 18.12.1 | cflinuxfs3 | | node | 18.12.1 | cflinuxfs4 | | openjdk1.8-latest | 1.8.0 | cflinuxfs3, cflinuxfs4 | | ruby | 2.7.6 | cflinuxfs3 | | ruby | 2.7.7 | cflinuxfs3 | | ruby | 3.0.4 | cflinuxfs3 | | ruby | 3.0.5 | cflinuxfs3 | | ruby | 3.1.2 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs3 | | ruby | 3.1.3 | cflinuxfs4 | | rubygems | 3.3.26 | cflinuxfs3, cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | ruby | 3.1.x | * Uncached buildpack SHA256: c0ecb20c3135d572deb13cccbd2b7a8065b2b355609d2ab5d4bb71cc5963c0b8 * Uncached buildpack SHA256: ab48ac40a7fc03dd1511508f8aaafd788af5bf9f764cdd3127e40a6e12f84cd2 |
silk | 3.18.0 | |
smb-volume | 3.1.6 | |
smoke-tests | 4.8.2 |
4.8.2Port assets/ruby_simple to Ruby 3 |
staticfile-offline-buildpack | 1.5.36 |
1.5.36* Handle comma separated X-Forwarded-Proto (https://github.com/cloudfoundry/staticfile-buildpack/pull/318) Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.22.1 | cflinuxfs3 | | nginx | 1.23.2 | cflinuxfs3 | Default binary versions: | name | version | |-|-| | nginx | 1.23.x | * Uncached buildpack SHA256: cfc15d472d16a03a2691b497b5387da9e18be1493cd89a9be5becdb1d63754b3 |
statsd-injector | 1.11.25 | |
syslog | 12.1.1 | |
system-metrics-scraper | 3.3.4 | |
uaa | 76.4.0 |
Release Date: 12/15/2022
1.18.58
1.1.0
1.141.0
249.0.25
3.16.0
2.70.0
2.4.4
1.10.2
2.12.4
106.7.5
6.5.5
1.2.14
3.2.4
9.23.0
4.4.68
677.0.13
674.0.29
1.0.4
1.1.35
0.251.0
1.8.60
3.15.1
4.8.1
1.11.25
12.1.1
3.3.4
76.4.0
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.64 | |
backup-and-restore-sdk | 1.18.58 |
v1.18.58## Changes * Bump postgres from 10.22 to 10.23 (#772) * Bump postgres from 11.17 to 11.18 (#773) * Bump postgres from 13.8 to 13.9 (#774) ## Dependencies * **google-cloud-go:** Updated to v1.28.0. |
binary-offline-buildpack | 1.1.0 |
1.1.0* Add support for cflinuxfs4 stack * Bumps go.mod go version to 1.19 * Uncached buildpack SHA256: ccfe7b77068236753986f6425a00b960fa4edcb013f6c9e5a740de8aca52761d * Uncached buildpack SHA256: 0a493631418ab46f9efe527f6d1defd01566e031e81c6be56f82939e19cd3656 * Uncached buildpack SHA256: b6a4f88f1180b03d476924368667457e45bea08dce584ff4ce4e967320d72b36 * Uncached buildpack SHA256: c370f58b71c01ac6082d308b1ac51abefedcde0a2caeec47552965f3ff492de2 |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.1.19 | |
capi | 1.141.0 | |
cf-autoscaling | 249.0.25 |
v249.0.25## What's changed * Bump golang to 1.19.4 * Check for race conditions in unit and repository tests by @ctlong in https://github.com/pivotal-cf/cf-autoscaling-release/pull/664 * Bump kotlinVersion from 1.7.20 to 1.7.21 in /src/cf-autoscaling/api by @dependabot in https://github.com/pivotal-cf/cf-autoscaling-release/pull/728 * add quota events to the events stream by @Benjamintf1 in https://github.com/pivotal-cf/cf-autoscaling-release/pull/733 * Bump jackson-module-kotlin from 2.13.4 to 2.14.1 in /src/cf-autoscaling/api by @dependabot in https://github.com/pivotal-cf/cf-autoscaling-release/pull/732 * Bump github.com/onsi/gomega from 1.24.0 to 1.24.1 in /src by @dependabot in https://github.com/pivotal-cf/cf-autoscaling-release/pull/730 * Bump kotlinVersion from 1.7.21 to 1.7.22 in /src/cf-autoscaling/api by @dependabot in https://github.com/pivotal-cf/cf-autoscaling-release/pull/736 * Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 in /src by @dependabot in https://github.com/pivotal-cf/cf-autoscaling-release/pull/737 v249.0.24- Bump to go1.19.3 - Bump to [spring-boot v2.7.5](https://github.com/spring-projects/spring-boot/releases/tag/v2.7.5) v249.0.23* update golang to 1.19.2 v249.0.21* bump dependencies * bump golang to 1.19.1 v249.0.20## What's changed * Bump snakeyaml from 1.31 to 1.32 to address CVE-2022-38752 * Bump dependencies **Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.0.18...v249.0.19 v249.0.19## Notice Please use the next release as this one is a pre-release, and incomplete. ## What's changed * Bump snakeyaml from 1.31 to 1.32 to address CVE-2022-38752 * Bump dependencies **Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.0.18...v249.0.19 v249.0.18## What's changed * Pin snakeyaml ahead to v1.31 to address CVE-2022-25857 * Bump dependencies * Bump golang to 1.18.6 * Bump java to jdk-11.0.16.1_1 **Full Changelog**: https://github.com/pivotal-cf/cf-autoscaling-release/compare/v249.0.17...v249.0.18 |
cf-cli | 1.41.0 | |
cf-networking | 3.16.0 | |
cflinuxfs3 | 0.321.0 | |
cflinuxfs4 | 0.28.0 | |
credhub | 2.12.8 | |
diego | 2.70.0 | |
dotnet-core-offline-buildpack | 2.4.4 |
2.4.4* Add dotnet-sdk 7.0.100 for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/183841988) * Add dotnet-aspnetcore 7.0.0 for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/183841985) * Add dotnet-runtime 7.0.0 for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/183841983) Packaged binaries: | name | version | cf_stacks | |-|-|-| | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 3.1.31 | cflinuxfs3 | | dotnet-aspnetcore | 6.0.11 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 7.0.0 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 3.1.31 | cflinuxfs3 | | dotnet-runtime | 6.0.11 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 7.0.0 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 3.1.425 | cflinuxfs3 | | dotnet-sdk | 6.0.403 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 7.0.100 | cflinuxfs3, cflinuxfs4 | | libgdiplus | 6.1 | cflinuxfs3 | | libgdiplus | 6.1 | cflinuxfs4 | | libunwind | 1.6.2 | cflinuxfs3 | | libunwind | 1.6.2 | cflinuxfs4 | | node | 18.12.1 | cflinuxfs3 | | node | 18.12.1 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | dotnet-runtime | 6.0.x | | dotnet-aspnetcore | 6.0.x | | dotnet-sdk | 6.0.x | | bower | 1.8.x | * Uncached buildpack SHA256: 07448060b0127c98d9fc2cee2ad4f7da1c8a4d192a4d12276f38b287cc97bdc0 * Uncached buildpack SHA256: 9f12d944e5f905ac90ce2185e8592b33c9231d99173416360b06c78bfbb5a462 2.4.3* Add dotnet-aspnetcore 3.1.31, remove dotnet-aspnetcore 3.1.30 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183751987) * Add dotnet-runtime 3.1.31, remove dotnet-runtime 3.1.30 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183751988) * Add dotnet-sdk 6.0.403, remove dotnet-sdk 6.0.402 for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/183751455) * Add dotnet-aspnetcore 6.0.11, remove dotnet-aspnetcore 6.0.10 for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/183751561) * Add dotnet-runtime 6.0.11, remove dotnet-runtime 6.0.10 for stack(s) cflinuxfs4, cflinuxfs3 (https://www.pivotaltracker.com/story/show/183751459) * Set node to version 18 (current LTS) * Add node 18.12.1, remove node 16.18.0 for stack(s) cflinuxfs3, cflinuxfs4 Packaged binaries: | name | version | cf_stacks | |-|-|-| | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 3.1.31 | cflinuxfs3 | | dotnet-aspnetcore | 6.0.11 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 3.1.31 | cflinuxfs3 | | dotnet-runtime | 6.0.11 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 3.1.425 | cflinuxfs3 | | dotnet-sdk | 6.0.403 | cflinuxfs3, cflinuxfs4 | | libgdiplus | 6.1 | cflinuxfs3 | | libgdiplus | 6.1 | cflinuxfs4 | | libunwind | 1.6.2 | cflinuxfs3 | | libunwind | 1.6.2 | cflinuxfs4 | | node | 18.12.1 | cflinuxfs3 | | node | 18.12.1 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | dotnet-runtime | 6.0.x | | dotnet-aspnetcore | 6.0.x | | dotnet-sdk | 6.0.x | | bower | 1.8.x | * Uncached buildpack SHA256: a4822cfc6111a2242b3d121db576724888e1b8de9d211cbf487e1aa332732d7b * Uncached buildpack SHA256: f3a7ec75e95a02f4a97100555a730481dd65b1f9887a3ca65d014be3552eebaf |
garden-runc | 1.22.5 | |
go-offline-buildpack | 1.10.2 |
1.10.2* Add go 1.19.4, remove go 1.19.3 for stack(s) cflinuxfs4, cflinuxfs3 * Add go 1.18.9, remove go 1.18.8 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | dep | 0.5.4 | cflinuxfs3 | | dep | 0.5.4 | cflinuxfs4 | | glide | 0.13.3 | cflinuxfs3 | | glide | 0.13.3 | cflinuxfs4 | | go | 1.18.9 | cflinuxfs3 | | go | 1.18.9 | cflinuxfs4 | | go | 1.19.4 | cflinuxfs3 | | go | 1.19.4 | cflinuxfs4 | | godep | 80 | cflinuxfs3 | | godep | 80 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | go | 1.18.x | * Uncached buildpack SHA256: 2058855e3a1a3ba2d68bb0b44c6d82084b8b00b6354b4350ff1c15ff2823dcde * Uncached buildpack SHA256: d3ac53055023dc81ff128d134ad0010827f2f4311772dc981957cebd1fe72a05 1.10.1* Add go 1.19.3, remove go 1.19.2 for stack(s) cflinuxfs3, cflinuxfs4 (https://www.pivotaltracker.com/story/show/183690473) * Add go 1.18.8, remove go 1.18.7 for stack(s) cflinuxfs3, cflinuxfs4 (https://www.pivotaltracker.com/story/show/183690496) Packaged binaries: | name | version | cf_stacks | |-|-|-| | dep | 0.5.4 | cflinuxfs3 | | dep | 0.5.4 | cflinuxfs4 | | glide | 0.13.3 | cflinuxfs3 | | glide | 0.13.3 | cflinuxfs4 | | go | 1.18.8 | cflinuxfs3 | | go | 1.18.8 | cflinuxfs4 | | go | 1.19.3 | cflinuxfs3 | | go | 1.19.3 | cflinuxfs4 | | godep | 80 | cflinuxfs3 | | godep | 80 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | go | 1.18.x | * Uncached buildpack SHA256: 511f34140c55d72e37e49bf27deab0f92ffc53c163cb063c5d9ee76b8e5ca2f8 * Uncached buildpack SHA256: b343fc1ff8f5f0af887b9fcbdb4851fcd100f50facde4d33337459db0c376eb8 |
java-offline-buildpack | 4.53 | |
log-cache | 2.12.4 |
v2.12.4## What's changed * update golang release to 1.19.4 * dependency bumps **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v2.12.3...v2.12.4 v2.12.3## What's changed * Bump to go1.19.3 * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v2.12.2...v2.12.3 v2.12.2## What's changed * update golang to 1.19.2 * update other dependencies **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v2.12.1...v2.12.2 v2.12.1## What's changed * Bump to go1.19.1 by @Benjamintf1 in https://github.com/cloudfoundry/log-cache-release/pull/101 ## New Contributors * @chombium made their first contribution in https://github.com/cloudfoundry/log-cache-release/pull/98 * @rroberts2222 made their first contribution in https://github.com/cloudfoundry/log-cache-release/pull/102 **Full Changelog**: https://github.com/cloudfoundry/log-cache-release/compare/v2.12.0...v2.12.1 |
loggregator | 106.7.5 |
v106.7.5## What's changed * Dependency bumps * Update golang to 1.19.4 **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.4...v106.7.5 v106.7.4## What's changed * Traffic controller no longer waits for log-cache to be available by @mkocher in https://github.com/cloudfoundry/loggregator-release/pull/482 **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.3...v106.7.4 v106.7.3## What's changed * Bump to go1.19.3 * Bump dependencies * Fix: race condition in the v1 ingestor server tests by @ctlong in https://github.com/cloudfoundry/loggregator-release/pull/468 **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.2...v106.7.3 v106.7.2## What's changed * bump golang to 1.19.2 **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.1...v106.7.2 v106.7.1## What's changed * Bump to go1.19.1 by @Benjamintf1 in https://github.com/cloudfoundry/loggregator-release/pull/459 ## New Contributors * @rroberts2222 made their first contribution in https://github.com/cloudfoundry/loggregator-release/pull/460 **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.7.0...v106.7.1 v106.7.0## What's changed * Switch from grpc-throughputlb package to default gRPC load balancing by @ctlong in https://github.com/cloudfoundry/loggregator-release/pull/453 * Add ReadHeaderTimeouts to all servers by @ctlong in https://github.com/cloudfoundry/loggregator-release/pull/455 * Fix some golangci-lint warnings by @ctlong in https://github.com/cloudfoundry/loggregator-release/pull/450 * Bump golang to 1.18.6 * Bump dependencies by @dependabot **Full Changelog**: https://github.com/cloudfoundry/loggregator-release/compare/v106.6.9...v106.7.0 |
loggregator-agent | 6.5.5 |
v6.5.5- bump-golang to v0.114.0 for golang 1.19.4 - Bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /src - Bump github.com/valyala/fasthttp from 1.41.0 to 1.43.0 in /src - Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 in /src - Bump github.com/onsi/gomega from 1.24.0 to 1.24.1 in /src - Bump github.com/prometheus/client_model from 0.2.0 to 0.3.0 in /src - Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 v6.5.4## What's changed - Bump to go1.19.3 - Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.3...v6.5.4 v6.5.3## What's changed * Fix logs for forwarder agent drops by @rroberts2222 in https://github.com/cloudfoundry/loggregator-agent-release/pull/156 **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.2...v6.5.3 v6.5.2## What's changed * Bump golang to 1.19.2 **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.1...v6.5.2 v6.5.1## What's changed * remove the use of sha1 in https://github.com/cloudfoundry/loggregator-agent-release/pull/133 * Bump github.com/valyala/fasthttp from 1.39.0 to 1.40.0 in /src by @dependabot in https://github.com/cloudfoundry/loggregator-agent-release/pull/129 * Upgrade ginkgo to v2 by @ctlong in https://github.com/cloudfoundry/loggregator-agent-release/pull/135 * Golang 1.19.1 by @rroberts2222 in https://github.com/cloudfoundry/loggregator-agent-release/pull/138 ## New Contributors **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.0...v6.5.1 |
mapfs | 1.2.12 | |
metric-registrar | 1.2.14 |
v1.2.14## What's changed - Bump to go1.19.3 - Bump dependencies **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v1.2.13...v1.2.14 v1.2.13## What's changed * update golang to 1.19.2 v1.2.12* bump to golang 1.19.1 v1.2.11## What's changed * Bump go-loggregator to v9 by @ctlong in https://github.com/pivotal-cf/metric-registrar-release/pull/48 * Bump dependencies by @dependabot * Bump to golang 1.18.6 **Full Changelog**: https://github.com/pivotal-cf/metric-registrar-release/compare/v1.2.10...v1.2.11 |
metrics-discovery | 3.2.4 |
v3.2.4- bump-golang to v0.114.0 for golang 1.19.4 - Bump github.com/nats-io/nats.go from 1.19.0 to 1.21.0 in /src - Bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /src - Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 in /src - Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0 in /src - Bump github.com/onsi/gomega from 1.24.0 to 1.24.1 in /src - Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 v3.2.3## What's changed * Bump to go1.19.3 * Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.2...v3.2.3 v3.2.2## What's changed * update golang to 1.19.2 **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.1...v3.2.2 v3.2.1## What's changed * Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0 in /src by @dependabot in https://github.com/cloudfoundry/metrics-discovery-release/pull/51 * Bump github.com/nats-io/nats.go from 1.16.0 to 1.17.0 in /src by @dependabot in https://github.com/cloudfoundry/metrics-discovery-release/pull/50 * Replace `ioutil` use with `io` and `os` by @ctlong in https://github.com/cloudfoundry/metrics-discovery-release/pull/52 * Bump to golang 1.19.1 by @Benjamintf1 in https://github.com/cloudfoundry/metrics-discovery-release/pull/54 ## New Contributors * @rroberts2222 made their first contribution in https://github.com/cloudfoundry/metrics-discovery-release/pull/55 **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.0...v3.2.1 |
mysql-monitoring | 9.23.0 |
9.23.0Final release 9.23.0 - Build with Go 1.19.4 9.22.0Final release 9.22.0 - Build w/ go 1.19.2 v9.21.0- Build with Go 1.19.1 v9.19.0**New features** The `mysql-metrics` job now supports a `mysql-metrics.port` option to specify the MySQL port when scraping database metrics. This port defaults to 3306 but can be configured to a non-standard port. |
nats | 53 | |
nfs-volume | 7.1.8 | |
nginx-offline-buildpack | 1.1.45 | |
nodejs-offline-buildpack | 1.8.3 | |
notifications | 62 | |
notifications-ui | 40 | |
php-offline-buildpack | 4.4.68 |
4.4.68* Add php 7.4.33, remove php 7.4.30 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183708118) * Add php 8.1.12, remove php 8.1.10 (#728) for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183661829) * Add php 8.0.25, remove php 8.0.23 (#725) for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183659835) * Add composer 2.4.4, remove composer 2.4.2 for stack(s) cflinuxfs3 * Add appdynamics 22.10.0-627, remove appdynamics 22.8.0-588 (#723) for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183626767) * Update default Nginx version (#721) * Add nginx 1.23.2, remove nginx 1.23.1 (#720) for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183579482) Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | CAAPM | 20.11.0 | cflinuxfs3 | | | appdynamics | 22.10.0-627 | cflinuxfs3 | | | composer | 2.4.4 | cflinuxfs3 | | | httpd | 2.4.54 | cflinuxfs3 | | | newrelic | 9.20.0.310 | cflinuxfs3 | | | nginx | 1.22.0 | cflinuxfs3 | | | nginx | 1.23.2 | cflinuxfs3 | | | php | 7.4.32 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lua, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, protobuf, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xmlrpc, xsl, yaf, yaml, zip, zlib | | php | 7.4.33 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lua, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, protobuf, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xmlrpc, xsl, yaf, yaml, zip, zlib | | php | 8.0.24 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.0.25 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.11 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.12 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | Default binary versions: | name | version | |-|-| | php | 7.4.32 | | httpd | 2.4.54 | | newrelic | 9.20.0.310 | | nginx | 1.23.2 | | composer | 2.4.4 | | CAAPM | 20.11.0 | * Uncached buildpack SHA256: 5a4c0e4333e015a0a33464eedecc15a666efb56e958e257d90c5fafe690b07bf |
push-apps-manager-release | 677.0.13 | |
push-offline-docs-release | 1.0.94 | |
push-usage-service-release | 674.0.29 |
v674.0.29## Dependencies * **app-usage-service:** Updated to `v9035e15`. |
pxc | 1.0.4 |
v1.0.4**Important** pxc-release v1.0 is a major database upgrade from Percona XtraDB Cluster 5.7 to Percona XtraDB Cluster 8.0 **Version Bumps** - Bumped Go to.1.19.4 - Bumped percona-xtrabackup to 2.4.27 - Bumped socat to 1.7.4.4 - max_connections now defaults to 5000 (previously 1500) |
python-offline-buildpack | 1.8.0 | |
r-offline-buildpack | 1.1.35 |
1.1.35* Add r 4.2.2, remove r 4.2.0 for stack(s) cflinuxfs3 with dependencies for stack cflinuxfs3: forecast 8.18, plumber 1.2.1, rserve 1.8.10, shiny 1.7.3 (https://www.pivotaltracker.com/story/show/183673027) * Rebuild r 4.2.1 for stack(s) cflinuxfs3 with dependencies for stack cflinuxfs3: forecast 8.18, plumber 1.2.1, rserve 1.8.10, shiny 1.7.3 (https://www.pivotaltracker.com/story/show/183633457) * Bumps go.mod go version to 1.19 Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | r | 3.6.2 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.1 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.2 | cflinuxfs3 | forecast, plumber, rserve, shiny | * Uncached buildpack SHA256: 9f8baeeefe3c1d2dc00f08203670810795541eba1b1904a2b2d59b58c0b44489 |
routing | 0.251.0 |
v0.251.0## What's changed - When the `router.ca_certs` property switched from a multi-line string of certs, to an array of certs, gorouter started failing to start up if any of the certs provided were invalid. Previously they were ignored. This has been reverted, so that any invalid CA certs are ignored during startup. **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.250.0...v0.251.0 v0.250.0**Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.249.0...v0.250.0 ## ✨ Built with go 1.19.4 v0.249.0## What's changed * Switch to healthecker package in cf-networking-helpers by @mariash in https://github.com/cloudfoundry/routing-release/pull/302 * Add healthchecker package to sync-package-specs file by @mariash in https://github.com/cloudfoundry/routing-release/pull/303 * **Potential Breaking change:** In preparation for mtls between gorouter and routing api, add gorouter backends ca to routing-api. Rendering these certs depends on routing-api consuming a link from gorouter. If you have multiple gorouter instance groups (for example in the case of isolation segments), you need to rename bosh links to prevent the error "Multiple link providers found. For an example of link renaming, see [this ops file](https://github.com/cloudfoundry/cf-deployment/blob/main/operations/test/add-persistent-isolation-segment-router.yml#L74) by @reneighbor in https://github.com/cloudfoundry/routing-release/pull/300 * Ensure gorouter-healthchecker doesn't restart gorouter forever on failure by @geofffranks in https://github.com/cloudfoundry/routing-release/pull/305 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/0.248.0...v0.249.0 v0.248.0## What's changed * Handle nil ca cert in ca_certs property list v0.247.0## What's changed * gorouter template cleans `router.ca_certs` property to remove empty certificates v0.246.0## What's changed * Update `router.ca_certs` property to accept and array of certificates instead of a string block. v0.245.0## What's changed * Gorouter's pre-start script now reserves ports used by other CF components when it increases the number of ephemeral ports available via `/proc/sys/net/ipv4/ip_local_reserved_ports`. This resolves issues when components fail to start up during deploys/monit restarts due to accidental port collisions with outbound traffic from the VM. * Routing-release no longer makes use of the deprecated uaa-go-client, and uses go-uaa instead * The `routing_utils/nats_client` helper utility now supports saving + loading gorouter's routing tables. * Fixed a memory leak with `gorouter` that resulted in HTTP request objects being held open if a client canceled the connection before the App responded. * **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.244.0...v0.245.0 ## ✨ Built with go 1.19.3 |
ruby-offline-buildpack | 1.8.60 |
1.8.60* Add bundler 2.3.25, remove bundler 2.3.24 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183700877) * Add rubygems 3.3.25, remove rubygems 3.3.24 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183700127) * Add node 18.12.1, remove node 16.18.0 for stack(s) cflinuxfs3 * Add jruby 9.3.9.0, remove jruby 9.3.8.0 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183621295) Packaged binaries: | name | version | cf_stacks | |-|-|-| | bundler | 1.17.3 | cflinuxfs3 | | bundler | 2.3.25 | cflinuxfs3 | | jruby | 9.2.21.0 | cflinuxfs3 | | jruby | 9.3.9.0 | cflinuxfs3 | | node | 18.12.1 | cflinuxfs3 | | openjdk1.8-latest | 1.8.0 | cflinuxfs3 | | ruby | 2.7.5 | cflinuxfs3 | | ruby | 2.7.6 | cflinuxfs3 | | ruby | 3.0.3 | cflinuxfs3 | | ruby | 3.0.4 | cflinuxfs3 | | ruby | 3.1.1 | cflinuxfs3 | | ruby | 3.1.2 | cflinuxfs3 | | rubygems | 3.3.25 | cflinuxfs3 | | yarn | 1.22.19 | cflinuxfs3 | Default binary versions: | name | version | |-|-| | ruby | 2.7.x | * Uncached buildpack SHA256: c5fd8da054202aa26d01516cf2ccb4c04b0f13fcc665abe7b5db3557e2956225 |
silk | 3.15.1 | |
smb-volume | 3.1.6 | |
smoke-tests | 4.8.1 |
4.8.1Create bosh final release 4.8.1 4.8.0Create bosh final release 4.8.0 |
staticfile-offline-buildpack | 1.5.35 | |
statsd-injector | 1.11.25 |
v1.11.25## What's changed - Bump to go1.19.3 - Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.24...v1.11.25 v1.11.24## What's changed * update to golang 1.19.2 **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.23...v1.11.24 v1.11.23## What's changed * Bump golang to 1.19.1 by @Benjamintf1 in https://github.com/cloudfoundry/statsd-injector-release/pull/34 ## New Contributors * @Benjamintf1 made their first contribution in https://github.com/cloudfoundry/statsd-injector-release/pull/34 * @rroberts2222 made their first contribution in https://github.com/cloudfoundry/statsd-injector-release/pull/35 **Full Changelog**: https://github.com/cloudfoundry/statsd-injector-release/compare/v1.11.22...v1.11.23 |
syslog | 12.1.1 |
v12.1.1## What's changed * Update golang to 1.19.4 **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.1.0...v12.1.1 v12.1.0## What's changed * allow setting tls library by @rroberts2222 in https://github.com/cloudfoundry/syslog-release/pull/105 ## New Contributors * @acrmp made their first contribution in https://github.com/cloudfoundry/syslog-release/pull/102 * @rroberts2222 made their first contribution in https://github.com/cloudfoundry/syslog-release/pull/105 **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.0.6...v12.1.0 v12.0.6## What's changed * update dependencies * update golang to 1.19.3 **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.0.5...v12.0.6 v12.0.5## What's changed * update to golang 1.19.2 **Full Changelog**: https://github.com/cloudfoundry/syslog-release/compare/v12.0.4...v12.0.5 |
system-metrics-scraper | 3.3.4 |
v3.3.4- bump-golang to v0.114.0 - Bump github.com/nats-io/nats.go from 1.20.0 to 1.21.0 in /src - Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 in /src - Bump github.com/nats-io/nats.go from 1.19.1 to 1.20.0 in /src - Bump google.golang.org/grpc from 1.50.1 to 1.51.0 in /src - Bump github.com/onsi/gomega from 1.24.0 to 1.24.1 in /src v3.3.3## What's changed - Bump to go1.19.3 - Bump dependencies **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.2...v3.3.3 v3.3.2## What's changed * limits amount of scraping at a time by @Benjamintf1 @mkocher in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/55 * bump golang to 1.19.2 **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.1...v3.3.2 v3.3.1## What's changed * Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0 in /src by @dependabot in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/43 * Bump github.com/hashicorp/go-hclog from 1.3.0 to 1.3.1 in /src by @dependabot in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/44 * Bump github.com/nats-io/nats.go from 1.16.0 to 1.17.0 in /src by @dependabot in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/42 * Bump golang to 1.19.1 by @Benjamintf1 in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/45 ## New Contributors * @rroberts2222 made their first contribution in https://github.com/cloudfoundry/system-metrics-scraper-release/pull/46 **Full Changelog**: https://github.com/cloudfoundry/system-metrics-scraper-release/compare/v3.3.0...v3.3.1 |
uaa | 76.4.0 |
v76.4.0### Feature - Update to [UAA v76.4.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.4.0) - Upgrade Newrelic to version 7.11.1 - Upgrade Tomcat to version 9.0.69 ### Fixes - Fix error "rawPassword cannot be null" and prevent null in password encoder (https://github.com/cloudfoundry/uaa/pull/2101) - Increase randomness of passcode (https://github.com/cloudfoundry/uaa/pull/2072) ### Dependency bumps - Bump github.com/onsi/gomega in /src/acceptance_tests (#423) - Bump github.com/cloudfoundry/bosh-utils in /src/acceptance_tests (#424) - Bump tzinfo from 2.0.4 to 2.0.5 (#427) - Bump activesupport from 6.1.6.1 to 7.0.4 (#432) - Bump zeitwerk from 2.6.0 to 2.6.1 (#433) - Bump rspec-mocks from 3.11.1 to 3.11.2 (#428) - Bump rspec-expectations from 3.11.0 to 3.11.1 (#430) - Bump pry-byebug from 3.9.0 to 3.10.1 - Bump minitest from 5.16.2 to 5.16.3 (#426) - Bump activesupport from 6.1.6.1 to 7.0.4 (#432) - Bump rspec from 3.11.0 to 3.12.0 (#441) - Bump github.com/onsi/gomega in /src/acceptance_tests (#443) - Bump rspec from 3.11.0 to 3.12.0 (#441) ### Full Changelog - [https://github.com/cloudfoundry/uaa-release/compare/v76.3.0...v76.4.0](https://github.com/cloudfoundry/uaa-release/compare/v76.3.0...v76.4.0) v76.3.0### Experimental Feature - Update to [UAA v76.3.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.3.0) - UAA Rate Limiting on API level, [Howto](https://github.com/cloudfoundry/uaa/blob/develop/docs/UAA-Rate-Limiting.md) - Bosh Release configuration with (#414) ### Full Changelog - https://github.com/cloudfoundry/uaa-release/compare/v76.2.0...v76.3.0 v76.2.0### Feature - Update to [UAA v76.2.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.2.0) - Upgrade Bellsoft JDK to version 11.0.17+7 - Upgrade Tomcat to version 9.0.68 ### Fixes - Jackson Update 2.13.4 because of CVE-2022-42003 ### Dependency bumps - Jackson Update 2.13.4 because of CVE-2022-42003 - Fix sonar smells in (https://github.com/cloudfoundry/uaa/pull/2049) - Bump greenmail from 1.6.10 to 1.6.11 in (https://github.com/cloudfoundry/uaa/pull/2050) - Add test for copy-to-clipboard functionality in `passcode` page 0 in (https://github.com/cloudfoundry/uaa/pull/2051) - Bump github.com/onsi/gomega from 1.20.2 to 1.21.1 in /k8s in (https://github.com/cloudfoundry/uaa/pull/2052) - Update UAA server debug mode run options 0 in (https://github.com/cloudfoundry/uaa/pull/2054) - Bump k8s.io/client-go from 0.25.2 to 0.25.3 in /k8s in (https://github.com/cloudfoundry/uaa/pull/2061) - Bump commons-rng-core from 1.4 to 1.5 in (https://github.com/cloudfoundry/uaa/pull/2057) - Bump commons-rng-simple from 1.4 to 1.5 in (https://github.com/cloudfoundry/uaa/pull/2056) - Bump github.com/onsi/gomega from 1.21.1 to 1.22.1 in /k8s in (https://github.com/cloudfoundry/uaa/pull/2058) - Upgrade Tomcat cargo version 9.0.68 in (https://github.com/cloudfoundry/uaa/pull/2064) - Bump versions.springBootVersion from 2.7.4 to 2.7.5 in (https://github.com/cloudfoundry/uaa/pull/2065) - Bump nokogiri from 1.13.6 to 1.13.9 in /uaa/slate in (https://github.com/cloudfoundry/uaa/pull/2066) - Refactor refreshAccessToken() in (https://github.com/cloudfoundry/uaa/pull/2069) ### Full Changelog - [https://github.com/cloudfoundry/uaa-release/compare/v76.1.0...v76.2.0](https://github.com/cloudfoundry/uaa-release/compare/v76.1.0...v76.2.0) |
Release Date: 12/01/2022
2.69.0
53
1.0.3
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.8 | |
backup-and-restore-sdk | 1.18.57 | |
binary-offline-buildpack | 1.0.47 | |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.1.19 | |
capi | 1.139.0 | |
cf-autoscaling | 249.0.17 | |
cf-cli | 1.41.0 | |
cf-networking | 3.14.0 | |
cflinuxfs3 | 0.321.0 | |
cflinuxfs4 | 0.28.0 | |
credhub | 2.12.8 | |
diego | 2.69.0 | |
dotnet-core-offline-buildpack | 2.4.2 | |
garden-runc | 1.22.5 | |
go-offline-buildpack | 1.10.0 | |
java-offline-buildpack | 4.53 | |
log-cache | 2.12.0 | |
loggregator | 106.6.9 | |
loggregator-agent | 6.5.0 | |
mapfs | 1.2.12 | |
metric-registrar | 1.2.10 | |
metrics-discovery | 3.2.0 | |
mysql-monitoring | 9.18.0 | |
nats | 53 | |
nfs-volume | 7.1.8 | |
nginx-offline-buildpack | 1.1.45 | |
nodejs-offline-buildpack | 1.8.3 | |
notifications | 62 | |
notifications-ui | 40 | |
php-offline-buildpack | 4.4.67 | |
push-apps-manager-release | 677.0.7 | |
push-offline-docs-release | 1.0.94 | |
push-usage-service-release | 674.0.25 | |
pxc | 1.0.3 |
v1.0.3**Important** pxc-release v1.0 is a major database upgrade from Percona XtraDB Cluster 5.7 to Percona XtraDB Cluster 8.0 **Version Bumps** - Bumped Go to.1.19.2 v1.0.2**Important** pxc-release v1.0 is a major database upgrade from Percona XtraDB Cluster 5.7 to Percona XtraDB Cluster 8.0 **Version Bumps** - Bumped Go to.1.19.1 |
python-offline-buildpack | 1.8.0 | |
r-offline-buildpack | 1.1.34 | |
routing | 0.244.0 | |
ruby-offline-buildpack | 1.8.59 | |
silk | 3.14.0 | |
smb-volume | 3.1.6 | |
smoke-tests | 4.7.0 | |
staticfile-offline-buildpack | 1.5.35 | |
statsd-injector | 1.11.22 | |
syslog | 12.0.4 | |
system-metrics-scraper | 3.3.0 | |
uaa | 76.1.0 |
Release Date: 11/15/2022
java_buildpack_offline
to version 4.53
to fix the known issue relating to Spring Auto Reconfiguration. This is once again enabled by default. For more information, see java-offline-buildpack v4.52 Disallows Spring Auto Reconfiguration by Default.1.18.57
1.0.47
3.14.0
2.4.2
1.22.5
1.10.0
4.53
1.2.12
7.1.8
1.1.45
1.8.3
4.4.67
674.0.25
1.8.0
1.1.34
0.244.0
1.8.59
3.14.0
3.1.6
1.5.35
76.1.0
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.8 | |
backup-and-restore-sdk | 1.18.57 |
v1.18.57## Changes * Add a script that the autobumper task can use for ncurses (#739) * Prep for a gomega upgrade (#743) * Support mysql-8.0 on ubuntu-xenial stemcells (#738) * Update vendored package golang-1-linux (#745) * Wire in the ncurses autobumper from PR 739 (#740) * chore(dockerize-release): compile BOSH packages concurrently (#741) ## Dependencies * **gomega:** Updated to v1.23.0. v1.18.55## Changes * Bump mysql from 5.7.38 to 5.7.39 (#722) ## Dependencies * **gomega:** Updated to v1.22.1. v1.18.54## Changes * Add a unit tests workflow for sdk-release-tests (#714) * Add airgap tests (#704) * Bump mariadb from 10.6.9 to 10.6.10 (#711) * Update vendored package golang-1-linux (#718) ## Dependencies * **storage:** Updated to v1.27.0. v1.18.53## Changes * Update vendored package golang-1-linux (#677) ## Dependencies * **bosh-backup-and-restore:** Updated to v1.9.38. |
binary-offline-buildpack | 1.0.47 |
1.0.47* Update libbuildpack * Uncached buildpack SHA256: 4dd3ba6d0802797fd8a27f2624660aa877d7d6990c977e37f6391e6592376ca8 * Uncached buildpack SHA256: f7cec524cf452026823432b755e3acdffc39a0f498272d0be8bddec00ec16d67 * Uncached buildpack SHA256: c65dae7aaa1e4744fcac88d48f6aac3c85012cb6f42b671798a7a50300e6a333 1.0.46* Update libbuildpack * Uncached buildpack SHA256: c783f83e8338b27dac50b0d727f5d97144637c242bb196862032b31c2e7f03c8 * Uncached buildpack SHA256: 356de9c16e950aafc26b38de344c9194f90a4504f659124b27f2e5240dcdcffa * Uncached buildpack SHA256: 3cf7f7db4b583c70bf96a7f783c08927194397898c5ab45cc5b0719c4df542a6 |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.1.19 | |
capi | 1.139.0 | |
cf-autoscaling | 249.0.17 | |
cf-cli | 1.41.0 | |
cf-networking | 3.14.0 | |
cflinuxfs3 | 0.321.0 | |
cflinuxfs4 | 0.28.0 | |
credhub | 2.12.8 | |
diego | 2.66.3 | |
dotnet-core-offline-buildpack | 2.4.2 |
2.4.2* Add node 16.18.0, remove node 16.17.0 for stack(s) cflinuxfs3, cflinuxfs4 * Add dotnet-sdk 3.1.424, remove dotnet-sdk 3.1.423 for stack(s) cflinuxfs3 * Add dotnet-runtime 3.1.30, remove dotnet-runtime 3.1.29 for stack(s) cflinuxfs3 * Add dotnet-aspnetcore 3.1.30, remove dotnet-aspnetcore 3.1.29 for stack(s) cflinuxfs3 * Add dotnet-sdk 6.0.402, remove dotnet-sdk 6.0.401 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-runtime 6.0.10, remove dotnet-runtime 6.0.9 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-aspnetcore 6.0.10, remove dotnet-aspnetcore 6.0.9 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 3.1.30 | cflinuxfs3 | | dotnet-aspnetcore | 6.0.10 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 3.1.30 | cflinuxfs3 | | dotnet-runtime | 6.0.10 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 3.1.424 | cflinuxfs3 | | dotnet-sdk | 6.0.402 | cflinuxfs3, cflinuxfs4 | | libgdiplus | 6.1 | cflinuxfs3 | | libgdiplus | 6.1 | cflinuxfs4 | | libunwind | 1.6.2 | cflinuxfs3 | | libunwind | 1.6.2 | cflinuxfs4 | | node | 16.18.0 | cflinuxfs3 | | node | 16.18.0 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | dotnet-runtime | 6.0.x | | dotnet-aspnetcore | 6.0.x | | dotnet-sdk | 6.0.x | | bower | 1.8.x | * Uncached buildpack SHA256: 6d39ad86c292780ffb933b17b9ea2b3dbf8dfc8a4051e6b8eee4a287a48fad89 * Uncached buildpack SHA256: 19e73da01d2aa75447f8e77486222601fe0d88c92f3661e9646151c9ba49e814 2.4.1* Bug Fix: Fix logic in rolling the version forward (https://github.com/cloudfoundry/dotnet-core-buildpack/pull/646) * Add dotnet-sdk 3.1.423, remove dotnet-sdk 3.1.421 for stack(s) cflinuxfs3 * Add dotnet-sdk 6.0.401, remove dotnet-sdk 6.0.302 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-runtime 3.1.29, remove dotnet-runtime 3.1.27 for stack(s) cflinuxfs3 * Add dotnet-runtime 6.0.9, remove dotnet-runtime 6.0.7 for stack(s) cflinuxfs4, cflinuxfs3 * Add dotnet-aspnetcore 3.1.29, remove dotnet-aspnetcore 3.1.27 for stack(s) cflinuxfs3 * Add dotnet-aspnetcore 6.0.9, remove dotnet-aspnetcore 6.0.7 for stack(s) cflinuxfs4, cflinuxfs3 * Add node 16.17.0, remove node 16.16.0 for stack(s) cflinuxfs4, cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | bower | 1.8.14 | cflinuxfs3, cflinuxfs4 | | dotnet-aspnetcore | 3.1.29 | cflinuxfs3 | | dotnet-aspnetcore | 6.0.9 | cflinuxfs3, cflinuxfs4 | | dotnet-runtime | 3.1.29 | cflinuxfs3 | | dotnet-runtime | 6.0.9 | cflinuxfs3, cflinuxfs4 | | dotnet-sdk | 3.1.423 | cflinuxfs3 | | dotnet-sdk | 6.0.401 | cflinuxfs3, cflinuxfs4 | | libgdiplus | 6.1 | cflinuxfs3 | | libgdiplus | 6.1 | cflinuxfs4 | | libunwind | 1.6.2 | cflinuxfs3 | | libunwind | 1.6.2 | cflinuxfs4 | | node | 16.17.0 | cflinuxfs3 | | node | 16.17.0 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | dotnet-runtime | 6.0.x | | dotnet-aspnetcore | 6.0.x | | dotnet-sdk | 6.0.x | | bower | 1.8.x | * Uncached buildpack SHA256: 2dd283982a7b3a3ff3187392a684371151360c706023f0d4fe7ae3f6dc0aab9d * Uncached buildpack SHA256: 18225e8c81aafbec68348399ddd7c58a3e0420bbfe6479c5964b08797013ff40 |
garden-runc | 1.22.5 | |
go-offline-buildpack | 1.10.0 |
1.10.0* Add support for cflinuxfs4 stack * Add go 1.19.2, remove go 1.19 for stack(s) cflinuxfs4, cflinuxfs3 * Update Go Buildpack dependencies to only keep 1 of each patch version (latest) Packaged binaries: | name | version | cf_stacks | |-|-|-| | dep | 0.5.4 | cflinuxfs3 | | dep | 0.5.4 | cflinuxfs4 | | glide | 0.13.3 | cflinuxfs3 | | glide | 0.13.3 | cflinuxfs4 | | go | 1.18.7 | cflinuxfs3 | | go | 1.18.7 | cflinuxfs4 | | go | 1.19.2 | cflinuxfs3 | | go | 1.19.2 | cflinuxfs4 | | godep | 80 | cflinuxfs3 | | godep | 80 | cflinuxfs4 | Default binary versions: | name | version | |-|-| | go | 1.18.x | * Uncached buildpack SHA256: 35f3b6b61c19104db056610fea83cc19b3c04788aec3772be4c0c9d4a46fc50f * Uncached buildpack SHA256: 802aa0da6b655ad5f05ccbba452d609a77a61a7daf4d7a05c1ce493a90de8256 1.9.50* Deprecate Go 1.17 (#285) * Add go 1.19.1 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183191986) * Add go 1.18.6, remove go 1.18.4 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183191760) * Adds --stack flag for integration tests Packaged binaries: | name | version | cf_stacks | |-|-|-| | dep | 0.5.4 | cflinuxfs3 | | glide | 0.13.3 | cflinuxfs3 | | go | 1.18.4 | cflinuxfs3 | | go | 1.18.5 | cflinuxfs3 | | go | 1.18.6 | cflinuxfs3 | | go | 1.19 | cflinuxfs3 | | go | 1.19.1 | cflinuxfs3 | | godep | 80 | cflinuxfs3 | Default binary versions: | name | version | |-|-| | go | 1.18.x | * Uncached buildpack SHA256: 647b82f99fe9e52a7aff5be5e5811c37c85823d7b120b37f3f6957a303684b2e |
java-offline-buildpack | 4.53 |
4.53The java-buildpack, version 4.53 is released. It primarily includes new OpenJDK versions, which are based on the Oracle Java Quarterly Updates for Oct 2022. - This release also includes an enhancement to the Sealights framework, more fields are supported for a User-Provided service (#964). ## 🚨 Deprecation of Spring Cloud Connectors & Spring Auto Reconfiguration 🚨 This release reverts the change made in v4.51 which deactivated the Spring Auto Reconfiguration framework by default. From this release, it's enabled by default as per all versions < 4.51. This is to provide users with more time to migrate to the recommended alternative library, `java-cfenv`. The default of disabled happens in a release after March 2023, and the library is completely removed in a release after March 2024. As before, you might [post feedback/comments to this issue](https://github.com/cloudfoundry/java-buildpack/issues/951). For a more detailed look at the changes in 4.53, look at the [commit log](https://github.com/cloudfoundry/java-buildpack/compare/v4.52...v4.53). The packaged version of the buildpack, suitable for use with create-buildpack and update-buildpack, can be found attached to this release. | Dependency | Version | CVEs | Release Notes | | ---------- | ------- | ---- | ------------- | | AppDynamics Agent | `22.9.1_34265` | | [Release Notes](https://docs.appdynamics.com/4.5.x/en/product-and-release-announcements/release-notes/language-agent-notes/java-agent-notes) | | Azure Application Insights Agent | `2.6.2` | | [Release Notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) | | CA Introscope APM Framework | `22.8.0_48` | | | | Client Certificate Mapper | `1.11.0_RELEASE` |Included inline above | Included inline above | | Container Security Provider | `1.19.0_RELEASE` |Included inline above | Included inline above | | Contrast Security Agent | `3.18.1` | | [Release Notes](https://docs.contrastsecurity.com/en/java-agent-release-notes.html) | | Datadog APM Javaagent | `0.114.0` | | [Release Notes](https://github.com/DataDog/dd-trace-java/releases) | | Elastic APM Agent | `1.34.1` | | [Release Notes](https://www.elastic.co/guide/en/apm/agent/java/current/release-notes.html) | | Gemalto Luna Security Provider | `7.4.0` | | [Release Notes](https://www.thalesdocs.com/gphsm/luna/7/docs/network/Content/CRN/Luna/CRN_Luna.htm) | | Geode Tomcat Session Store | `1.12.5` | | | | Google Stackdriver Debugger | `2.32.0` | | [Release Notes](https://cloud.google.com/debugger/docs/release-notes) | | Google Stackdriver Profiler | `0.1.0` | | [Release Notes](https://cloud.google.com/profiler/docs/release-notes) | | Groovy | `2.5.19` | | [Release Notes](http://www.groovy-lang.org/releases.html) | | JaCoCo Agent | `0.8.8` | | [Release Notes](https://github.com/jacoco/jacoco/releases) | | Java Memory Assistant Agent | `0.5.0` | | | | Java Memory Assistant Clean Up | `0.1.0` | | | | JProfiler Profiler | `12.0.4` | | [ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html) | | JRebel Agent | `2022.4.1` | | [ChangeLog](https://www.jrebel.com/products/jrebel/changelog) | | jvmkill Agent | `1.17.0_RELEASE` |Included inline above | Included inline above | | MariaDB JDBC Driver | `2.7.2` | | [Release Notes](https://mariadb.com/kb/en/mariadb-connector-j-274-release-notes/) | | Memory Calculator | `3.13.0_RELEASE` |Included inline above | Included inline above | | Metric Writer | `3.5.0_RELEASE` |Included inline above | Included inline above | | New Relic Agent | `7.11.0` | | [Release Notes](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/) | | OpenJDK JRE 11 | `11.0.17_7` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.17/) | | OpenJDK JRE 17 | `17.0.5_8` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.5/) | | OpenJDK JRE 8 | `1.8.0_352` |[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2022.html#AppendixJAVA) | [Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u352/) | | PostgreSQL JDBC Driver | `42.5.0` | | [ChangeLog](https://jdbc.postgresql.org/documentation/changelog.html) | | Redis Session Store | `1.3.6_RELEASE` |Included inline above | Included inline above | | Riverbed Appinternals Agent | `11.8.5_BL527` | | | | SeaLights Agent | `4.0.2145` | | | | SkyWalking | `8.9.0` | | [ChangeLog](https://github.com/apache/skywalking/tree/master/changes) | | Spring Auto-reconfiguration | `2.12.0_RELEASE` |Included inline above | Included inline above | | Spring Boot CLI | `2.7.5` | | | | Spring Boot Container Customizer | `2.6.0_RELEASE` |Included inline above | Included inline above | | Tomcat | `9.0.68` |[Security](https://tomcat.apache.org/security-9.html) | [ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html) | | Tomcat Access Logging Support | `3.3.0_RELEASE` |Included inline above | Included inline above | | Tomcat Lifecycle Support | `3.3.0_RELEASE` |Included inline above | Included inline above | | Tomcat Logging Support | `3.3.0_RELEASE` |Included inline above | Included inline above | | YourKit Profiler | `2022.9.171` | | [Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp) | |
log-cache | 2.12.0 | |
loggregator | 106.6.9 | |
loggregator-agent | 6.5.0 | |
mapfs | 1.2.12 |
v1.2.12## Changes * Replace `go get` with `go install` (#23) * Update vendored package golang-1-linux (#26) * Update vendored package golang-1-linux (#27) ## Dependencies * **mapfs:** Updated to v`27f8711`. |
metric-registrar | 1.2.10 | |
metrics-discovery | 3.2.0 | |
mysql-monitoring | 9.18.0 | |
nats | 50 | |
nfs-volume | 7.1.8 |
v7.1.8## Changes * Fix upgrade from 7.1.6 (#253) * Include openldap 2.4.44 blob in release to use it in Xenial (#254) v7.1.7## Changes * Add final release 7.1.6 [ci skip] * Bump OpenLDAP package to 2.5.13 LTS, which supports xenial (#241) * Remove libnfsidmap from jammy. Was replaced by new nfs-utils (#220) * Replace `go get` with `go install` (#209) ## Dependencies * **bosh-template:** Updated to v2.3.0. |
nginx-offline-buildpack | 1.1.45 |
1.1.45* Add nginx 1.23.2, remove nginx 1.23.1 for stack(s) cflinuxfs3 * Add nginx 1.22.1, remove nginx 1.22.0 for stack(s) cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.22.1 | cflinuxfs3 | | nginx | 1.23.2 | cflinuxfs3 | | openresty | 1.13.6.2 | cflinuxfs3 | | openresty | 1.15.8.3 | cflinuxfs3 | | openresty | 1.17.8.2 | cflinuxfs3 | | openresty | 1.19.9.1 | cflinuxfs3 | | openresty | 1.21.4.1 | cflinuxfs3 | Default binary versions: | name | version | |-|-| | nginx | 1.23.x | * Uncached buildpack SHA256: 59553ae241975530230e065f996a0434b7a85df061b3d79ec8f3073f3701c720 1.1.44* Update libbuildpack Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.22.0 | cflinuxfs3 | | nginx | 1.23.1 | cflinuxfs3 | | openresty | 1.13.6.2 | cflinuxfs3 | | openresty | 1.15.8.3 | cflinuxfs3 | | openresty | 1.17.8.2 | cflinuxfs3 | | openresty | 1.19.9.1 | cflinuxfs3 | | openresty | 1.21.4.1 | cflinuxfs3 | Default binary versions: | name | version | |-|-| | nginx | 1.23.x | * Uncached buildpack SHA256: 29cc1a2aea42cfb654f31ee6e0c7bdb14521679fab127b26fa396b055b9c8033 1.1.43* Update libbuildpack Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.22.0 | cflinuxfs3 | | nginx | 1.23.1 | cflinuxfs3 | | openresty | 1.13.6.2 | cflinuxfs3 | | openresty | 1.15.8.3 | cflinuxfs3 | | openresty | 1.17.8.2 | cflinuxfs3 | | openresty | 1.19.9.1 | cflinuxfs3 | | openresty | 1.21.4.1 | cflinuxfs3 | Default binary versions: | name | version | |-|-| | nginx | 1.23.x | * Uncached buildpack SHA256: 4f3acdd173c641d69e65ee46b28eee41660539110fe0729a53d60db4a4c170c7 |
nodejs-offline-buildpack | 1.8.3 |
1.8.3* Add node 18.12.1, remove node 18.9.0 for stack(s) cflinuxfs3, cflinuxfs4 * Add node 14.21.1, remove node 14.20.0 for stack(s) cflinuxfs3, cflinuxfs4 * Add node 16.18.1, remove node 16.17.1 for stack(s) cflinuxfs3, cflinuxfs4 (https://www.pivotaltracker.com/story/show/183724805) * Bumps go.mod go version to 1.19 Packaged binaries: | name | version | cf_stacks | |-|-|-| | node | 14.20.1 | cflinuxfs3 | | node | 14.20.1 | cflinuxfs4 | | node | 14.21.1 | cflinuxfs3 | | node | 14.21.1 | cflinuxfs4 | | node | 16.18.0 | cflinuxfs3 | | node | 16.18.0 | cflinuxfs4 | | node | 16.18.1 | cflinuxfs3 | | node | 16.18.1 | cflinuxfs4 | | node | 18.10.0 | cflinuxfs3 | | node | 18.10.0 | cflinuxfs4 | | node | 18.12.1 | cflinuxfs3 | | node | 18.12.1 | cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | node | 16.x | * Uncached buildpack SHA256: 2891efd8d931f6e7c10253bc116cb90544a086a47966532eee13af60414f1ede * Uncached buildpack SHA256: cf64d739fafe8a94abff4573cccabf1873e96b923c6f744de14c2e5e106f5903 1.8.2* Add node 16.18.0, remove node 16.17.0 for stack(s) cflinuxfs4, cflinuxfs3 * Adding error message when npm install fails (#522) Packaged binaries: | name | version | cf_stacks | |-|-|-| | node | 14.20.0 | cflinuxfs3 | | node | 14.20.0 | cflinuxfs4 | | node | 14.20.1 | cflinuxfs3 | | node | 14.20.1 | cflinuxfs4 | | node | 16.17.1 | cflinuxfs3 | | node | 16.17.1 | cflinuxfs4 | | node | 16.18.0 | cflinuxfs4 | | node | 16.18.0 | cflinuxfs3 | | node | 18.9.0 | cflinuxfs3 | | node | 18.9.0 | cflinuxfs4 | | node | 18.10.0 | cflinuxfs3 | | node | 18.10.0 | cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | node | 16.x | * Uncached buildpack SHA256: fa3ba16a26ff03da9312e4717bbcd4640a8bf1d1d275193980075209a2c4cd62 * Uncached buildpack SHA256: 65afb62e378e5d9ba02d1ca6184aca3fcc901d772464e4e254594b6ee7342136 |
notifications | 62 | |
notifications-ui | 40 | |
php-offline-buildpack | 4.4.67 |
4.4.67* Add php 7.4.32, remove php 7.4.29 for stack(s) cflinuxfs3 * Add php 8.1.11, remove php 8.1.9 for stack(s) cflinuxfs3 * Add php 8.0.24, remove php 8.0.22 for stack(s) cflinuxfs3 * Add composer 2.4.2, remove composer 2.4.1 for stack(s) cflinuxfs3 Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | CAAPM | 20.11.0 | cflinuxfs3 | | | appdynamics | 22.8.0-588 | cflinuxfs3 | | | composer | 2.4.2 | cflinuxfs3 | | | httpd | 2.4.54 | cflinuxfs3 | | | newrelic | 9.20.0.310 | cflinuxfs3 | | | nginx | 1.22.0 | cflinuxfs3 | | | nginx | 1.23.1 | cflinuxfs3 | | | php | 7.4.30 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lua, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, protobuf, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xmlrpc, xsl, yaf, yaml, zip, zlib | | php | 7.4.32 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lua, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, protobuf, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xmlrpc, xsl, yaf, yaml, zip, zlib | | php | 8.0.23 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.0.24 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.10 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.11 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | Default binary versions: | name | version | |-|-| | php | 7.4.32 | | httpd | 2.4.54 | | newrelic | 9.20.0.310 | | nginx | 1.23.1 | | composer | 2.4.2 | | CAAPM | 20.11.0 | * Uncached buildpack SHA256: 637cbc9daa642ce3d3f42377ea2d0555d3db0959e9fedd81fa1a2fc0e2097000 4.4.66* Add php 8.0.23, remove php 8.0.21 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183155275) * Add php 8.1.10, remove php 8.1.8 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183154369) * Add composer 2.4.1, remove composer 2.3.10 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183038970) (https://www.pivotaltracker.com/story/show/183001218) Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | CAAPM | 20.11.0 | cflinuxfs3 | | | appdynamics | 22.8.0-588 | cflinuxfs3 | | | composer | 2.4.1 | cflinuxfs3 | | | httpd | 2.4.54 | cflinuxfs3 | | | newrelic | 9.20.0.310 | cflinuxfs3 | | | nginx | 1.22.0 | cflinuxfs3 | | | nginx | 1.23.1 | cflinuxfs3 | | | php | 7.4.29 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lua, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, protobuf, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xmlrpc, xsl, yaf, yaml, zip, zlib | | php | 7.4.30 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ioncube, ldap, lua, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phalcon, phpiredis, protobuf, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, stomp, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xmlrpc, xsl, yaf, yaml, zip, zlib | | php | 8.0.22 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.0.23 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pdo_sqlsrv, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, sqlsrv, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.9 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | | php | 8.1.10 | cflinuxfs3 | amqp, apcu, bz2, curl, dba, enchant, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, ldap, lzf, mailparse, maxminddb, mbstring, memcached, mongodb, msgpack, mysqli, oauth, opcache, openssl, pcntl, pdo, pdo_firebird, pdo_mysql, pdo_odbc, pdo_pgsql, pdo_sqlite, pgsql, phpiredis, pspell, psr, rdkafka, readline, redis, shmop, snmp, soap, sockets, sodium, solr, ssh2, sysvmsg, sysvsem, sysvshm, tideways_xhprof, tidy, xdebug, xsl, yaf, yaml, zip, zlib | Default binary versions: | name | version | |-|-| | php | 7.4.29 | | httpd | 2.4.54 | | newrelic | 9.20.0.310 | | nginx | 1.23.1 | | composer | 2.4.1 | | CAAPM | 20.11.0 | * Uncached buildpack SHA256: b0ab9a1a5c80a4a2cb7527fcdae9d9a34d2fc44ee599d9bc0019b4dd68b99517 |
push-apps-manager-release | 677.0.7 | |
push-offline-docs-release | 1.0.94 | |
push-usage-service-release | 674.0.25 |
v674.0.25## Changes * Bump src/app-usage-service from [`99b5b7a`](https://github.com/pivotal-cf/app-usage-service/commit/99b5b7aa4e32a14293418f5b5237e54ec74ee07d) to [`aad81af`](https://github.com/pivotal-cf/app-usage-service/commit/aad81af5ada02ff2795e5ac69bba94e7591752ab) * Remove dependabot configs for legacy support branches (https://github.com/pivotal-cf/usage-service-release/pull/252) |
pxc | 1.0.1 | |
python-offline-buildpack | 1.8.0 |
1.8.0* Add support for cflinuxfs4 stack. * Add pipenv 2022.9.21, remove pipenv 2022.9.8 for stack(s) cflinuxfs3, cflinuxfs4 Packaged binaries: | name | version | cf_stacks | |-|-|-| | libffi | 3.2.1 | cflinuxfs3, cflinuxfs4 | | libmemcache | 1.0.18 | cflinuxfs3, cflinuxfs4 | | miniconda3-py39 | 4.12.0 | cflinuxfs3, cflinuxfs4 | | pip | 22.2.2 | cflinuxfs3, cflinuxfs4 | | pipenv | 2022.9.21 | cflinuxfs3 | | pipenv | 2022.9.21 | cflinuxfs4 | | python | 3.7.13 | cflinuxfs3 | | python | 3.7.13 | cflinuxfs4 | | python | 3.7.14 | cflinuxfs3 | | python | 3.7.14 | cflinuxfs4 | | python | 3.8.13 | cflinuxfs3 | | python | 3.8.13 | cflinuxfs4 | | python | 3.8.14 | cflinuxfs3 | | python | 3.8.14 | cflinuxfs4 | | python | 3.9.13 | cflinuxfs3 | | python | 3.9.13 | cflinuxfs4 | | python | 3.9.14 | cflinuxfs3 | | python | 3.9.14 | cflinuxfs4 | | python | 3.10.6 | cflinuxfs3 | | python | 3.10.6 | cflinuxfs4 | | python | 3.10.7 | cflinuxfs3 | | python | 3.10.7 | cflinuxfs4 | | setuptools | 65.3.0 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | python | 3.10.x | * Uncached buildpack SHA256: 47570bdface876743174ed8a8cab82df7c764926d7c73e887e59ae55167972d1 * Uncached buildpack SHA256: be57efe247d3c76dda201de02af018a18e08606f9041d351113b883ab4e5e403 1.7.59* Add python 3.7.14, remove python 3.7.12 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183201709) * Add python 3.8.14, remove python 3.8.12 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183209169) * Add python 3.9.14, remove python 3.9.12 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183209172) * Add python 3.10.7, remove python 3.10.5 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183186088) * Add pipenv 2022.9.8, remove pipenv 2022.8.19 for stack(s) cflinuxfs3 * supply: remove pre-installing mercurial (https://github.com/cloudfoundry/python-buildpack/pull/576) Packaged binaries: | name | version | cf_stacks | |-|-|-| | libffi | 3.2.1 | cflinuxfs3 | | libmemcache | 1.0.18 | cflinuxfs3 | | miniconda3-py39 | 4.12.0 | cflinuxfs3 | | pip | 22.2.2 | cflinuxfs3 | | pipenv | 2022.9.8 | cflinuxfs3 | | python | 3.7.13 | cflinuxfs3 | | python | 3.7.14 | cflinuxfs3 | | python | 3.8.13 | cflinuxfs3 | | python | 3.8.14 | cflinuxfs3 | | python | 3.9.13 | cflinuxfs3 | | python | 3.9.14 | cflinuxfs3 | | python | 3.10.6 | cflinuxfs3 | | python | 3.10.7 | cflinuxfs3 | | setuptools | 65.3.0 | cflinuxfs3 | Default binary versions: | name | version | |-|-| | python | 3.10.x | * Uncached buildpack SHA256: a0409906fd385553ec63b247843eade0694c9c90de9a873d99a951ae3de72f23 1.7.58* Set CFLAGS when building Fix for `Python.h: No such file or directory` error on native extensions. * Add setuptools 65.3.0, remove setuptools 63.4.2 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183070646) (https://www.pivotaltracker.com/story/show/182956247) * Add pipenv 2022.8.19, remove pipenv 2022.8.5 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183033182) Packaged binaries: | name | version | cf_stacks | |-|-|-| | libffi | 3.2.1 | cflinuxfs3 | | libmemcache | 1.0.18 | cflinuxfs3 | | miniconda3-py39 | 4.12.0 | cflinuxfs3 | | pip | 22.2.2 | cflinuxfs3 | | pipenv | 2022.8.19 | cflinuxfs3 | | python | 3.7.12 | cflinuxfs3 | | python | 3.7.13 | cflinuxfs3 | | python | 3.8.12 | cflinuxfs3 | | python | 3.8.13 | cflinuxfs3 | | python | 3.9.12 | cflinuxfs3 | | python | 3.9.13 | cflinuxfs3 | | python | 3.10.5 | cflinuxfs3 | | python | 3.10.6 | cflinuxfs3 | | setuptools | 65.3.0 | cflinuxfs3 | Default binary versions: | name | version | |-|-| | python | 3.10.x | * Uncached buildpack SHA256: 9c1c0f03cebbd1a5607a3d5af2c19c73a8d064813a17301b4956eacd0a71f824 1.7.57* Add python 3.10.6, remove python 3.10.4 for stack(s) cflinuxfs3 * Add pip 22.2.2, remove pip 22.1.2 for stack(s) cflinuxfs3 * Add pipenv 2022.8.5, remove pipenv 2022.7.4 for stack(s) cflinuxfs3 * Add setuptools 63.4.2, remove setuptools 63.1.0 for stack(s) cflinuxfs3 * Scrub multiple ways of describing index-url from requiremnts.txt when using vendored installs (#544). See https://github.com/pypa/pip/issues/11276 for the upstream problem. Packaged binaries: | name | version | cf_stacks | |-|-|-| | libffi | 3.2.1 | cflinuxfs3 | | libmemcache | 1.0.18 | cflinuxfs3 | | miniconda3-py39 | 4.12.0 | cflinuxfs3 | | pip | 22.2.2 | cflinuxfs3 | | pipenv | 2022.8.5 | cflinuxfs3 | | python | 3.7.12 | cflinuxfs3 | | python | 3.7.13 | cflinuxfs3 | | python | 3.8.12 | cflinuxfs3 | | python | 3.8.13 | cflinuxfs3 | | python | 3.9.12 | cflinuxfs3 | | python | 3.9.13 | cflinuxfs3 | | python | 3.10.5 | cflinuxfs3 | | python | 3.10.6 | cflinuxfs3 | | setuptools | 63.4.2 | cflinuxfs3 | Default binary versions: | name | version | |-|-| | python | 3.10.x | * Uncached buildpack SHA256: 5471fc6dcffeab4791975a7af6e0d817716c0c954a092d8cc22d5a07f5f73d11 |
r-offline-buildpack | 1.1.34 |
1.1.34* Update r 4.2.1 dependencies for stack(s) cflinuxfs3: * forecast from 8.17.0 to 8.18.0 Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | r | 3.6.2 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.0 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.1 | cflinuxfs3 | forecast, plumber, rserve, shiny | * Uncached buildpack SHA256: f93a3cbfb21e159a96c84c61dec8911ea7c4337fe664da2dcc70ca5efe7ed13d 1.1.33* Rebuild r 4.2.1 for stack(s) cflinuxfs3 with dependencies for stack cflinuxfs3: forecast 8.17.0, plumber 1.2.1, rserve 1.8.10, shiny 1.7.2 (https://www.pivotaltracker.com/story/show/183198485) Packaged binaries: | name | version | cf_stacks | modules | |-|-|-|-| | r | 3.6.2 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 3.6.3 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.0 | cflinuxfs3 | forecast, plumber, rserve, shiny | | r | 4.2.1 | cflinuxfs3 | forecast, plumber, rserve, shiny | * Uncached buildpack SHA256: 8f92b5009b8208dbe146bb5085c6e6e0dd376b19d1d4eb3e2cef73dfa64eb039 |
routing | 0.244.0 |
v0.244.0## What's changed * Emit access logs for 431 responses to Loggegator [gorouter PR #331](https://github.com/cloudfoundry/gorouter/pull/331). * Always suspend pruning when nats is down https://github.com/cloudfoundry/routing-release/pull/287. * **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.243.0...v0.244.0 ## ✨ Built with go 1.19.2 v0.243.0🎉 Bumped to go1.19.2 **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.242.0...v0.243.0 v0.242.0## What's changed - `tcp_router` is now more verbose when running `haproxy_reloader` to assist in diagnosting failed reloads. 🎉 ([PR 9](https://github.com/cloudfoundry/cf-tcp-router/pull/9)) - `gorouter` truncates access logs that exceed loggregator + UDP packet limits, so that we no longer drop access log messages sent to the firehose. 😻 ([PR 328](https://github.com/cloudfoundry/gorouter/pull/328) and [PR 329](https://github.com/cloudfoundry/gorouter/pull/329)) **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.241.0...v0.242.0 ## ✨ Built with go 1.18 * despite what the docs/go.version says * because the go 1.18 package is present v0.241.0🎉 ~~Bumped to go1.19.1~~ * Still using go 1.18 * despite what the docs/go.version says * because the go 1.18 package is present * [gorouter PR 327](https://github.com/cloudfoundry/gorouter/pull/327) to adjust endpoint-not-unregistered log-level to 'info' **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.240.0...v0.241.0 v0.240.0## What's changed * @geofffranks and @ameowlia added property `router.max_header_bytes` to the gorouter job. * This value controls the maximum number of bytes the gorouter reads parsing the request header's keys and values, including the request line. * It does not limit the size of the request body. * An additional padding of 4096 bytes is added to this value by go. * Requests with larger headers result in a 431 status code. **Full Changelog**: https://github.com/cloudfoundry/routing-release/compare/v0.239.0...v0.240.0 ## Manifest Property Changes | Job | Property | 0.237.0 | 0.238.0 | | --- | --- | --- | --- | | `gorouter` | `router.max_header_bytes` | didn't exist | 1048576 (1MB) | ## ✨ Built with go 1.18.6 |
ruby-offline-buildpack | 1.8.59 |
1.8.59* Add bundler 2.3.24, remove bundler 2.3.22 for stack(s) cflinuxfs3 * Add jruby 9.3.8.0, remove jruby 9.3.7.0 for stack(s) cflinuxfs3 * Add node 16.18.0, remove node 16.16.0 for stack(s) cflinuxfs3 * Add rubygems 3.3.24, remove rubygems 3.3.22 for stack(s) cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | bundler | 1.17.3 | cflinuxfs3 | | bundler | 2.3.24 | cflinuxfs3 | | jruby | 9.2.21.0 | cflinuxfs3 | | jruby | 9.3.8.0 | cflinuxfs3 | | node | 16.18.0 | cflinuxfs3 | | openjdk1.8-latest | 1.8.0 | cflinuxfs3 | | ruby | 2.7.5 | cflinuxfs3 | | ruby | 2.7.6 | cflinuxfs3 | | ruby | 3.0.3 | cflinuxfs3 | | ruby | 3.0.4 | cflinuxfs3 | | ruby | 3.1.1 | cflinuxfs3 | | ruby | 3.1.2 | cflinuxfs3 | | rubygems | 3.3.24 | cflinuxfs3 | | yarn | 1.22.19 | cflinuxfs3 | Default binary versions: | name | version | |-|-| | ruby | 2.7.x | * Uncached buildpack SHA256: 30c6e52afd35ea30bc2fdf6a105dda864928bb7e8a68b7b2341e89bc9cb83e3c 1.8.58* Add bundler 2.3.22, remove bundler 2.3.21 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183206374) * Add rubygems 3.3.22, remove rubygems 3.3.19 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183206184) (https://www.pivotaltracker.com/story/show/183080650) (https://www.pivotaltracker.com/story/show/182952392) * Add bundler 2.3.21, remove bundler 2.3.19 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183080884) (https://www.pivotaltracker.com/story/show/182951992) * Add jruby 9.3.7.0, remove jruby 9.3.6.0 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/183002663) * Add node 16.17.0 for stack(s) cflinuxfs3 (https://www.pivotaltracker.com/story/show/182999800) Packaged binaries: | name | version | cf_stacks | |-|-|-| | bundler | 1.17.3 | cflinuxfs3 | | bundler | 2.3.22 | cflinuxfs3 | | jruby | 9.2.21.0 | cflinuxfs3 | | jruby | 9.3.7.0 | cflinuxfs3 | | node | 16.16.0 | cflinuxfs3 | | node | 16.17.0 | cflinuxfs3 | | openjdk1.8-latest | 1.8.0 | cflinuxfs3 | | ruby | 2.7.5 | cflinuxfs3 | | ruby | 2.7.6 | cflinuxfs3 | | ruby | 3.0.3 | cflinuxfs3 | | ruby | 3.0.4 | cflinuxfs3 | | ruby | 3.1.1 | cflinuxfs3 | | ruby | 3.1.2 | cflinuxfs3 | | rubygems | 3.3.22 | cflinuxfs3 | | yarn | 1.22.19 | cflinuxfs3 | Default binary versions: | name | version | |-|-| | ruby | 2.7.x | * Uncached buildpack SHA256: 8683266de631afc51922cb5272749a9a7ce6cd1e60f9183b31d0d598558cdd62 |
silk | 3.14.0 | |
smb-volume | 3.1.6 |
v3.1.6## Changes * Update vendored package golang-1-linux (#67) * Update vendored package golang-1-linux (#70) ## Dependencies * **bosh-template:** Updated to v2.3.0. |
smoke-tests | 4.7.0 | |
staticfile-offline-buildpack | 1.5.35 |
1.5.35* Add nginx 1.23.2, remove nginx 1.23.1 for stack(s) cflinuxfs3 * Add nginx 1.22.1, remove nginx 1.22.0 for stack(s) cflinuxfs3 Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.22.1 | cflinuxfs3 | | nginx | 1.23.2 | cflinuxfs3 | Default binary versions: | name | version | |-|-| | nginx | 1.23.x | * Uncached buildpack SHA256: db23d06c3be3ac43c9dca5bd988ee1b6097d5896afa5309d684b446430ae65ab 1.5.34* Update libbuildpack Packaged binaries: | name | version | cf_stacks | |-|-|-| | nginx | 1.22.0 | cflinuxfs3 | | nginx | 1.23.1 | cflinuxfs3 | Default binary versions: | name | version | |-|-| | nginx | 1.23.x | * Uncached buildpack SHA256: 89420cdafed63dc8dae495c6fce445fb0c5262ad6d149a90cd0e32aa58d3c408 |
statsd-injector | 1.11.22 | |
syslog | 12.0.4 | |
system-metrics-scraper | 3.3.0 | |
uaa | 76.1.0 |
v76.1.0### Feature - Update to [UAA v76.1.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.1.0) ### Fixes - Fix openssl pkcs12 export in pre-start.erb when in FIPS mode (https://github.com/cloudfoundry/uaa-release/pull/407) - Regression with broken copy button (https://github.com/cloudfoundry/uaa/pull/2034) - Regression with legacy redirect patterns (https://github.com/cloudfoundry/uaa/pull/2035) - Bump snakeyaml version from 1.30 to 1.32 (https://github.com/cloudfoundry/uaa/pull/2023), solves CVE-2022-38751 and CVE-2022-38752 ### Dependency bumps - Bump Tomcat to version 9.0.67 - Bump Newrelic to version 7.10.0 - Bumps api-ldap-model from 1.0.3 to 2.1.2 - Bump xmlsec from 3.0.0 to 3.0.1 (https://github.com/cloudfoundry/uaa/pull/2026) - Bump k8s.io/client-go from 0.25.0 to 0.25.1 (https://github.com/cloudfoundry/uaa/pull/2028) - Bump jQuery version to v3.6.1 (https://github.com/cloudfoundry/uaa/pull/2033) - Bump versions.springBootVersion from 2.7.3 to 2.7.4 (https://github.com/cloudfoundry/uaa/pull/2040) - Bump k8s.io/client-go from 0.25.1 to 0.25.2 in /k8s (https://github.com/cloudfoundry/uaa/pull/2037) - Bump json from 20220320 to 20220924 (https://github.com/cloudfoundry/uaa/pull/2042) - Bump Tomcat cargo version 9.0.67 (https://github.com/cloudfoundry/uaa/pull/2045) - Bump commons-text from 1.9 to 1.10.0 (https://github.com/cloudfoundry/uaa/pull/2047) - Bump versions.bouncyCastleVersion from 1.71.1 to 1.72 (https://github.com/cloudfoundry/uaa/pull/2048) ### Full Changelog - [https://github.com/cloudfoundry/uaa-release/compare/v76.0.0...v76.1.0](https://github.com/cloudfoundry/uaa-release/compare/v76.0.0...v76.1.0) |
Release Date: 10/06/2022
cflinuxfs4
diego
, routing
, cf-networking
, and silk
components use Golang v1.18.pxc-release
with Percona XtraDB Cluster 8.0.29java-offline-buildpack
v4.52 makes TAS for VMs incompatible with some service tiles and prevents apps that use java-offline-buildpack
v4.52 from binding to service instances. For more information, see java-offline-buildpack v4.52 Disallows Spring Auto Reconfiguration by Default.1.139.0
1.41.0
1.22.2
4.52
3.2.0
1.8.0
677.0.7
1.0.1
4.7.0
76.0.0
Component | Version | Release Notes |
---|---|---|
ubuntu-jammy stemcell | 1.8 | |
backup-and-restore-sdk | 1.18.52 | |
binary-offline-buildpack | 1.0.45 | |
bosh-dns-aliases | 0.0.4 | |
bpm | 1.1.19 | |
capi | 1.139.0 | |
cf-autoscaling | 249.0.17 | |
cf-cli | 1.41.0 |
v1.41.0### This release contains the following versions of the CF CLI | Major version | Prior version | Current version | | ------------- | ------------- | ------------- | | **v8** | **8.4.0** | [8.5.0](https://github.com/cloudfoundry/cli/releases/tag/v8.5.0) | | **v7** | **7.5.0** | [7.5.0](https://github.com/cloudfoundry/cli/releases/tag/v7.5.0) | | **v6** | **6.53.0** | **[6.53.0](https://github.com/cloudfoundry/cli/releases/tag/v6.53.0)** | Version 8.5.0 of the cf CLI uses Go 1.18. |
cf-networking | 3.12.0 | |
cflinuxfs3 | 0.321.0 | |
cflinuxfs4 | 0.28.0 | |
credhub | 2.12.8 | |
diego | 2.66.3 | |
dotnet-core-offline-buildpack | 2.4.0 | |
garden-runc | 1.22.2 | |
go-offline-buildpack | 1.9.49 | |
java-offline-buildpack | 4.52 | |
log-cache | 2.12.0 | |
loggregator | 106.6.9 | |
loggregator-agent | 6.5.0 | |
mapfs | 1.2.11 | |
metric-registrar | 1.2.10 | |
metrics-discovery | 3.2.0 | |
mysql-monitoring | 9.18.0 | |
nats | 50 | |
nfs-volume | 7.1.6 | |
nginx-offline-buildpack | 1.1.42 | |
nodejs-offline-buildpack | 1.8.0 |
1.8.0* Add support for cflinuxfs4 stack Packaged binaries: | name | version | cf_stacks | |-|-|-| | node | 14.19.3 | cflinuxfs3 | | node | 14.20.0 | cflinuxfs3 | | node | 14.20.0 | cflinuxfs4 | | node | 16.16.0 | cflinuxfs3 | | node | 16.17.0 | cflinuxfs3 | | node | 16.17.0 | cflinuxfs4 | | node | 18.7.0 | cflinuxfs3 | | node | 18.9.0 | cflinuxfs3 | | node | 18.9.0 | cflinuxfs4 | | yarn | 1.22.19 | cflinuxfs3, cflinuxfs4 | Default binary versions: | name | version | |-|-| | node | 16.x | * Uncached buildpack SHA256: 9c916f1475c3ebfa8cb1531a31a6b70829b29e36380d3496dd105c2d8109c5de * Uncached buildpack SHA256: 7b59d44895ad526dd3f87bf176a5fd7a08f55f0cf4f91dcb8b2c1fa474292385 |
notifications | 62 | |
notifications-ui | 40 | |
php-offline-buildpack | 4.4.65 | |
push-apps-manager-release | 677.0.7 |
677.0.6Fixed deploy.sh **Full Changelog**: https://github.com/pivotal-cf/apps-manager-release/compare/677.0.5...677.0.6 |
push-offline-docs-release | 1.0.94 | |
push-usage-service-release | 674.0.24 | |
pxc | 1.0.1 |
v1.0.1**Important** pxc-release v1.0 is a major database upgrade from Percona XtraDB Cluster 5.7 to Percona XtraDB Cluster 8.0 **Version Bumps** - Bumped Percona XtraDB Cluster to 8.0.29-21 - Bumped Percona XtraBackup to 8.0.29-22 **New features** - The database server default character set and collation have been changed to the Percona XtraDB Cluster 8.0 default of utf8mb4 and utf8mb4_0900_ai_ci respectively. The new defaults affects newly created databases created after pxc-release v1.0.1. For more information about the default database character set and collation see this MySQL documentation: https://dev.mysql.com/doc/refman/8.0/en/charset-server.html The database server's default character set and collation might be configured explicitly via the pxc-mysql job's "engine_config.character_set_server" and "engine_config.collation_server" properties, respectively. - galera-agent and cluster-health logger users no longer need to be explicitly specified in the pxc-mysql job's seeded_users property. pxc-mysql automatically generates these users when the galera-agent or cluster-health-logger jobs are deployed. This removes the breaking change from the previous release. - Percona XtraDB Cluster 5.7 packages are now included in deployments to aid in upgrades. In the previous release, only the Percona XtraDB Cluster 8.0 package was included on pxc/1.0 VMs. - Percona XtraDB Cluster 8.0 packages have been renamed from "/var/vcap/packages/pxc" to "/var/vcap/packages/percona-xtradb-cluster-8.0" in an effort to distinguish from the percona-xtradb-cluster-5.7 package - In the previous release, upgrades from pxc-release prior to 1.0 running Percona XtraDB Cluster 5.7 where the v5.7 instance was not cleanly shutdown or had failed. As of pxc-release v1.0.1, the pxc-mysql job runs crash recovery with Percona XtraDB Cluster 5.7 prior to the upgrade to Percona XtraDB Cluster 8.0 - The "migrate-to-pxc" utility that previously assisted with migrations from cf-mysql-release are no longer included in this version of pxc-release **Breaking changes** - If you previously relied on /var/vcap/packages/pxc in this release, the latest Percona XtraDB Cluster binaries are now located under /var/vcap/packages/percona-xtradb-cluster-8.0/bin Note that pxc-release always symlinks /usr/local/bin/mysql to the latest Percona XtraDB Cluster mysql cli for troubleshooting on the local VM. - Since v1.0, ubuntu-xenial is no longer supported! Only ubuntu-jammy or ubuntu-bionic stemcells can be used to deploy pxc-release v1.0.1 |
python-offline-buildpack | 1.7.56 | |
r-offline-buildpack | 1.1.32 | |
routing | 0.239.0 | |
ruby-offline-buildpack | 1.8.57 | |
silk | 3.12.0 | |
smb-volume | 3.1.5 | |
smoke-tests | 4.7.0 |
4.7.0Create bosh final release 4.7.0 |
staticfile-offline-buildpack | 1.5.33 | |
statsd-injector | 1.11.22 | |
syslog | 12.0.4 | |
system-metrics-scraper | 3.3.0 | |
uaa | 76.0.0 |
v76.0.0### Feature - Update to [UAA v76.0.0](https://github.com/cloudfoundry/uaa/releases/tag/v76.0.0) ### Security fixes - Added Content-Security-Policy headers for responses https://github.com/cloudfoundry/uaa/pull/1981 #390 ### Breaking changes - Removed the deprecated google analytics feature https://github.com/cloudfoundry/uaa/pull/2022 #400 ### Dependency bumps - Bump github.com/onsi/gomega from 1.20.0 to 1.20.2 in /k8s https://github.com/cloudfoundry/uaa/pull/2012 https://github.com/cloudfoundry/uaa/pull/2010 - Bump jasmine from 4.3.0 to 4.4.0 in /uaa https://github.com/cloudfoundry/uaa/pull/2013 - Bump jasmine-core from 4.3.0 to 4.4.0 in /uaa https://github.com/cloudfoundry/uaa/pull/2014 - Bump k8s.io/client-go from 0.24.4 to 0.25.0 in /k8s https://github.com/cloudfoundry/uaa/pull/2006 - Bump postgresql from 42.4.2 to 42.5.0 https://github.com/cloudfoundry/uaa/pull/2009 ### Notes - MFA feature is being deprecated and is removed in a future release https://github.com/cloudfoundry/uaa/pull/2024 #404 ### Full Changelog - [https://github.com/cloudfoundry/uaa-release/compare/v75.23.0...v76.0.0](https://github.com/cloudfoundry/uaa-release/compare/v75.23.0...v76.0.0) |
TAS for VMs v3.0 includes the following major features:
As of TAS for VMs v3.0, TAS for VMs is transitioning to a new versioning scheme, support lifecycle policy, and release and upgrade policy. For more information, see the following sections:
Other Tanzu products, such as VMware Tanzu Operations Manager, are to adopt the same versioning scheme and lifecycle policy as TAS for VMs v3.0. However, they are to follow separate release and upgrade policies, and continue to be versioned and released independently.
As of TAS for VMs v3.0, TAS for VMs is transitioning to a new versioning scheme called operational versioning.
The version number format for TAS for VMs is the same as that of semantic versioning, the previous versioning scheme used. However, the meaning of these version numbers differs from semantic versioning. The following list describes the types of versions to be released moving forward:
A new major version of TAS for VMs is to be released every six months. Major versions include new features, significant feature improvements, and deprecations and removals of old features.
Minor versions of TAS for VMs are to be released as rarely as possible. Minor versions include breaking changes, which are necessary but disruptive changes within a major version line.
Patch versions are to be released as necessary. Patch versions include security fixes and other small changes that do not disrupt operation or require any attention from an operator of TAS for VMs. Patches that are determined to fall short of this standard are to be quickly replaced.
As of TAS for VMs v3.0, the new support lifecycle policy for TAS for VMs guarantees overlapping support durations with subsequent major version lines. After a new major version line is made generally available, the previous major version line must remain supported for at least six months.
Some major version lines are designated as being on a long-term support track (LTS-T). After a new LTS-T major version line is made generally available, the previous LTS-T major version line must remain supported for one full year. LTS-T major version lines include “+LTS-T” at the end of the version number. For example, TAS for VMs v2.13+LTS-T.
TAS for VMs v2.13 is now designated as an LTS-T release. Currently, TAS for VMs v4.0 is intended to be released as an LTS-T release in the spring of 2023. TAS for VMs LTS-T versions are to be released annually each spring.
You can upgrade to a newer version of TAS for VMs in the following ways:
From the latest patch version in the latest minor version in the previous major version line to the latest patch version in any supported major version line. For example, if you are currently using the latest TAS for VMs v2.13.x patch release, you can upgrade to the latest TAS for VMs v3.0.x release.
From one LTS-T major version line to the following LTS-T major version line. For example, if you are currently using TAS for VMs v2.11+LTS-T, you can upgrade to TAS for VMs v2.13+LTS-T.
TAS for VMs v3.0 uses a stemcell line based on Canonical Ubuntu’s 22.04 “Jammy Jellyfish” distribution.
The previously-used Ubuntu 16.04 “Xenial Xerus” stemcells are to reach end of general support (EOGS) and stop receiving security updates in April 2024.
For information about how this change might disrupt your TAS for VMs deployment, see Jammy Stemcell Used For All Instance Groups.
Operators can configure app log rate quotas for each org and space in a TAS for VMs v3.0 deployment, as well as app log rate limits for individual apps. This prevents a few noisy apps from overwhelming Loggregator with app logs. If you configure your TAS for VMs deployment to send app logs to a third-party log management service, reducing the overall volume of app logs can also save costs.
In TAS for VMs v3.0, the Members page for each org in Apps Manager includes a search box that you can use to search for org members by name.
For more information about managing org members in Apps Manager, see Manage Members in Managing Orgs and Spaces Using Apps Manager.
In addition to the existing cflinuxfs3
stack based on the Ubuntu 18.04 “Bionic Beaver” stemcell, TAS for VMs v3.0 includes the cflinuxfs4
stack based on the Jammy Jellyfish stemcell as a beta feature.
The cflinuxfs4
stack allows developers to begin using cflinuxfs4
before cflinux4s3
is deprecated and eventually removed from future versions of TAS for VMs.
Not all buildpacks support using the cflinuxfs4
stack at this time. Future patch releases of TAS for VMs v3.0 might include cflinuxfs4
stack support in more buildpacks. A future patch, minor, or major release of TAS for VMs might include the cflinuxfs4
stack as a final feature.
From v4.62.0, the Java Buildpack will no longer install the Spring AutoReconfiguration (SAR) library for Spring Boot 3 applications. This library was deprecated in May 2022 and overwrites your configured Spring Beans to connect to bound services. This is not recommended for use in production environments. The recommended replacement is the Java CfEnv library.
Applications should not be affected by this change if:
** The buildpack will not install Java CfEnv if it is already detected as an app dependency.
Your applications might be affected by the following two scenarios:
If your application is affected by this change see this KB article for troubleshooting: Spring AutoReconfiguration Removed for Spring Boot 3 Applications
All VMs that TAS for VMs v3.0 deploys run on the Jammy Jellyfish stemcell described in Jammy Jellyfish Stemcell Support. Because of this, any add-ons from other tiles or configured in the BOSH Director that are colocated on TAS for VMs VMs do not function unless they support the Jammy Jellyfish stemcell.
Tiles that are compatible TAS for VMs v3.0 already work with Jammy Jellyfish stemcells.
Further, the use of the Jammy Stemcell means TAS now requires an Vmware Tanzu Operations Manager with Jammy support, which means Tanzu Operations Manager version 2.10.33 or greater.
The BOSH System Metrics Forwarder is removed from TAS for VMs v3.0. To continue receiving system metrics, you must activate the Enable System Metrics (recommended) check box in the Director Config pane of the BOSH Director tile.
To avoid deployment, platform automation, or data collection failures, you must update any queries that reference bosh-system-metrics-forwarder
as the source_id
for metrics to reference system_metrics_agent
instead.
If you have configured your apps to find and use the latest stack when pushing to production, they might switch to the cflinuxfs4
stack prematurely.
In addition to other issues that an unintentional stack change can cause, not all buildpacks currently support using the cflinuxfs4
stack. As a result, apps that switch to the cflinuxfs
stack without the necessary buildpack support might fail to push.
Future patch releases of TAS for VMs v3.0 might include cflinuxfs4
stack support in more buildpacks.
BOSH-deployed VMs no longer emit system metrics that include the prefix system.
in their names. Additionally, metric names now include underscores instead of periods. For example, the metric named system.cpu.sys
in previous versions of TAS for VMs is named system_cpu_sys
in TAS for VMs v3.0.
To avoid deployment or data collection failures, you must re-configure all alerting or observability dashboards that collect metric data from your TAS for VMs deployment to use the new format for metric names.
In TAS for VMs v3.0, HAProxy is removed.
If you are upgrading to TAS for VMs v3.0 from TAS for VMs v2.13 or earlier, you must re-configure the following settings in the TAS for VMs tile before you upgrade:
In the Networking pane:
In the Resource Config pane:
The configuration option to use nozzle ingestion for Log Cache has been removed. Log Cache now always uses syslog ingestion.
Confirm that instances, including those within isolation segments, are permitted to establish connections to Log Cache nodes on port 6067. You might need to update firewall rules to allow logs to flow directly from your instances to the Log Cache syslog server.
The global log rate limit that measures app log rates in lines per second is deprecated in favor of per-app log rate limits that measure app log rates in bytes per second.
If you have configured a global log rate limit in lines per second, VMware recommends that you re-configure your apps to use log rate limits in bytes per second.
If you still want to use the global log rate limit, logs that exceed the log rate limit are immediately dropped. Previously, logs that exceeded the log rate limit were buffered and released at the configured log rate.
For more information about app log rate limits, see App Log Rate Limiting.
On the Jammy Jellyfish stemcell, the iptables
command uses the nftables framework instead of the iptables firewall. This change does not prevent custom rules from taking effect, regardless of how they are configured.
If you use the binaries located in your /var/vcap/packages/iptables/sbin/iptables*
directory to configure custom iptables rules on Diego Cells, the rules that you configure still take effect, but do not appear when you run the iptables -L
command.
To resolve this issue, do either of the following:
Update your custom iptables logic to use the /sbin/iptables*
binaries.
In a terminal window, view your custom iptables rules by running either iptables-legacy
or /var/vcap/packages/iptables/sbin/iptables*
.
The internal databases in TAS for VMs v3.0 have been upgraded to MySQL 8. This might impact any integrations that target or use the internal database.
This upgrade is not currently known to impact tiles that are compatible with TAS for VMs v3.0.
Prior versions of TAS recommended monitoring the ActiveLocks
metric emitted by the locket
component. Starting in TAS 3.0, the expected number of processes holding locks varies depending on configuration settings, making this metric more cumbersome to monitor. This metric was also difficult to monitor because it is an aggregate of signals from multiple lock-holding processes. Because the usefulness of monitoring this metric is unclear, and the complexity of interpreting the metric has increased, we are removing it from the KPIs. TAS still emits the ActiveLocks metric, but we no longer encourage users to actively monitor it.
In the past, the TAS documentation recommended monitoring the VM CPU and Memory metrics emitted by all BOSH VMs. In practice, not all VMs are worth monitoring this closely, and different VMs and BOSH jobs have different normal CPU and memory loads, making a one-size-fits-all monitoring guideline impractical. In the future, the TAS documentation recommends monitoring BOSH VM metrics for some, but not all, BOSH VMs.
TAS for VMs v3.0 includes the following known issues:
Release 3.0.17 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.
cflinuxfs4
A bug related to packaging the java_buildpack_offline
for the cflinuxfs4
stack prevents apps from staging on this stack.
This affects TAS for VMs 3.0.x versions containing the java_buildpack_offline
up to v4.53, and is fixed in the next buildpack version, v4.54.
To try out apps on this stack before then, you can use the online buildpack, e.g, cf push -b https://github.com/cloudfoundry/java-buildpack -s cflinuxfs4
The Ubuntu 22.04 long-term support (LTS) stemcell, Jammy Jellyfish, is not yet CIS- or STIG-certified.
TAS for VMs v3.0.0 includes java-offline-buildpack
v4.52, which disallows Spring Auto Reconfiguration by default. This change creates the following issues:
TAS for VMs v3.0.0 is incompatible with some service tiles, including Spring Cloud Data Flow (SCDF).
TAS for VMs cannot bind apps that use java-offline-buildpack
v4.52 to service instances.
This known issue does not affect apps until you re-stage them.
Because the effects of this change are so disruptive, a patch release to fix this known issue is currently in development.
To temporarily restore the previous functionality of Spring Auto Reconfiguration for your apps:
Set the JBP_CONFIG_SPRING_AUTO_RECONFIGURATION
environment variable for your apps by running one of the following commands:
To restore the previous functionality of Spring Auto Reconfiguration on a per-app basis, run:
cf set-env APP-NAME JBP_CONFIG_SPRING_AUTO_RECONFIGURATION '{enabled: true}'
Where APP-NAME
is the name of your app.
To restore the previous functionality of Spring Auto Reconfiguration for all apps in your TAS for VMs deployment, run:
cf set-staging-environment-variable-group '{"JBP_CONFIG_SPRING_AUTO_RECONFIGURATION ":"{enabled: true}"}'
For more information about the deprecation of Spring Cloud Connectors and Spring Auto Reconfiguration in java-offline-buildpack
v4.52, see Java Buildpack - Deprecation of Spring Cloud Connectors & Spring Auto Reconfiguration in the VMware Tanzu Knowledge Base.
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.
This issue affects those who are using the TAS Internal Mysql Cluster and attempting a BBR Restore after upgrading to TAS 3.0.11 or earlier version. If you are using an external database and are facing this issue, please open a ticket with VMware Tanzu Support and refer to the TAS for VMs documentation.
In TAS 2.11.26, we introduced a nats
release that replaced the underlying package from NATS v1.0 to NATS v2.0. TAS 3.0.0 includes NATS v2.0. The migration should happen invisibly; however if the migration is not successful, your nats servers may still be running NATS v1.0.
Per the TAS Support Lifecycle Policy, we will keep the NATS v1.0 as a fallback, but will remove it in a future version. Please follow the knolwledge base article here to confirm that your nats
instances have migrated successfully, and see how to troubleshoot if they have not.