Skip to content

0.330.0

Latest
Compare
Choose a tag to compare
@tas-runtime-bot tas-runtime-bot released this 07 Feb 16:19
· 35 commits to develop since this release

0.330.0

Release Date: February 07, 2025

Changes

  • bump dependancies
  • add extendable bosh property to log extra access log fields - #448 - thanks @maxmoehl !

Bosh Job Spec changes:

diff --git a/jobs/gorouter/spec b/jobs/gorouter/spec
index 868629ac..9d694a02 100644
--- a/jobs/gorouter/spec
+++ b/jobs/gorouter/spec
@@ -322,6 +322,14 @@ properties:
   router.logging.syslog_network:
     description: "Network protocol to use when connecting to the syslog server. Valid values are 'tcp', 'udp', <empty>. When choosing an empty string value, the local syslog daemon is used."
     default: "udp"
+  router.logging.extra_access_log_fields:
+    description: |
+      An array of additional access log fields to log. Any new log fields will only be exposed via
+      this property and operators have to explicitly enable them. This is done to prevent breaking
+      log parsing in existing setups by the introduction of new fields. Does not affect stdout /
+      stderr logs.
+      Available fields are: local_address
+    default: []
   router.logging.format.timestamp:
     description: |
       Format for timestamp in component logs. Valid values are 'rfc3339', 'deprecated', and 'unix-epoch'."

✨ Built with go 1.23.6

Full Changelog: v0.329.0...v0.330.0

Resources