From 1e7c153b81af19427d8439d52a3b9c39e0115ace Mon Sep 17 00:00:00 2001 From: BOSH Jenkins Date: Fri, 23 Oct 2015 11:42:44 -0700 Subject: [PATCH] Adding final release for build 3115 --- Gemfile.lock | 98 ++++++++-------- 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_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 +- release/.final_builds/jobs/director/index.yml | 4 + release/.final_builds/jobs/registry/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-217.yml | 107 ++++++++++++++++++ release/releases/index.yml | 2 + .../lib/simple_blobstore_server/version.rb | 2 +- 24 files changed, 194 insertions(+), 65 deletions(-) create mode 100644 release/releases/bosh-217.yml diff --git a/Gemfile.lock b/Gemfile.lock index 4e68f1cde75..0d5a1253e8e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,23 +1,23 @@ PATH remote: agent_client specs: - agent_client (1.3112.0) + agent_client (1.3115.0) httpclient (= 2.4.0) yajl-ruby (~> 1.2.0) PATH remote: blobstore_client specs: - blobstore_client (1.3112.0) + blobstore_client (1.3115.0) aws-sdk (= 1.60.2) - bosh_common (~> 1.3112.0) + bosh_common (~> 1.3115.0) httpclient (= 2.4.0) multi_json (~> 1.1) PATH remote: bosh-core specs: - bosh-core (1.3112.0) + bosh-core (1.3115.0) gibberish (~> 1.4.0) yajl-ruby (~> 1.2.0) @@ -39,16 +39,16 @@ PATH PATH remote: bosh-director specs: - bosh-director (1.3112.0) + bosh-director (1.3115.0) bcrypt-ruby (~> 3.0.1) - blobstore_client (~> 1.3112.0) - bosh-core (~> 1.3112.0) - bosh-director-core (~> 1.3112.0) - bosh-registry (~> 1.3112.0) - bosh-template (~> 1.3112.0) + blobstore_client (~> 1.3115.0) + bosh-core (~> 1.3115.0) + bosh-director-core (~> 1.3115.0) + bosh-registry (~> 1.3115.0) + bosh-template (~> 1.3115.0) bosh_aws_cpi (= 2.1.0) - bosh_common (~> 1.3112.0) - bosh_cpi (~> 1.3112.0) + bosh_common (~> 1.3115.0) + bosh_cpi (~> 1.3115.0) bosh_openstack_cpi (= 2.1.0) bosh_vcloud_cpi (= 0.11.0) bosh_vsphere_cpi (= 2.1.0) @@ -77,14 +77,14 @@ PATH PATH remote: bosh-director-core specs: - bosh-director-core (1.3112.0) - bosh-template (~> 1.3112.0) - bosh_common (~> 1.3112.0) + bosh-director-core (1.3115.0) + bosh-template (~> 1.3115.0) + bosh_common (~> 1.3115.0) PATH remote: bosh-monitor specs: - bosh-monitor (1.3112.0) + bosh-monitor (1.3115.0) aws-sdk (= 1.60.2) cf-uaa-lib (~> 3.2.1) dogapi (~> 1.6.0) @@ -100,9 +100,9 @@ PATH PATH remote: bosh-registry specs: - bosh-registry (1.3112.0) + bosh-registry (1.3115.0) aws-sdk - bosh_cpi (~> 1.3112.0) + bosh_cpi (~> 1.3115.0) fog sequel (~> 3.43.0) sinatra (~> 1.4.2) @@ -112,34 +112,34 @@ PATH PATH remote: bosh-release specs: - bosh-release (1.3112.0) - agent_client (~> 1.3112.0) - blobstore_client (~> 1.3112.0) - bosh-template (~> 1.3112.0) - bosh_common (~> 1.3112.0) + bosh-release (1.3115.0) + agent_client (~> 1.3115.0) + blobstore_client (~> 1.3115.0) + bosh-template (~> 1.3115.0) + bosh_common (~> 1.3115.0) trollop (~> 1.16) yajl-ruby (~> 1.2.0) PATH remote: bosh-stemcell specs: - bosh-stemcell (1.3112.0) - bosh-core (~> 1.3112.0) + bosh-stemcell (1.3115.0) + bosh-core (~> 1.3115.0) bosh_aws_cpi (= 2.1.0) PATH remote: bosh-template specs: - bosh-template (1.3112.0) + bosh-template (1.3115.0) semi_semantic (~> 1.1.0) PATH remote: bosh_cli specs: - bosh_cli (1.3112.0) - blobstore_client (~> 1.3112.0) - bosh-template (~> 1.3112.0) - bosh_common (~> 1.3112.0) + bosh_cli (1.3115.0) + blobstore_client (~> 1.3115.0) + bosh-template (~> 1.3115.0) + bosh_common (~> 1.3115.0) cf-uaa-lib (~> 3.2.1) highline (~> 1.6.2) httpclient (= 2.4.0) @@ -156,27 +156,27 @@ PATH PATH remote: bosh_cli_plugin_aws specs: - bosh_cli_plugin_aws (1.3112.0) - bosh-core (~> 1.3112.0) - bosh-stemcell (~> 1.3112.0) + bosh_cli_plugin_aws (1.3115.0) + bosh-core (~> 1.3115.0) + bosh-stemcell (~> 1.3115.0) bosh_aws_cpi (= 2.1.0) - bosh_cli (~> 1.3112.0) - bosh_cli_plugin_micro (~> 1.3112.0) + bosh_cli (~> 1.3115.0) + bosh_cli_plugin_micro (~> 1.3115.0) PATH remote: bosh_cli_plugin_micro specs: - bosh_cli_plugin_micro (1.3112.0) - agent_client (~> 1.3112.0) - blobstore_client (~> 1.3112.0) - bosh-core (~> 1.3112.0) - bosh-director-core (~> 1.3112.0) - bosh-registry (~> 1.3112.0) - bosh-stemcell (~> 1.3112.0) + bosh_cli_plugin_micro (1.3115.0) + agent_client (~> 1.3115.0) + blobstore_client (~> 1.3115.0) + bosh-core (~> 1.3115.0) + bosh-director-core (~> 1.3115.0) + bosh-registry (~> 1.3115.0) + bosh-stemcell (~> 1.3115.0) bosh_aws_cpi (= 2.1.0) - bosh_cli (~> 1.3112.0) - bosh_common (~> 1.3112.0) - bosh_cpi (~> 1.3112.0) + bosh_cli (~> 1.3115.0) + bosh_common (~> 1.3115.0) + bosh_cpi (~> 1.3115.0) bosh_openstack_cpi (= 2.1.0) bosh_vcloud_cpi (= 0.11.0) bosh_vsphere_cpi (= 2.1.0) @@ -187,22 +187,22 @@ PATH PATH remote: bosh_common specs: - bosh_common (1.3112.0) + bosh_common (1.3115.0) logging (~> 1.8.2) semi_semantic (~> 1.1.0) PATH remote: bosh_cpi specs: - bosh_cpi (1.3112.0) - bosh_common (~> 1.3112.0) + bosh_cpi (1.3115.0) + bosh_common (~> 1.3115.0) logging (~> 1.8.2) membrane (~> 1.1.0) PATH remote: simple_blobstore_server specs: - simple_blobstore_server (1.3112.0) + simple_blobstore_server (1.3115.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 305feb628a0..d53e3e54afa 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.3112.0' + VERSION = '1.3115.0' end end end diff --git a/blobstore_client/lib/blobstore_client/version.rb b/blobstore_client/lib/blobstore_client/version.rb index b74a2a705f7..af10f05f9b4 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.3112.0' + VERSION = '1.3115.0' end end end diff --git a/bosh-core/lib/bosh/core/version.rb b/bosh-core/lib/bosh/core/version.rb index 387016eb0b3..04ec120f650 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.3112.0' + VERSION = '1.3115.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 37bae39d80b..21cc63eaafe 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.3112.0' + VERSION = '1.3115.0' end end end diff --git a/bosh-director/lib/bosh/director/version.rb b/bosh-director/lib/bosh/director/version.rb index 22fcc96d16e..7bc666d1fb4 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.3112.0' + VERSION = '1.3115.0' end end diff --git a/bosh-monitor/lib/bosh/monitor/version.rb b/bosh-monitor/lib/bosh/monitor/version.rb index fc5f8b1d797..ab423363e2c 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.3112.0' + VERSION = '1.3115.0' end end diff --git a/bosh-registry/lib/bosh/registry/version.rb b/bosh-registry/lib/bosh/registry/version.rb index 7318ae4e5c5..4a7b55a8b7d 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.3112.0' + VERSION = '1.3115.0' end end diff --git a/bosh-release/lib/bosh/release/version.rb b/bosh-release/lib/bosh/release/version.rb index d906802e7f2..05bfc2e1270 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.3112.0' + VERSION = '1.3115.0' end end diff --git a/bosh-stemcell/lib/bosh/stemcell/version.rb b/bosh-stemcell/lib/bosh/stemcell/version.rb index a99db984aaf..60c0ec9cc35 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.3112.0' + VERSION = '1.3115.0' end end diff --git a/bosh-template/lib/bosh/template/version.rb b/bosh-template/lib/bosh/template/version.rb index 17fa676f57c..a0e80af2639 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.3112.0' + VERSION = '1.3115.0' end end diff --git a/bosh_cli/lib/cli/version.rb b/bosh_cli/lib/cli/version.rb index 1d335a36a34..647a49e863f 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.3112.0' + VERSION = '1.3115.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 c431f6f3228..fea388aef6e 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 AwsCliPlugin - VERSION = '1.3112.0' + VERSION = '1.3115.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 e83fbedad8d..bcfdf4d42de 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.3112.0' + VERSION = '1.3115.0' end end diff --git a/bosh_common/lib/common/version.rb b/bosh_common/lib/common/version.rb index 37ca49561d8..e7f0e532b4d 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.3112.0' + VERSION = '1.3115.0' end end diff --git a/bosh_cpi/lib/cloud/version.rb b/bosh_cpi/lib/cloud/version.rb index bec2c035db4..5906b89b799 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.3112.0' + VERSION = '1.3115.0' end end diff --git a/release/.final_builds/jobs/director/index.yml b/release/.final_builds/jobs/director/index.yml index b1851520eb1..e7f98147078 100644 --- a/release/.final_builds/jobs/director/index.yml +++ b/release/.final_builds/jobs/director/index.yml @@ -236,4 +236,8 @@ builds: version: abad62506b6f8b419fdc8f42a9e9967045057b45 sha1: 49a084daa2311be6d5aae6839effe41588a8897a blobstore_id: 130cd1f9-415d-4bd5-9d3b-f638d5c7063f + 4d30424182737b18d4a65d0e96c4e7c1ac548d1d: + version: 4d30424182737b18d4a65d0e96c4e7c1ac548d1d + sha1: d73b8086faab20951b5a27a1bae8511961321949 + blobstore_id: 2aed46cc-6b3e-45bf-92d1-814741c70f6d format-version: '2' diff --git a/release/.final_builds/jobs/registry/index.yml b/release/.final_builds/jobs/registry/index.yml index 371b56a7229..d3060e0888f 100644 --- a/release/.final_builds/jobs/registry/index.yml +++ b/release/.final_builds/jobs/registry/index.yml @@ -44,4 +44,8 @@ builds: version: e1c8281e38f4f36aa17f15deecd952c711480736 sha1: 956f257342aa3a8e71ea7d8a9e4d0dbb60f1d3b5 blobstore_id: 554b16ad-0792-46a5-ac26-01556f531ef9 + 7092137025cf1302ca747ff80c1fa8e35b041837: + version: 7092137025cf1302ca747ff80c1fa8e35b041837 + sha1: 56b894040011114ae042d2f3529bcddf2e4704e1 + blobstore_id: a4384168-be44-48e5-b901-d1e6fa0dd874 format-version: '2' diff --git a/release/.final_builds/packages/director/index.yml b/release/.final_builds/packages/director/index.yml index 43a13fb75a4..33abfe8c2e9 100644 --- a/release/.final_builds/packages/director/index.yml +++ b/release/.final_builds/packages/director/index.yml @@ -856,4 +856,8 @@ builds: version: ccee837a98aa6be41f576f6dda4e55f6aaa2c8bb sha1: 742bb0981c40e3073993b7767c836b1768ac66b6 blobstore_id: ccfdc3a7-33e8-47de-9080-4467aa2a3e22 + 3cbff166135526a04ca344ee96be9d10168b1097: + version: 3cbff166135526a04ca344ee96be9d10168b1097 + sha1: 2551719a7cd5e59116f71bcfd6e72a388c7ed0d6 + blobstore_id: 404e2c75-6b11-4f54-bf26-881a7aa4aae6 format-version: '2' diff --git a/release/.final_builds/packages/health_monitor/index.yml b/release/.final_builds/packages/health_monitor/index.yml index 1f4c1777ac4..2b0a56eaabd 100644 --- a/release/.final_builds/packages/health_monitor/index.yml +++ b/release/.final_builds/packages/health_monitor/index.yml @@ -832,4 +832,8 @@ builds: version: a9ee64fa1c02454eb27f9fdd50dda53d73ec5cad sha1: 937544007fd32eeae149f8290ec375740dc7f9f2 blobstore_id: 7a17bc31-5b16-43a8-b97a-a6b332803468 + 87545df3e90cb1bc8f42d188d38670df8b492ac1: + version: 87545df3e90cb1bc8f42d188d38670df8b492ac1 + sha1: c33189dceedaf27f2b0caafdf2ed3666522208db + blobstore_id: d676d6d7-1e06-4609-9fb1-02e325aef633 format-version: '2' diff --git a/release/.final_builds/packages/registry/index.yml b/release/.final_builds/packages/registry/index.yml index 014ff16b303..7b86ba3295e 100644 --- a/release/.final_builds/packages/registry/index.yml +++ b/release/.final_builds/packages/registry/index.yml @@ -812,4 +812,8 @@ builds: version: 11e51ffc39c827021c6538ca73f2b273e4d6391e sha1: 637182ddef86eaf3684d0c34751e5251b8e1c3bc blobstore_id: 39e4bcdc-d6ba-4dd5-8d22-3bd99249bc5b + 8baa6b62e39891d851844d7baf64f22b9d343732: + version: 8baa6b62e39891d851844d7baf64f22b9d343732 + sha1: 9875fa1ffd15db04653a812c850e3af4a2ce9a37 + blobstore_id: a3e5f58d-c8b3-4211-a3eb-9a8cbaae9bbd format-version: '2' diff --git a/release/releases/bosh-217.yml b/release/releases/bosh-217.yml new file mode 100644 index 00000000000..f12a1056cc6 --- /dev/null +++ b/release/releases/bosh-217.yml @@ -0,0 +1,107 @@ +--- +packages: +- name: health_monitor + version: 87545df3e90cb1bc8f42d188d38670df8b492ac1 + fingerprint: 87545df3e90cb1bc8f42d188d38670df8b492ac1 + sha1: c33189dceedaf27f2b0caafdf2ed3666522208db + dependencies: + - ruby +- name: nginx + version: 1d356bbd17ed8c349fd1053093222d78559687ec + fingerprint: 1d356bbd17ed8c349fd1053093222d78559687ec + sha1: 87140247eb270d10f90febf3ca79db23c5bf19eb + dependencies: [] +- name: genisoimage + version: 008d332ba1471bccf9d9aeb64c258fdd4bf76201 + fingerprint: 008d332ba1471bccf9d9aeb64c258fdd4bf76201 + sha1: 2acf8da0250db31e762a23756fd0e12cfa947eb9 + dependencies: [] +- name: registry + version: 8baa6b62e39891d851844d7baf64f22b9d343732 + fingerprint: 8baa6b62e39891d851844d7baf64f22b9d343732 + sha1: 9875fa1ffd15db04653a812c850e3af4a2ce9a37 + dependencies: + - libpq + - mysql + - ruby +- name: ruby + version: 030e3d4eafd00b10bbfa879bcf44fba62139205e + fingerprint: 030e3d4eafd00b10bbfa879bcf44fba62139205e + sha1: 8f8332533bc9867c5a6ceb8eb532f4e477c36b91 + dependencies: [] +- name: postgres + version: 55dbf1828bbb8e5fcd7dc7550cfb73de89312458 + fingerprint: 55dbf1828bbb8e5fcd7dc7550cfb73de89312458 + sha1: f63ade76434a17c6711cd68f437daca342ef3b1d + dependencies: [] +- name: director + version: 3cbff166135526a04ca344ee96be9d10168b1097 + fingerprint: 3cbff166135526a04ca344ee96be9d10168b1097 + sha1: 2551719a7cd5e59116f71bcfd6e72a388c7ed0d6 + dependencies: + - libpq + - mysql + - ruby +- name: redis + version: 37eae530889cb9ef4e84f9c3d0827bab5ae5cb66 + fingerprint: 37eae530889cb9ef4e84f9c3d0827bab5ae5cb66 + sha1: e3ef83d1342827a667c9adfbb510e560028f109b + dependencies: [] +- name: libpq + version: 09c8f60b87c9bd41b37b0f62159c9d77163f52b8 + fingerprint: 09c8f60b87c9bd41b37b0f62159c9d77163f52b8 + sha1: bea6de3f405e843638fc56b3e9d7f935792d1f4f + 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: 134387d0e46c6e2652b119352722d94586473bed + fingerprint: 134387d0e46c6e2652b119352722d94586473bed + sha1: 6145a9d544fd59b60964e3386c3d5646f6d1d43f +- name: registry + version: 7092137025cf1302ca747ff80c1fa8e35b041837 + fingerprint: 7092137025cf1302ca747ff80c1fa8e35b041837 + sha1: 56b894040011114ae042d2f3529bcddf2e4704e1 +- name: postgres + version: cd4bc8033e22f6a748a21357f51dc970f30ed9a4 + fingerprint: cd4bc8033e22f6a748a21357f51dc970f30ed9a4 + sha1: 85d6a5f87c9a5c7fc121b023b8e93794f2003f3e +- name: blobstore + version: 267710c9165f827561b14b020c1181b098df27cf + fingerprint: 267710c9165f827561b14b020c1181b098df27cf + sha1: b22a7964c3660eaf654442707e998c8afe18b145 +- name: director + version: 4d30424182737b18d4a65d0e96c4e7c1ac548d1d + fingerprint: 4d30424182737b18d4a65d0e96c4e7c1ac548d1d + sha1: d73b8086faab20951b5a27a1bae8511961321949 +- 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: 99290fb3 +uncommitted_changes: true +name: bosh +version: '217' diff --git a/release/releases/index.yml b/release/releases/index.yml index 70b78c299e3..a2b6d687157 100644 --- a/release/releases/index.yml +++ b/release/releases/index.yml @@ -432,4 +432,6 @@ builds: version: '215' b0b251bf-5118-445d-8683-6c5f993ee825: version: '216' + 45d5d809-366d-400b-a5c8-92c13be4ecf3: + version: '217' 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 f424c3b0559..0cdfe5a4072 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.3112.0' + VERSION = '1.3115.0' end end