Skip to content

2.15.0

Compare
Choose a tag to compare
@tas-runtime-bot tas-runtime-bot released this 28 Aug 18:20
· 403 commits to develop since this release

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 --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

Resources