Releases: cloudfoundry/bosh-bootloader
Releases · cloudfoundry/bosh-bootloader
v2.4.0
- Adds the optional up flag --aws-bosh-az as a workaround for issues with us-east-1 region having a zone without m3.xlarge
- Director stemcell bump
- n1-standard-1 and a preemptible vm_type added to cloud config for GCP (thanks @flavorjones!)
v2.3.0
Revert "WIP - bosh create-env implemented for gcp" This reverts commit 4c8ab23461fe727720e53726c5a90789233e8f2b.
v2.1.1
Add default network and vm_type to cloud config [#136470885] Signed-off-by: Angela Chin <[email protected]>
v2.1.0
bbl create-lbs
no longer prints the cert and key- A websockets loadbalancer has been created.
cf logs
should work on cloudfoundry installed to BBL Foam. - A DNS entry will be created if you supply --domain
- A custom name can be supplied to
bbl up
to override the Lake name that was previously randomly generated. bbl delete-lbs
works as expected on GCPbbl update-lbs
works as expected on GCP
v2.0.9
Merge branch 'master' into develop
v2.0.8
Adds a load balancer for TCP routing. bbl create-lbs --type cf
to add this to an existing deployment.
v2.0.7
Manually fix SHA1 of bosh release
v2.0.6
Fix SHA1 for pre-compiled bosh release.
v2.0.5
- Rename router and ssh-lb to match CF deployment
- Add support for SSH to lb creation
v2.0.4
Add alias to cf-internet-not-required to remove lockstep upgrade with…