Skip to content

Commit

Permalink
Bump version 280.1.2 via concourse
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Bot committed Jul 19, 2024
1 parent 73c4c7b commit b1d1d99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jobs/director/templates/director.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ params['blobstore'] = {

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

params['version'] = '280.1.1'
params['version'] = '280.1.2'

if p('blobstore.provider') == "s3"
params['blobstore']['provider'] = "s3cli"
Expand Down
2 changes: 1 addition & 1 deletion jobs/director/templates/indicator.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
product:
name: bosh_director
version: 280.1.1
version: 280.1.2
indicators:
- name: bosh_tasks_total
promql: min_over_time(bosh_tasks_total{state="queued"}[10m])
Expand Down
2 changes: 1 addition & 1 deletion spec/director.yml.erb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
end

it 'should contain the version' do
expect(parsed_yaml['version']).to eq('280.1.1')
expect(parsed_yaml['version']).to eq('280.1.2')
end

it 'should contain the audit log path' do
Expand Down

0 comments on commit b1d1d99

Please sign in to comment.