Releases: cloudfoundry/cf-networking-release
Releases · cloudfoundry/cf-networking-release
3.45.0
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
3.43.0
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
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