Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bosh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Steve Wills
bosh
Commits
89fd619b
Commit
89fd619b
authored
Mar 16, 2015
by
BOSH Jenkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding final release for build 2881
parent
756fc261
Changes
31
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
252 additions
and
100 deletions
+252
-100
.bundle/config
.bundle/config
+4
-0
Gemfile.lock
Gemfile.lock
+66
-66
agent_client/lib/agent_client/version.rb
agent_client/lib/agent_client/version.rb
+1
-1
blobstore_client/lib/blobstore_client/version.rb
blobstore_client/lib/blobstore_client/version.rb
+1
-1
bosh-core/lib/bosh/core/version.rb
bosh-core/lib/bosh/core/version.rb
+1
-1
bosh-director-core/lib/bosh/director/core/version.rb
bosh-director-core/lib/bosh/director/core/version.rb
+1
-1
bosh-director/lib/bosh/director/version.rb
bosh-director/lib/bosh/director/version.rb
+1
-1
bosh-monitor/lib/bosh/monitor/version.rb
bosh-monitor/lib/bosh/monitor/version.rb
+1
-1
bosh-registry/lib/bosh/registry/version.rb
bosh-registry/lib/bosh/registry/version.rb
+1
-1
bosh-release/lib/bosh/release/version.rb
bosh-release/lib/bosh/release/version.rb
+1
-1
bosh-stemcell/lib/bosh/stemcell/version.rb
bosh-stemcell/lib/bosh/stemcell/version.rb
+1
-1
bosh-template/lib/bosh/template/version.rb
bosh-template/lib/bosh/template/version.rb
+1
-1
bosh_aws_cpi/lib/cloud/aws/version.rb
bosh_aws_cpi/lib/cloud/aws/version.rb
+1
-1
bosh_cli/lib/cli/version.rb
bosh_cli/lib/cli/version.rb
+1
-1
bosh_cli_plugin_aws/lib/bosh_cli_plugin_aws/version.rb
bosh_cli_plugin_aws/lib/bosh_cli_plugin_aws/version.rb
+1
-1
bosh_cli_plugin_micro/lib/bosh/deployer/version.rb
bosh_cli_plugin_micro/lib/bosh/deployer/version.rb
+1
-1
bosh_common/lib/common/version.rb
bosh_common/lib/common/version.rb
+1
-1
bosh_cpi/lib/cloud/version.rb
bosh_cpi/lib/cloud/version.rb
+1
-1
bosh_openstack_cpi/lib/cloud/openstack/version.rb
bosh_openstack_cpi/lib/cloud/openstack/version.rb
+1
-1
bosh_vsphere_cpi/lib/cloud/vsphere/version.rb
bosh_vsphere_cpi/lib/cloud/vsphere/version.rb
+1
-1
release/.final_builds/packages/blobstore/index.yml
release/.final_builds/packages/blobstore/index.yml
+4
-0
release/.final_builds/packages/director/index.yml
release/.final_builds/packages/director/index.yml
+4
-0
release/.final_builds/packages/health_monitor/index.yml
release/.final_builds/packages/health_monitor/index.yml
+4
-0
release/.final_builds/packages/libpq/index.yml
release/.final_builds/packages/libpq/index.yml
+8
-5
release/.final_builds/packages/nginx/index.yml
release/.final_builds/packages/nginx/index.yml
+7
-5
release/.final_builds/packages/redis/index.yml
release/.final_builds/packages/redis/index.yml
+8
-5
release/.final_builds/packages/registry/index.yml
release/.final_builds/packages/registry/index.yml
+4
-0
release/.final_builds/packages/ruby/index.yml
release/.final_builds/packages/ruby/index.yml
+4
-0
release/releases/bosh-151.yml
release/releases/bosh-151.yml
+118
-0
release/releases/index.yml
release/releases/index.yml
+2
-0
simple_blobstore_server/lib/simple_blobstore_server/version.rb
...e_blobstore_server/lib/simple_blobstore_server/version.rb
+1
-1
No files found.
.bundle/config
0 → 100644
View file @
89fd619b
---
BUNDLE_PATH: "/mnt/ci-tmp/publish_artifacts_to_pipeline/"
BUNDLE_CLEAN: true
BUNDLE_DISABLE_SHARED_GEMS: '1'
Gemfile.lock
View file @
89fd619b
...
...
@@ -8,16 +8,16 @@ GIT
PATH
remote: agent_client
specs:
agent_client (1.28
65
.0)
agent_client (1.28
81
.0)
httpclient (= 2.4.0)
yajl-ruby (~> 1.2.0)
PATH
remote: blobstore_client
specs:
blobstore_client (1.28
65
.0)
blobstore_client (1.28
81
.0)
aws-sdk (= 1.60.2)
bosh_common (~> 1.28
65
.0)
bosh_common (~> 1.28
81
.0)
fog (~> 1.27.0)
httpclient (= 2.4.0)
multi_json (~> 1.1)
...
...
@@ -26,7 +26,7 @@ PATH
PATH
remote: bosh-core
specs:
bosh-core (1.28
65
.0)
bosh-core (1.28
81
.0)
gibberish (~> 1.2.0)
yajl-ruby (~> 1.2.0)
...
...
@@ -49,18 +49,18 @@ PATH
PATH
remote: bosh-director
specs:
bosh-director (1.28
65
.0)
bosh-director (1.28
81
.0)
bcrypt-ruby (~> 3.0.1)
blobstore_client (~> 1.28
65
.0)
bosh-core (~> 1.28
65
.0)
bosh-director-core (~> 1.28
65
.0)
bosh-template (~> 1.28
65
.0)
bosh_aws_cpi (~> 1.28
65
.0)
bosh_common (~> 1.28
65
.0)
bosh_cpi (~> 1.28
65
.0)
bosh_openstack_cpi (~> 1.28
65
.0)
blobstore_client (~> 1.28
81
.0)
bosh-core (~> 1.28
81
.0)
bosh-director-core (~> 1.28
81
.0)
bosh-template (~> 1.28
81
.0)
bosh_aws_cpi (~> 1.28
81
.0)
bosh_common (~> 1.28
81
.0)
bosh_cpi (~> 1.28
81
.0)
bosh_openstack_cpi (~> 1.28
81
.0)
bosh_vcloud_cpi (~> 0.7.2)
bosh_vsphere_cpi (~> 1.28
65
.0)
bosh_vsphere_cpi (~> 1.28
81
.0)
cf-uaa-lib (~> 3.1.0)
eventmachine (~> 1.0.0)
fog (~> 1.27.0)
...
...
@@ -85,14 +85,14 @@ PATH
PATH
remote: bosh-director-core
specs:
bosh-director-core (1.28
65
.0)
bosh-template (~> 1.28
65
.0)
bosh_common (~> 1.28
65
.0)
bosh-director-core (1.28
81
.0)
bosh-template (~> 1.28
81
.0)
bosh_common (~> 1.28
81
.0)
PATH
remote: bosh-monitor
specs:
bosh-monitor (1.28
65
.0)
bosh-monitor (1.28
81
.0)
aws-sdk (= 1.60.2)
dogapi (~> 1.6.0)
em-http-request (~> 0.3.0)
...
...
@@ -106,9 +106,9 @@ PATH
PATH
remote: bosh-registry
specs:
bosh-registry (1.28
65
.0)
bosh-registry (1.28
81
.0)
aws-sdk (= 1.60.2)
bosh_cpi (~> 1.28
65
.0)
bosh_cpi (~> 1.28
81
.0)
fog (~> 1.27.0)
sequel (~> 3.43.0)
sinatra (~> 1.4.2)
...
...
@@ -118,45 +118,45 @@ PATH
PATH
remote: bosh-release
specs:
bosh-release (1.28
65
.0)
agent_client (~> 1.28
65
.0)
blobstore_client (~> 1.28
65
.0)
bosh-template (~> 1.28
65
.0)
bosh_common (~> 1.28
65
.0)
bosh-release (1.28
81
.0)
agent_client (~> 1.28
81
.0)
blobstore_client (~> 1.28
81
.0)
bosh-template (~> 1.28
81
.0)
bosh_common (~> 1.28
81
.0)
trollop (~> 1.16)
yajl-ruby (~> 1.2.0)
PATH
remote: bosh-stemcell
specs:
bosh-stemcell (1.28
65
.0)
bosh-core (~> 1.28
65
.0)
bosh_aws_cpi (~> 1.28
65
.0)
bosh-stemcell (1.28
81
.0)
bosh-core (~> 1.28
81
.0)
bosh_aws_cpi (~> 1.28
81
.0)
PATH
remote: bosh-template
specs:
bosh-template (1.28
65
.0)
bosh-template (1.28
81
.0)
semi_semantic (~> 1.1.0)
PATH
remote: bosh_aws_cpi
specs:
bosh_aws_cpi (1.28
65
.0)
bosh_aws_cpi (1.28
81
.0)
aws-sdk (= 1.60.2)
bosh-registry (~> 1.28
65
.0)
bosh_common (~> 1.28
65
.0)
bosh_cpi (~> 1.28
65
.0)
bosh-registry (~> 1.28
81
.0)
bosh_common (~> 1.28
81
.0)
bosh_cpi (~> 1.28
81
.0)
httpclient (= 2.4.0)
yajl-ruby (>= 0.8.2)
PATH
remote: bosh_cli
specs:
bosh_cli (1.28
65
.0)
blobstore_client (~> 1.28
65
.0)
bosh-template (~> 1.28
65
.0)
bosh_common (~> 1.28
65
.0)
bosh_cli (1.28
81
.0)
blobstore_client (~> 1.28
81
.0)
bosh-template (~> 1.28
81
.0)
bosh_common (~> 1.28
81
.0)
highline (~> 1.6.2)
httpclient (= 2.4.0)
json_pure (~> 1.7)
...
...
@@ -171,54 +171,54 @@ PATH
PATH
remote: bosh_cli_plugin_aws
specs:
bosh_cli_plugin_aws (1.28
65
.0)
bosh-core (~> 1.28
65
.0)
bosh-stemcell (~> 1.28
65
.0)
bosh_aws_cpi (~> 1.28
65
.0)
bosh_cli (~> 1.28
65
.0)
bosh_cli_plugin_micro (~> 1.28
65
.0)
bosh_cli_plugin_aws (1.28
81
.0)
bosh-core (~> 1.28
81
.0)
bosh-stemcell (~> 1.28
81
.0)
bosh_aws_cpi (~> 1.28
81
.0)
bosh_cli (~> 1.28
81
.0)
bosh_cli_plugin_micro (~> 1.28
81
.0)
PATH
remote: bosh_cli_plugin_micro
specs:
bosh_cli_plugin_micro (1.28
65
.0)
agent_client (~> 1.28
65
.0)
blobstore_client (~> 1.28
65
.0)
bosh-core (~> 1.28
65
.0)
bosh-director-core (~> 1.28
65
.0)
bosh-registry (~> 1.28
65
.0)
bosh-stemcell (~> 1.28
65
.0)
bosh_aws_cpi (~> 1.28
65
.0)
bosh_cli (~> 1.28
65
.0)
bosh_cpi (~> 1.28
65
.0)
bosh_openstack_cpi (~> 1.28
65
.0)
bosh_cli_plugin_micro (1.28
81
.0)
agent_client (~> 1.28
81
.0)
blobstore_client (~> 1.28
81
.0)
bosh-core (~> 1.28
81
.0)
bosh-director-core (~> 1.28
81
.0)
bosh-registry (~> 1.28
81
.0)
bosh-stemcell (~> 1.28
81
.0)
bosh_aws_cpi (~> 1.28
81
.0)
bosh_cli (~> 1.28
81
.0)
bosh_cpi (~> 1.28
81
.0)
bosh_openstack_cpi (~> 1.28
81
.0)
bosh_vcloud_cpi (= 0.7.2)
bosh_vsphere_cpi (~> 1.28
65
.0)
bosh_vsphere_cpi (~> 1.28
81
.0)
mono_logger (~> 1.1.0)
sqlite3 (~> 1.3.7)
PATH
remote: bosh_common
specs:
bosh_common (1.28
65
.0)
bosh_common (1.28
81
.0)
logging (~> 1.8.2)
semi_semantic (~> 1.1.0)
PATH
remote: bosh_cpi
specs:
bosh_cpi (1.28
65
.0)
bosh_common (~> 1.28
65
.0)
bosh_cpi (1.28
81
.0)
bosh_common (~> 1.28
81
.0)
logging (~> 1.8.2)
membrane (~> 1.1.0)
PATH
remote: bosh_openstack_cpi
specs:
bosh_openstack_cpi (1.28
65
.0)
bosh-registry (~> 1.28
65
.0)
bosh_common (~> 1.28
65
.0)
bosh_cpi (~> 1.28
65
.0)
bosh_openstack_cpi (1.28
81
.0)
bosh-registry (~> 1.28
81
.0)
bosh_common (~> 1.28
81
.0)
bosh_cpi (~> 1.28
81
.0)
fog (~> 1.27.0)
httpclient (= 2.4.0)
membrane (~> 1.1.0)
...
...
@@ -227,9 +227,9 @@ PATH
PATH
remote: bosh_vsphere_cpi
specs:
bosh_vsphere_cpi (1.28
65
.0)
bosh_common (~> 1.28
65
.0)
bosh_cpi (~> 1.28
65
.0)
bosh_vsphere_cpi (1.28
81
.0)
bosh_common (~> 1.28
81
.0)
bosh_cpi (~> 1.28
81
.0)
builder (~> 3.1.4)
httpclient (= 2.4.0)
membrane (~> 1.1.0)
...
...
@@ -239,7 +239,7 @@ PATH
PATH
remote: simple_blobstore_server
specs:
simple_blobstore_server (1.28
65
.0)
simple_blobstore_server (1.28
81
.0)
sinatra (~> 1.4.2)
thin (~> 1.5.0)
...
...
agent_client/lib/agent_client/version.rb
View file @
89fd619b
module
Bosh
module
Agent
class
Client
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
end
blobstore_client/lib/blobstore_client/version.rb
View file @
89fd619b
module
Bosh
module
Blobstore
class
Client
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
end
bosh-core/lib/bosh/core/version.rb
View file @
89fd619b
module
Bosh
module
Core
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
bosh-director-core/lib/bosh/director/core/version.rb
View file @
89fd619b
module
Bosh
module
Director
module
Core
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
end
bosh-director/lib/bosh/director/version.rb
View file @
89fd619b
module
Bosh
module
Director
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
bosh-monitor/lib/bosh/monitor/version.rb
View file @
89fd619b
module
Bosh
module
Monitor
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
bosh-registry/lib/bosh/registry/version.rb
View file @
89fd619b
module
Bosh
module
Registry
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
bosh-release/lib/bosh/release/version.rb
View file @
89fd619b
module
Bosh
module
Release
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
bosh-stemcell/lib/bosh/stemcell/version.rb
View file @
89fd619b
module
Bosh
module
Stemcell
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
bosh-template/lib/bosh/template/version.rb
View file @
89fd619b
module
Bosh
module
Template
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
bosh_aws_cpi/lib/cloud/aws/version.rb
View file @
89fd619b
module
Bosh
module
AwsCloud
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
bosh_cli/lib/cli/version.rb
View file @
89fd619b
module
Bosh
module
Cli
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
bosh_cli_plugin_aws/lib/bosh_cli_plugin_aws/version.rb
View file @
89fd619b
module
Bosh
module
Aws
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
bosh_cli_plugin_micro/lib/bosh/deployer/version.rb
View file @
89fd619b
module
Bosh
module
Deployer
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
bosh_common/lib/common/version.rb
View file @
89fd619b
module
Bosh
module
Common
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
bosh_cpi/lib/cloud/version.rb
View file @
89fd619b
module
Bosh
module
Clouds
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
bosh_openstack_cpi/lib/cloud/openstack/version.rb
View file @
89fd619b
...
...
@@ -3,6 +3,6 @@
module
Bosh
module
OpenStackCloud
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
bosh_vsphere_cpi/lib/cloud/vsphere/version.rb
View file @
89fd619b
module
Bosh
module
Clouds
class
VSphere
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
end
release/.final_builds/packages/blobstore/index.yml
View file @
89fd619b
...
...
@@ -564,4 +564,8 @@ builds:
version
:
62e7b27c281f56d44d9963dd0427f81ff5281163
sha1
:
d289717b4f33f987873eaa806c022b3ceb15e41e
blobstore_id
:
918a62ff-68ac-4c2d-9f30-1b79e5a183c3
6ae1d7f8546e52bcc3866910084c254089215a29
:
version
:
6ae1d7f8546e52bcc3866910084c254089215a29
sha1
:
43bcc9c6285945188321f63a1e35a75b238866e4
blobstore_id
:
9f87681f-90d7-4fb1-812b-8e1ab82d481e
format-version
:
'
2'
release/.final_builds/packages/director/index.yml
View file @
89fd619b
...
...
@@ -592,4 +592,8 @@ builds:
version
:
e7a7a7666cc6da947b55f7d6a39889a254442d07
sha1
:
04f2cba34897c3ba9915685add2d9749b1e77f00
blobstore_id
:
b405c8c2-c8ca-4e03-b6d4-b37fb59aa514
b62eb58891809ab49a8ac531176f3002cfd4d2be
:
version
:
b62eb58891809ab49a8ac531176f3002cfd4d2be
sha1
:
72c4e563bc9028c01b2c117cee641e7196340079
blobstore_id
:
89efb23a-b3a0-4d57-9287-3754e2aa8e2e
format-version
:
'
2'
release/.final_builds/packages/health_monitor/index.yml
View file @
89fd619b
...
...
@@ -568,4 +568,8 @@ builds:
version
:
42e4e18d76e1e9ff2ec660ff8d1e8aa66117944a
sha1
:
724c7c9298d242ff74507eed8e51d0fd6b6582da
blobstore_id
:
314ac656-b972-4214-83fd-8730ce075fde
905899b8b5d5a31b8b28fe13d84198271e105b9a
:
version
:
905899b8b5d5a31b8b28fe13d84198271e105b9a
sha1
:
280387aa777a4e166a4334d410bb28349d97fde3
blobstore_id
:
cffe08bf-dc0f-425b-a342-b5764c20d0bd
format-version
:
'
2'
release/.final_builds/packages/libpq/index.yml
View file @
89fd619b
...
...
@@ -8,9 +8,12 @@ builds:
blobstore_id
:
rest/objects/4e4e78bca51e122204e4e9863f28f3050d308b21e877
version
:
2
sha1
:
e3a6b45f6edf01d6c91c37497ef83d19fa423b85
!binary
"
NmFhMTlhZmIxNTNkYzI3NjkyNDY5M2RjNzI0NzYwNjY0Y2U2MTU5Mw=="
:
6aa19afb153dc276924693dc724760664ce61593
:
blobstore_id
:
a1a3e6ba-47a5-4bbb-b7df-6b0fe42aa9a2
version
:
!binary
|-
NmFhMTlhZmIxNTNkYzI3NjkyNDY5M2RjNzI0NzYwNjY0Y2U2MTU5Mw==
sha1
:
!binary
|-
N2YwZjQxODNkZWE5NjgzNzNmNzMwOTFkMWM5MTFkNWVkZWJjM2YyNQ==
version
:
6aa19afb153dc276924693dc724760664ce61593
sha1
:
7f0f4183dea968373f73091d1c911d5edebc3f25
f181aa97dd63567e04d897762f0440fb2bef1517
:
version
:
f181aa97dd63567e04d897762f0440fb2bef1517
sha1
:
60c7c9c52fcafc451aa926c568c4246a7e0b30e3
blobstore_id
:
92d6f139-157e-4ba4-90f5-76e3f868e1fe
format-version
:
'
2'
release/.final_builds/packages/nginx/index.yml
View file @
89fd619b
...
...
@@ -20,10 +20,12 @@ builds:
blobstore_id
:
dd7bcac7-dbed-4e65-9f0b-182fa26af706
version
:
fd1339e8f0ffe194e1c63b8651d7192a4468dbc5
sha1
:
2d4846e93ffdbbab140c15ccb3ddf4848f84fcbd
!binary
"
OGYxMzFmMTQwODg3NjQ2ODJlYmQ5ZmYzOTk3MDdmOGFkYjlhNTAzOA=="
:
version
:
!binary
|-
OGYxMzFmMTQwODg3NjQ2ODJlYmQ5ZmYzOTk3MDdmOGFkYjlhNTAzOA==
sha1
:
!binary
|-
OTlkZjVkYWYzNWIyNTQ5OTJlMTAxMDc3YmY4ZWIxMjY3MTA0OWM2Mg==
8f131f14088764682ebd9ff399707f8adb9a5038
:
version
:
8f131f14088764682ebd9ff399707f8adb9a5038
sha1
:
99df5daf35b254992e101077bf8eb12671049c62
blobstore_id
:
c40b5908-2166-4ef1-8b20-9a552c3530fd
0ccc40df032599285cb16a4f2dfdf324a4a61a26
:
version
:
0ccc40df032599285cb16a4f2dfdf324a4a61a26
sha1
:
4624f519c5e23dd3d073668e08063fda048a5e40
blobstore_id
:
c8f87b75-0b4c-4e21-a734-c0ee2aa4b496
format-version
:
'
2'
release/.final_builds/packages/redis/index.yml
View file @
89fd619b
...
...
@@ -12,9 +12,12 @@ builds:
blobstore_id
:
rest/objects/4e4e78bca11e122204e4e98638b763051310e9426007
version
:
3
sha1
:
fc4fca0b62779a69f5e469527d9975a41ca0ab16
!binary
"
ZWMyN2EwYjc4NDk4NjNiYzE2MGFjNTRjZTY2N2VjYWNkMDdmYzRjYg=="
:
ec27a0b7849863bc160ac54ce667ecacd07fc4cb
:
blobstore_id
:
d8fa74aa-c6f4-446f-b820-20fc88bed5a6
version
:
!binary
|-
ZWMyN2EwYjc4NDk4NjNiYzE2MGFjNTRjZTY2N2VjYWNkMDdmYzRjYg==
sha1
:
!binary
|-
MzljYTA4OTY0MzQyNjcwMzc1NzVjNzU3ZTAxYmFkYjUwYjE1ZmQwYw==
version
:
ec27a0b7849863bc160ac54ce667ecacd07fc4cb
sha1
:
39ca0896434267037575c757e01badb50b15fd0c
1700dbaacfd8780da866e404bd41b46fb4be5c2f
:
version
:
1700dbaacfd8780da866e404bd41b46fb4be5c2f
sha1
:
3b90bb18c45afaf3f63769183ae666affe877ae6
blobstore_id
:
a692a066-fbf4-44db-81c6-b8f48faf60a2
format-version
:
'
2'
release/.final_builds/packages/registry/index.yml
View file @
89fd619b
...
...
@@ -548,4 +548,8 @@ builds:
version
:
a434217ef6c92ad406224fbb3e3530248fa90f75
sha1
:
2ecc9392ec5d643313560a7c60e8178fd1d5c89f
blobstore_id
:
21a0ef0f-fba4-40a1-b29a-4d4ac98edb16
c289174db00e24d636acb1475aaef0b0025f37d2
:
version
:
c289174db00e24d636acb1475aaef0b0025f37d2
sha1
:
65b0c6fce1a75e0489dd9a55c596ca88b10b10f9
blobstore_id
:
fa728cab-a55f-484a-b991-aae13d4b4b76
format-version
:
'
2'
release/.final_builds/packages/ruby/index.yml
View file @
89fd619b
...
...
@@ -44,4 +44,8 @@ builds:
version
:
8c1c0bba2f15f89e3129213e3877dd40e339592f
sha1
:
2f894c461afb1586dce78818e3c252f8594736cf
blobstore_id
:
d0174c3e-d814-4419-bebc-ef72a35db303
c28e01e561dd7e1bd4ce44f134970dc9f5d7e8fc
:
version
:
c28e01e561dd7e1bd4ce44f134970dc9f5d7e8fc
sha1
:
112204cf9e35cfc1e5618f131e2854bf5214a9d1
blobstore_id
:
3cab49ad-f6e4-4122-ac5a-00640599f49a
format-version
:
'
2'
release/releases/bosh-151.yml
0 → 100644
View file @
89fd619b
---
packages
:
-
name
:
health_monitor
version
:
905899b8b5d5a31b8b28fe13d84198271e105b9a
fingerprint
:
905899b8b5d5a31b8b28fe13d84198271e105b9a
sha1
:
280387aa777a4e166a4334d410bb28349d97fde3
dependencies
:
-
ruby
-
name
:
nginx
version
:
0ccc40df032599285cb16a4f2dfdf324a4a61a26
fingerprint
:
0ccc40df032599285cb16a4f2dfdf324a4a61a26
sha1
:
4624f519c5e23dd3d073668e08063fda048a5e40
dependencies
:
[]
-
name
:
genisoimage
version
:
008d332ba1471bccf9d9aeb64c258fdd4bf76201
fingerprint
:
008d332ba1471bccf9d9aeb64c258fdd4bf76201
sha1
:
2acf8da0250db31e762a23756fd0e12cfa947eb9
dependencies
:
[]
-
name
:
registry
version
:
c289174db00e24d636acb1475aaef0b0025f37d2
fingerprint
:
c289174db00e24d636acb1475aaef0b0025f37d2
sha1
:
65b0c6fce1a75e0489dd9a55c596ca88b10b10f9
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
:
6ae1d7f8546e52bcc3866910084c254089215a29
fingerprint
:
6ae1d7f8546e52bcc3866910084c254089215a29
sha1
:
43bcc9c6285945188321f63a1e35a75b238866e4
dependencies
:
-
ruby
-
name
:
director
version
:
b62eb58891809ab49a8ac531176f3002cfd4d2be
fingerprint
:
b62eb58891809ab49a8ac531176f3002cfd4d2be
sha1
:
72c4e563bc9028c01b2c117cee641e7196340079
dependencies
:
-
libpq
-
mysql
-
ruby
-
name
:
redis
version
:
1700dbaacfd8780da866e404bd41b46fb4be5c2f
fingerprint
:
1700dbaacfd8780da866e404bd41b46fb4be5c2f
sha1
:
3b90bb18c45afaf3f63769183ae666affe877ae6
dependencies
:
[]
-
name
:
common
version
:
1324d32dbda40da88aade1e07b226a208602baff
fingerprint
:
1324d32dbda40da88aade1e07b226a208602baff
sha1
:
9407d1d3da30ded1e955acfc8899304aa58a0e78
dependencies
:
[]
-
name
:
libpq
version
:
f181aa97dd63567e04d897762f0440fb2bef1517
fingerprint
:
f181aa97dd63567e04d897762f0440fb2bef1517
sha1
:
60c7c9c52fcafc451aa926c568c4246a7e0b30e3
dependencies
:
[]
-
name
:
powerdns
version
:
e41baf8e236b5fed52ba3c33cf646e4b2e0d5a4e
fingerprint
:
e41baf8e236b5fed52ba3c33cf646e4b2e0d5a4e
sha1
:
57a76e65db09002b1b9a277c048767f50f488e31
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
:
c2b27af52bd4b1739512845a7ab75e0d19b782bc
fingerprint
:
c2b27af52bd4b1739512845a7ab75e0d19b782bc
sha1
:
0e9dc8f432c6d4cfc0fe374f5ba8a65c3d6de9f5
-
name
:
registry
version
:
361927dd5c02a2519e21f0100ceea290e3b9bd15
fingerprint
:
361927dd5c02a2519e21f0100ceea290e3b9bd15
sha1
:
c4df55c47a85a0269755eaa7eec352e4ce821e19
-
name
:
postgres
version
:
90e43294de79754e659fc1731f515dc090f922f0
fingerprint
:
90e43294de79754e659fc1731f515dc090f922f0
sha1
:
cc7c6e1f2427339700641883a46dab8d50bf3429
-
name
:
blobstore
version
:
267710c9165f827561b14b020c1181b098df27cf
fingerprint
:
267710c9165f827561b14b020c1181b098df27cf
sha1
:
b22a7964c3660eaf654442707e998c8afe18b145
-
name
:
director
version
:
bd1489d7ec55cf261f9b400ebeaa4361b91c3ec4
fingerprint
:
bd1489d7ec55cf261f9b400ebeaa4361b91c3ec4
sha1
:
744869ebb74bdb37e7a9a3602d19d51b88b7a94d
-
name
:
redis
version
:
47e74cf2dfff0e9d2a467095c4d8048ed07aff8b
fingerprint
:
47e74cf2dfff0e9d2a467095c4d8048ed07aff8b
sha1
:
6756b3b435e27ae0c74fe20fffd4f526e092ee69
-
name
:
powerdns
version
:
d160e92adf53a224df94286107b7bff0495f9fcd
fingerprint
:
d160e92adf53a224df94286107b7bff0495f9fcd
sha1
:
02a9d75bb3dbf306df0c8a4a5f09340b0633ca92
-
name
:
nats
version
:
6850abe07a70b465a6ff7e2b7c133e07c534f220
fingerprint
:
6850abe07a70b465a6ff7e2b7c133e07c534f220
sha1
:
41c0f6ce281c6a89d2ae6c2f43a4fa0e2cddd9e9
commit_hash
:
756fc261
uncommitted_changes
:
true
name
:
bosh
version
:
'
151'
release/releases/index.yml
View file @
89fd619b
...
...
@@ -300,4 +300,6 @@ builds:
version
:
'
149'
e2c8fc6e-84a0-4d36-b2d5-354b4b2bac91
:
version
:
'
150'
4b375c21-0fe1-43e7-b588-c77e8fd07d72
:
version
:
'
151'
format-version
:
'
2'
simple_blobstore_server/lib/simple_blobstore_server/version.rb
View file @
89fd619b
module
Bosh
module
SimpleBlobstoreServer
VERSION
=
'1.28
65
.0'
VERSION
=
'1.28
81
.0'
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment