Skip to content

Commit 256bd25

Browse files
author
CI Bot
committed
Bump version 282.0.3 via concourse
1 parent 166312a commit 256bd25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jobs/director/templates/director.yml.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ params['blobstore'] = {
285285

286286
params['verify_multidigest_path'] = '/var/vcap/packages/verify_multidigest/bin/verify-multidigest'
287287

288-
params['version'] = '282.0.2'
288+
params['version'] = '282.0.3'
289289

290290
if p('blobstore.provider') == "s3"
291291
params['blobstore']['provider'] = "s3cli"

jobs/director/templates/indicator.yml.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
spec:
1010
product:
1111
name: bosh_director
12-
version: 282.0.2
12+
version: 282.0.3
1313
indicators:
1414
- name: bosh_tasks_total
1515
promql: min_over_time(bosh_tasks_total{state="queued"}[10m])

spec/director.yml.erb_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
end
504504

505505
it 'should contain the version' do
506-
expect(parsed_yaml['version']).to eq('282.0.2')
506+
expect(parsed_yaml['version']).to eq('282.0.3')
507507
end
508508

509509
it 'should contain the audit log path' do

0 commit comments

Comments
 (0)