Skip to content

Releases: cloudfoundry/silk-release

3.24.0

03 May 16:50
Compare
Choose a tag to compare

Changes

  • ⚠️ The new silk-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

22 Feb 20:52
Compare
Choose a tag to compare

Changes

  • Bump to go 1.20.1
  • Update healthchecker to 0.4.0
    • Increase startup delay default to 30 seconds PR

✨ Built with go 1.20.1

Full Changelog: v3.22.0...3.23.0

Resources

3.22.0

15 Feb 15:43
Compare
Choose a tag to compare

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

3.21.0

03 Feb 19:12
Compare
Choose a tag to compare

Changes

  • Update healthchecker in release to stable version

✨ Built with go 1.19.5

Full Changelog: v3.20.0...v3.21.0

Resources

3.20.0

26 Jan 18:30
Compare
Choose a tag to compare

🚨 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

✨ Built with go 1.19.5

Full Changelog: v3.19.0...v3.20.0

Resources

3.19.0

12 Jan 15:48
Compare
Choose a tag to compare

Changes

  • Bumped go to 1.19.5

✨ Built with go 1.19.5

Full Changelog: v3.18.0...v3.19.0

Resources

3.18.0

05 Jan 21:43
Compare
Choose a tag to compare

Changes

  • None!

✨ Built with go 1.19.4

Full Changelog: v3.17.0...v3.18.0

Resources

3.17.0

12 Dec 16:20
Compare
Choose a tag to compare

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

3.16.0

09 Dec 18:08
Compare
Choose a tag to compare

✨ Built with go 1.19.4

Full Changelog: v3.15.1...v3.16.0

Resources

3.15.1

28 Nov 17:23
Compare
Choose a tag to compare

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