3.68.0
·
72 commits
to develop
since this release
3.68.0
Release Date: March 24, 2025
Known Issue
- Known Issue: policy server pre-start fails
- Known Issue: policy server ASG syncer fails in crash loop
Changes
- ✨ Updated to golang 1.24.1 from 1.23.x
- ✨Adds support for an asg-data-last-changed endpoint on policy-server to optimize calls from vxlan-policy-agent
- ✨Adds better indexing of ASG data when running the policy-server database on mysql-8.x or newer.
Bosh Job Spec changes:
diff --git a/jobs/performance-test-sd/spec b/jobs/performance-test-sd/spec
index fd83a044..b492caaa 100644
--- a/jobs/performance-test-sd/spec
+++ b/jobs/performance-test-sd/spec
@@ -6,7 +6,7 @@ templates:
config.json.erb: config.json
packages:
- - golang-1.23-linux
+ - golang-1.24-linux
- performance-test-sd
consumes:
✨ Built with go 1.24.1
Full Changelog: v3.67.0...v3.68.0