From 810c895da66fa24f3e4e3f098a8a37fedf31eb2e Mon Sep 17 00:00:00 2001 From: BOSH Jenkins Date: Tue, 16 Jun 2015 16:56:10 -0700 Subject: [PATCH] Adding final release for build 2989 --- Gemfile.lock | 132 +++++++++--------- agent_client/lib/agent_client/version.rb | 2 +- .../lib/blobstore_client/version.rb | 2 +- bosh-core/lib/bosh/core/version.rb | 2 +- .../lib/bosh/director/core/version.rb | 2 +- bosh-director/lib/bosh/director/version.rb | 2 +- bosh-monitor/lib/bosh/monitor/version.rb | 2 +- bosh-registry/lib/bosh/registry/version.rb | 2 +- bosh-release/lib/bosh/release/version.rb | 2 +- bosh-stemcell/lib/bosh/stemcell/version.rb | 2 +- bosh-template/lib/bosh/template/version.rb | 2 +- bosh_aws_cpi/lib/cloud/aws/version.rb | 2 +- bosh_cli/lib/cli/version.rb | 2 +- .../lib/bosh_cli_plugin_aws/version.rb | 2 +- .../lib/bosh/deployer/version.rb | 2 +- bosh_common/lib/common/version.rb | 2 +- bosh_cpi/lib/cloud/version.rb | 2 +- .../lib/cloud/openstack/version.rb | 2 +- bosh_vsphere_cpi/lib/cloud/vsphere/version.rb | 2 +- .../packages/blobstore/index.yml | 4 + .../.final_builds/packages/director/index.yml | 4 + .../packages/health_monitor/index.yml | 4 + .../.final_builds/packages/registry/index.yml | 4 + release/releases/bosh-175.yml | 118 ++++++++++++++++ release/releases/index.yml | 2 + .../lib/simple_blobstore_server/version.rb | 2 +- 26 files changed, 221 insertions(+), 85 deletions(-) create mode 100644 release/releases/bosh-175.yml diff --git a/Gemfile.lock b/Gemfile.lock index fa3f5147347..ffa2b667149 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,16 +8,16 @@ GIT PATH remote: agent_client specs: - agent_client (1.2986.0) + agent_client (1.2989.0) httpclient (= 2.4.0) yajl-ruby (~> 1.2.0) PATH remote: blobstore_client specs: - blobstore_client (1.2986.0) + blobstore_client (1.2989.0) aws-sdk (= 1.60.2) - bosh_common (~> 1.2986.0) + bosh_common (~> 1.2989.0) fog (~> 1.27.0) fog-aws (<= 0.1.1) httpclient (= 2.4.0) @@ -27,7 +27,7 @@ PATH PATH remote: bosh-core specs: - bosh-core (1.2986.0) + bosh-core (1.2989.0) gibberish (~> 1.4.0) yajl-ruby (~> 1.2.0) @@ -50,18 +50,18 @@ PATH PATH remote: bosh-director specs: - bosh-director (1.2986.0) + bosh-director (1.2989.0) bcrypt-ruby (~> 3.0.1) - blobstore_client (~> 1.2986.0) - bosh-core (~> 1.2986.0) - bosh-director-core (~> 1.2986.0) - bosh-template (~> 1.2986.0) - bosh_aws_cpi (~> 1.2986.0) - bosh_common (~> 1.2986.0) - bosh_cpi (~> 1.2986.0) - bosh_openstack_cpi (~> 1.2986.0) + blobstore_client (~> 1.2989.0) + bosh-core (~> 1.2989.0) + bosh-director-core (~> 1.2989.0) + bosh-template (~> 1.2989.0) + bosh_aws_cpi (~> 1.2989.0) + bosh_common (~> 1.2989.0) + bosh_cpi (~> 1.2989.0) + bosh_openstack_cpi (~> 1.2989.0) bosh_vcloud_cpi (= 0.7.7) - bosh_vsphere_cpi (~> 1.2986.0) + bosh_vsphere_cpi (~> 1.2989.0) cf-uaa-lib (~> 3.2.1) eventmachine (~> 1.0.0) fog (~> 1.27.0) @@ -87,14 +87,14 @@ PATH PATH remote: bosh-director-core specs: - bosh-director-core (1.2986.0) - bosh-template (~> 1.2986.0) - bosh_common (~> 1.2986.0) + bosh-director-core (1.2989.0) + bosh-template (~> 1.2989.0) + bosh_common (~> 1.2989.0) PATH remote: bosh-monitor specs: - bosh-monitor (1.2986.0) + bosh-monitor (1.2989.0) aws-sdk (= 1.60.2) dogapi (~> 1.6.0) em-http-request (~> 0.3.0) @@ -108,9 +108,9 @@ PATH PATH remote: bosh-registry specs: - bosh-registry (1.2986.0) + bosh-registry (1.2989.0) aws-sdk (= 1.60.2) - bosh_cpi (~> 1.2986.0) + bosh_cpi (~> 1.2989.0) fog (~> 1.27.0) fog-aws (<= 0.1.1) sequel (~> 3.43.0) @@ -121,45 +121,45 @@ PATH PATH remote: bosh-release specs: - bosh-release (1.2986.0) - agent_client (~> 1.2986.0) - blobstore_client (~> 1.2986.0) - bosh-template (~> 1.2986.0) - bosh_common (~> 1.2986.0) + bosh-release (1.2989.0) + agent_client (~> 1.2989.0) + blobstore_client (~> 1.2989.0) + bosh-template (~> 1.2989.0) + bosh_common (~> 1.2989.0) trollop (~> 1.16) yajl-ruby (~> 1.2.0) PATH remote: bosh-stemcell specs: - bosh-stemcell (1.2986.0) - bosh-core (~> 1.2986.0) - bosh_aws_cpi (~> 1.2986.0) + bosh-stemcell (1.2989.0) + bosh-core (~> 1.2989.0) + bosh_aws_cpi (~> 1.2989.0) PATH remote: bosh-template specs: - bosh-template (1.2986.0) + bosh-template (1.2989.0) semi_semantic (~> 1.1.0) PATH remote: bosh_aws_cpi specs: - bosh_aws_cpi (1.2986.0) + bosh_aws_cpi (1.2989.0) aws-sdk (= 1.60.2) - bosh-registry (~> 1.2986.0) - bosh_common (~> 1.2986.0) - bosh_cpi (~> 1.2986.0) + bosh-registry (~> 1.2989.0) + bosh_common (~> 1.2989.0) + bosh_cpi (~> 1.2989.0) httpclient (= 2.4.0) yajl-ruby (>= 0.8.2) PATH remote: bosh_cli specs: - bosh_cli (1.2986.0) - blobstore_client (~> 1.2986.0) - bosh-template (~> 1.2986.0) - bosh_common (~> 1.2986.0) + bosh_cli (1.2989.0) + blobstore_client (~> 1.2989.0) + bosh-template (~> 1.2989.0) + bosh_common (~> 1.2989.0) cf-uaa-lib (~> 3.2.1) highline (~> 1.6.2) httpclient (= 2.4.0) @@ -175,54 +175,54 @@ PATH PATH remote: bosh_cli_plugin_aws specs: - bosh_cli_plugin_aws (1.2986.0) - bosh-core (~> 1.2986.0) - bosh-stemcell (~> 1.2986.0) - bosh_aws_cpi (~> 1.2986.0) - bosh_cli (~> 1.2986.0) - bosh_cli_plugin_micro (~> 1.2986.0) + bosh_cli_plugin_aws (1.2989.0) + bosh-core (~> 1.2989.0) + bosh-stemcell (~> 1.2989.0) + bosh_aws_cpi (~> 1.2989.0) + bosh_cli (~> 1.2989.0) + bosh_cli_plugin_micro (~> 1.2989.0) PATH remote: bosh_cli_plugin_micro specs: - bosh_cli_plugin_micro (1.2986.0) - agent_client (~> 1.2986.0) - blobstore_client (~> 1.2986.0) - bosh-core (~> 1.2986.0) - bosh-director-core (~> 1.2986.0) - bosh-registry (~> 1.2986.0) - bosh-stemcell (~> 1.2986.0) - bosh_aws_cpi (~> 1.2986.0) - bosh_cli (~> 1.2986.0) - bosh_cpi (~> 1.2986.0) - bosh_openstack_cpi (~> 1.2986.0) + bosh_cli_plugin_micro (1.2989.0) + agent_client (~> 1.2989.0) + blobstore_client (~> 1.2989.0) + bosh-core (~> 1.2989.0) + bosh-director-core (~> 1.2989.0) + bosh-registry (~> 1.2989.0) + bosh-stemcell (~> 1.2989.0) + bosh_aws_cpi (~> 1.2989.0) + bosh_cli (~> 1.2989.0) + bosh_cpi (~> 1.2989.0) + bosh_openstack_cpi (~> 1.2989.0) bosh_vcloud_cpi (= 0.7.7) - bosh_vsphere_cpi (~> 1.2986.0) + bosh_vsphere_cpi (~> 1.2989.0) mono_logger (~> 1.1.0) sqlite3 (~> 1.3.7) PATH remote: bosh_common specs: - bosh_common (1.2986.0) + bosh_common (1.2989.0) logging (~> 1.8.2) semi_semantic (~> 1.1.0) PATH remote: bosh_cpi specs: - bosh_cpi (1.2986.0) - bosh_common (~> 1.2986.0) + bosh_cpi (1.2989.0) + bosh_common (~> 1.2989.0) logging (~> 1.8.2) membrane (~> 1.1.0) PATH remote: bosh_openstack_cpi specs: - bosh_openstack_cpi (1.2986.0) - bosh-registry (~> 1.2986.0) - bosh_common (~> 1.2986.0) - bosh_cpi (~> 1.2986.0) + bosh_openstack_cpi (1.2989.0) + bosh-registry (~> 1.2989.0) + bosh_common (~> 1.2989.0) + bosh_cpi (~> 1.2989.0) fog (~> 1.27.0) fog-aws (<= 0.1.1) httpclient (= 2.4.0) @@ -232,9 +232,9 @@ PATH PATH remote: bosh_vsphere_cpi specs: - bosh_vsphere_cpi (1.2986.0) - bosh_common (~> 1.2986.0) - bosh_cpi (~> 1.2986.0) + bosh_vsphere_cpi (1.2989.0) + bosh_common (~> 1.2989.0) + bosh_cpi (~> 1.2989.0) builder (~> 3.1.4) httpclient (= 2.4.0) membrane (~> 1.1.0) @@ -244,7 +244,7 @@ PATH PATH remote: simple_blobstore_server specs: - simple_blobstore_server (1.2986.0) + simple_blobstore_server (1.2989.0) sinatra (~> 1.4.2) thin (~> 1.5.0) diff --git a/agent_client/lib/agent_client/version.rb b/agent_client/lib/agent_client/version.rb index 75827e20eea..0c48f7dedbc 100644 --- a/agent_client/lib/agent_client/version.rb +++ b/agent_client/lib/agent_client/version.rb @@ -1,7 +1,7 @@ module Bosh module Agent class Client - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end end diff --git a/blobstore_client/lib/blobstore_client/version.rb b/blobstore_client/lib/blobstore_client/version.rb index a4a1b2d798e..92bbd4495a9 100644 --- a/blobstore_client/lib/blobstore_client/version.rb +++ b/blobstore_client/lib/blobstore_client/version.rb @@ -1,7 +1,7 @@ module Bosh module Blobstore class Client - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end end diff --git a/bosh-core/lib/bosh/core/version.rb b/bosh-core/lib/bosh/core/version.rb index a203dd1aabf..19fc9b860a1 100644 --- a/bosh-core/lib/bosh/core/version.rb +++ b/bosh-core/lib/bosh/core/version.rb @@ -1,5 +1,5 @@ module Bosh module Core - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end diff --git a/bosh-director-core/lib/bosh/director/core/version.rb b/bosh-director-core/lib/bosh/director/core/version.rb index 16163572588..33ff0266dab 100644 --- a/bosh-director-core/lib/bosh/director/core/version.rb +++ b/bosh-director-core/lib/bosh/director/core/version.rb @@ -1,7 +1,7 @@ module Bosh module Director module Core - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end end diff --git a/bosh-director/lib/bosh/director/version.rb b/bosh-director/lib/bosh/director/version.rb index 8cf7f90459c..dcf824ccfe8 100644 --- a/bosh-director/lib/bosh/director/version.rb +++ b/bosh-director/lib/bosh/director/version.rb @@ -1,5 +1,5 @@ module Bosh module Director - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end diff --git a/bosh-monitor/lib/bosh/monitor/version.rb b/bosh-monitor/lib/bosh/monitor/version.rb index 00817c59c1f..aa45df181be 100644 --- a/bosh-monitor/lib/bosh/monitor/version.rb +++ b/bosh-monitor/lib/bosh/monitor/version.rb @@ -1,5 +1,5 @@ module Bosh module Monitor - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end diff --git a/bosh-registry/lib/bosh/registry/version.rb b/bosh-registry/lib/bosh/registry/version.rb index 93e85cceb1f..871fabf5891 100644 --- a/bosh-registry/lib/bosh/registry/version.rb +++ b/bosh-registry/lib/bosh/registry/version.rb @@ -1,5 +1,5 @@ module Bosh module Registry - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end diff --git a/bosh-release/lib/bosh/release/version.rb b/bosh-release/lib/bosh/release/version.rb index 233599f834d..adfd3978513 100644 --- a/bosh-release/lib/bosh/release/version.rb +++ b/bosh-release/lib/bosh/release/version.rb @@ -1,5 +1,5 @@ module Bosh module Release - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end diff --git a/bosh-stemcell/lib/bosh/stemcell/version.rb b/bosh-stemcell/lib/bosh/stemcell/version.rb index c9082b00a7d..aa6de4562e9 100644 --- a/bosh-stemcell/lib/bosh/stemcell/version.rb +++ b/bosh-stemcell/lib/bosh/stemcell/version.rb @@ -1,5 +1,5 @@ module Bosh module Stemcell - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end diff --git a/bosh-template/lib/bosh/template/version.rb b/bosh-template/lib/bosh/template/version.rb index 69b32a83590..32c0e9c6a2b 100644 --- a/bosh-template/lib/bosh/template/version.rb +++ b/bosh-template/lib/bosh/template/version.rb @@ -1,5 +1,5 @@ module Bosh module Template - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end diff --git a/bosh_aws_cpi/lib/cloud/aws/version.rb b/bosh_aws_cpi/lib/cloud/aws/version.rb index 66983dac041..6e5f59359a7 100644 --- a/bosh_aws_cpi/lib/cloud/aws/version.rb +++ b/bosh_aws_cpi/lib/cloud/aws/version.rb @@ -1,5 +1,5 @@ module Bosh module AwsCloud - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end diff --git a/bosh_cli/lib/cli/version.rb b/bosh_cli/lib/cli/version.rb index 036e268f58d..a15e8af2f02 100644 --- a/bosh_cli/lib/cli/version.rb +++ b/bosh_cli/lib/cli/version.rb @@ -1,5 +1,5 @@ module Bosh module Cli - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end diff --git a/bosh_cli_plugin_aws/lib/bosh_cli_plugin_aws/version.rb b/bosh_cli_plugin_aws/lib/bosh_cli_plugin_aws/version.rb index 76a60729838..41842171423 100644 --- a/bosh_cli_plugin_aws/lib/bosh_cli_plugin_aws/version.rb +++ b/bosh_cli_plugin_aws/lib/bosh_cli_plugin_aws/version.rb @@ -1,5 +1,5 @@ module Bosh module Aws - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end diff --git a/bosh_cli_plugin_micro/lib/bosh/deployer/version.rb b/bosh_cli_plugin_micro/lib/bosh/deployer/version.rb index b0fe386e847..fd598b51e0b 100644 --- a/bosh_cli_plugin_micro/lib/bosh/deployer/version.rb +++ b/bosh_cli_plugin_micro/lib/bosh/deployer/version.rb @@ -1,5 +1,5 @@ module Bosh module Deployer - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end diff --git a/bosh_common/lib/common/version.rb b/bosh_common/lib/common/version.rb index 9f1d639fdd5..3efff48f687 100644 --- a/bosh_common/lib/common/version.rb +++ b/bosh_common/lib/common/version.rb @@ -1,5 +1,5 @@ module Bosh module Common - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end diff --git a/bosh_cpi/lib/cloud/version.rb b/bosh_cpi/lib/cloud/version.rb index 19190ff574a..11c60747518 100644 --- a/bosh_cpi/lib/cloud/version.rb +++ b/bosh_cpi/lib/cloud/version.rb @@ -1,5 +1,5 @@ module Bosh module Clouds - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end diff --git a/bosh_openstack_cpi/lib/cloud/openstack/version.rb b/bosh_openstack_cpi/lib/cloud/openstack/version.rb index dbaf28b66e8..089bda920da 100644 --- a/bosh_openstack_cpi/lib/cloud/openstack/version.rb +++ b/bosh_openstack_cpi/lib/cloud/openstack/version.rb @@ -3,6 +3,6 @@ module Bosh module OpenStackCloud - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end diff --git a/bosh_vsphere_cpi/lib/cloud/vsphere/version.rb b/bosh_vsphere_cpi/lib/cloud/vsphere/version.rb index 0398244b92b..9dfa114071b 100644 --- a/bosh_vsphere_cpi/lib/cloud/vsphere/version.rb +++ b/bosh_vsphere_cpi/lib/cloud/vsphere/version.rb @@ -1,7 +1,7 @@ module Bosh module Clouds class VSphere - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end end diff --git a/release/.final_builds/packages/blobstore/index.yml b/release/.final_builds/packages/blobstore/index.yml index 6a75d0d2175..004dabd554a 100644 --- a/release/.final_builds/packages/blobstore/index.yml +++ b/release/.final_builds/packages/blobstore/index.yml @@ -660,4 +660,8 @@ builds: version: b662ba092db0a1510adaa5b456b2654841697664 sha1: ced1046e9cde0a394b280c3e8794934fb83e58c3 blobstore_id: 9ad39f31-4e07-4272-a76e-6ec91d1dbfb4 + 6da3bce19db40cca594aa839b1951bb3d47b1890: + version: 6da3bce19db40cca594aa839b1951bb3d47b1890 + sha1: 83675167d3dbaf2197b6ac81abba4259fe93dfdc + blobstore_id: 046f1d03-cd9c-4c8c-9d56-e7325c0f066e format-version: '2' diff --git a/release/.final_builds/packages/director/index.yml b/release/.final_builds/packages/director/index.yml index c24c665576b..fbe34081d22 100644 --- a/release/.final_builds/packages/director/index.yml +++ b/release/.final_builds/packages/director/index.yml @@ -688,4 +688,8 @@ builds: version: b51123d677103a1f505bf78d0bc998dceab56f69 sha1: fb9f62147767c93dd5b7f19bcfb6ac3dcbf3f71f blobstore_id: fdf8fa5e-2ee4-4bf4-8258-777a4c1db839 + 6594a472205ea867c02a7944c77f765a3a39ba46: + version: 6594a472205ea867c02a7944c77f765a3a39ba46 + sha1: ce37eb72ffe18783bdd9a0c10be46fd135cbb533 + blobstore_id: f0b1fb80-a0fb-4b45-bccc-f18faeda551d format-version: '2' diff --git a/release/.final_builds/packages/health_monitor/index.yml b/release/.final_builds/packages/health_monitor/index.yml index 9553ee25ac2..3fc90b308eb 100644 --- a/release/.final_builds/packages/health_monitor/index.yml +++ b/release/.final_builds/packages/health_monitor/index.yml @@ -664,4 +664,8 @@ builds: version: f5c5c2b3f01a61c43381eead120a26e3b386f6f0 sha1: 5225cb5ba7223daa1f9602de05c42902919ba712 blobstore_id: ca7bbe49-cb5e-4e89-a45c-15b43f2f697e + 31eeff3e96ccaa9f9c688e0c2554645dfbea541d: + version: 31eeff3e96ccaa9f9c688e0c2554645dfbea541d + sha1: f93edb02bdbf4523bfc2d029888554d5d6fdc52e + blobstore_id: 96f55f20-c885-4cfd-b632-f652d17b9a3e format-version: '2' diff --git a/release/.final_builds/packages/registry/index.yml b/release/.final_builds/packages/registry/index.yml index ac8cf5dab47..c3100de128b 100644 --- a/release/.final_builds/packages/registry/index.yml +++ b/release/.final_builds/packages/registry/index.yml @@ -644,4 +644,8 @@ builds: version: 2b6aaf6f3ba860483e7b0218f84064f90950b2ce sha1: 0cd1c6b14e8e857bf75b2288f0069005318b1ed9 blobstore_id: 0e011771-7b36-4b1d-bf8f-8f631d5ddfb3 + a092d2bbc133522010074d2d701b5b423088a478: + version: a092d2bbc133522010074d2d701b5b423088a478 + sha1: 03e6fae25f224a916cc4500fe34b54a340c8baab + blobstore_id: d7700fdb-0ce7-4efd-8b2b-454ac7242ef9 format-version: '2' diff --git a/release/releases/bosh-175.yml b/release/releases/bosh-175.yml new file mode 100644 index 00000000000..d961acf4ea0 --- /dev/null +++ b/release/releases/bosh-175.yml @@ -0,0 +1,118 @@ +--- +packages: +- name: health_monitor + version: 31eeff3e96ccaa9f9c688e0c2554645dfbea541d + fingerprint: 31eeff3e96ccaa9f9c688e0c2554645dfbea541d + sha1: f93edb02bdbf4523bfc2d029888554d5d6fdc52e + dependencies: + - ruby +- name: nginx + version: 0ccc40df032599285cb16a4f2dfdf324a4a61a26 + fingerprint: 0ccc40df032599285cb16a4f2dfdf324a4a61a26 + sha1: 4624f519c5e23dd3d073668e08063fda048a5e40 + dependencies: [] +- name: genisoimage + version: 008d332ba1471bccf9d9aeb64c258fdd4bf76201 + fingerprint: 008d332ba1471bccf9d9aeb64c258fdd4bf76201 + sha1: 2acf8da0250db31e762a23756fd0e12cfa947eb9 + dependencies: [] +- name: registry + version: a092d2bbc133522010074d2d701b5b423088a478 + fingerprint: a092d2bbc133522010074d2d701b5b423088a478 + sha1: 03e6fae25f224a916cc4500fe34b54a340c8baab + dependencies: + - libpq + - mysql + - ruby +- name: ruby + version: c28e01e561dd7e1bd4ce44f134970dc9f5d7e8fc + fingerprint: c28e01e561dd7e1bd4ce44f134970dc9f5d7e8fc + sha1: 112204cf9e35cfc1e5618f131e2854bf5214a9d1 + dependencies: [] +- name: postgres + version: aa7f5b110e8b368eeb8f5dd032e1cab66d8614ce + fingerprint: aa7f5b110e8b368eeb8f5dd032e1cab66d8614ce + sha1: a85f2a1efa7dff34ab772d67191d23363959276a + dependencies: [] +- name: blobstore + version: 6da3bce19db40cca594aa839b1951bb3d47b1890 + fingerprint: 6da3bce19db40cca594aa839b1951bb3d47b1890 + sha1: 83675167d3dbaf2197b6ac81abba4259fe93dfdc + dependencies: + - ruby +- name: director + version: 6594a472205ea867c02a7944c77f765a3a39ba46 + fingerprint: 6594a472205ea867c02a7944c77f765a3a39ba46 + sha1: ce37eb72ffe18783bdd9a0c10be46fd135cbb533 + dependencies: + - libpq + - mysql + - ruby +- name: redis + version: 37eae530889cb9ef4e84f9c3d0827bab5ae5cb66 + fingerprint: 37eae530889cb9ef4e84f9c3d0827bab5ae5cb66 + sha1: e3ef83d1342827a667c9adfbb510e560028f109b + dependencies: [] +- name: common + version: 1324d32dbda40da88aade1e07b226a208602baff + fingerprint: 1324d32dbda40da88aade1e07b226a208602baff + sha1: 9407d1d3da30ded1e955acfc8899304aa58a0e78 + dependencies: [] +- name: libpq + version: f181aa97dd63567e04d897762f0440fb2bef1517 + fingerprint: f181aa97dd63567e04d897762f0440fb2bef1517 + sha1: 60c7c9c52fcafc451aa926c568c4246a7e0b30e3 + dependencies: [] +- name: powerdns + version: 256336d00b1689138490c385c03ad3a8f54b4a9e + fingerprint: 256336d00b1689138490c385c03ad3a8f54b4a9e + sha1: caedada8f5a0fc37aaf0d816c5bcc428d6579440 + dependencies: [] +- name: mysql + version: e5309aed88f5cc662bc77988a31874461f7c4fb8 + fingerprint: e5309aed88f5cc662bc77988a31874461f7c4fb8 + sha1: cc2cb926b6a644d2692700c5ae3bd4f5b84dcb82 + dependencies: [] +- name: nats + version: 6a31c7bb0d5ffa2a9f43c7fd7193193438e20e92 + fingerprint: 6a31c7bb0d5ffa2a9f43c7fd7193193438e20e92 + sha1: dee70fef63aa35a0d8e1d8fe730b5596904c4a59 + dependencies: + - ruby +jobs: +- name: health_monitor + version: 03d12814187515f030664ea28be366b81ad9985d + fingerprint: 03d12814187515f030664ea28be366b81ad9985d + sha1: 9351e1aba817d1182084fbb2abdb0a4bab91891d +- name: registry + version: a44a9bfa3cbd7d3cb977fb8f6af98779cf302a20 + fingerprint: a44a9bfa3cbd7d3cb977fb8f6af98779cf302a20 + sha1: 45ac091b1b5ef8400838c02acbd7debcede4b189 +- name: postgres + version: 90e43294de79754e659fc1731f515dc090f922f0 + fingerprint: 90e43294de79754e659fc1731f515dc090f922f0 + sha1: cc7c6e1f2427339700641883a46dab8d50bf3429 +- name: blobstore + version: 267710c9165f827561b14b020c1181b098df27cf + fingerprint: 267710c9165f827561b14b020c1181b098df27cf + sha1: b22a7964c3660eaf654442707e998c8afe18b145 +- name: director + version: 251d59de092b660d4b905e359fd0ae3c7fb0187d + fingerprint: 251d59de092b660d4b905e359fd0ae3c7fb0187d + sha1: b3913d9cf10c207f50e576d0d9d4630c90d3f6ef +- name: redis + version: ef9ead1616b5a92a3d2b7d673f6de2ea2a8fa23c + fingerprint: ef9ead1616b5a92a3d2b7d673f6de2ea2a8fa23c + sha1: 5c26ae479d3c07c25a0602e2e07e98727f5885c7 +- name: powerdns + version: 581a3eca97719ac0757e8c5028971fe1a37976df + fingerprint: 581a3eca97719ac0757e8c5028971fe1a37976df + sha1: 7e28232d012823d81f75d33b8989df177f1f6446 +- name: nats + version: 6850abe07a70b465a6ff7e2b7c133e07c534f220 + fingerprint: 6850abe07a70b465a6ff7e2b7c133e07c534f220 + sha1: 41c0f6ce281c6a89d2ae6c2f43a4fa0e2cddd9e9 +commit_hash: 0c4ecd4d +uncommitted_changes: true +name: bosh +version: '175' diff --git a/release/releases/index.yml b/release/releases/index.yml index e54b4e81991..13c9b198c0a 100644 --- a/release/releases/index.yml +++ b/release/releases/index.yml @@ -348,4 +348,6 @@ builds: version: '173' f716dfbc-b698-432e-a9a4-6b094ad82d99: version: '174' + 63fc1567-7c24-4191-8593-09bc492ef628: + version: '175' format-version: '2' diff --git a/simple_blobstore_server/lib/simple_blobstore_server/version.rb b/simple_blobstore_server/lib/simple_blobstore_server/version.rb index 94d23a1dd41..d8e68c275f9 100644 --- a/simple_blobstore_server/lib/simple_blobstore_server/version.rb +++ b/simple_blobstore_server/lib/simple_blobstore_server/version.rb @@ -1,5 +1,5 @@ module Bosh module SimpleBlobstoreServer - VERSION = '1.2986.0' + VERSION = '1.2989.0' end end