bosh/211
You can find the source of this version on GitHub at cloudfoundry/bosh. It was created based on the commit 072288f0
.
Release Notes¶
Features:
- Introducing bosh instances --ps
to view process status as reported by monit. To use this feature you need updated CLI (1.3093.0+), the Director (v209/1.3088.0+) and stemcells (3088+). For example:
+---------------------+---------+---------------+-------------+
| Instance | State | Resource Pool | IPs |
+---------------------+---------+---------------+-------------+
| first/0 | running | default | 10.10.16.12 |
| dummy2 | running | | |
| dummy | running | | |
+---------------------+---------+---------------+-------------+
| first_witout_disk/0 | running | old | 10.10.16.13 |
| dummy2 | running | | |
+---------------------+---------+---------------+-------------+
- Allow to repair stemcell with
bosh upload stemcell X --fix
bosh upload release X --fix
is coming up soon
- Drain script is called for each release job colocated on a VM [docs]
SSH Improvements:
- bosh ssh
no longer requires –strict_host_key_checking to be specified for the happy path
- CLI retrieves expected host keys and trusts them
- To use this feature you need updated CLI (1.3093.0+), the Director (v211/1.3093.0+) and stemcells (3093+)
- bosh ssh
no longer waits for cleaning up SSH artifacts at the end of SSH sessions
Fixes: - Avoid establishing many connections to the Director from the CLI
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh" version: "211" url: "https://bosh.io/d/github.com/cloudfoundry/bosh?v=211" sha1: "73a14a6166f3883d3846db3f9719fe848d4384f2"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 73a14a6166f3883d3846db3f9719fe848d4384f2 \ "https://bosh.io/d/github.com/cloudfoundry/bosh?v=211"