1.38.0
tas-runtime-bot
released this
28 Aug 14:21
·
518 commits
to develop
since this release
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 or newer, and diego v2.82.0 or newer.
- Thanks @JVecsei1 and @geigerj0!!
Bosh Job Spec changes:
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: v1.37.0...v1.38.0