Skip to content

Releases: cloudfoundry/silk-release

3.32.0

27 Jul 18:00
Compare
Choose a tag to compare

Changes

✨ Built with go 1.20.6

Full Changelog: v3.31.0...v3.32.0

Resources

3.31.0

13 Jul 11:32
Compare
Choose a tag to compare

Changes

  • No changes, released along cf-networking 3.31.0

✨ Built with go 1.20.6

Full Changelog: v3.30.0...v3.31.0

Resources

3.30.0

12 Jul 16:29
Compare
Choose a tag to compare

Changes

  • Bumped to golang 1.20.6

✨ Built with go 1.20.6

Full Changelog: v3.29.0...v3.30.0

Resources

3.29.0

06 Jul 14:32
Compare
Choose a tag to compare

Changes

  • Updated dependancies.

✨ Built with go 1.20.5

Full Changelog: v3.28.0...v3.29.0

Resources

3.28.0

07 Jun 13:20
Compare
Choose a tag to compare

Changes

  • Bumped to golang 1.20.5

✨ Built with go 1.20.5

Full Changelog: v3.27.0...v3.28.0

Resources

3.27.0

25 May 15:55
Compare
Choose a tag to compare

Changes

  • Bumped vendored healthchecker release to v0.8.0
  • Updated silk, silk-cni, and cni-wrapper-plugin for compatibility with v1.0.0 of the CNI spec
  • Bumped github.com/containernetworking/cni to 1.1.2 and github.com/containernetworking/plugins to 1.3.0
  • Removed the externalmods code as it's no longer needed now that everything is on the latest CNI versions.

✨ Built with go 1.20.4

Full Changelog: v3.26.0...v3.27.0

Resources

3.26.0

24 May 16:16
Compare
Choose a tag to compare

Changes

  • Dependency Bumps:
    • code.cloudfoundry.org/cf-networking-helpers ebb4c931f5d5
    • code.cloudfoundry.org/debugserver c4fc5f67e21e
    • code.cloudfoundry.org/diego-logging-client efc368ee68d3
    • code.cloudfoundry.org/filelock 470838d066c5
    • code.cloudfoundry.org/garden234178722499
    • code.cloudfoundry.org/runtimeschema 5366865eed76
    • code.cloudfoundry.org/silk 886eb5a013ef
    • github.com/containernetworking/cni v1.1.2
    • github.com/onsi/ginkgo/v2 v2.9.5
    • github.com/onsi/gomega v1.27.7
    • github.com/tedsuo/ifrit 7862c310ad26

✨ Built with go 1.20.4

Full Changelog: cloudfoundry/cf-networking-release@3.25.1...v3.26.0

Resources

3.25.1

04 May 17:41
Compare
Choose a tag to compare

Changes

  • Fixes compilation errors for silk-datastore-syncer

✨ Built with go 1.20.4

Full Changelog: 3.24.0...v3.25.1

Resources

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