bosh/257.9
You can find the source of this version on GitHub at cloudfoundry/bosh. It was created based on the commit ef76c24f
.
Release Notes¶
Director: - Fixes static IP reuse problem when migrating to first class AZs in some cases - Fixes possible snapshot enqueuing problem
Stemcell:
- Binds mount /var/log
to ephemeral disk (/var/vcap/data/root_log
) to avoid filling up root partition
- Starts rsyslog
and auditd
as part of the Agent bootstrapping stage
- Disables all IPv6 configurations
This release includes 3262.9 stemcell series.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh" version: "257.9" url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=257.9" sha1: "3d6168823f5a8aa6b7427429bc727103e15e27af"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 3d6168823f5a8aa6b7427429bc727103e15e27af \ "https://bosh.io/d/github.com/cloudfoundry/bosh?v=257.9"