Skip to content

Releases: cloudfoundry/bosh-bootloader

v2.4.0

23 Feb 20:15
Compare
Choose a tag to compare
  • 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

02 Feb 20:25
Compare
Choose a tag to compare
Revert "WIP - bosh create-env implemented for gcp"

This reverts commit 4c8ab23461fe727720e53726c5a90789233e8f2b.

v2.1.1

18 Jan 08:04
Compare
Choose a tag to compare
Add default network and vm_type to cloud config

[#136470885]

Signed-off-by: Angela Chin <[email protected]>

v2.1.0

18 Jan 07:31
Compare
Choose a tag to compare
  • 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 GCP
  • bbl update-lbs works as expected on GCP

v2.0.9

14 Jan 01:25
Compare
Choose a tag to compare
Merge branch 'master' into develop

v2.0.8

10 Jan 19:35
Compare
Choose a tag to compare

Adds a load balancer for TCP routing. bbl create-lbs --type cf to add this to an existing deployment.

v2.0.7

06 Jan 18:30
Compare
Choose a tag to compare
Manually fix SHA1 of bosh release

v2.0.6

06 Jan 18:05
Compare
Choose a tag to compare
v2.0.6 Pre-release
Pre-release

Fix SHA1 for pre-compiled bosh release.

v2.0.5

05 Jan 21:58
Compare
Choose a tag to compare
v2.0.5 Pre-release
Pre-release
  • Rename router and ssh-lb to match CF deployment
  • Add support for SSH to lb creation

v2.0.4

22 Dec 00:18
Compare
Choose a tag to compare
Add alias to cf-internet-not-required to remove lockstep upgrade with…