diego/1.17.0
You can find the source of this version on GitHub at cloudfoundry/diego-release. It was created based on the commit 9513168d
.
Release Notes¶
Changes from v1.16.1 to v1.17.0
- Verified with garden-runc-release v1.7.0.
- Verified with garden-windows-bosh-release v0.4.0.
- Verified with etcd-release v109.
- Verified with cf-mysql-release v35.
- Verified with cflinuxfs2-release v1.123.0.
IMPORTANT: This version of diego-release introduces two significant changes to the manifest-generation system that may affect operators:
As warned in the release notes for Diego v1.14.0, the manifest-generation templates now support only the cflinuxfs2 release, and the
-r
flag has no effect.The manifest-generation script now requires that the
-s
flag be specified, with its argument a path to the SQL configuration stub file for the BBS component (and optionally locket). The BBS has required SQL configuration since Diego v1.2.0, so operators will already be specifying this flag.
Significant changes
Container Placement
Manifest Generation
- As a Diego operator, I expect the manifest-generation script to require a SQL stub argument
- Clear out obsolete loggregator tcp+tls configuration in Diego manifest generation templates
- As a Diego operator, I expect the manifest-generation script to support only the cflinuxfs2 release
Dependencies
Test Suites and Tooling
Cleanup
BOSH job changes
None.
BOSH property changes
None.
BOSH link changes
None.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "diego" version: "1.17.0" url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=1.17.0" sha1: "8d91a8a305347bf43d9d9958f20d6e25f1336fb9"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 8d91a8a305347bf43d9d9958f20d6e25f1336fb9 \ "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=1.17.0"
Jobs¶
- auctioneer
- bbs
- benchmark-bbs
- cfdot
- file_server
- locket
- rep
- rep_windows
- route_emitter
- route_emitter_windows
- ssh_proxy
- vizzini