Skip to content

3.68.0

Compare
Choose a tag to compare
@tas-runtime-bot tas-runtime-bot released this 24 Mar 13:33
· 72 commits to develop since this release

3.68.0

Release Date: March 24, 2025

Known Issue

⚠️ When running this version of CF Networking Release with dynamic ASGs enabled and with a MYSQL database, there is are two known issues. If you are using a MYSQL database with dynamic ASGs enabled, we suggest skipping this release and upgrading to 3.70.0 or above.

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

Resources