3.73.0
·
96 commits
to develop
since this release
3.73.0
Release Date: August 07, 2025
Changes
- Dependency bumps
- Reverted removal of support for non .conflist CNI configs, until third party CNIs are updated to use conflist. Thanks @kart2bc !
- Removes usage of CC's cloud_controller_container_networking_info and internal_route_vip_range link properties. Thanks @svkrieger !
- Bumped to golang 1.24.5. Thanks @tas-runtime-bot !
Bosh Job Spec changes:
diff --git a/jobs/bosh-dns-adapter/spec b/jobs/bosh-dns-adapter/spec
index fba2cdba..4aad7269 100644
--- a/jobs/bosh-dns-adapter/spec
+++ b/jobs/bosh-dns-adapter/spec
@@ -18,9 +18,6 @@ packages:
consumes:
- name: service-discovery-controller
type: service-discovery-controller
- - name: cloud_controller_container_networking_info
- type: cloud_controller_container_networking_info
- optional: true
properties:
cf_app_sd_disable:
@@ -67,11 +64,6 @@ properties:
example: ["istio.apps.internal."]
default: []
- internal_route_vip_range:
- description: "The ipv4 CIDR range of virtual IP addresses to be assigned to routes on internal domains.
- The value for this property should come from cloud_controller_container_networking_info
- link from capi-release. This property is here only for override purposes."
-
healthchecker.failure_counter_file:
description: "File used by the healthchecker to monitor consecutive failures."
default: /var/vcap/data/bosh-dns-adapter/counters/consecutive_healthchecker_failures.count
diff --git a/jobs/garden-cni/spec b/jobs/garden-cni/spec
index e3994294..df17366e 100644
--- a/jobs/garden-cni/spec
+++ b/jobs/garden-cni/spec
@@ -8,10 +8,6 @@ templates:
packages:
- runc-cni
-consumes:
- - name: cloud_controller_container_networking_info
- type: cloud_controller_container_networking_info
-
properties:
cni_plugin_dir:
description: "Directory containing CNI plugins."
✨ Built with go 1.24.5
Full Changelog: v3.72.0...v3.73.0