Releases: cloudfoundry/silk-release
Releases · cloudfoundry/silk-release
3.24.0
Changes
⚠️ The newsilk-data-syncer
job is missing some files that cause compilation to fail. This is not a problem if you are deploying without that job. If you need the job, please upgrade to 3.25.1.- Add new
silk-datastore-syncer
job to sync app log metadata from garden to silk datastore - Bump to Go 1.20.4
- Bump to Silk 20230501162532-6ab8d30026c6
- Bump dependencies such that Ginkgo V2 and Lager V3 are used
Bosh Job Spec changes:
diff --git a/jobs/silk-datastore-syncer/spec b/jobs/silk-datastore-syncer/spec
new file mode 100644
index 0000000..9aa1813
--- /dev/null
+++ b/jobs/silk-datastore-syncer/spec
@@ -0,0 +1,26 @@
+---
+name: silk-datastore-syncer
+
+templates:
+ bpm.yml.erb: config/bpm.yml
+ start.erb: bin/start
+
+packages:
+ - silk-datastore-syncer
+
+properties:
+ disable:
+ description: "Disable this monit job. It will not run. Required for backwards compatability."
+ default: false
+ sync_interval_in_seconds:
+ description: "Interval to check garden for new metadata."
+ default: 30
+ garden.address:
+ description: "Garden server listening address."
+ default: /var/vcap/data/garden/garden.sock
+ garden.network:
+ description: "Network type for the garden server connection (tcp or unix)."
+ default: unix
+ log_level:
+ description: "Logging level (debug, info, warn, error)."
+ default: info
✨ Built with go 1.20.4
Full Changelog: 3.23.0...v3.24.0
Resources
3.23.0
3.22.0
Changes
- Bumped to build with golang 1.19.6
- Bumped go-sql-driver/mysql dependency for silk
✨ Built with go 1.19.6
Full Changelog: v3.21.0...v3.22.0
Resources
- Download release v3.22.0 from bosh.io.
- Tested with cf-networking-release v3.22.0
3.21.0
Changes
- Update healthchecker in release to stable version
✨ Built with go 1.19.5
Full Changelog: v3.20.0...v3.21.0
Resources
- Download release v3.21.0 from bosh.io.
- Tested with cf-networking-release v3.21.0
3.20.0
🚨 DO NOT USE THIS RELEASE 🚨
This release contains a broken version of a package dependency. It will not play nice with other releases like cf-networking-release
and garden-runc-release
. Please use the next version.
Changes
- Migrate to the standalone healtchecker-release.
✨ Built with go 1.19.5
Full Changelog: v3.19.0...v3.20.0
Resources
- Download release v3.20.0 from bosh.io.
- Tested with cf-networking-release v3.20.0
3.19.0
Changes
- Bumped go to 1.19.5
✨ Built with go 1.19.5
Full Changelog: v3.18.0...v3.19.0
Resources
- Download release v3.19.0 from bosh.io.
- Tested with cf-networking-release v3.19.0
3.18.0
Changes
- None!
✨ Built with go 1.19.4
Full Changelog: v3.17.0...v3.18.0
Resources
- Download release v3.18.0 from bosh.io.
- Tested with cf-networking-release v3.18.0
3.17.0
Changes
- Restart silk-daemon if it stops responding to HTTP requests #71
✨ Built with go 1.19.4
Full Changelog: v3.16.0...v3.17.0
Resources
- Download release v3.17.0 from bosh.io.
- Tested with cf-networking-release v3.17.0
3.16.0
✨ Built with go 1.19.4
Full Changelog: v3.15.1...v3.16.0
Resources
- Download release v3.16.0 from bosh.io.
- Tested with cf-networking-release v3.16.0
3.15.1
Changes
- golang package dependency bumps
- Bumped golang to 1.19.3
- Improved container startup times when cells contain large numbers of iptables rules, by optimizing how we generate the initial iptables entries. Thanks @vlast3k !
✨ Built with go 1.19.3
Full Changelog: v3.14.0...v3.15.1
Resources
- Download release v3.15.1 from bosh.io.
- Tested with cf-networking-release v3.15.1