Date
1 - 2 of 2
Interpreting Bosh Version
nitin padalia
Hi,
One of my Bosh deployment displays directors version as: 260.0.0 However another one as: 1.3232.7.0 How to interpret them, and how can I map them with github bosh releases? Thanks! in advance. -nitin |
|
Danny Berger
BOSH, prior to v258, reported a stemcell-style version number. If you
remove the first and last piece of the version and prefix it with "stable-", you can generally cross-reference it with the git release tag on GitHub. For example, 1.3232.7.0 maps to v256.7 via https://github.com/cloudfoundry/bosh/releases/stable-3232.7. On Thu, Jun 29, 2017 at 4:23 AM, nitin padalia <padalia.nitin(a)gmail.com> wrote: Hi, -- Danny Berger |
|