This topic contains release notes for VMware Tanzu Application Service for VMs [Windows] (TAS for VMs [Windows]) v4.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.


Releases

4.0.25

Release Date: 07/08/2024

  • Bump diego to version 2.100.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 7.7.7
metrics-discovery 3.2.24
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.17.0
windowsfs-release 2.67.0

4.0.24

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 7.7.7
metrics-discovery 3.2.24
smoke-tests 4.10.0
winc 2.24.0
windows-syslog 1.3.0
windows-utilities 0.17.0
windowsfs-release 2.66.0

4.0.23

Release Date: 05/03/2024

  • Bump loggregator-agent to version 7.7.7
  • 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 7.7.7
v7.7.7
  ## 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/571
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.7.6...v7.7.7
          
metrics-discovery 3.2.24
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.17.0
windowsfs-release 2.66.0

4.0.22

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 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 7.7.6
metrics-discovery 3.2.24
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.17.0
windowsfs-release 2.66.0

4.0.21

Release Date: 04/17/2024

  • [Feature Improvement] Emit cpu_entitlement metric
  • Bump diego to version 2.97.0
  • Bump garden-runc to version 1.51.0
  • Bump loggregator-agent to version 7.7.6
  • Bump metrics-discovery to version 3.2.24
  • Bump smoke-tests to version 4.10.0
  • Bump winc to version 2.22.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).
          
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 7.7.6
v7.7.6
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.21.9
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.7.5...v7.7.6
          
