diego/1.4.2
You can find the source of this version on GitHub at cloudfoundry/diego-release. It was created based on the commit 389dd4c7
.
Release Notes¶
Changes from v1.4.1 to v1.4.2
- Verified with garden-runc-release v1.0.4.
- Verified with garden-windows-bosh-release v0.1.0.
- Verified with etcd-release v87.
- Verified with cf-mysql-release v32.
- Verified with cflinuxfs2-rootfs-release v1.44.0.
NOTE: The deploy_aws_environment
script in the examples/aws documentation accidentally has its bosh-init deploy
command commented out. This typo will be corrected in the next version of the release.
Significant changes
Component Coordination
Volume Support
- deploy drivers as BOSH addons
- Cancel operations on EFS
- Cancel operations on localvolume
- Switch from NFS v4.1 to v4.0
- LICENSE and notice files for all persi repos
- add warning to volman when cell mount path is not /var/vcap/data…
- use invoker in nfsdriver to standardize CLI access
- voldriver: remove “mount options” not supported in docker plugins API
- Fix incorrect source strings on nfsv3driver
Manifest Generation
Test Suites and Tooling
BOSH job changes
None.
BOSH property changes
None.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "diego" version: "1.4.2" url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=1.4.2" sha1: "25d4bbba54d8a1fa55ecd67c87cd5c60275a7028"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 25d4bbba54d8a1fa55ecd67c87cd5c60275a7028 \ "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=1.4.2"