Releases: cloudfoundry/silk-release
Releases · cloudfoundry/silk-release
3.30.0
3.29.0
3.28.0
3.27.0
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
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
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
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