gem install bundler
cd src/bosh_vcloud_cpi
./vendor_gems
-
Make local changes to the release
-
Create a dev release
(--force is required if there are local changes not committed to git)
bosh create release --force --with-tarball
-
Configure the blobstore secrets in
config/private.yml
. -
Create a final release
(--final will upload the package/job blobs to the blobstore)
bosh create release --final --with-tarball
-
Tag the final release (optional)
-
Push changes to github
Create a release tarball using an existing manifest
bosh create release ./releases/bosh-vcloud-cpi/bosh-vcloud-cpi-<version>.yml --with-tarball