Skip to content

Commit a0585d7

Browse files
author
CI Bot
committed
Bump version 282.1.6 via concourse
1 parent 1590d53 commit a0585d7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

jobs/director/templates/director.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ params['blobstore'] = {
296296

297297
params['verify_multidigest_path'] = '/var/vcap/packages/verify_multidigest/bin/verify-multidigest'
298298

299-
params['version'] = '282.1.5'
299+
params['version'] = '282.1.6'
300300

301301
if p('blobstore.provider') == "s3"
302302
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.5
12+
version: 282.1.6
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
@@ -516,7 +516,7 @@
516516
end
517517

518518
it 'should contain the version' do
519-
expect(parsed_yaml['version']).to eq('282.1.5')
519+
expect(parsed_yaml['version']).to eq('282.1.6')
520520
end
521521

522522
it 'should contain the audit log path' do

0 commit comments

Comments
 (0)