Skip to content

Releases: cloudfoundry/silk-release

3.45.0

21 Mar 20:10
Compare
Choose a tag to compare

Changes

  • Fixes to stop using deprecated code in tests (net.Error.Temporary())
  • Remove consul references from documentation
  • Fix issues bumping the code.cloudfoundry.org/executor package
  • Go package bumps

Bosh Job Spec changes:

diff --git a/jobs/silk-controller/spec b/jobs/silk-controller/spec
index a0966a01..cc7529a8 100644
--- a/jobs/silk-controller/spec
+++ b/jobs/silk-controller/spec
@@ -45,11 +45,11 @@ properties:
     default: 46455
 
   health_check_port:
-    description: "Health check port for silk controller. Used by the Consul DNS health check."
+    description: "Health check port for silk controller. Used by the Bosh DNS health check."
     default: 19683
 
   health_check_timeout_seconds:
-    description: "Health check timeout for Consul DNS."
+    description: "Health check timeout"
     default: 5
 
   listen_ip:
@@ -64,7 +64,7 @@ properties:
     description: "Trusted CA certificate that was used to sign the silk daemon client cert and key."
 
   server_cert:
-    description: "Server certificate for TLS. Must have common name that matches the Consul DNS name of the silk controller, eg silk-controller.service.cf.internal"
+    description: "Server certificate for TLS. Must have common name that matches the Bosh DNS name of the silk controller, eg silk-controller.service.cf.internal"
 
   server_key:
     description: "Server key for TLS."
diff --git a/jobs/silk-daemon/spec b/jobs/silk-daemon/spec
index 7a1525b3..e3786357 100644
--- a/jobs/silk-daemon/spec
+++ b/jobs/silk-daemon/spec
@@ -70,7 +70,7 @@ properties:
     default: 3457
 
   silk_controller.hostname:
-    description: "Host name for the silk controller.  E.g. the service advertised via Consul DNS.  Must match common name in the silk_controller.server_cert"
+    description: "Host name for the silk controller.  E.g. the service advertised via Bosh DNS.  Must match common name in the silk_controller.server_cert"
     default: "silk-controller.service.cf.internal"
 
   silk_controller.listen_port:
diff --git a/jobs/vxlan-policy-agent/spec b/jobs/vxlan-policy-agent/spec
index 3118022b..802f04bb 100644
--- a/jobs/vxlan-policy-agent/spec
+++ b/jobs/vxlan-policy-agent/spec
@@ -41,7 +41,7 @@ properties:
     default: false
 
   policy_server.hostname:
-    description: "Host name for the policy server.  E.g. the service advertised via Consul DNS.  Must match common name in the policy_server.server_cert"
+    description: "Host name for the policy server.  E.g. the service advertised via Bosh DNS.  Must match common name in the policy_server.server_cert"
     default: "policy-server.service.cf.internal"
 
   policy_server.internal_listen_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

Bosh Job Spec changes:

diff --git a/jobs/silk-daemon/spec b/jobs/silk-daemon/spec
index 70be43f2..7a1525b3 100644
--- a/jobs/silk-daemon/spec
+++ b/jobs/silk-daemon/spec
@@ -36,6 +36,10 @@ properties:
     description: "Host port used for receiving VXLAN packets"
     default: 4789
 
+  container_metadata_file_check_timeout: 
+    description: "Timeout in seconds for checking the container metadata file during drain"
+    default: 600  
+  
   partition_tolerance_hours:
     description: "When silk controller is unavailable, silk daemon will remain healthy and allow creation of new containers for this number of hours.  Should be no larger than cf_networking.subnet_lease_expiration_hours."
     default: 168

✨ Built with go 1.21.8

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

Resources

3.43.0

20 Feb 16:57
Compare
Choose a tag to compare

Changes

  • Go package dependency bumps

✨ Built with go 1.21.7

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

Resources

3.42.0

13 Feb 14:00
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

06 Feb 15:22
Compare
Choose a tag to compare

Changes

  • Go package dependency bumps

✨ Built with go 1.21.6

Full Changelog: v3.40.0...v3.41.0

Resources

3.40.0

02 Jan 22:22
Compare
Choose a tag to compare

Changes

  • Bug fix: silk-datastore-syncer: fix assignment to entry in nil map in Metadata field. #105. Thank you @gmllt!
  • Bug fix: Deduplicate Iptables Rules with Dynamic ASG's. #102 #101. Thanks @klapkov!

✨ 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:10
Compare
Choose a tag to compare

Changes

  • 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:49
Compare
Choose a tag to compare

Changes

Bosh Job Spec changes:

diff --git a/jobs/silk-daemon/spec b/jobs/silk-daemon/spec
index 7a070202..70be43f2 100644
--- a/jobs/silk-daemon/spec
+++ b/jobs/silk-daemon/spec
@@ -36,10 +36,6 @@ properties:
     description: "Host port used for receiving VXLAN packets"
     default: 4789
 
-  rep_listen_addr_admin:
-    description: "Admin endpoint on diego rep.  Silk daemon job drain waits for the rep to exit before tearing down the network.  See diego.rep.listen_addr_admin"
-    default: 127.0.0.1:1800
-
   partition_tolerance_hours:
     description: "When silk controller is unavailable, silk daemon will remain healthy and allow creation of new containers for this number of hours.  Should be no larger than cf_networking.subnet_lease_expiration_hours."
     default: 168

✨ Built with go 1.21.4

Full Changelog: v3.35.0...v3.37.0

Resources

3.36.0

29 Nov 19:06
Compare
Choose a tag to compare

Changes

  • Bump golang to 1.21.4
  • Package dependency bumps

✨ Built with go 1.21.4

Full Changelog: v3.35.0...v3.36.0

Resources