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: