2.15.0
·
403 commits
to develop
since this release
Changes
- Adds support for customizing the timestamp format used in the
groot
job's logging via thegroot.log_format
property. - Bumped to golang 1.20.7
Bosh Job Spec changes:
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: v2.14.0...v2.15.0