Skip to content

Commit 93eecb8

Browse files
author
CI Bot
committed
Bump version 282.1.1 via concourse
1 parent e60874e commit 93eecb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jobs/director/templates/director.yml.erb

Lines changed: 1 addition & 1 deletion
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.1.0'
288+
params['version'] = '282.1.1'
289289

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

jobs/director/templates/indicator.yml.erb

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

spec/director.yml.erb_spec.rb

Lines changed: 1 addition & 1 deletion
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.1.0')
506+
expect(parsed_yaml['version']).to eq('282.1.1')
507507
end
508508

509509
it 'should contain the audit log path' do

0 commit comments

Comments
 (0)