Skip to content

3.69.0

Latest
Compare
Choose a tag to compare
@tas-runtime-bot tas-runtime-bot released this 02 Apr 19:20
· 2 commits to develop since this release

3.69.0

Release Date: April 02, 2025

Changes

  • Adds the ability to configure the HTTP client-side timeout used when vxlan-policy-agent is talking to policy-server for ASG + C2C network policy information.
  • Updates the default HTTP client-side timeout from 5s, to 30s.

Bosh Job Spec changes:

diff --git a/jobs/vxlan-policy-agent/spec b/jobs/vxlan-policy-agent/spec
index 802f04bb..430009c6 100644
--- a/jobs/vxlan-policy-agent/spec
+++ b/jobs/vxlan-policy-agent/spec
@@ -52,6 +52,10 @@ properties:
     description: "The VXLAN policy agent queries the policy server on this interval in seconds and updates local policy rules."
     default: 5
 
+  client_timeout_seconds:
+    description: "Timeout to use for HTTP connections to policy_server"
+    default: 30
+
   enable_asg_syncing:
     description: "Enable dynamic updates to ASG rules for running containers"
     default: true

✨ Built with go 1.24.1

Full Changelog: v3.68.0...v3.69.0

Resources