Skip to content

Releases: cloudfoundry/cf-networking-release

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

3.45.0

21 Mar 20:07
Compare
Choose a tag to compare

Changes

  • Go dependency bumps
  • Added config for staticcheck
  • Removed references to consul from documentation

Bosh Job Spec changes:

diff --git a/jobs/policy-server-asg-syncer/spec b/jobs/policy-server-asg-syncer/spec
index 748c39a7..4c6c9a4e 100644
--- a/jobs/policy-server-asg-syncer/spec
+++ b/jobs/policy-server-asg-syncer/spec
@@ -109,7 +109,7 @@ properties:
     description: "Trusted CA for UAA server."
 
   uaa_hostname:
-    description: "Host name for the UAA server.  E.g. the service advertised via Consul DNS.  Must match common name in the UAA server cert. Must be listed in `uaa.zones.internal.hostnames`."
+    description: "Host name for the UAA server.  E.g. the service advertised via Bosh DNS.  Must match common name in the UAA server cert. Must be listed in `uaa.zones.internal.hostnames`."
     default: uaa.service.cf.internal
 
   uaa_port:
diff --git a/jobs/policy-server-internal/spec b/jobs/policy-server-internal/spec
index 7095775d..029e723f 100644
--- a/jobs/policy-server-internal/spec
+++ b/jobs/policy-server-internal/spec
@@ -41,7 +41,7 @@ properties:
     default: 31946
 
   health_check_timeout_seconds:
-    description: "Health check timeout for Consul DNS."
+    description: "Health check timeout"
     default: 5
 
   internal_listen_port:
@@ -52,7 +52,7 @@ properties:
     description: "Trusted CA certificate that was used to sign the vxlan policy agent's client cert and key."
 
   server_cert:
-    description: "Server certificate for TLS. Must have common name that matches the Consul DNS name of the policy server, eg `policy-server.service.cf.internal`."
+    description: "Server certificate for TLS. Must have common name that matches the Bosh DNS name of the policy server, eg `policy-server.service.cf.internal`."
 
   server_key:
     description: "Server key for TLS."
diff --git a/jobs/policy-server/spec b/jobs/policy-server/spec
index 0d9f5157..8e2ccfa8 100644
--- a/jobs/policy-server/spec
+++ b/jobs/policy-server/spec
@@ -101,7 +101,7 @@ properties:
     description: "Trusted CA for UAA server."
 
   uaa_hostname:
-    description: "Host name for the UAA server.  E.g. the service advertised via Consul DNS.  Must match common name in the UAA server cert. Must be listed in `uaa.zones.internal.hostnames`."
+    description: "Host name for the UAA server.  E.g. the service advertised via Bosh DNS.  Must match common name in the UAA server cert. Must be listed in `uaa.zones.internal.hostnames`."
     default: uaa.service.cf.internal
 
   uaa_port:

✨ Built with go 1.21.8

Full Changelog: v3.44.0...v3.45.0

Resources

3.44.0

06 Mar 23:33
Compare
Choose a tag to compare

Changes

  • staticcheck improvements

✨ Built with go 1.21.8

Full Changelog: v3.43.0...v3.44.0

Resources

3.43.0

20 Feb 16:58
Compare
Choose a tag to compare

Changes

  • Removes deprecated and unused/unworking istio code from the release.
  • Go package dependency bumps

Bosh Job Spec changes:

diff --git a/jobs/bosh-dns-adapter/spec b/jobs/bosh-dns-adapter/spec
index 8d73a6b4..fba2cdba 100644
--- a/jobs/bosh-dns-adapter/spec
+++ b/jobs/bosh-dns-adapter/spec
@@ -21,9 +21,6 @@ consumes:
   - name: cloud_controller_container_networking_info
     type: cloud_controller_container_networking_info
     optional: true
-  - name: vip_resolver_conn
-    type: vip_resolver_conn
-    optional: true
 
 properties:
   cf_app_sd_disable:

✨ Built with go 1.21.7

Full Changelog: v3.42.0...v3.43.0

Resources

3.42.0

13 Feb 13:59
Compare
Choose a tag to compare

Changes

  • Bump healthchecker package

✨ Built with go 1.21.7

Full Changelog: v3.41.0...v3.42.0

Resources

3.41.0

30 Jan 16:00
Compare
Choose a tag to compare

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

02 Jan 22:23
Compare
Choose a tag to compare

Changes

  • nothing significant

✨ Built with go 1.21.5

Full Changelog: v3.39.0...v3.40.0

Resources

3.39.0

07 Dec 21:38
Compare
Choose a tag to compare

Changes

  • Bump to go 1.21.5

✨ Built with go 1.21.5

Full Changelog: v3.38.0...v3.39.0

Resources

3.38.0

16 Nov 18:11
Compare
Choose a tag to compare

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

09 Nov 18:47
Compare
Choose a tag to compare

Changes

  • Bump dependencies

✨ Built with go 1.21.4

Full Changelog: v3.36.0...v3.37.0

Resources