Releases: cloudfoundry/silk-release
Releases · cloudfoundry/silk-release
3.54.0
3.54.0
Release Date: November 05, 2024
Changes
- Address integer overflows when downcasting for G115
- Address integer overflows when downcasting for G115
- add retry logic for LinkList and AddrList netlink calls in cni
- Retry with backoff tests
- Add retry logic for LinkList and AddrList netlink calls in cni #147
✨ Built with go 1.23.2
Full Changelog: v3.53.0...v3.54.0
Resources
3.53.0
3.53.0
Release Date: October 22, 2024
Changes
- Bump dependancies
✨ Built with go 1.23.2
Full Changelog: v3.52.0...v3.53.0
Resources
3.52.0
3.52.0
Release Date: October 03, 2024
Changes
- Upgrade silk-healthchecker
- Various dependency bumps
✨ Built with go 1.23.2
Full Changelog: v3.51.0...v3.52.0
Resources
3.51.0
3.51.0
Release Date: September 24, 2024
Changes
- Bump to Go 1.23.1
- Fix file/dir creation permissions
- Catch or explicitly ignore unhandled errors
✨ Built with go 1.23.1
Full Changelog: v3.50.0...v3.51.0
Resources
3.50.0
3.50.0
Release Date: September 11, 2024
Changes
- Bumps to go 1.22.7
- Dependency bumps
- 🐛Fixes an issue in vxlan-policy-agent where certain chains were not cleaned up properly
- 🐛Adjusts how ASG related iptables chain names are generated in vxlan-policy-agent to provide more uniqueness, and better error messaging on collisions.
✨ Built with go 1.22.7
Full Changelog: v3.49.0...v3.50.0
Resources
3.49.0
3.49.0
Release Date: August 27, 2024
Changes
- Bumps healthchecker-boshrelease vendored packages
✨ Built with go 1.22.6
Full Changelog: v3.48.0...v3.49.0
Resources
3.48.0
3.48.0
Release Date: August 20, 2024
Changes
- Update dependancies
✨ Built with go 1.22.6
Full Changelog: v3.47.0...v3.48.0
Resources
3.47.0
Release Date: July 19, 2024
Changes
- 🐛 Fixed a race condition in the pre-start script of vxlan-policy-agent that would cause failures if the iptables.lock file's directory was deleted by another process while the pre-start was obtaining a lock.
- Updated go-loggregator usage to v9
- Refactored polling logic of vxlan-policy-agent and silk-daemon
- Bump to go 1.22.5
✨ Built with go 1.22.5
Full Changelog: v3.46.0...v3.47.0
Resources
3.46.0
3.45.0
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