Skip to content

Releases: cloudfoundry/bosh

v212

06 Oct 18:17
Compare
Choose a tag to compare

v211

05 Oct 17:15
Compare
Choose a tag to compare

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 |               |             |
+---------------------+---------+---------------+-------------+

SSH Improvements:

Fixes:

v210 (1.3091.0)

02 Oct 22:43
Compare
Choose a tag to compare

v209 (1.3088.0)

29 Sep 23:13
Compare
Choose a tag to compare

v208 (1.3087.0)

05 Oct 17:16
Compare
Choose a tag to compare

v207 (1.3074.0)

24 Sep 17:06
Compare
Choose a tag to compare

v206 (1.3072.0)

24 Sep 03:11
Compare
Choose a tag to compare

v141

18 Feb 05:13
Compare
Choose a tag to compare

Improvements:

  • stemcell: Enable console output for openstack in kernel [f4f1cdd / c89b61e]
  • stemcell: ubuntu: Upgrade ubuntu unzip version [9481cd4]

v140

18 Feb 05:14
Compare
Choose a tag to compare

Improvements:

  • agent: Bump agent so that it waits for monit
    to start up during bootstrapping [4cf37f4]

v139

18 Feb 05:15
Compare
Choose a tag to compare

Bug Fixes:

  • stemcell: Stemcell names include bosh prefix once again [fbb2016]