·
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