metrics-discovery 3.2.24
v3.2.24
  ## What's Changed
  * Bump dependencies
  * Bump to [go1.21.9](https://groups.google.com/g/golang-announce/c/YgW0sx8mN3M/m/khALNYGdAAAJ)
  **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.23...v3.2.24
          
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
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.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.17.0
windowsfs-release 2.65.0

4.0.20

Release Date: 03/22/2024

  • [Feature Improvement] Reintroduce global log rate limit
  • Bump loggregator-agent to version 7.7.5
  • Bump metrics-discovery to version 3.2.23
  • Bump windows-syslog to version 1.2.4
  • Bump windowsfs-release to version 2.64.0
Component Version Release Notes
windows2019 stemcell 2019.71
count-cores-indicator 2.0.0
diego 2.95.0
envoy-nginx 0.24.0
garden-runc 1.50.0
hwc-offline-buildpack 3.1.35
loggregator-agent 7.7.5
v7.7.5
  ## What's Changed
  * Bump dependencies
  * Bump to [go1.21.8](https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg/m/46oA5yPABQAJ)
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.7.4...v7.7.5
          
metrics-discovery 3.2.23
v3.2.23
  ## What's Changed
  - Bump dependencies
  - Bump to [go1.21.8](https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg/m/46oA5yPABQAJ)
  **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.22...v3.2.23
          
smoke-tests 4.8.5
winc 2.21.0
windows-syslog 1.2.4
v1.2.4
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.21.8
  **Full Changelog**: https://github.com/cloudfoundry/windows-syslog-release/compare/v1.2.3...v1.2.4
          
windows-utilities 0.17.0
windowsfs-release 2.64.0

4.0.19

Release Date: 03/06/2024

  • Bump diego to version 2.95.0
  • Bump garden-runc to version 1.50.0
  • Bump hwc-offline-buildpack to version 3.1.35
Component Version Release Notes
windows2019 stemcell 2019.70
count-cores-indicator 2.0.0
diego 2.95.0
v2.95.0
  ## Changes
  - bbs: ([Issue](https://github.com/cloudfoundry/diego-release/issues/883)) Now uses `DesiredLRPSchedulingInfo` instead of the entire `DesiredLRP` when only the scheduling info is needed, resulting in a 95% decrease in time spent for relevant calls.  Thanks @klapkov!
  ## ✨  Built with go 1.21.7
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.94.0...v2.95.0
  ## Resources
  - [Download release 2.95.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.95.0).
          
envoy-nginx 0.24.0
garden-runc 1.50.0
v1.50.0
  ## Changes
  - Adds `grootfs.routine_gc` property, which allows operators to configure garden to grootfs to clean up unused container image layers whenever new containers are created.
  - Previously, to achieve this, operators had to set `grootfs.reserved_space_for_other_jobs_in_mb` to the same value as the ephemeral disk, which is not always easy to obtain programatically.
  - Bump go dependencies
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/garden/spec b/jobs/garden/spec
  index c84b5c43..027df351 100644
  --- a/jobs/garden/spec
  +++ b/jobs/garden/spec
  @@ -292,6 +292,10 @@ properties:
  grootfs.tls.ca_cert:
  description: "PEM-encoded tls client CA certificate for asset upload/download"
  +  grootfs.routine_gc:
  +    description: "Set to true if you want grootfs to perform garbage collection on unused container image layers whenever a new container is created."
  +    default: false
  +
  grootfs.reserved_space_for_other_jobs_in_mb:
  description: "Amount of space that will be kept free for other jobs. The GrootFS store will be able to grow up to a maximum size of its disk minus this reserved space. Where the reserved space does not allow sufficient size for GrootFS to store container images and root filesystems (currently 15GB), the limit will be a soft limit, and garbage collection will attempt to keep disk space available for other jobs. -1 disables GC and allows GrootFS to potentially use the whole disk."
  default: 15360
  ```
  ## ✨  Built with go 1.21.7
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.49.0...v1.50.0
  ## Resources
  - [Download release 1.50.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.50.0).
          
hwc-offline-buildpack 3.1.35
3.1.35
  * Add hwc 27.0.0, remove hwc 26.0.0 for stack(s) windows2016, windows
  | name | version | cf_stacks |
  |-|-|-|
  | hwc | 27.0.0 | windows, windows2016 |
  Default binary versions:
  | name | version |
  |-|-|
  | hwc | 27.0.0 |
  * Uncached buildpack SHA256: 5c505af4ca255d8b138c7319fee7e52b6473aec081472315c9d8afefdc173674
  * Uncached buildpack SHA256: 7f08a228fb23baf746e599365950cc8ef9edb50f4eb636bd78222bbba4f6d6af
          
loggregator-agent 7.7.4
metrics-discovery 3.2.22
smoke-tests 4.8.5
winc 2.21.0
windows-syslog 1.2.3
windows-utilities 0.17.0
windowsfs-release 2.63.0

4.0.18

Release Date: 03/04/2024

  • [Feature] Add support for NTLM authentication in Gorouter
  • [Bug Fix] When enabling the CCG plugin on a stemcell without CCG support, a more friendly error is emitted in the ccg-plugin pre-start script
  • [Security Fix] Bump docker to address GHSA-jq35-85cj-fj4p
  • [Feature Improvement] Garden now emits an UnkillableContainers metric to help identify cells that will be unable to redeploy successfully without operator intervention
  • [Feature Improvement] A more useful error is now thrown if the (windows) stemcell has not been configured with the necessary CCG support.
  • Bump diego to version 2.94.0
  • Bump envoy-nginx to version 0.24.0
  • Bump garden-runc to version 1.49.0
  • Bump winc to version 2.21.0
  • Bump windowsfs-release to version 2.63.0
Component Version Release Notes
windows2019 stemcell 2019.70
count-cores-indicator 2.0.0
diego 2.94.0
v2.94.0
  ## Changes
  - Fix bosh job spec description for `container_max_cpu_shares`
  - dockerapplifecycle: Add OCI image spec index type to Accept header
  - vizzini: Remove CPUWeight test
  - bbs: Remove cpu_weight limits
  - guardian: Add tests for unkillable containers
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/rep/spec b/jobs/rep/spec
  index 24ce303d4..405f90f46 100644
  --- a/jobs/rep/spec
  +++ b/jobs/rep/spec
  @@ -120,7 +120,7 @@ properties:
  description: "the max concurrent download steps that can be active"
  default: 5
  diego.executor.container_max_cpu_shares:
  -    description: "the maximum number of cpu shares for a container."
  +    description: "number of CPU shares per 100 CPU weight"
  default: 1024
  diego.executor.container_inode_limit:
  description: "the inode limit enforced on each garden container."
  diff --git a/jobs/rep_windows/spec b/jobs/rep_windows/spec
  index bd5e1db9f..0521d1061 100644
  --- a/jobs/rep_windows/spec
  +++ b/jobs/rep_windows/spec
  @@ -116,7 +116,7 @@ properties:
  description: "the max concurrent download steps that can be active"
  default: 5
  diego.executor.container_max_cpu_shares:
  -    description: "the maximum number of cpu shares for a container."
  +    description: "number of CPU shares per 100 CPU weight"
  default: 10000
  diego.executor.container_inode_limit:
  description: "the inode limit enforced on each garden container."
  ```
  ## ✨  Built with go 1.21.7
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.93.0...v2.94.0
  ## Resources
  - [Download release 2.94.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.94.0).
          
v2.93.0
  ## Changes
  -  Add CPU Entitlement gauge metric & Deprecate CPU Entitlement counter metric #897
  -  Bump docker to 20.10.27 to address GHSA-jq35-85cj-fj4p #906
  - [golang-1.21-linux (1.21.7)](https://github.com/cloudfoundry/diego-release/commit/36f42cd578ecc742e9d9ad63af599ded1d939f81)
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/rep/spec b/jobs/rep/spec
  index 8fb49517a..24ce303d4 100644
  --- a/jobs/rep/spec
  +++ b/jobs/rep/spec
  @@ -79,6 +79,10 @@ properties:
  description: "Cert used to communicate with local metron agent over gRPC"
  loggregator.key:
  description: "Key used to communicate with local metron agent over gRPC"
  +  loggregator.app_metric_exclusion_filter:
  +    description: "Array of application metrics to not emit"
  +    default:
  +    - cpu_entitlement
  diego.rep.listen_addr_admin:
  description: "serve (insecure) ping and evacuate requests on this address and port"
  diff --git a/jobs/rep_windows/spec b/jobs/rep_windows/spec
  index 023d76f18..bd5e1db9f 100644
  --- a/jobs/rep_windows/spec
  +++ b/jobs/rep_windows/spec
  @@ -75,6 +75,10 @@ properties:
  description: "Cert used to communicate with local metron agent over gRPC"
  loggregator.key:
  description: "Key used to communicate with local metron agent over gRPC"
  +  loggregator.app_metric_exclusion_filter:
  +    description: "Array of application metrics to not emit"
  +    default:
  +    - cpu_entitlement
  diego.rep.advertise_domain:
  description: "base domain at which the rep should advertise its secure API"
  ```
  ## ✨  Built with go 1.21.7
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.92.0...v2.93.0
  ## Resources
  - [Download release 2.93.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.93.0).
          
envoy-nginx 0.24.0
v0.24.0
  ## Changes
  - Bumps `nginx` version from `1.17.x` → `1.25.3`
  ## ✨  Built with go 1.21.7
  **Full Changelog**: https://github.com/cloudfoundry/envoy-nginx-release/compare/v0.23.0...v0.24.0
  ## Resources
  - [Download release 0.24.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry-incubator/envoy-nginx-release?version=0.24.0).
          
garden-runc 1.49.0
v1.49.0
  ## Changes
  - ✨guardian is a little more helpful when logging messages about containers that could not be killed, even after sending multiple SIGKILLs. In situations such as this, the only recourse is to reboot the VM, if the container processes are stuck in an unkillable state in the kernel. In addition to making this error stand out more, we've added a new metric for `UnkillableContainers` that guardian emits. When nonzero, there is a container that cannot be killed. See the [CloudFoundrydocs for Component metrics](https://docs.cloudfoundry.org/running/all_metrics.html#garden-linux) for more info.
  - Golang package dependency bumps
  - Bumped to Golang 1.21.7
  ## ✨  Built with go 1.21.7
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.48.0...v1.49.0
  ## Resources
  - [Download release 1.49.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.49.0).
          
hwc-offline-buildpack 3.1.34
loggregator-agent 7.7.4
metrics-discovery 3.2.22
smoke-tests 4.8.5
winc 2.21.0
v2.21.0
  ## Changes
  - ✨The `ccg-plugin` job will now provide a more useful error in its pre-start script if the stemcell has not been configured with the necessary CCG support.
  - Go package dependency bumps
  - Golang bumped to v1.21.7
  ## ✨  Built with go 1.21.7
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.20.0...v2.21.0
  ## Resources
  - [Download release 2.21.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.21.0).
          
windows-syslog 1.2.3
windows-utilities 0.17.0
windowsfs-release 2.63.0

4.0.17

Release Date: 02/05/2024

  • Bump garden-runc to version 1.48.0
  • Bump metrics-discovery to version 3.2.22
  • Bump windows-syslog to version 1.2.3
  • Bump windowsfs-release to version 2.62.0
Component Version Release Notes
windows2019 stemcell 2019.69
count-cores-indicator 2.0.0
diego 2.92.0
envoy-nginx 0.23.0
garden-runc 1.48.0
v1.48.0
  ## Changes
  - 🔒[runc](https://github.com/opencontainers/runc) + [container](https://github.com/containerd/containerd) have been bumped to address [CVE-2024-21626](https://github.com/advisories/GHSA-xr7r-f8xq-vfvv)
  - ✈️Many updates to get garden-runc-release's CI configuration working in the [wg-app-platform-runtime-ci](https://github.com/cloudfoundry/wg-app-platform-runtime-ci) repo Thank you @winkingturtle-vmw @ebroberson @MarcPaquette !!!
  - Docs updates - Thank you @MarcPaquette !!!
  - Many golang package dependency bumps
  ## ✨  Built with go 1.21.6
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.47.0...v1.48.0
  ## Resources
  - [Download release 1.48.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.48.0).
          
hwc-offline-buildpack 3.1.34
loggregator-agent 7.7.4
metrics-discovery 3.2.22
v3.2.22
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.21.6
  **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.21...v3.2.22
          
smoke-tests 4.8.5
winc 2.20.0
windows-syslog 1.2.3
v1.2.3
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.21.6
  **Full Changelog**: https://github.com/cloudfoundry/windows-syslog-release/compare/v1.2.2...v1.2.3
          
windows-utilities 0.17.0
windowsfs-release 2.62.0

4.0.16

Release Date: 01/31/2024

  • [Feature] Adds Diego support for Docker workloads using OCI images
  • [Bug Fix] Forwarder Agent does not attempt to forward logs and metrics to Loggregator Agent if both Firehose V1 and Firehose V2 are disabled
  • [Bug Fix] Prom Scraper does not attempt to scrape metrics from Loggregator Agent if both Firehose V1 and Firehose V2 are disabled
  • Bump diego to version 2.92.0
  • Bump loggregator-agent to version 7.7.4
Component Version Release Notes
windows2019 stemcell 2019.69
count-cores-indicator 2.0.0
diego 2.92.0
v2.92.0
  ## Changes
  - Buildpack path cache hash has 16 bytes
  ## ✨  Built with go 1.21.6
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.91.0...v2.92.0
  ## Resources
  - [Download release 2.92.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.92.0).
          
v2.91.0
  ## Changes
  ✨  The `dockerapplifecycle` now supports workloads using the OCI image format. Thanks @jrussett and @ebroberson!
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/vizzini/spec b/jobs/vizzini/spec
  index a3bbc5fb2..7eb920159 100644
  --- a/jobs/vizzini/spec
  +++ b/jobs/vizzini/spec
  @@ -85,3 +85,7 @@ properties:
  grace_busybox_image_url:
  description: "grace test asset busybox container image"
  default: "docker:///cloudfoundry/grace"
  +
  +  diego_docker_oci_image_url:
  +    description: "diego docker app in OCI image format"
  +    default: "docker:///cloudfoundry/diego-docker-app:oci"
  ```
  ## ✨  Built with go 1.21.6
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.90.0...v2.91.0
  ## Resources
  - [Download release 2.91.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.91.0).
          
v2.90.0
  ## Changes
  - Set Content-Digest header when uploading droplets to support environment that don't have md5 available
  ## ✨  Built with go 1.21.6
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.89.0...v2.90.0
  ## Resources
  - [Download release 2.90.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.90.0).
          
v2.89.0
  ## Changes
  - Fix BBS Port issues(https://github.com/cloudfoundry/diego-release/pull/878 & https://github.com/cloudfoundry/diego-release/pull/879)
  - Make `max_containers` configurable (https://github.com/cloudfoundry/diego-release/pull/876)
  - Add xxhash as a dependency (https://github.com/cloudfoundry/diego-release/pull/885)
  - Use major/minor versions of Go, instead of specific versions (https://github.com/cloudfoundry/diego-release/pull/891)
  - Make jitter interval configurable. Add new config parameter: JitterFactor  (https://github.com/cloudfoundry/route-emitter/pull/31)
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/rep/spec b/jobs/rep/spec
  index 1383b67c0..8fb49517a 100644
  --- a/jobs/rep/spec
  +++ b/jobs/rep/spec
  @@ -224,6 +224,10 @@ properties:
  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
  +  diego.rep.max_containers:
  +    description: "Maximum container capacity per rep"
  +    default: 250
  +
  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
  diff --git a/jobs/route_emitter/spec b/jobs/route_emitter/spec
  index faac3b0c5..11dae3aec 100644
  --- a/jobs/route_emitter/spec
  +++ b/jobs/route_emitter/spec
  @@ -93,6 +93,10 @@ properties:
  diego.route_emitter.bbs.max_idle_conns_per_host:
  description: "maximum number of idle http connections"
  +  diego.route_emitter.jitter_factor:
  +    description: "The jitter factor is the percentage of register interval used in determining the jitter interval (the time for which the emitter sleeps)"
  +    default: 0.2
  +
  diego.route_emitter.job_name:
  description: "The name of the Diego job referenced by this spec (DO NOT override)"
  default: "route_emitter"
  diff --git a/jobs/route_emitter_windows/spec b/jobs/route_emitter_windows/spec
  index 404c9f518..cec39c995 100644
  --- a/jobs/route_emitter_windows/spec
  +++ b/jobs/route_emitter_windows/spec
  @@ -83,6 +83,10 @@ properties:
  diego.route_emitter.bbs.max_idle_conns_per_host:
  description: "maximum number of idle http connections"
  +  diego.route_emitter.jitter_factor:
  +    description: "The jitter factor is the percentage of register interval used in determining the jitter interval (the time for which the emitter sleeps)"
  +    default: 0.2
  +
  diego.route_emitter.job_name:
  description: "The name of the Diego job referenced by this spec (DO NOT override)"
  default: "route_emitter_windows"
  ```
  ## ✨  Built with go 1.21.6
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.88.0...v2.89.0
  ## Resources
  - [Download release 2.89.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.89.0).
          
envoy-nginx 0.23.0
garden-runc 1.47.0
hwc-offline-buildpack 3.1.34
loggregator-agent 7.7.4
v7.7.4
  ## What's Changed
  ### Fixes
  * Bump packaged Golang to go1.21.6
  * Bump dependencies
  * Forwarder Agent: otelcolclient specifies that loggregator counters are monotonic in OTLP translation in https://github.com/cloudfoundry/loggregator-agent-release/pull/442
  * Loggregator Agent: if disabled, do not register ingress for Forwarder Agent or scraping with Prom Scraper in https://github.com/cloudfoundry/loggregator-agent-release/pull/456
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.7.3...v7.7.4
          
metrics-discovery 3.2.21
smoke-tests 4.8.5
winc 2.20.0
windows-syslog 1.2.2
windows-utilities 0.17.0
windowsfs-release 2.61.0

4.0.15

Release Date: 01/25/2024

  • Bump diego to version 2.88.0
  • Bump envoy-nginx to version 0.23.0
  • Bump garden-runc to version 1.47.0
  • Bump hwc-offline-buildpack to version 3.1.34
  • Bump smoke-tests to version 4.8.5
  • Bump winc to version 2.20.0
  • Bump windowsfs-release to version 2.61.0
Component Version Release Notes
windows2019 stemcell 2019.69
count-cores-indicator 2.0.0
diego 2.88.0
v2.88.0
  ## Changes
  -Bumps golang.org/x/crypto/ssh to v0.17.0 to address CVE-2023-48795.
  ## ✨  Built with go 1.21.5
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.87.0...v2.88.0
  ## Resources
  - [Download release 2.88.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.88.0).
          
v2.87.0
  ## Changes
  Reverted max_containers changes https://github.com/cloudfoundry/diego-release/pull/873
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/rep/spec b/jobs/rep/spec
  index 5c0ec9576..1383b67c0 100644
  --- a/jobs/rep/spec
  +++ b/jobs/rep/spec
  @@ -30,11 +30,6 @@ packages:
  - proxy
  - certsplitter
  -consumes:
  -- name: max_containers
  -  type: max_containers
  -  optional: true
  -
  properties:
  bpm.enabled:
  description: "use the BOSH Process Manager to manage the cell rep process."
  ```
  ## ✨  Built with go 1.21.5
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.86.0...v2.87.0
  ## Resources
  - [Download release 2.87.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.87.0).
          
v2.86.0
  ## Changes
  - BBS [Run migration and save migration version in single transaction](https://github.com/cloudfoundry/bbs/pull/76)
  - Rep [Make max_containers configurable](https://github.com/cloudfoundry/diego-release/pull/868)
  - Executor [Ignore EntryNotFound and AlreadyClosed errors when cleaning up cache](https://github.com/cloudfoundry/executor/pull/89)
  - Route-emitter [Add AZ to registry message](https://github.com/cloudfoundry/route-emitter/pull/29)
  - Rep [Send AZ in StartActualLRP/EvacuateRunningActualLRP requests to BBS](https://github.com/cloudfoundry/rep/pull/48)
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/rep/spec b/jobs/rep/spec
  index 1383b67c0..5c0ec9576 100644
  --- a/jobs/rep/spec
  +++ b/jobs/rep/spec
  @@ -30,6 +30,11 @@ packages:
  - proxy
  - certsplitter
  +consumes:
  +- name: max_containers
  +  type: max_containers
  +  optional: true
  +
  properties:
  bpm.enabled:
  description: "use the BOSH Process Manager to manage the cell rep process."
  ```
  ## ✨  Built with go 1.21.5
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.85.0...v2.86.0
  ## Resources
  - [Download release 2.86.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.86.0).
          
envoy-nginx 0.23.0
v0.23.0
  ## Changes
  - bump to go 1.21.5
  ## ✨  Built with go 1.21.5
  **Full Changelog**: https://github.com/cloudfoundry/envoy-nginx-release/compare/v0.22.0...v0.23.0
  ## Resources
  - [Download release 0.23.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry-incubator/envoy-nginx-release?version=0.23.0).
          
garden-runc 1.47.0
v1.47.0
  ## Changes
  - [Revert "Add max_containers bosh link](https://github.com/cloudfoundry/garden-runc-release/pull/327)
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/garden/spec b/jobs/garden/spec
  index abf22f8a..c84b5c43 100644
  --- a/jobs/garden/spec
  +++ b/jobs/garden/spec
  @@ -45,11 +45,6 @@ provides:
  type: iptables
  properties:
  - garden.iptables_bin_dir
  -
  -- name: max_containers
  -  type: max_containers
  -  properties:
  -  - garden.max_containers
  properties:
  garden.listen_network:
  ```
  ## ✨  Built with go 1.21.5
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.46.0...v1.47.0
  ## Resources
  - [Download release 1.47.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.47.0).
          
v1.46.0
  ## Changes
  - https://github.com/cloudfoundry/garden-runc-release/pull/314 - Add `max_containers` property. It is provided in a link so it is used in rep as well. Now you can increase containers past 250! Thanks @klapkov!
  - https://github.com/cloudfoundry/garden-runc-release/pull/323 - Lots of refactoring by @winkingturtle-vmw, including the ability to run the test suite in parallel! Thank you!
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/garden/spec b/jobs/garden/spec
  index c84b5c43..abf22f8a 100644
  --- a/jobs/garden/spec
  +++ b/jobs/garden/spec
  @@ -45,6 +45,11 @@ provides:
  type: iptables
  properties:
  - garden.iptables_bin_dir
  +
  +- name: max_containers
  +  type: max_containers
  +  properties:
  +  - garden.max_containers
  properties:
  garden.listen_network:
  diff --git a/jobs/gats/spec b/jobs/gats/spec
  index 4f59d675..916a35eb 100644
  --- a/jobs/gats/spec
  +++ b/jobs/gats/spec
  @@ -19,6 +19,9 @@ properties:
  garden_port:
  description: Port Garden is listening on
  default: 7777
  +  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
  @@ -28,6 +31,9 @@ properties:
  cpu_throttling:
  description: Run GATS with CPU_THROTTLING_ENABLED
  default: false
  +  limits_test_uri:
  +    description: Limists Test rootfs to use
  +    default: 'docker:///busybox'
  windows_rootfs:
  description: URL to pull the windows rootfs from
  default: ""
  ```
  ## ✨  Built with go 1.21.5
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.45.0...v1.46.0
  ## Resources
  - [Download release 1.46.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.46.0).
          
hwc-offline-buildpack 3.1.34
3.1.34
  * Updating github-config
  | name | version | cf_stacks |
  |-|-|-|
  | hwc | 26.0.0 | windows, windows2016 |
  Default binary versions:
  | name | version |
  |-|-|
  | hwc | 26.0.0 |
  * Uncached buildpack SHA256: 3b4b22929af056a7dcb132505fb27e80c92e2c276bfc74f890db42d6a4994707
  * Uncached buildpack SHA256: 57a632e04abfe877b87a075c98ba2382e30c89ba37fd759d5ac9a1327ac35357
          
loggregator-agent 7.7.3
metrics-discovery 3.2.21
smoke-tests 4.8.5
4.8.5
  Create bosh final release 4.8.5
  ## What's Changed
  * Upgrade Golang by @tas-operability-bot in https://github.com/pivotal/smoke-tests/pull/126
  * Upgrade Golang by @tas-operability-bot in https://github.com/pivotal/smoke-tests/pull/127
  **Full Changelog**: https://github.com/pivotal/smoke-tests/compare/4.8.4...4.8.5
          
winc 2.20.0
v2.20.0
  ## Changes
  - Dependency bumps
  - Test improvements
  ## ✨  Built with go 1.21.5
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.19.0...v2.20.0
  ## Resources
  - [Download release 2.20.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry-incubator/winc-release?version=2.20.0).
          
windows-syslog 1.2.2
windows-utilities 0.17.0
windowsfs-release 2.61.0

4.0.14

Release Date: 12/08/2023

  • [Bug Fix] Loggregator Agent is disabled if both Firehose V1 and Firehose V2 are disabled
  • Bump garden-runc to version 1.45.0
  • Bump hwc-offline-buildpack to version 3.1.33
  • Bump loggregator-agent to version 7.7.3
  • Bump metrics-discovery to version 3.2.21
  • Bump windows-syslog to version 1.2.2
Component Version Release Notes
windows2019 stemcell 2019.67
count-cores-indicator 2.0.0
diego 2.85.0
envoy-nginx 0.22.0
garden-runc 1.45.0
v1.45.0
  ## Changes
  - Resolved an issue where container networking statistics could not be retrieved for apps running in containers that did not have a `bash` executable. Thanks @JVecsei1!
  - Removed the garden-healthchecker package after it had been removed from the boshrelease in v1.43.0
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/garden/spec b/jobs/garden/spec
  index 0d2a8fb4..c84b5c43 100644
  --- a/jobs/garden/spec
  +++ b/jobs/garden/spec
  @@ -39,7 +39,6 @@ packages:
  - netplugin-shim
  - dontpanic
  - tini
  -  - garden-runc-healthchecker
  provides:
  - name: iptables
  ```
  ## ✨  Built with go 1.21.4
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.44.0...v1.45.0
  ## Resources
  - [Download release 1.45.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.45.0).
          
hwc-offline-buildpack 3.1.33
3.1.33
  * Updating github-config (#148)
  | name | version | cf_stacks |
  |-|-|-|
  | hwc | 26.0.0 | windows, windows2016 |
  Default binary versions:
  | name | version |
  |-|-|
  | hwc | 26.0.0 |
  * Uncached buildpack SHA256: b7c8e7043cbaafa1488abc114ddbd259882e7c1caf3c87dc7aeeae4f86f7de2c
  * Uncached buildpack SHA256: c5b44a86786cfc5e8f3027c4f321fc4a0d07ba45b0628c304b24cae7bffa2479
          
loggregator-agent 7.7.3
v7.7.3
  ## What's Changed
  * Bump packaged Golang to v1.20.12
  * Forwarder Agent removes `__v1_type` tag when forwarding metrics to OTel Collector, fixing an issue where metrics emitted as v1 envelopes were being dropped by the prometheusexporter
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.7.2...v7.7.3
          
metrics-discovery 3.2.21
v3.2.21
  ## What's Changed
  * Bump dependencies
  * Bump packaged Golang to go1.20.12
  **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.20...v3.2.21
          
smoke-tests 4.8.4
winc 2.19.0
windows-syslog 1.2.2
v1.2.2
  ## What's Changed
  * Bump packaged Golang to go1.20.12
  **Full Changelog**: https://github.com/cloudfoundry/windows-syslog-release/compare/v1.2.1...v1.2.2
          
windows-utilities 0.17.0
windowsfs-release 2.60.0

4.0.13

Release Date: 11/29/2023

  • [Bug Fix] Suppress syslog-agent warnings for invalid syslog drains
  • Bump loggregator-agent to version 7.7.2
  • Bump winc to version 2.19.0
  • Bump windows-syslog to version 1.2.1
  • Bump windowsfs-release to version 2.60.0
Component Version Release Notes
windows2019 stemcell 2019.67
count-cores-indicator 2.0.0
diego 2.85.0
envoy-nginx 0.22.0
garden-runc 1.44.0
hwc-offline-buildpack 3.1.32
loggregator-agent 7.7.2
v7.7.2
  * Bump dependencies.
  ### Experimental OTel Collector changes
  * Bump otel-collector to v0.89.0. See the [opentelemetry-collector](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.89.0) and [opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.89.0) release notes for more details.
          
v7.7.1
  ## What's Changed
  * Added `warn_on_invalid_drains` property to Windows Syslog Agent to allow warnings for invalid drains to be suppressed.
  * Bump to [go1.20.11](https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY/m/d-jSKR_jBwAJ)
  * Bump dependencies.
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.7.0...v7.7.1
          
metrics-discovery 3.2.20
smoke-tests 4.8.4
winc 2.19.0
v2.19.0
  ## Changes
  - Bump cert-injector, certsplitter, diff-exporter, groot-windows, and winc
  - Bumped to golang 1.21.4
  ## ✨  Built with go 1.21.4
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.18.0...v2.19.0
  ## Resources
  - [Download release v2.19.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.19.0).
          
windows-syslog 1.2.1
v1.2.1
  ## What's Changed
  ### Fixes
  * Bump included golang package to go1.20.11
  **Full Changelog**: https://github.com/cloudfoundry/windows-syslog-release/compare/v1.2.0...v1.2.1
          
windows-utilities 0.17.0
windowsfs-release 2.60.0

4.0.12

Release Date: 11/10/2023

  • [Feature] Expose a custom environment identifier on component logs forwarded via syslog
  • Bump diego to version 2.85.0
  • Bump envoy-nginx to version 0.22.0
  • Bump garden-runc to version 1.44.0
  • Bump loggregator-agent to version 7.7.0
  • Bump metrics-discovery to version 3.2.20
  • Bump winc to version 2.18.0
  • Bump windows-syslog to version 1.2.0
  • Bump windowsfs-release to version 2.59.0
Component Version Release Notes
windows2019 stemcell 2019.66
count-cores-indicator 2.0.0
diego 2.85.0
v2.85.0
  ## Changes
  - Bump garden Grootfs, Guardian, and idmapper
  - Bump golang to 1.21.4
  ## ✨  Built with go 1.21.4
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.84.0...v2.85.0
  ## Resources
  - [Download release v2.85.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.85.0).
          
v2.84.0
  ## Changes
  - Bumps envoy to [v1.28.0](https://github.com/envoyproxy/envoy/releases/tag/v1.28.0)
  - BBS DesiredLRPHandler now sends Stop/Update LRP requests to rep in parallel - Thanks @vlast3k!
  - Log rate limit metrics are no longer generated for tasks - Thanks @mkocher!
  - App Logs will now emit messages for when they run pre-start scripts and when they invoke the startup command, to make troubleshooting just that much easier - Thanks @Gerg!
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/vizzini/spec b/jobs/vizzini/spec
  index 6ff53c654..a3bbc5fb2 100644
  --- a/jobs/vizzini/spec
  +++ b/jobs/vizzini/spec
  @@ -1,7 +1,7 @@
  ---
  name: vizzini
  packages:
  -  - golang-1-linux
  +  - golang-1.21-linux
  - vizzini
  templates:
  ```
  ## ✨  Built with go 1.21.3
  **Full Changelog**: https://github.com/cloudfoundry/diego-release/compare/v2.83.0...v2.84.0
  ## Resources
  - [Download release v2.84.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/diego-release?version=2.84.0).
          
envoy-nginx 0.22.0
v0.22.0
  ## Changes
  - Bump go to 1.21.4
  ## ✨  Built with go 1.21.4
  **Full Changelog**: https://github.com/cloudfoundry/envoy-nginx-release/compare/v0.21.0...v0.22.0
  ## Resources
  - [Download release 0.22.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry-incubator/envoy-nginx-release?version=0.22.0).
          
garden-runc 1.44.0
v1.44.0
  ## Changes
  - Change user for grootfs test
  - Bump golang to 1.21.4
  ## ✨  Built with go 1.21.4
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.43.0...v1.44.0
  ## Resources
  - [Download release v1.44.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.44.0).
          
v1.43.0
  ## Changes
  - The `garden-healthchecker` process was found to be too aggressive when evaluating and acting upon failed healthchecks. It has been removed.
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/garden/spec b/jobs/garden/spec
  index 125909ed..0d2a8fb4 100644
  --- a/jobs/garden/spec
  +++ b/jobs/garden/spec
  @@ -23,7 +23,6 @@ templates:
  bin/containerd_utils.erb:                 bin/containerd_utils
  bin/pre-start:                            bin/pre-start
  bin/post-start:                           bin/post-start
  -  config/healthchecker.yml.erb:             config/healthchecker.yml
  packages:
  - guardian
  @@ -309,7 +308,3 @@ properties:
  logging.format.timestamp:
  description: "Format for timestamp in component logs. Valid values are 'unix-epoch' and 'rfc3339'."
  default: "unix-epoch"
  -
  -  healthchecker.failure_counter_file:
  -    description: "File used by the healthchecker to monitor consecutive failures."
  -    default: /var/vcap/data/garden/counters/consecutive_healthchecker_failures.count
  ```
  ## ✨  Built with go 1.21.3
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.42.0...v1.43.0
  ## Resources
  - [Download release v1.43.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.43.0).
          
v1.42.0
  ## Changes
  - Bump golang dependencies
  - Bump ruby testing dependencies
  ## ✨  Built with go 1.21.3
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.41.0...v1.42.0
  ## Resources
  - [Download release v1.42.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.42.0).
          
hwc-offline-buildpack 3.1.32
loggregator-agent 7.7.0
v7.7.0
  ## What's Changed
  * Added `warn_on_invalid_drains` property to Syslog Agent to allow warnings for invalid drains to be suppressed.
  * Bump dependencies.
  ### Experimental OTel Collector changes
  * Bump otel-collector to v0.88.0. See the [opentelemetry-collector](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.88.0) and [opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.88.0) release notes for more details.
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.6.4...v7.7.0
          
metrics-discovery 3.2.20
v3.2.20
  ## What's Changed
  * Bump to [go1.20.11](https://groups.google.com/g/golang-announce/c/4tU8LZfBFkY/m/d-jSKR_jBwAJ)
  **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.19...v3.2.20
          
v3.2.19
  ## What's Changed
  * Bump dependencies
  **Full Changelog**: https://github.com/cloudfoundry/metrics-discovery-release/compare/v3.2.18...v3.2.19
          
smoke-tests 4.8.4
winc 2.18.0
v2.18.0
  ## Changes
  - Resolves an bug in `cert-injector` introduced in [v2.17.0](https://github.com/cloudfoundry/winc-release/releases/tag/v2.18.0) where the `windows2019fs` job's `pre-start` script would fail when the `rootfs-windows.trusted_certs` property was set.
  ## ✨  Built with go 1.21.3
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.17.0...v2.18.0
  ## Resources
  - [Download release v2.18.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.18.0).
          
v2.17.0
  ❗❗❗ **DO NOT USE THIS VERSION** PLEASE USE 2.18.0 INSTEAD❗❗❗
  ❗❗❗ **THIS VERSION OF WINC-RELEASE HAS A KNOWN ISSUE CAUSING PRE-START FAILURES ON THE WINDOWS2019FS JOB WHEN `windows-rootfs.trusted_certs` is set** ❗❗❗
  ## Changes
  - 🐞 Bug fix: prevent ccg-plugin pre-start script from running when `ccg.enabled` is set to false.
  - Bump dependencies
  ## ✨  Built with go 1.21.3
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.16.0...v2.17.0
  ## Resources
  - [Download release v2.17.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.17.0).
          
windows-syslog 1.2.0
v1.2.0
  ## What's Changed
  ### Features
  * Add a new, optional, structured data param key, `environment`, to `instance@47450`. This is useful for cases where log lines should be tagged with an operator provided string but need to vary from the director name (https://github.com/cloudfoundry/windows-syslog-release/pull/42)
  ### Maintenance
  * Bump blackbox dependencies
  * README: Address, port and transport all need to be provided (https://github.com/cloudfoundry/windows-syslog-release/pull/43)
  **Full Changelog**: https://github.com/cloudfoundry/windows-syslog-release/compare/v1.1.19...v1.2.0
          
v1.1.19
  ## What's Changed
  * Bump included golang package to go1.20.10
  **Full Changelog**: https://github.com/cloudfoundry/windows-syslog-release/compare/v1.1.18...v1.1.19
          
windows-utilities 0.17.0
windowsfs-release 2.59.0

4.0.11

Release Date: 10/25/2023

  • [Bug Fix] Prevent retired app instances from receiving traffic by ensuring rep emits events to cleanup routes when cf restart-app-instance is invoked.
  • [Feature] Forwarder Agent emits a new metric, egress_expired_total, per egress destination to track the number of envelopes dropped from that designation’s diode
  • Bump diego to version 2.83.0
  • Bump envoy-nginx to version 0.21.0
  • Bump garden-runc to version 1.41.0
  • Bump loggregator-agent to version 7.6.4
  • Bump metrics-discovery to version 3.2.18
  • Bump winc to version 2.16.0
  • Bump windows-syslog to version 1.1.18
  • Bump windowsfs-release to version 2.58.0
Component Version Release Notes
windows2019 stemcell 2019.66
count-cores-indicator 2.0.0
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).
          
envoy-nginx 0.21.0
v0.21.0
  ## Changes
  - Bumped to golang 1.21.3
  ## ✨  Built with go 1.21.3
  **Full Changelog**: https://github.com/cloudfoundry/envoy-nginx-release/compare/v0.20.0...v0.21.0
  ## Resources
  - [Download release 0.21.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/envoy-nginx-release?version=0.21.0).
          
v0.20.0
  ## Changes
  - Bump golang to 1.21.1
  ## ✨  Built with go 1.21.1
  **Full Changelog**: https://github.com/cloudfoundry/envoy-nginx-release/compare/v0.19.0...v0.20.0
  ## Resources
  - [Download release v0.20.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/envoy-nginx-release?version=0.20.0).
          
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).
          
hwc-offline-buildpack 3.1.32
loggregator-agent 7.6.4
v7.6.4
  ## What's Changed
  * Feat(Forwarder Agent): Add a counter to track drops from egress diodes by @ctlong in https://github.com/cloudfoundry/loggregator-agent-release/pull/399
  * Bump golang to v1.20.10
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.6.3...v7.6.4
          
v7.6.3
  ## What's Changed
  * Bump dependencies
  ### Experimental OTel Collector changes
  * Forwarder Agent now batches metrics sent to the co-located OTel Collector to improve performance.
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.6.2...v7.6.3
          
v7.6.2
  ## 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/loggregator-agent-release/compare/v7.6.1...v7.6.2
          
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
          
smoke-tests 4.8.4
winc 2.16.0
v2.16.0
  ## Changes
  - Bumped to golang 1.21.3
  - CI Enhancements
  - Dependency Bumps
  ## ✨  Built with go 1.21.3
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.15.0...v2.16.0
  ## Resources
  - [Download release v2.16.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.16.0).
          
windows-syslog 1.1.18
v1.1.18
  ## What's Changed
  * Update golang packages to use go1.20.8
  **Full Changelog**: https://github.com/cloudfoundry/windows-syslog-release/compare/v1.1.17...v1.1.18
          
windows-utilities 0.17.0
windowsfs-release 2.58.0

4.0.10

Release Date: 10/12/2023

  • Bump windowsfs-release to version 2.57.0
Component Version
windows2019 stemcell 2019.65
count-cores-indicator 2.0.0
diego 2.81.0
envoy-nginx 0.19.0
garden-runc 1.37.0
hwc-offline-buildpack 3.1.32
loggregator-agent 7.6.1
metrics-discovery 3.2.16
smoke-tests 4.8.4
winc 2.15.0
windows-syslog 1.1.17
windows-utilities 0.17.0
windowsfs-release 2.57.0

4.0.9

Release Date: 09/26/2023

  • [Security Fix] Bump smoke-tests to address Go CVE-2023-39533
Component Version
windows2019 stemcell 2019.65
count-cores-indicator 2.0.0
diego 2.81.0
envoy-nginx 0.19.0
garden-runc 1.37.0
hwc-offline-buildpack 3.1.32
loggregator-agent 7.6.1
metrics-discovery 3.2.16
smoke-tests 4.8.4
winc 2.15.0
windows-syslog 1.1.17
windows-utilities 0.17.0

4.0.8

Release Date: 09/11/2023

  • Bump diego to version 2.81.0
  • Bump hwc-offline-buildpack to version 3.1.32
  • Bump loggregator-agent to version 7.6.1
  • Bump metrics-discovery to version 3.2.14
  • Bump winc to version 2.15.0
  • Bump windows-syslog to version 1.1.17
Component Version Release Notes
windows2019 stemcell 2019.64
count-cores-indicator 2.0.0
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).
          
envoy-nginx 0.19.0
garden-runc 1.37.0
hwc-offline-buildpack 3.1.32
3.1.32
  * Add hwc 26.0.0, remove hwc 23.0.0 (#136)
  for stack(s) windows2016, windows
  (https://www.pivotaltracker.com/story/show/185693627)
  Packaged binaries:
  | name | version | cf_stacks |
  |-|-|-|
  | hwc | 26.0.0 | windows, windows2016 |
  Default binary versions:
  | name | version |
  |-|-|
  | hwc | 26.0.0 |
  * Uncached buildpack SHA256: e48a64f378fe3ebf4ca159e62ff31c621e2297ca651821e0ad8ad17366596494
  * Uncached buildpack SHA256: 85bf9307601c6bd24112547551c03f9b1ba833348c54ba60dcf6d936ec58bd11
          
loggregator-agent 7.6.1
v7.6.1
  ## What's Changed
  ### Experimental OTel Collector changes
  * Prevent prometheus exporter from claiming BBS API port. For more context, see here: https://github.com/cloudfoundry/diego-release/issues/812
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.6.0...v7.6.1
          
v7.6.0
  ## What's Changed
  ### Experimental OTel Collector changes
  * ⚠️ Do not forward Timers ⚠️
  * Set the `service_version` for OTel Collector telemetry to v0.1.0
  * Add the prometheus exporter
  * Bump collector to v0.83.0
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.5.0...v7.6.0
          
v7.5.0
  ## What's Changed
  * Bump dependencies
  #### Experimental OTel Collector changes
  * Bump to OTel Collector v0.82.0
  * ⚠️ Remove all the exporters except for `otlp` and `file` ⚠️
  * ⚠️ Change default for the OTel Collector port for gRPC ingress to `9100` ⚠️
  * Reserve `cf-internal` prefix for internal metric exporters for the future
  * Configure Prom Scraper to scrape OTel Collector metrics
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.4.0...v7.5.0
          
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
          
smoke-tests 4.8.3
winc 2.15.0
v2.15.0
  ## Changes
  - Adds support for customizing the timestamp format used in the `groot` job's logging via the `groot.log_format` property.
  - Bumped to golang 1.20.7
  ## Bosh Job Spec changes:
  ```diff
  diff --git a/jobs/groot/spec b/jobs/groot/spec
  index ec4aac2..a73f967 100644
  --- a/jobs/groot/spec
  +++ b/jobs/groot/spec
  @@ -31,6 +31,10 @@ properties:
  description: "Can be debug, info, error or fatal"
  default: "info"
  +  groot.log_format:
  +    description: "Can be rfc3339 or epoch"
  +    default: "epoch"
  +
  groot.refresh_base_layer:
  description: "EXPERIMENTAL: Delete size file in order to pull fresh base layer."
  default: false
  ```
  ## ✨  Built with go 1.20.7
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.14.0...v2.15.0
  ## Resources
  - [Download release v2.15.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.15.0).
          
windows-syslog 1.1.17
v1.1.17
  ## What's Changed
  * Bump Go to v1.20.7
  **Full Changelog**: https://github.com/cloudfoundry/windows-syslog-release/compare/v1.1.16...v1.1.17
          
windows-utilities 0.17.0
windowsfs-release 2.55.0

4.0.7

Release Date: 08/22/2023

  • Bump garden-runc to version 1.37.0
Component Version Release Notes
windows2019 stemcell 2019.64
count-cores-indicator 2.0.0
diego 2.80.0
envoy-nginx 0.19.0
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).
          
hwc-offline-buildpack 3.1.31
loggregator-agent 7.4.0
metrics-discovery 3.2.12
smoke-tests 4.8.3
winc 2.14.0
windows-syslog 1.1.16
windows-utilities 0.17.0
windowsfs-release 2.55.0

4.0.6

Release Date: 08/18/2023

  • Bump envoy-nginx to version 0.19.0
  • Bump loggregator-agent to version 7.4.0
  • Bump metrics-discovery to version 3.2.12
  • Bump winc to version 2.14.0
  • Bump windows-syslog to version 1.1.16
Component Version Release Notes
windows2019 stemcell 2019.63
count-cores-indicator 2.0.0
diego 2.80.0
envoy-nginx 0.19.0
v0.19.0
  ## Changes
  - No code changes - testing new CI credentials
  ## ✨  Built with go 1.20.6
  **Full Changelog**: https://github.com/cloudfoundry/envoy-nginx-release/compare/v0.18.0...v0.19.0
  ## Resources
  - [Download release v0.19.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/envoy-nginx-release?version=0.19.0).
          
garden-runc 1.34.0
hwc-offline-buildpack 3.1.31
loggregator-agent 7.4.0
v7.4.0
  ## What's Changed
  * Bump to go 1.20.7
  * Bump dependencies
  * Adds experimental `otel-collector` and `otel-collector-windows` jobs. See the following [RFC](https://github.com/cloudfoundry/community/blob/3ec376e4345787bc0e9e25e7965c5083b63db822/toc/rfc/rfc-0018-aggregate-metric-egress-with-opentelemetry-collector.md) for more information.
  ### Forwarder Agent log format change
  Previously when the `logging.format.timestamp` property was set to `rfc3339` it would be ignored for ingress client logs emitted by the Forwarder Agent. This release applies the correct timestamp format when `rfc3339` is selected, which may affect you if you depend on the format of the logs.
  Old log line format:
  ```
  [INGRESS CLIENT] -> 127.0.0.1:3459: 2023/08/04 21:59:31 Error while flushing: EOF
  ```
  New log line format:
  ```
  2023-08-04T22:23:53.099290367Z [INGRESS CLIENT] -> 127.0.0.1:3459: Error while flushing: EOF
  ```
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.3.0...v7.4.0
          
v7.3.0
  ## What's Changed
  * Make keepalives for api polling configurable by @fhambrec in https://github.com/cloudfoundry/loggregator-agent-release/pull/336
  * flatten aggregate drain array by @Benjamintf1 in https://github.com/cloudfoundry/loggregator-agent-release/pull/346
  * Update syslog binding params by @Benjamintf1 in https://github.com/cloudfoundry/loggregator-agent-release/pull/339
  ## New Contributors
  * @fhambrec made their first contribution in https://github.com/cloudfoundry/loggregator-agent-release/pull/336
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.2.3...v7.3.0
          
v7.2.3
  ## What's Changed
  * Bump dependencies
  * Update packaged Golang version to v1.20.6
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.2.2...v7.2.3
          
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
          
smoke-tests 4.8.3
winc 2.14.0
v2.14.0
  ## Changes
  - Bumped to golang 1.20.6
  - Added an endpoint to the sample WindowsAuth app included for testing SQL Server endpoints.
  ## ✨  Built with go 1.20.6
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.13.0...v2.14.0
  ## Resources
  - [Download release v2.14.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.14.0).
          
windows-syslog 1.1.16
v1.1.16
  ## What's Changed
  * Update packaged Golang version to v1.20.6
  **Full Changelog**: https://github.com/cloudfoundry/windows-syslog-release/compare/v1.1.15...v1.1.16
          
windows-utilities 0.17.0
windowsfs-release 2.55.0

4.0.5

Release Date: 07/21/2023

  • [Feature Improvement] Use routing_info for desired_lrps when there are missing actual_lrps.
  • [Feature] Add distributed tracing to Diego component logs.
  • [Bug Fix] Prevents cachedownloader from erroneously deleting old entries.
  • [Bug Fix] Resolves a race condition in BBS when the replacement for a suspect LRP has started.
  • Bump diego to version 2.80.0
  • Bump envoy-nginx to version 0.18.0
  • Bump garden-runc to version 1.34.0
  • Bump metrics-discovery to version 3.2.11
  • Bump smoke-tests to version 4.8.3
  • Bump windows-syslog to version 1.1.15
  • Bump windowsfs-release to version 2.55.0
Component Version Release Notes
windows2019 stemcell 2019.63
count-cores-indicator 2.0.0
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).
          
envoy-nginx 0.18.0
v0.18.0
  ## Changes
  - Bumped golang to 1.20.6
  ## ✨  Built with go 1.20.6
  **Full Changelog**: https://github.com/cloudfoundry/envoy-nginx-release/compare/v0.17.0...v0.18.0
  ## Resources
  - [Download release v0.18.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/envoy-nginx-release?version=0.18.0).
          
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).
          
hwc-offline-buildpack 3.1.31
loggregator-agent 7.2.2
metrics-discovery 3.2.11
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
          
smoke-tests 4.8.3
4.8.3
  Create bosh final release 4.8.3
          
winc 2.13.0
windows-syslog 1.1.15
v1.1.15
  ## What's Changed
  * Dependency bumps
  * Update packaged Golang version to v1.20.5
  **Full Changelog**: https://github.com/cloudfoundry/windows-syslog-release/compare/v1.1.14...v1.1.15
          
windows-utilities 0.17.0
windowsfs-release 2.55.0

4.0.4

Release Date: 06/26/2023

  • [Feature] Adds support for W3C Trace ID logging across Diego component requests
  • [Bug Fix] Timeouts in for executor’s uploader have been increased to 500ms
  • [Bug Fix] Byte-based logging limits for LRPs and Tasks now emit only once per second
  • [Bug Fix/Improvement] Garden now ships with Busybox 1.36.1 as the default filesystem

  • Bump diego to version 2.78.0

  • Bump envoy-nginx to version 0.17.0
  • Bump garden-runc to version 1.33.0
  • Bump loggregator-agent to version 7.2.2
  • Bump winc to version 2.13.0
  • Bump windowsfs-release to version 2.53.0
Component Version Release Notes
windows2019 stemcell 2019.61
count-cores-indicator 2.0.0
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).
          
envoy-nginx 0.17.0
v0.17.0
  ## Changes
  - Bumped golang to 1.20.5
  ## ✨  Built with go 1.20.5
  **Full Changelog**: https://github.com/cloudfoundry/envoy-nginx-release/compare/v0.16.0...v0.17.0
  ## Resources
  - [Download release v0.17.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/envoy-nginx-release?version=0.17.0).
          
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).
          
hwc-offline-buildpack 3.1.31
loggregator-agent 7.2.2
v7.2.2
  ## What's Changed
  * Add CODEOWNERS file in preparation for branch protection rules by @geofffranks in https://github.com/cloudfoundry/loggregator-agent-release/pull/313
  * Bump dependencies
  * Bump to golang 1.20.5
  ## New Contributors
  * @geofffranks made their first contribution in https://github.com/cloudfoundry/loggregator-agent-release/pull/313
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.2.1...v7.2.2
          
metrics-discovery 3.2.9
smoke-tests 4.8.2
winc 2.13.0
v2.13.0
  ## Changes
  - Bumped go to 1.20.5
  ## ✨  Built with go 1.20.5
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.12.0...v2.13.0
  ## Resources
  - [Download release v2.13.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.13.0).
          
windows-syslog 1.1.14
windows-utilities 0.17.0
windowsfs-release 2.53.0

4.0.3

Release Date: 06/02/2023

  • Bump envoy-nginx to version 0.16.0
  • Bump garden-runc to version 1.30.0
  • Bump hwc-offline-buildpack to version 3.1.31
  • Bump winc to version 2.12.0
  • Bump windowsfs-release to version 2.52.0
Component Version Release Notes
windows2019 stemcell 2019.61
count-cores-indicator 2.0.0
diego 2.76.0
envoy-nginx 0.16.0
v0.16.0
  ## Changes
  - Dependency bumps:
  - go 1.20.4
  - github.com/fsnotify/fsnotify 1.6.0
  - github.com/onsi/ginkgo 2.9.5
  - github.com/onsi/gomega 1.27.6
  - gpkg.in/yaml.v2 2.4.0
  - updated CI testing scripts for better error handling
  ## ✨  Built with go 1.20.4
  **Full Changelog**: https://github.com/cloudfoundry/envoy-nginx-release/compare/v0.15.0...v0.16.0
  ## Resources
  - [Download release v0.16.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/envoy-nginx-release?version=0.16.0).
          
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).
          
hwc-offline-buildpack 3.1.31
3.1.31
  * Updating github-config (#127)
  Packaged binaries:
  | name | version | cf_stacks |
  |-|-|-|
  | hwc | 23.0.0 | windows, windows2016 |
  Default binary versions:
  | name | version |
  |-|-|
  | hwc | 23.0.0 |
  * Uncached buildpack SHA256: 22b3e864d959aa711d10503788a01946fc7be9d29c8252a64de5dfa4c396ae90
  * Uncached buildpack SHA256: dbe18078d9fe47acbb6485876e2c67547995976943e47b5c1637d72e9ea9bf58
          
loggregator-agent 7.2.1
metrics-discovery 3.2.9
smoke-tests 4.8.2
winc 2.12.0
v2.12.0
  ## Changes
  - Removes the deprecated-since-2019 `winc-network` job. Please use `winc-network-hns-acls` instead.
  - CI testing updates
  - Dependency Bumps:
  - github.com/hectane/go-acl ca0b05cb1adb
  - code.cloudfoundry.org/winc 4302f985e6d0b575bc1024b4a1c5a174a8cff1c8
  - code.cloudfoundry.org/cert-injector f66dd1e
  - code.cloudfoundry.org/diff-exporter 925b0b8
  - code.cloudfoundry.org/groot-windows 5225dd5
  - code.cloudfoundry.org/winc 2d0fe6e
  - code.cloudfoundry.org/certsplitter 906ffdf32df6e823dabb31a5f6572aca72e52be6
  ## ✨  Built with go 1.20.4
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.11.1...v2.12.0
  ## Resources
  - [Download release v2.12.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.12.0).
          
windows-syslog 1.1.14
windows-utilities 0.17.0
windowsfs-release 2.52.0

4.0.2

Release Date: 05/25/2023

Component Version
windows2019 stemcell 2019.61
count-cores-indicator 2.0.0
diego 2.76.0
envoy-nginx 0.15.0
garden-runc 1.29.0
hwc-offline-buildpack 3.1.30
loggregator-agent 7.2.1
metrics-discovery 3.2.9
smoke-tests 4.8.2
winc 2.11.1
windows-syslog 1.1.14
windows-utilities 0.17.0
windowsfs-release 2.52.0

4.0.1

Release Date: 05/17/2023

  • [Bug Fix] Resolve Issue where Garden failed during BOSH/Operations Manager deploys due to healthcheck
  • Bump count-cores-indicator to version 2.0.0
  • Bump diego to version 2.76.0
  • Bump garden-runc to version 1.29.0
  • Bump hwc-offline-buildpack to version 3.1.30
  • Bump loggregator-agent to version 7.2.1
  • Bump metrics-discovery to version 3.2.9
  • Bump winc to version 2.11.1
  • Bump windows-syslog to version 1.1.14
  • Bump windowsfs-release to version 2.52.0
Component Version Release Notes
windows2019 stemcell 2019.60
count-cores-indicator 2.0.0
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 will reconnect 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 will detect 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 will reconnect to another server."
  +    default: 22
  limits.open_files:
  description: Maximum number of files (including sockets) the BBS process may have open.
  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 will establish 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 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. 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 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
  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 will lead 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).
          
envoy-nginx 0.15.0
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 will 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).
          
v1.27.0
  ## Changes
  * Bump ginkgo to v2 and lager to v3
  ## ✨  Built with go 1.20.3
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.26.0...v1.27.0
  ## Resources
  - [Download release v1.27.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.27.0).
          
v1.26.0
  ## Changes
  - Bump runc version to 1.1.4
  - Bump containerd version to 1.6.19
  - Fix cloudfoundry/garden-runc-release#233
  ## ✨  Built with go 1.20.1
  **Full Changelog**: https://github.com/cloudfoundry/garden-runc-release/compare/v1.25.0...v1.26.0
  ## Resources
  - [Download release v1.26.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/garden-runc-release?version=1.26.0).
          
hwc-offline-buildpack 3.1.30
3.1.30
  * Update libbuildpack
  * Bump github.com/onsi/gomega from 1.27.4 to 1.27.6
  * Bump github.com/onsi/gomega from 1.26.0 to 1.27.4
  Packaged binaries:
  | name | version | cf_stacks |
  |-|-|-|
  | hwc | 23.0.0 | windows, windows2016 |
  Default binary versions:
  | name | version |
  |-|-|
  | hwc | 23.0.0 |
  * Uncached buildpack SHA256: 6f4ed709322d792dfe1ac4d28dd1d488e7db2807ef372bff1bfe1cfe23672373
  * Uncached buildpack SHA256: 470d6da338b0bdd646ddda4e7da5f5394eb535cef5923df6da4ec8e306652819
          
loggregator-agent 7.2.1
v7.2.1
  ## 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/v7.2.0...v7.2.1
          
v7.2.0
  ## What's Changed
  * Bump golang.org/x/net from 0.8.0 to 0.9.0 in /src by @dependabot in https://github.com/cloudfoundry/loggregator-agent-release/pull/283
  * Add mtls options to aggregate drains.  by @Benjamintf1 in https://github.com/cloudfoundry/loggregator-agent-release/pull/276
  * switch gorilla with chi by @Benjamintf1 in https://github.com/cloudfoundry/loggregator-agent-release/pull/285
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.1.3...v7.2.0
          
v7.1.3
  * Upgrade to go 1.20.2
  * Bump dependencies
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.1.2...v7.1.3
          
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
          
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
          
smoke-tests 4.8.2
winc 2.11.1
v2.11.1
  ## Changes
  - There were no changes in this release. It was created to test the release pipeline.
  ## ✨  Built with go 1.20.4
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.11.0...v2.11.1
  ## Resources
  - [Download release v2.11.1 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry/winc-release?version=2.11.1).
          
v2.11.0
  ## Changes
  - Bump to go 1.20.4
  ## ✨  Built with go 1.20.4
  **Full Changelog**: https://github.com/cloudfoundry/winc-release/compare/v2.10.0...v2.11.0
  ## Resources
  - [Download release v2.11.0 from bosh.io](https://bosh.io/releases/github.com/cloudfoundry-incubator/winc-release?version=2.11.0).
          
windows-syslog 1.1.14
v1.1.14
  ## What's Changed
  * update dependencies
  * update golang to 1.20.4
  **Full Changelog**: https://github.com/cloudfoundry/windows-syslog-release/compare/v1.1.13...v1.1.14
          
windows-utilities 0.17.0
windowsfs-release 2.52.0

4.0.0

Release Date: 04/18/2023

  • [Feature] Integrated Windows Authentication
  • [Breaking Change] Remove deprecated global log rate limit
  • Bump garden-runc to version 1.25.0
  • Bump loggregator-agent to version 7.1.2
  • Bump metrics-discovery to version 3.2.7
  • Bump windowsfs-release to version 2.51.0
Component Version Release Notes
windows2019 stemcell 2019.60
diego 2.73.0
envoy-nginx 0.15.0
garden-runc 1.25.0
hwc-offline-buildpack 3.1.29
loggregator-agent 7.1.2
v7.1.2
  ## What's Changed
  * update to golang 1.20.1
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.1.1...v7.1.2
          
v7.1.1
  ## What's Changed
  * update dependencies
  * Add error messages for better traceability of filtered out syslog drain bindings by @chombium in https://github.com/cloudfoundry/loggregator-agent-release/pull/216
  * Upgrade to go 1.20 by @rroberts2222 in https://github.com/cloudfoundry/loggregator-agent-release/pull/223
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.1.0...v7.1.1
          
v7.1.0
  ## What's Changed
  * Add app-id and drain url in the error message by @chombium in https://github.com/cloudfoundry/loggregator-agent-release/pull/212
  ## New Contributors
  * @chombium made their first contribution in https://github.com/cloudfoundry/loggregator-agent-release/pull/212
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.0.2...v7.1.0
          
v7.0.2
  ## What's Changed
  * Sanitize ProcID in syslog messages so messages with utf-8 in the source_type are not dropped by @Benjamintf1 in https://github.com/cloudfoundry/loggregator-agent-release/pull/200
  * Update dependencies
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.0.1...v7.0.2
          
v7.0.1
  ## What's Changed
  * Fix: anonymize URL in syslog drain logs and metrics by @ctlong in https://github.com/cloudfoundry/loggregator-agent-release/pull/186
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v7.0.0...v7.0.1
          
v7.0.0
  ## What's Changed
  * Allow application developers to set client certs and keys, as well as server cas, to be used for authentication in syslog-tls drains by @fhambrec, @dark5un in https://github.com/cloudfoundry/loggregator-agent-release/pull/177 / https://github.com/cloudfoundry/loggregator-agent-release/pull/119. Breaking change: requires new version of capi
  * Add drain scope and url tags to syslog egress metrics by @skaur20 in https://github.com/cloudfoundry/loggregator-agent-release/pull/123, Breaking change: might effect metrics dashboards and calculations.
  ## New Contributors
  * @skaur20 made their first contribution in https://github.com/cloudfoundry/loggregator-agent-release/pull/123
  **Full Changelog**: https://github.com/cloudfoundry/loggregator-agent-release/compare/v6.5.6...v7.0.0
          
metrics-discovery 3.2.7
smoke-tests 4.8.2
winc 2.10.0
windows-syslog 1.1.13
windows-utilities 0.17.0
windowsfs-release 2.51.0

How to Upgrade

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

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

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

Integrated Windows Authentication

You can now log in to your .NET Framework applications using your existing Active Directory Domain. For setup details, see Windows Authentication for .Net apps

Breaking Changes

TAS for VMs [Windows] v4.0 includes the following breaking change:

Option to activate (deprecated) Global Log Rate Limit was removed (TAS for VMs [Windows] 4.0.0+LTS-T - TAS for VMs [Windows] 4.0.19+LTS-T)

The global log rate limit feature was removed in TAS for VMs [Windows] 4.0.0+LTS-T. It was restored in TAS for VMs [Windows] 4.0.20+LTS-T to ease migration to the newer granular app log rate limit feature.

Important If you were using this feature to limit your overall app log throughput, then you might see an increase in log load after you upgrade prior to configuring granular app log rate limiting. To avoid the increase ensure you upgrade to TAS for VMs [Windows] 4.0.20+LTS-T or greater to retain the ability to configure a global log rate limit.

Known Issues

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

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