Skip to content

Releases: cloudfoundry/bosh-bootloader

v2.3.0

02 Feb 20:25

Choose a tag to compare

Revert "WIP - bosh create-env implemented for gcp"

This reverts commit 4c8ab23461fe727720e53726c5a90789233e8f2b.

v2.1.1

18 Jan 08:04

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

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

Choose a tag to compare

Merge branch 'master' into develop

v2.0.8

10 Jan 19:35

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

Choose a tag to compare

Manually fix SHA1 of bosh release

v2.0.6

06 Jan 18:05

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

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

Choose a tag to compare

Add alias to cf-internet-not-required to remove lockstep upgrade with…

v2.0.3

21 Dec 19:50

Choose a tag to compare

This release finishes initial support for Google Cloud Platform. It should be feature complete for deploying concourse and cf-deployment for many teams.

As a result of the new IaaS there is a single, breaking, change for users on AWS. When running bbl up on a completely new environment you must supply --iaas aws. If you have an existing bbl-state.json, the flag is not required. Please be aware of this if you upgrade beyond 1.x and have been using bbl up in your continuous integration.

Missing functionality:

  • bbl create-lbs --type cf does not support ssh or TCP routing, yet
  • update-lbs is not yet implemented for GCP users. Workaround: delete-lbs and create-lbs
  • lbs to list lbs is not yet present for GCP users. Workaround: use the GCP console to discover the lb IP address.