3.35.0
tas-runtime-bot
released this
25 Oct 20:42
·
581 commits
to develop
since this release
Changes
- Increase default value for
max_policies_per_app_source
from 50 to 150. Thanks SO MUCH @ameowlia ! - π Bug fix: update the policy-server
last_updated
timestamp to have microsecond precision. Previously it had second level precision, this created a race condition when multiple c2c policies were updated at nearly the same time, but the vxlan-policy-agent would only pick up the first update. Thank you @geofffranks for this PR!
Bosh Job Spec changes:
diff --git a/jobs/policy-server/spec b/jobs/policy-server/spec
index a6043136..0d9f5157 100644
--- a/jobs/policy-server/spec
+++ b/jobs/policy-server/spec
@@ -58,7 +58,7 @@ properties:
max_policies_per_app_source:
description: "Maximum policies a space developer may configure for an application source. Does not affect admin users."
- default: 50
+ default: 150
β¨ Built with go 1.21.3
Full Changelog: v3.34.0...v3.35.0