Skip to content

0.299.0

Compare
Choose a tag to compare
@tas-runtime-bot tas-runtime-bot released this 05 Jun 20:04
· 340 commits to develop since this release

Changes

  • Bumped to Golang 1.22.4
  • Added ability to enforce strict validation of route service signature. Thanks @maxmoehl, @b1tamara and @plowin !

Bosh Job Spec changes:

diff --git a/jobs/gorouter/spec b/jobs/gorouter/spec
index 8269440b..60c7b520 100644
--- a/jobs/gorouter/spec
+++ b/jobs/gorouter/spec
@@ -262,6 +262,9 @@ properties:
   router.route_services_timeout:
     description: "Expiry time of a route service signature in seconds"
     default: 60
+  router.route_services_strict_signature_validation:
+      description: "Enforce strict validation of a route service signature"
+      default: false
   router.max_header_kb:
     description: |
         This value controls the maximum number of bytes (in KB) the gorouter will read

✨ Built with go 1.22.4

Full Changelog: v0.298.0...v0.299.0

Resources