Releases: cloudfoundry/cf-networking-release
Releases · cloudfoundry/cf-networking-release
3.42.0
Changes
- Bump healthchecker package
✨ Built with go 1.21.7
Full Changelog: v3.41.0...v3.42.0
Resources
3.41.0
Changes
- Add GOVERSION env var to example apps
✨ Built with go 1.21.6
Full Changelog: v3.40.0...v3.41.0
Resources
3.40.0
3.39.0
3.38.0
Changes
- The
policy-server-internal
job's healthcheck endpoint is now available only via localhost. - Go package dependency bumps
✨ Built with go 1.21.4
Full Changelog: v3.37.0...v3.38.0
Resources
3.37.0
3.36.0
Changes
- Bump golang to 1.21.4
- Package Dependency Bumps
✨ Built with go 1.21.4
Full Changelog: v3.35.0...v3.36.0
Resources
3.35.0
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
Resources
3.34.0
Changes
- Bumped to golang 1.21.3
- Testing updates
- CI Enhancements
- Package dependency bumps
- The
proxy
test/example app's/dumprequest
endpoint will now return headers back to client via thereturnHeaders
query parameter. It also adds anX-Proxy-Settable-Debug-Header
header if the upstream server doesn't set it explicitly, andX-Proxy-Immutable-Debug-Header
which will override any value set by upstream servers.
Bosh Job Spec changes:
diff --git a/jobs/performance-test-sd/spec b/jobs/performance-test-sd/spec
index 0223d87e..c89d50f5 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.20-linux
+ - golang-1.21-linux
- performance-test-sd
consumes:
✨ Built with go 1.21.3
Full Changelog: v3.33.0...v3.34.0
Resources
3.33.0
Changes
- Bumped to golang 1.20.7
- The
garden-cni
job'sgarden-external-networker
has been updated to support returning interface name data handling CNI v0.4.0 data from CNI plugins it wraps. This allows for garden-runc-release to make use of the interface info for pulling networking statistics. (#229)
✨ Built with go 1.20.7
Full Changelog: v3.32.0...v3.33.0