These are the release notes for VMware Tanzu Application Service for VMs [Windows] (TAS for VMs [Windows]) v6.0.

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

Before you install the tile, review the Windows Stemcell Compatibility Matrix.


Deprecation Notice: Cloud Foundry Command-Line Interface (cf CLI) v7 is deprecated and will lose support. For how to upgrade to cf CLI v8 see Upgrading to cf CLI v8.

Releases

6.0.9

Release Date: 10/07/2024

  • Bump diego to version 2.105.0
  • Bump envoy-nginx to version 0.29.0
  • Bump garden-runc to version 1.57.0
  • Bump hwc-offline-buildpack to version 3.1.39
  • Bump winc to version 2.29.0
  • Bump windowsfs-release to version 2.72.0
Component Version Release Notes
windows2019 stemcell 2019.77
count-cores-indicator 2.0.0
diego 2.105.0
v2.105.0
  ##  2.105.0
  **Release Date**: October 01, 2024
  ## Changes
  - Upgrade to Go 1.23!
  - [add healtcheck metrics property](https://github.com/cloudfoundry/diego-release/commit/fe3aae75d48e6340b526e1d5d327732cd7bf1a8c)
  - [add healthcheck property to rep_windows config template](https://github.com/cloudfoundry/diego-release/commit/7dce01426b119d53d0b8923e2681884bb5a4cab7)
  - [add missing default params for linters](https://github.com/cloudfoundry/diego-release/commit/e9ccee2dd2bf78c83b15d27c711669c67261d103)
  - [add metadata to docs and reorder them](https://github.com/cloudfoundry/diego-release/commit/af178fa335254d47a8fd507822003c60bad4ba59)
  - Various dependency bumps
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/rep/spec b/jobs/rep/spec
  index 405f90f46..0737d9d1a 100644
  --- a/jobs/rep/spec
  +++ b/jobs/rep/spec
  @@ -235,7 +235,9 @@ properties:
  enable_declarative_healthcheck:
  description: "When set, enables the rep to prefer the LRP CheckDefinition to healthcheck instances over the Monitor action. Requires Garden-Runc v1.10.0+"
  default: false
  -
  +  enable_healthcheck_metrics:
  +    description: "When set, enables the rep to emit healtcheck failure metrics. Requires enable_declarative_healthcheck to be set to true."
  +    default: false
  cell_registrations.locket.enabled:
  description: Enable the cell rep to register itself as a service with Locket.
  default: true
  diff --git a/jobs/rep_windows/spec b/jobs/rep_windows/spec
  index 0521d1061..4a7dfefc6 100644
  --- a/jobs/rep_windows/spec
  +++ b/jobs/rep_windows/spec
  @@ -237,13 +237,16 @@ properties:
  diego.rep.locket.client_keepalive_timeout:
  description: "Timeout in seconds to receive a response to the keepalive ping. If a response is not received within this time, the locket client will reconnect to another server."
  default: 22
  -
  +
  enable_declarative_healthcheck:
  description: "When set, enables the rep to prefer the LRP CheckDefinition to healthcheck instances over the Monitor action."
  default: false
  declarative_healthcheck_path:
  description: "The directory containing the declarative healthcheck binary"
  default: "/var/vcap/packages/healthcheck_windows/external"
  +  enable_healthcheck_metrics:
  +    description: "When set, enables the rep to emit healtcheck failure metrics. Requires enable_declarative_healthcheck to be set to true."
  +    default: false
  cell_registrations.locket.enabled:
  description: Enable the cell rep to register itself as a service with Locket.
  diff --git a/jobs/vizzini/spec b/jobs/vizzini/spec
  index d61278357..901e5236d 100644
  --- a/jobs/vizzini/spec
  +++ b/jobs/vizzini/spec
  @@ -1,7 +1,7 @@
  ---
  name: vizzini
  packages:
  -  - golang-1.22-linux
  +  - golang-1.23-linux
  - vizzini
  templates:
  ```
  ## ✨  Built with go 1.23.1
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.104.0...v2.105.0
  ## Resources
  - [Download release 2.105.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.105.0).
          
v2.104.0
  ##  2.104.0
  **Release Date**: September 24, 2024
  ## Changes
  - Bumped to Envoy to 1.28.7
  - [Update file permissions for BBS access log](https://github.com/cloudfoundry/bbs/compare/9be69c0199dbd4818203b7382454616d56463e69...4b574f98c713f8e77467ec6a4ac953ab52ddc718)
  - [Update file permissions for Buildpack App Lifecycle access log](https://github.com/cloudfoundry/bbs/compare/9be69c0199dbd4818203b7382454616d56463e69...4b574f98c713f8e77467ec6a4ac953ab52ddc718)
  - [Update file permissions for cacheddownloader](https://github.com/cloudfoundry/cacheddownloader/compare/09b8631e33d0adb38bbae81529b63fa3f92d0925...a52cc2a85daa3e138cead7c748881d24af914c4a)
  - [Update file permissions for Executor](https://github.com/cloudfoundry/executor/compare/0a01dbec448f78e493c86b0d2672a646f43e9a53...a8f0e01a67921c94cfabfc933bb436f1c101faae)
  - [Update file permissions for Inigo](https://github.com/cloudfoundry/inigo/compare/18074ea13ef2ca3a6195fed63ce639b2e677ee39...3d1daff34a1d91f50f1615cc6089658f953c7d59)
  - Various dependency bumps
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.103.0...v2.104.0
  ## Resources
  - [Download release 2.104.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.104.0).
          
envoy-nginx 0.29.0
v0.29.0
  ##  0.29.0
  **Release Date**: September 25, 2024
  ## Changes
  - Bumped to Go 1.23
  ## ✨  Built with go 1.23.1
  **Full Changelog**: https://github.com/cloudfoundry/envoy-nginx-release/compare/v0.28.0...v0.29.0
  ## Resources
  - [Download release 0.29.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry-incubator/envoy-nginx-release?version=0.29.0).
          
v0.28.0
  ##  0.28.0
  **Release Date**: September 24, 2024
  ## Changes
  - Implemented various best practices for file permissions
  - Various dependency bumps
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/envoy-nginx-release/compare/v0.27.0...v0.28.0
  ## Resources
  - [Download release 0.28.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry-incubator/envoy-nginx-release?version=0.28.0).
          
garden-runc 1.57.0
v1.57.0
  ##  1.57.0
  **Release Date**: October 02, 2024
  ## Changes
  - Upgrade to Go 1.23
  - [Create a top-level dir for libtool](https://github.com/cloudfoundry/garden-runc-release/commit/fb83c7757f43ec7d4f39b7a9d5fbacbdbd224b11)
  ## ✨  Built with go 1.23.2
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.56.0...v1.57.0
  ## Resources
  - [Download release 1.57.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.57.0).
          
hwc-offline-buildpack 3.1.39
3.1.39
  * go.mod: update go version
  | name | version | cf_stacks |
  |-|-|-|
  | hwc | 27.0.0 | windows |
  Default binary versions:
  | name | version |
  |-|-|
  | hwc | 27.0.0 |
  * Uncached buildpack SHA256: 8326096849f14324075bb0783cefcbe5fb88f2ed77926683995ca8dec336353f
          
loggregator-agent 8.2.1
otel-collector 0.10.1
smoke-tests 4.10.0
winc 2.29.0
v2.29.0
  ##  2.29.0
  **Release Date**: September 25, 2024
  ## Changes
  - Bump to Go 1.23.1
  - Minor dependency bumps
  ## ✨  Built with go 1.23.1
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.28.0...v2.29.0
  ## Resources
  - [Download release 2.29.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.29.0).
          
windows-syslog 1.3.3
windows-utilities 0.20.0
windowsfs-release 2.72.0

6.0.8

Release Date: 09/27/2024

  • [Bug Fix] Fixes a bug preventing TCP Routing from working on IST/TASW tiles when the TAS Routing API Endpoint Protocol is configured to be HTTPS only
  • Bump diego to version 2.103.0
  • Bump envoy-nginx to version 0.27.0
  • Bump garden-runc to version 1.56.0
  • Bump loggregator-agent to version 8.2.1
  • Bump otel-collector to version 0.10.1
  • Bump winc to version 2.28.0
  • Bump windows-syslog to version 1.3.3
  • Bump windowsfs-release to version 2.71.0
Component Version Release Notes
windows2019 stemcell 2019.77
count-cores-indicator 2.0.0
diego 2.103.0
v2.103.0
  ##  2.103.0
  **Release Date**: September 12, 2024
  ## Changes
  - Go dependency bumps
  - Remove toolchain directive for compatibility when building binaries
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.102.0...v2.103.0
  ## Resources
  - [Download release 2.103.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.103.0).
          
envoy-nginx 0.27.0
v0.27.0
  ##  0.27.0
  **Release Date**: September 12, 2024
  ## Changes
  - Update dependancies
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/envoy-nginx-release/compare/v0.26.0...v0.27.0
  ## Resources
  - [Download release 0.27.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry-incubator/envoy-nginx-release?version=0.27.0).
          
garden-runc 1.56.0
v1.56.0
  ##  1.56.0
  **Release Date**: September 11, 2024
  ## Changes
  - ✨Introduces a new `garden.read_header_timeout` property to configure how long garden's HTTP server will wait to read all HTTP request headers.
  - Bumps to go 1.22.7
  - Dependency Bumps
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/garden-windows/spec b/jobs/garden-windows/spec
  index 004e4e7f..74f545db 100644
  --- a/jobs/garden-windows/spec
  +++ b/jobs/garden-windows/spec
  @@ -36,6 +36,10 @@ properties:
  description: "An array of additional arguments which will be passed to the runtime plugin binary"
  default: []
  +  garden.read_header_timeout:
  +    description: "The amount of time allowed to read request headers"
  +    default: 30s
  +
  garden.image_plugin:
  description: "Path to an image plugin binary"
  diff --git a/jobs/garden/spec b/jobs/garden/spec
  index 093e53e1..5a78d357 100644
  --- a/jobs/garden/spec
  +++ b/jobs/garden/spec
  @@ -128,6 +128,10 @@ properties:
  description: "Path to a runtime plugin binary"
  default: /var/vcap/packages/runc/bin/runc
  +  garden.read_header_timeout:
  +    description: "The amount of time allowed to read request headers"
  +    default: 30s
  +
  garden.no_image_plugin:
  description: "If true, disables image plugin usage, thus ignoring other image plugin settings"
  default: false
  ```
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.55.0...v1.56.0
  ## Resources
  - [Download release 1.56.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.56.0).
          
v1.55.0
  ##  1.55.0
  **Release Date**: August 27, 2024
  ## Changes
  - Bump to golang 1.22.6
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.54.0...v1.55.0
  ## Resources
  - [Download release 1.55.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.55.0).
          
hwc-offline-buildpack 3.1.38
loggregator-agent 8.2.1
v8.2.1
  ## What's Changed
  * Fix loggr-forwarder-agent-windows to emit all OTLP signals by default by @ctlong in https://github.com/cloudfoundry/loggregator-agent-release/pull/611
  * Bump dependencies
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.2.0...v8.2.1
          
v8.2.0
  ## What's Changed
  * Bump to Golang 1.22.7
  * Emit all OTel signals by default by @mkocher in https://github.com/cloudfoundry/loggregator-agent-release/pull/609
  * Bump dependencies
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.1.7...v8.2.0
          
v8.1.7
  ## What's Changed
  * Bump dependencies
  * Fix flaky unit tests by @iprotsiuk in https://github.com/cloudfoundry/loggregator-agent-release/pull/604
  * Ignore linter warnings for G115 by @iprotsiuk in https://github.com/cloudfoundry/loggregator-agent-release/pull/607
  * Fix uint to int conversion for otelcolclient by @iprotsiuk in https://github.com/cloudfoundry/loggregator-agent-release/pull/608
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.1.6...v8.1.7
          
v8.1.6
  ## What's Changed
  * ⚠️ the `temporary_enable_otel_traces` property has been renamed to `enable_otel_traces`. Since this was prefixed as temporary this release is not a major version bump.
  * Add support to send LOG and EVENT to OtelCollector as logs by @mkocher in https://github.com/cloudfoundry/loggregator-agent-release/pull/603. For backwards compatibility `enable_otel_metrics` is true by default, and `enable_otel_traces` and `enable_otel_logs` are false by default.
  * Bump dependencies
  ## New Contributors
  * @iprotsiuk made their first contribution in https://github.com/cloudfoundry/loggregator-agent-release/pull/600
  * @jriguera contributed log support for OTLP forwarding
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.1.5...v8.1.6
          
otel-collector 0.10.1
v0.10.1
  ## What's Changed
  * Bump packaged Golang to go1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.10.0...v0.10.1
          
v0.10.0
  ## What's Changed
  * Add 'splunk_hec' exporter, 'filter' processor, and 'transform' processor by @mkocher in https://github.com/cloudfoundry/otel-collector-release/pull/51
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.9.0...v0.10.0
          
v0.9.0
  ## What's Changed
  * feat: Add CPU limit by @aqstack in https://github.com/cloudfoundry/otel-collector-release/pull/46
  * fix: config secret interpolation by @acosta11 in https://github.com/cloudfoundry/otel-collector-release/pull/49
  ## New Contributors
  * @acosta11 made their first contribution in https://github.com/cloudfoundry/otel-collector-release/pull/49
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.8.1...v0.9.0
          
v0.8.1
  ## What's Changed
  * Automatically configure nop pipelines in config when necessary by @iprotsiuk in https://github.com/cloudfoundry/otel-collector-release/pull/48
  ## New Contributors
  * @iprotsiuk made their first contribution in https://github.com/cloudfoundry/otel-collector-release/pull/48
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.8.0...v0.8.1
          
v0.8.0
  ## What's Changed
  * add integration tests by @mkocher in https://github.com/cloudfoundry/otel-collector-release/pull/45
  * Feat: Add secrets property by @ctlong in https://github.com/cloudfoundry/otel-collector-release/pull/47
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.7.0...v0.8.0
          
smoke-tests 4.10.0
winc 2.28.0
v2.28.0
  ##  2.28.0
  **Release Date**: September 17, 2024
  ## Changes
  - Bump golang to 1.22.7
  - Dependency bumps
  ## ✨  Built with go 1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.27.0...v2.28.0
  ## Resources
  - [Download release 2.28.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.28.0).
          
v2.27.0
  ##  2.27.0
  **Release Date**: August 28, 2024
  ## Changes
  - Bump golang to 1.22.6
  - Dependency bumps
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.26.0...v2.27.0
  ## Resources
  - [Download release 2.27.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.27.0).
          
windows-syslog 1.3.3
v1.3.3
  ## What's Changed
  * Bump packaged Golang to go1.22.7
  **Full Changelog**: https://github.com/cloudfoundry/windows-syslog-release/compare/v1.3.2...v1.3.3
          
windows-utilities 0.20.0
windowsfs-release 2.71.0

6.0.7

Release Date: 08/22/2024

Caution If you are upgrading from v6.0.5 or v6.0.6 to a later patch version, upgrade TAS for VMs and apply those changes before you upgrade TAS for VMs [Windows]. Failure to upgrade TAS for VMs first will result in TCP route outages on TAS for VMs [Windows].
For more information, see Downtime for TCP Routes When Upgrading IST, TASW, and Services Tiles before TAS in TPCF in the Broadcom Support Knowledge Base.

Component Version Release Notes
windows2019 stemcell 2019.76
count-cores-indicator 2.0.0
diego 2.102.0
v2.102.0
  ##  2.102.0
  **Release Date**: August 09, 2024
  ## Changes
  - Add TLS support for tcp routes in route-emitter
  - Split metric_tags from run_info in desired LRP in BBS to minimize database queries issued by convergence
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/route_emitter/spec b/jobs/route_emitter/spec
  index 11dae3aec..df1b8383c 100644
  --- a/jobs/route_emitter/spec
  +++ b/jobs/route_emitter/spec
  @@ -112,6 +112,9 @@ properties:
  tcp.enabled:
  description: "Enable the route-emitter in cell-local mode to emit TCP routes for instances to the Routing API."
  default: false
  +  tcp.enable_tls:
  +    description: "When enabled route-emitter will include TLS port and instance GUID when emitting TCP routes."
  +    default: false
  routing_api.url:
  description: "Routing API uri to be used by the tcp route-emitter"
  default: http://routing-api.service.cf.internal
  diff --git a/jobs/route_emitter_windows/spec b/jobs/route_emitter_windows/spec
  index cec39c995..9db9e8b69 100644
  --- a/jobs/route_emitter_windows/spec
  +++ b/jobs/route_emitter_windows/spec
  @@ -112,6 +112,9 @@ properties:
  tcp.enabled:
  description: "Enable the route-emitter in cell-local mode to emit TCP routes for instances to the Routing API."
  default: false
  +  tcp.enable_tls:
  +    description: "When enabled route-emitter will include TLS port and instance GUID when emitting TCP routes."
  +    default: false
  routing_api.url:
  description: "Routing API uri to be used by the tcp route-emitter"
  default: http://routing-api.service.cf.internal
  ```
  ## ✨  Built with go 1.22.6
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.101.0...v2.102.0
  ## Resources
  - [Download release 2.102.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.102.0).
          
v2.101.0
  ##  2.101.0
  **Release Date**: July 31, 2024
  ## Changes
  - ✨Adds the cnb-app-lifecycle package as a possible app lifecycle for diego. Thanks @pbusko @nicolasbender @modulo11 for this huge effort!
  - 🐛Resolves an issue where CPUWeight could be set to 0 on a container. This value will now always be at least 1, complying with the spec.
  - Bumped golang to 1.22.5
  - Bumped envoy to 1.28.4
  - Various testing enhancements
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/file_server/spec b/jobs/file_server/spec
  index dddda86c2..f530805b3 100644
  --- a/jobs/file_server/spec
  +++ b/jobs/file_server/spec
  @@ -20,6 +20,7 @@ packages:
  - buildpack_app_lifecycle
  - docker_app_lifecycle
  - windows_app_lifecycle
  +  - cnb_app_lifecycle
  provides:
  - name: file_server
  ```
  ## ✨  Built with go 1.22.5
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.100.0...v2.101.0
  ## Resources
  - [Download release 2.101.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.101.0).
          
envoy-nginx 0.26.0
v0.26.0
  ##  0.26.0
  **Release Date**: July 31, 2024
  ## Changes
  - Bumped to Golang 1.22.5
  ## ✨  Built with go 1.22.5
  **Full Changelog**: https://github.com/cloudfoundry/envoy-nginx-release/compare/v0.25.0...v0.26.0
  ## Resources
  - [Download release 0.26.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry-incubator/envoy-nginx-release?version=0.26.0).
          
garden-runc 1.54.0
v1.54.0
  ##  1.54.0
  **Release Date**: July 31, 2024
  ## Changes
  - Bump to golang 1.22.5
  - Bump libnftnl to 1.2.8
  ## ✨  Built with go 1.22.5
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.53.0...v1.54.0
  ## Resources
  - [Download release 1.54.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.54.0).
          
hwc-offline-buildpack 3.1.38
loggregator-agent 8.1.5
v8.1.5
  ## What's Changed
  * Bump go dependencies
          
v8.1.4
  ## What's Changed
  * Bump to Go1.22 by @aqstack in https://github.com/cloudfoundry/loggregator-agent-release/pull/598
  * Bump go dependencies
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.1.3...v8.1.4
          
otel-collector 0.7.0
v0.7.0
  ## What's Changed
  * feat: Add memory limits by @aqstack in https://github.com/cloudfoundry/otel-collector-release/pull/43
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.6.2...v0.7.0
          
v0.6.2
  ## What's Changed
  * Config to allow subset of processors and exporters by @oppegard in https://github.com/cloudfoundry/otel-collector-release/pull/40
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.6.1...v0.6.2
          
v0.6.1
  ## What's Changed
  * Move config.yaml and update scripting by @oppegard in https://github.com/cloudfoundry/otel-collector-release/pull/37
  * chore: Bump to Go1.22 by @aqstack in https://github.com/cloudfoundry/otel-collector-release/pull/38
  ## New Contributors
  * @oppegard made their first contribution in https://github.com/cloudfoundry/otel-collector-release/pull/37
  * @aqstack made their first contribution in https://github.com/cloudfoundry/otel-collector-release/pull/38
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.6.0...v0.6.1
          
smoke-tests 4.10.0
winc 2.26.0
v2.26.0
  ##  2.26.0
  **Release Date**: July 31, 2024
  ## Changes
  - Bump 7zip to 24.07
  - Bump golang to 1.22.5
  ## ✨  Built with go 1.22.5
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.25.0...v2.26.0
  ## Resources
  - [Download release 2.26.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.26.0).
          
windows-syslog 1.3.2
v1.3.2
  ## What's Changed
  * Bump packaged Golang to go1.22.5
  **Full Changelog**: https://github.com/cloudfoundry/windows-syslog-release/compare/v1.3.1...v1.3.2
          
windows-utilities 0.20.0
windowsfs-release 2.68.0

6.0.6

Release Date: 07/29/2024

Caution If you are upgrading from v6.0.5 or v6.0.6 to a later patch version, upgrade TAS for VMs and apply those changes before you upgrade TAS for VMs [Windows]. Failure to upgrade TAS for VMs first will result in TCP route outages on TAS for VMs [Windows].
For more information, see Downtime for TCP Routes When Upgrading IST, TASW, and Services Tiles before TAS in TPCF in the Broadcom Support Knowledge Base.

  • [Bug Fix] Adds 2 minute caching for failed dns lookups in syslog agent to avoid dns load for malformed drain urls.
  • [Feature] Adds PrometheusRemoteWrite exporter and batch processor.
  • Bump hwc-offline-buildpack to version 3.1.38
  • Bump loggregator-agent to version 8.1.3
  • Bump otel-collector to version 0.6.0
  • Bump windows-syslog to version 1.3.1
Component Version Release Notes
windows2019 stemcell 2019.75
count-cores-indicator 2.0.0
diego 2.100.0
envoy-nginx 0.25.0
garden-runc 1.53.0
hwc-offline-buildpack 3.1.38
3.1.38
  * remove references to the windows2016 stack
  This stack is identical to the windows stack and windows2016
  has been unsupported in CF for a long time now.
  https://docs.cloudfoundry.org/devguide/deploy-apps/windows-stacks.html#-available-stacks
  * Rebuild buildpack with latest toolchain versions
  | name | version | cf_stacks |
  |-|-|-|
  | hwc | 27.0.0 | windows |
  Default binary versions:
  | name | version |
  |-|-|
  | hwc | 27.0.0 |
  * Uncached buildpack SHA256: 84de52ffbbe99dbc451d3ac9ca2201a356729dc00b11d4956ab2b3318230c3a6
          
loggregator-agent 8.1.3
v8.1.3
  ## What's Changed
  * Cache failed dns lookups for 120 seconds which reduced load on DNS system when invalid drains are present by @acosta11 in https://github.com/cloudfoundry/loggregator-agent-release/pull/596
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.1.2...v8.1.3
          
v8.1.2
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.21.12
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.1.1...v8.1.2
          
otel-collector 0.6.0
v0.6.0
  ## What's Changed
  * Expose wider collector configuration by @acrmp in https://github.com/cloudfoundry/otel-collector-release/pull/31. This allows for configuring processors, pipelines & exporters which provides a lot more flexibility to platform engineers.
  * Add PrometheusRemoteWrite Exporter by @benjaminguttmann-avtq in https://github.com/cloudfoundry/otel-collector-release/pull/26
  * Add batch processor by @acrmp in https://github.com/cloudfoundry/otel-collector-release/pull/32
  * Bump go.opentelemetry.io/collector/cmd/builder from 0.103.0 to 0.104.0 in /src/otel-collector-builder by @dependabot in https://github.com/cloudfoundry/otel-collector-release/pull/30
  ## New Contributors
  * @benjaminguttmann-avtq made their first contribution in https://github.com/cloudfoundry/otel-collector-release/pull/26
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.5.0...v0.6.0
          
smoke-tests 4.10.0
winc 2.25.0
windows-syslog 1.3.1
v1.3.1
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.21.12
  **Full Changelog**: https://github.com/cloudfoundry/windows-syslog-release/compare/v1.3.0...v1.3.1
          
windows-utilities 0.20.0
windowsfs-release 2.67.0

6.0.5

Caution If you are upgrading from v6.0.5 or v6.0.6 to a later patch version, upgrade TAS for VMs and apply those changes before you upgrade TAS for VMs [Windows]. Failure to upgrade TAS for VMs first will result in TCP route outages on TAS for VMs [Windows].
For more information, see Downtime for TCP Routes When Upgrading IST, TASW, and Services Tiles before TAS in TPCF in the Broadcom Support Knowledge Base.

Release Date: 07/08/2024

  • Bump diego to version 2.100.0
  • Bump otel-collector to version 0.5.0
  • Bump winc to version 2.25.0
  • Bump windowsfs-release to version 2.67.0
Component Version Release Notes
windows2019 stemcell 2019.74
count-cores-indicator 2.0.0
diego 2.100.0
v2.100.0
  ## Changes
  - Bumped loggregator usage to loggregator v9 - Thanks @Birdrock!
  - Bumped cfhttp usage to cfhttp v2 - Thanks @jrussett !
  - Bumped go dependency bumps
  ## ✨  Built with go 1.22.3
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.99.0...v2.100.0
  ## Resources
  - [Download release 2.100.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.100.0).
          
envoy-nginx 0.25.0
garden-runc 1.53.0
hwc-offline-buildpack 3.1.36
loggregator-agent 8.1.1
otel-collector 0.5.0
v0.5.0
  ## What's Changed
  * Bump otel-collector to v0.103.0 in https://github.com/cloudfoundry/otel-collector-release/pull/28.
  * If you have configured exporters to use persistent queues note that [re-enqueuing of failed batches has been removed](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.92.0).
  * Bump to [go1.21.11](https://groups.google.com/g/golang-announce/c/XbxouI9gY7k/m/TuoGEhxIEwAJ).
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.4.1...v0.5.0
          
smoke-tests 4.10.0
winc 2.25.0
v2.25.0
  ## Changes
  - Bumped golang to 1.22.3
  - Bumped many go package dependencies
  ## ✨  Built with go 1.22.3
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.24.0...v2.25.0
  ## Resources
  - [Download release 2.25.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.25.0).
          
windows-syslog 1.3.0
windows-utilities 0.20.0
windowsfs-release 2.67.0

6.0.4

Release Date: 05/29/2024

  • [Bug Fix] Remove replication-canary
  • Bump diego to version 2.99.0
  • Bump garden-runc to version 1.53.0
Component Version Release Notes
windows2019 stemcell 2019.73
count-cores-indicator 2.0.0
diego 2.99.0
v2.99.0
  ## Changes
  - Do not remove evacuating actual LRP during cleanup ([rep#53](https://github.com/cloudfoundry/rep/pull/53))
  - Add additional retries when apps make use of credhub for credentials. ([buildpackapplifecycle#71](https://github.com/cloudfoundry/buildpackapplifecycle/pull/71))
  - Prevent panics in BBS by checking for all types of errors ([bbs#95](https://github.com/cloudfoundry/bbs/pull/95))
  - Add retry logic and more explicit failure in router emitter start-up ([router-emitter#34](https://github.com/cloudfoundry/route-emitter/pull/34))
  - Bump envoy blob version to `1.28.3`
  - Go mod dependency bumps
  ## ✨  Built with go 1.22.3
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.98.0...v2.99.0
  ## Resources
  - [Download release 2.99.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.99.0).
          
envoy-nginx 0.25.0
garden-runc 1.53.0
v1.53.0
  ## Changes
  - **DEPRECATION NOTICE** The `garden.experimental_use_containerd_mode_for_processes` property and usage of Garden when run in containerd mode for processes is now deprecated and no longer tested.
  -  **DEFAULT CHANGE** - The default mode for garden containers is now containerd. This has been the default in cf-deployment since 2018.
  -  **REMOVAL OF EXPERIMENTAL FUNCTIONALITY NOTICE**  The experimental option to run the garden server process in rootless mode has been removed, as it did not work as expected and was an abandoned feature.
  - Go package dependency bumps
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/garden-binaries/spec b/jobs/garden-binaries/spec
  index 0433639a..a8a96bae 100644
  --- a/jobs/garden-binaries/spec
  +++ b/jobs/garden-binaries/spec
  @@ -15,7 +15,6 @@ packages:
  - grootfs
  - xfs-progs
  - thresholder
  -  - netplugin-shim
  - dontpanic
  - tini
  diff --git a/jobs/garden/spec b/jobs/garden/spec
  index 027df351..093e53e1 100644
  --- a/jobs/garden/spec
  +++ b/jobs/garden/spec
  @@ -36,7 +36,6 @@ packages:
  - grootfs
  - xfs-progs
  - thresholder
  -  - netplugin-shim
  - dontpanic
  - tini
  @@ -199,10 +198,6 @@ properties:
  description: AppArmor profile to use for unprivileged container processes
  default: garden-default
  -  garden.experimental_rootless_mode:
  -    description: A boolean stating whether or not to run garden-server as a non-root user
  -    default: false
  -
  # We believe this defaults to false to help concourse: https://github.com/cloudfoundry/garden-runc-release/releases/tag/v1.5.0
  # For diego/cf, this should be set to true
  garden.cleanup_process_dirs_on_wait:
  @@ -210,8 +205,8 @@ properties:
  default: false
  garden.containerd_mode:
  -    description: "Use containerd for container lifecycle management. NOTE: cannot be used in combination with bpm or rootless"
  -    default: false
  +    description: "Use containerd for container lifecycle management. NOTE: cannot be used in combination with bpm"
  +    default: true
  garden.tcp_keepalive_time:
  description: Sets the `net.ipv4.tcp_keepalive_time` kernel parameter in containers. If not specified, the value from the linux init_net namespace is used.
  @@ -229,7 +224,7 @@ properties:
  description: Sets the `net.ipv4.tcp_retries2` kernel parameter in containers. If not specified, the value from the linux init_net namespace is used.
  garden.experimental_use_containerd_mode_for_processes:
  -    description: "(Under development) Use containerd for container process management. Must be used with containerd_mode also set to true. NOTE: cannot be used in combination with bpm or rootless"
  +    description: "(Deprecated) No longer used/tested."
  default: false
  garden.experimental_cpu_throttling:
  diff --git a/jobs/gats/spec b/jobs/gats/spec
  index 916a35eb..065e3ace 100644
  --- a/jobs/gats/spec
  +++ b/jobs/gats/spec
  @@ -22,12 +22,6 @@ properties:
  garden_test_rootfs:
  description: Test rootfs to use
  default: 'docker:///cloudfoundry/garden-rootfs'
  -  containerd_for_processes:
  -    description: Run GATS with CONTAINERD_FOR_PROCESSES_ENABLED
  -    default: false
  -  rootless:
  -    description: Run GATS with ROOTLESS env var
  -    default: false
  cpu_throttling:
  description: Run GATS with CPU_THROTTLING_ENABLED
  default: false
  ```
  ## ✨  Built with go 1.22.3
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.52.0...v1.53.0
  ## Resources
  - [Download release 1.53.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.53.0).
          
hwc-offline-buildpack 3.1.36
loggregator-agent 8.1.1
otel-collector 0.4.1
smoke-tests 4.10.0
winc 2.24.0
windows-syslog 1.3.0
windows-utilities 0.20.0
windowsfs-release 2.66.0

6.0.3

Release Date: 05/03/2024

  • Bump loggregator-agent to version 8.1.1
  • Bump winc to version 2.24.0
Component Version Release Notes
windows2019 stemcell 2019.72
count-cores-indicator 2.0.0
diego 2.98.0
envoy-nginx 0.25.0
garden-runc 1.52.0
hwc-offline-buildpack 3.1.36
loggregator-agent 8.1.1
v8.1.1
  ## What's Changed
  * Bump dependencies
  * Fix Syslog Binding Cache polling to wait for the entire polling interval between each operation in https://github.com/cloudfoundry/loggregator-agent-release/pull/572
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.1.0...v8.1.1
          
otel-collector 0.4.1
smoke-tests 4.10.0
winc 2.24.0
v2.24.0
  ## Changes
  - Bump Golang to 1.22.2
  ## ✨  Built with go 1.22.2
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.23.0...v2.24.0
  ## Resources
  - [Download release 2.24.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.24.0).
          
v2.23.0
  ## Changes
  - Update Golang to 1.21.9
  ## ✨  Built with go 1.21.9
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.22.0...v2.23.0
  ## Resources
  - [Download release 2.23.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.23.0).
          
windows-syslog 1.3.0
windows-utilities 0.20.0
windowsfs-release 2.66.0

6.0.2

Release Date: 05/01/2024

  • [Bug Fix] Windows syslog forwarder handles case when remote syslog endpoints are unavailable by backing off and eventually restarting.
  • Bump diego to version 2.98.0
  • Bump envoy-nginx to version 0.25.0
  • Bump garden-runc to version 1.52.0
  • Bump hwc-offline-buildpack to version 3.1.36
  • Bump loggregator-agent to version 8.1.0
  • Bump windows-syslog to version 1.3.0
  • Bump windowsfs-release to version 2.66.0
Component Version Release Notes
windows2019 stemcell 2019.72
count-cores-indicator 2.0.0
diego 2.98.0
v2.98.0
  ## Changes
  - Update Golang to 1.22
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/vizzini/spec b/jobs/vizzini/spec
  index 7eb920159..d61278357 100644
  --- a/jobs/vizzini/spec
  +++ b/jobs/vizzini/spec
  @@ -1,7 +1,7 @@
  ---
  name: vizzini
  packages:
  -  - golang-1.21-linux
  +  - golang-1.22-linux
  - vizzini
  templates:
  ```
  ## ✨  Built with go 1.22.2
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.97.0...v2.98.0
  ## Resources
  - [Download release 2.98.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.98.0).
          
envoy-nginx 0.25.0
v0.25.0
  ## Changes
  - Bump Golang to 1.22
  ## ✨  Built with go 1.22.2
  **Full Changelog**: https://github.com/cloudfoundry/envoy-nginx-release/compare/v0.24.0...v0.25.0
  ## Resources
  - [Download release 0.25.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry-incubator/envoy-nginx-release?version=0.25.0).
          
garden-runc 1.52.0
v1.52.0
  ## Changes
  - Bump Golang to 1.22
  ## ✨  Built with go 1.22.2
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.51.0...v1.52.0
  ## Resources
  - [Download release 1.52.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.52.0).
          
hwc-offline-buildpack 3.1.36
3.1.36
  * Updating github-config
  * add codeowners (#165)
  | name | version | cf_stacks |
  |-|-|-|
  | hwc | 27.0.0 | windows, windows2016 |
  Default binary versions:
  | name | version |
  |-|-|
  | hwc | 27.0.0 |
  * Uncached buildpack SHA256: 30d59d5cff56d1768d1a48146e821ecfd7de75ed3f092590a09aa153a0d79c34
  * Uncached buildpack SHA256: 4001012ed375f339109bad48a0b95c819e0ca3e9b0e7b76d52bf339ddd7f2072
          
loggregator-agent 8.1.0
v8.1.0
  ## What's Changed
  * Replace usages of `grpc.Dial` with `grpc.NewClient` which does not open connections until necessary
  * Bump dependencies
  ### Experimental OTel Collector changes
  * Added `temporary_emit_otel_traces` property to the loggr-forwarder-agent and loggr-forwarder-agent-windows jobs. Setting this property to `true` activates conversion of appropriately tagged http timers to OpenTelemetry traces (it defaults to `false`). See cloudfoundry/gorouter#407.
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.0.3...v8.1.0
          
v8.0.4
  Don't use. It contains the code changes from v8.1.0 but without a semver minor bump to indicate new functionality.
          
otel-collector 0.4.1
smoke-tests 4.10.0
winc 2.22.0
windows-syslog 1.3.0
v1.3.0
  ## What's Changed
  * Fix errors stemming from a hanging blackbox client when forwarding syslog messages to an unresponsive server over TCP or TLS in https://github.com/cloudfoundry/windows-syslog-release/pull/56
  * Adds an exponential backoff when attempting to connect to servers
  * Adds a configurable property to control the maximum number of connection retries (default: 10) before the job fatally exits
  **Full Changelog**: https://github.com/cloudfoundry/windows-syslog-release/compare/v1.2.5...v1.3.0
          
windows-utilities 0.20.0
windowsfs-release 2.66.0

6.0.1

Release Date: 04/17/2024

  • Bump diego to version 2.97.0
  • Bump loggregator-agent to version 8.0.3
  • Bump otel-collector to version 0.4.1
  • Bump smoke-tests to version 4.10.0
  • Bump windows-syslog to version 1.2.5
  • Bump windowsfs-release to version 2.65.0
Component Version Release Notes
windows2019 stemcell 2019.72
count-cores-indicator 2.0.0
diego 2.97.0
v2.97.0
  ## Changes
  - Adds support for comma-delimited destinations in ASGs
  - See: https://github.com/cloudfoundry/executor/pull/96 and https://github.com/cloudfoundry/bbs/pull/94
  - Bump bosh package blobs
  - Bumps `jq` to `1.7.1`
  - Bumps `tar`
  - Bump go.mod dependencies
  ## ✨  Built with go 1.21.8
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.96.0...v2.97.0
  ## Resources
  - [Download release 2.97.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.97.0).
          
envoy-nginx 0.24.0
garden-runc 1.51.0
hwc-offline-buildpack 3.1.35
loggregator-agent 8.0.3
v8.0.3
  ## What's Changed
  * Bump dependencies
  * Bump to [go1.21.9](https://groups.google.com/g/golang-announce/c/YgW0sx8mN3M/m/khALNYGdAAAJ)
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v8.0.2...v8.0.3
          
otel-collector 0.4.1
v0.4.1
  ## What's Changed
  * Bump dependencies
  * Bump to [go1.21.9](https://groups.google.com/g/golang-announce/c/YgW0sx8mN3M/m/khALNYGdAAAJ)
  **Full Changelog**: https://github.com/cloudfoundry/otel-collector-release/compare/v0.4.0...v0.4.1
          
smoke-tests 4.10.0
4.10.0
  Create bosh final release 4.10.0
          
4.9.5
  Create bosh final release 4.9.5
  ## What's Changed
  * Upgrade Golang to 1.22 by @tas-operability-bot in https://github.com/pivotal/smoke-tests/pull/138
  **Full Changelog**: https://github.com/pivotal/smoke-tests/compare/4.9.5...4.9.5
          
winc 2.22.0
windows-syslog 1.2.5
v1.2.5
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.21.9
  **Full Changelog**: https://github.com/cloudfoundry/windows-syslog-release/compare/v1.2.4...v1.2.5
          
windows-utilities 0.20.0
windowsfs-release 2.65.0

6.0.0

Release Date: 04/09/2024

  • [Breaking Change] Replace cpu entitlement counters with cpu_entitlement percentage gauge
  • [Breaking Change] Remove (deprecated) Metrics Agent and Metrics Discovery Release
  • [Feature] Add support for NTLM authentication in Gorouter
  • [Feature] Adds Diego support for Docker workloads using OCI images
  • [Feature] Expose a custom environment identifier on component logs forwarded via syslog
  • [Feature Improvement] OTel Collector marks OTLP Sums as monotonic if they originate from a Loggregator counter
  • [Feature Improvement] Garden now emits an UnkillableContainers metric to help identify cells that will be unable to redeploy successfully without operator intervention
  • [Feature Improvement] Make database “encrypt key” setting more intentional, to avoid password-manager autofilling of the field
  • [Feature Improvement] Reintroduce global log rate limit
  • [Feature Improvement] A more useful error is now thrown if the (windows) stemcell has not been configured with the necessary CCG support.
Component Version Release Notes
windows2019 stemcell 2019.71
count-cores-indicator 2.0.0
diego 2.96.0
v2.96.0
  ## Changes
  - Bump to golang 1.21.8
  - Golang package dependency bumps
  - Includes moving from docker v20 to docker v26
  - Includes moving from pgx v3 to pgx v5
  - Remove references to Consul from boshrelease + documentation
  - Many fixes to remove deprecated code and otherwise fix linter violations.
  ## ✨  Built with go 1.21.8
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.95.0...v2.96.0
  ## Resources
  - [Download release 2.96.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.96.0).
          
envoy-nginx 0.24.0
garden-runc 1.51.0
v1.51.0
  ## Changes
  - Bumped Golang to 1.21.8
  - Golang package dependency bumps
  - Many updates to get codebase passing the staticcheck linker
  - Updated garden-integration-tests to be a little less flakey
  ## ✨  Built with go 1.21.8
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.50.0...v1.51.0
  ## Resources
  - [Download release 1.51.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.51.0).
          
hwc-offline-buildpack 3.1.35
loggregator-agent 8.0.2
otel-collector 0.4.0
smoke-tests 4.8.5
winc 2.22.0
v2.22.0
  ## Changes
  - Many changes to remove usage of deprecated code + fix linting errors
  - Bump to golang 1.21.8
  - Golang package dependency bumps
  ## ✨  Built with go 1.21.8
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.21.0...v2.22.0
  ## Resources
  - [Download release 2.22.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.22.0).
          
windows-syslog 1.2.4
windows-utilities 0.20.0
windowsfs-release 2.64.0

How to Upgrade

The TAS for VMs [Windows] v6.0 tile is available with the release of VMware Tanzu Application Service for VMs (TAS for VMs) v6.0. To use the TAS for VMs [Windows] v6.0 tile, you must install VMware Tanzu Operations Manager v2.10 or later and TAS for VMs v6.0 or later.

New Features in TAS for VMs [Windows] v6.0

TAS for VMs [Windows] v6.0 includes the following major feature:

Reintroduction of global log rate limit

TAS v3.0 introduced granular app log rate limits for fine-grained control over application log rates.

TAS for VMs [Windows] v4.0 removed the older global log rate limit feature App log rate limit (deprecated) under App Containers. This was problematic for operators who were performing a jump upgrade to TAS for VMs [Windows] v4.0 (skipping v3.0), as logs would not be rate limited until application-based log rate limits were applied.

TAS for VMs [Windows] v6.0 restores the global log rate limit, so that operators can perform upgrades while retaining log rate limits. Operators must configure the same setting separately for both VMware Tanzu Application Service for VMs and Isolation Segment.

If you had previously set a global log rate limit, this limit is re-applied following the upgrade to TAS for VMs [Windows] v6.0.

Breaking changes

TAS for VMs [Windows] v6.0 includes the following breaking changes:

Known issues

There are no known issues for TAS for VMs [Windows] v6.0.

check-circle-line exclamation-circle-line close-line
Scroll to top icon