Skip to content

Releases: cloudfoundry/cf-networking-release

3.55.0

14 Nov 17:45
Compare
Choose a tag to compare

3.55.0

Release Date: November 14, 2024

Changes

  • Dependency bumps

✨ Built with go 1.23.2

Full Changelog: v3.54.0...v3.55.0

Resources

3.54.0

05 Nov 13:24
Compare
Choose a tag to compare

3.54.0

Release Date: November 05, 2024

Changes

✨ Built with go 1.23.2

Full Changelog: v3.53.0...v3.54.0

Resources

3.53.0

22 Oct 15:42
Compare
Choose a tag to compare

3.53.0

Release Date: October 22, 2024

Changes

✨ Built with go 1.23.2

Full Changelog: v3.52.0...v3.53.0

Resources

3.52.0

3.51.0

24 Sep 14:37
Compare
Choose a tag to compare

3.51.0

Release Date: September 24, 2024

Changes

Bosh Job Spec changes:

diff --git a/jobs/performance-test-sd/spec b/jobs/performance-test-sd/spec
index 0583340e..fd83a044 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.22-linux
+  - golang-1.23-linux
   - performance-test-sd
 
 consumes:
diff --git a/jobs/service-discovery-controller/spec b/jobs/service-discovery-controller/spec
index 6786aad9..46deb276 100644
--- a/jobs/service-discovery-controller/spec
+++ b/jobs/service-discovery-controller/spec
@@ -51,6 +51,10 @@ properties:
     description: "Interval in seconds for which the route emitter is told to emit all routes. This value should be less than the staleness_threshold_seconds"
     default: 60
 
+  read_header_timeout:
+    description: "The amount of time allowed to read request headers"
+    default: 30s
+
   dnshttps.server.tls:
     description: "Server-side mutual TLS configuration for dns over http"
   dnshttps.client.ca:

✨ Built with go 1.23.1

Full Changelog: v3.50.0...v3.51.0

Resources

3.50.0

11 Sep 13:26
Compare
Choose a tag to compare

3.50.0

Release Date: September 11, 2024

Changes

  • Bump to golang 1.22.7
  • Dependency updates

✨ Built with go 1.22.7

Full Changelog: v3.49.0...v3.50.0

Resources

3.49.0

27 Aug 14:04
Compare
Choose a tag to compare

3.49.0

Release Date: August 27, 2024

Changes

  • Bumps healthchecker-boshrelease vendored packages

✨ Built with go 1.22.6

Full Changelog: v3.48.0...v3.49.0

Resources

3.48.0

20 Aug 20:01
Compare
Choose a tag to compare

3.48.0

Release Date: August 20, 2024

Changes

  • Update dependancies

✨ Built with go 1.22.6

Full Changelog: v3.47.0...v3.48.0

Resources

3.47.0

19 Jul 13:32
Compare
Choose a tag to compare

3.47.0

Release Date: July 19, 2024

Changes

  • 🐛Fixed a bug in the pre-start script of garden-cni that deleted the iptables.lock file + directory unnecessarily, causing issues with the vxlan-policy-agent pre-start script
  • Refactored polling logic in policy-server
  • Bump to go 1.22.5

✨ Built with go 1.22.5

Full Changelog: v3.46.0...v3.47.0

Resources

3.46.0

16 Apr 16:23
Compare
Choose a tag to compare

Changes

  • Bump Golang to 1.22

Bosh Job Spec changes:

diff --git a/jobs/performance-test-sd/spec b/jobs/performance-test-sd/spec
index c89d50f5..0583340e 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.21-linux
+  - golang-1.22-linux
   - performance-test-sd
 
 consumes:

✨ Built with go 1.22.2

Full Changelog: v3.45.0...v3.46.0

Resources