logsearch / logsearch-shipper-boshrelease

Forward the log messages and metrics that your BOSH jobs generate
Apache License 2.0
1 stars 5 forks source link

releases/index.yml missing format #8

Open gaos1 opened 9 years ago

gaos1 commented 9 years ago

if you take a look at other release file, e.g. https://github.com/logsearch/logsearch-boshrelease/blob/develop/releases/index.yml

there is a format-version line as shown below: format-version: '2'

this is small problem and it breaks our scripts.

mrdavidlaing commented 9 years ago

@dpb587 - I'm going to take a guess here that the bosh_cli on your laptop is out of date?

@gaos1 What version of bosh_cli do you guys use?

gaos1 commented 9 years ago

○ → bosh version BOSH 1.3012.0

dpb587 commented 9 years ago

format-version is a newer field, and since we haven't needed to create a new release in a long time, the metadata hasn't been touched since.

@gaos1, I added format-version in 3a491f10fcd9a1c8d64b03a7a9dbe7529d2a46bb - is that sufficient?