Skip to content

Releases: cloudfoundry/silk-release

3.65.0

31 Jan 15:26
Compare
Choose a tag to compare

3.65.0

Release Date: January 31, 2025

Changes

  • Bump dependancies
  • New feature: the overlay network (as defined in the silk-controller job as the "network" property) can now be an array of CIDR addresses instead of just one CIDR address. For backwards compatibility reasons providing a string of one CIDR is still an allowed format. See here for more info on this effort. Thanks @ameowlia ! 🎉

Bosh Job Spec changes:

diff --git a/jobs/silk-cni/spec b/jobs/silk-cni/spec
index 670763da..75936752 100644
--- a/jobs/silk-cni/spec
+++ b/jobs/silk-cni/spec
@@ -10,8 +10,6 @@ packages:
   - silk-cni
 
 consumes:
-- name: cf_network
-  type: cf_network
 - name: vpa
   type: policy-agent
 
@@ -31,7 +29,10 @@ provides:
 
 properties:
   no_masquerade_cidr_range:
-    description: "CIDR address block that should not be masqueraded.  Fallsback to cf_network.network link property if property is not provided."
+    description: |
+        When set, app traffic sent to this CIDR will not be masqueraded. If this
+        property is not set, then silk-cni will not masquerade traffic sent to the
+        overlay network, which allows container-to-container networking to work.
     default: ""
 
   mtu:
diff --git a/jobs/silk-controller/spec b/jobs/silk-controller/spec
index cc7529a8..cb66a1e8 100644
--- a/jobs/silk-controller/spec
+++ b/jobs/silk-controller/spec
@@ -29,8 +29,12 @@ provides:
 
 properties:
   network:
-    description: "CIDR address block for overlay network.  Subnets for each diego cell are allocated out of this network."
-    default: "10.255.0.0/16"
+    description: |
+      A single CIDR address block as a string, or an array of CIDR address
+      blocks for overlay network as an array of strings. Subnets for each diego
+      cell are allocated out of this network. The "subnet_prefix_length"
+      property must be smaller than the smallest CIDR address block.
+    default: ["10.255.0.0/16"]
 
   subnet_prefix_length:
     description: "Length, in bits, of the prefix for subnets allocated per Diego cell, e.g. '24' for a '/24' subnet."
diff --git a/jobs/silk-daemon/spec b/jobs/silk-daemon/spec
index e3786357..572b08c9 100644
--- a/jobs/silk-daemon/spec
+++ b/jobs/silk-daemon/spec
@@ -88,7 +88,13 @@ properties:
     default: false
 
   single_ip_only:
-    description: "When true, this VM will get assigned exactly one IP address on the Silk network.  Use this to connect this VM to the Silk network without acquiring a whole block of addresses (as would be required for a Diego Cell)."
+    description: |
+        When true, this VM will get assigned exactly one IP address on the Silk
+        network.  Use this to connect this VM to the Silk network without
+        acquiring a whole block of addresses (as would be required for a Diego
+        Cell). WARNING: Do not use single_ip_only mode when the overylay network has
+        more than one CIDR. The overlay network is set on the silk-controller
+        job via the "network" bosh property.
     default: false
 
   policy_server_url:

✨ Built with go 1.23.5

Full Changelog: v3.64.0...v3.65.0

Resources

3.64.0

21 Jan 20:53
Compare
Choose a tag to compare

3.64.0

Release Date: January 21, 2025

Changes

  • Bump to go 1.23.5
  • Bump dependancies

✨ Built with go 1.23.5

Full Changelog: v3.63.0...v3.64.0

Resources

3.63.0

06 Jan 15:19
Compare
Choose a tag to compare

3.63.0

Release Date: January 06, 2025

Changes

  • Bump dependancies

✨ Built with go 1.23.4

Full Changelog: v3.62.0...v3.63.0

Resources

3.62.0

21 Dec 05:26
Compare
Choose a tag to compare

3.62.0

Release Date: December 21, 2024

Changes

  • Bump go mod dependencies

✨ Built with go 1.23.4

Full Changelog: v3.61.0...v3.62.0

Resources

3.61.0

16 Dec 21:51
Compare
Choose a tag to compare

3.61.0

Release Date: December 16, 2024

Changes

  • Bump dependencies

✨ Built with go 1.23.4

Full Changelog: v3.60.0...v3.61.0

Resources

3.60.0

09 Dec 19:53
Compare
Choose a tag to compare

3.60.0

Release Date: December 09, 2024

Changes

  • Dependency Bumps

✨ Built with go 1.23.4

Full Changelog: v3.59.0...v3.60.0

Resources

3.59.0

04 Dec 21:19
Compare
Choose a tag to compare

3.59.0

Release Date: December 04, 2024

Changes

  • Upgrade silk-healthchecker

✨ Built with go 1.23.4

Full Changelog: v3.58.0...v3.59.0

Resources

3.58.0

04 Dec 18:22
Compare
Choose a tag to compare

3.58.0

Release Date: December 04, 2024

Changes

  • Bump go to 1.23.4
  • Bump healthchecker

✨ Built with go 1.23.4

Full Changelog: v3.57.0...v3.58.0

Resources

3.57.0

02 Dec 21:57
Compare
Choose a tag to compare

3.57.0

Release Date: December 02, 2024

Changes

  • Dependency Bumps

✨ Built with go 1.23.3

Full Changelog: v3.56.0...v3.57.0

Resources

3.56.0

18 Nov 21:16
Compare
Choose a tag to compare

3.56.0

Release Date: November 18, 2024

Changes

✨ Built with go 1.23.3

Full Changelog: v3.55.0...v3.56.0

Resources