Skip to content

Releases: cloudfoundry/bosh-bootloader

v6.1.2

16 Feb 18:36
Compare
Choose a tag to compare

This release only includes changes to deployment manifests.

  • Current jumpbox-deployment: cloudfoundry/jumpbox-deployment@edbf809
  • Current bosh-deployment: cloudfoundry/bosh-deployment@495e6f5
  • Linux sha256: bef66721df8fe716130020a145d24b3214e8a8b38b6e07c8ad6a2a54d4d99f73
  • OSX sha256: 427c7dfbaddb176868499e8dd717401740785ca3c241df968c848260dcaa5c03- Windows sha256: 444b4521937ae666b2f4345f5534e67c50e35f73ce21d7a82a196b8361608d61
    Known Issues: Windows support is incomplete.

v6.2.0

17 Feb 01:03
Compare
Choose a tag to compare
  • We set CREDHUB_PROXY so that the credhub CLI can create a tunnel just-in-time just like the bosh CLI has recently changed to do. It's now as simple as eval "$(bbl print-env)" && credhub login to use your bosh director's credhub instance. Requires Credhub CLI 1.6.0+.
  • We have shipped partial Openstack support, but it is currently undocumented. Find us in #bbl-users in cloudfoundry.slack.com if you are interested in testing it out before we finalize our support for Openstack in BBL v6.3.0
  • Known Issues: Windows support is incomplete.
  • Current jumpbox-deployment: cloudfoundry/jumpbox-deployment@edbf809
  • Current bosh-deployment: cloudfoundry/bosh-deployment@5365bcb
  • Linux sha256: da32a05bb3d2a40d131dc8dacec33661f819c5a1f9d70956cb076e7f714c25d8
  • OSX sha256: 86e7fe2d5ef6c55cd23a8c559d3ad9d2e29ae4ec640cfe13486c7a953293ef4d
  • Windows sha256: f9c35d9329dc5a670a66614e2b458fe7bb63189c603734e67a45ed98a4e41522

v6.1.1

09 Feb 19:44
Compare
Choose a tag to compare

This release only includes changes to deployment manifests.

  • Current jumpbox-deployment: cloudfoundry/jumpbox-deployment@edbf809
  • Current bosh-deployment: cloudfoundry/bosh-deployment@5365bcb
  • Linux sha256: 7ca87f82cce0df68ee2332ea4f2c804e467855e6386d8ceb0a75259f104bd442
  • OSX sha256: 71b60522a734c7771349b4eec33e3689921241b296dda7d12f04ff9e5c662308- Windows sha256: 2ee41f9d1914bb5bbece18b3e2a79f2d1403cb431a29062762c917f887893298
    Known Issues: Windows support is incomplete.

v6.1.0

08 Feb 18:12
Compare
Choose a tag to compare
  • We have fixed an issue with our Azure integration with cf-deployment. Azure users should now be able to deploy cf-deployment and have working endpoints with no manual adjustment of the load balancers
  • We have corrected the credhub credentials (CREDHUB_CLIENT, CREDHUB_SECRET) to match changes in bosh-deployment
  • We have consistently added bosh.example.com in every IaaS when you have set a domain name.
  • We introduced a new bbl subcommand bbl cleanup-leftovers --filter bbl-env-ontario for unceremoniously and forcibly wiping IaaS accounts or BBL environments that are half cleaned up, or have deployed non-bbl VMs. Thanks to @genevieve's leftovers which we rely on to provide this functionality.
  • It is now possible to bbl down even if no IaaS resources have been created. Previously bbl plan && bbl down would fail.
  • Current jumpbox-deployment: cloudfoundry/jumpbox-deployment@edbf809
  • Current bosh-deployment: cloudfoundry/bosh-deployment@14ef8a2
  • Linux sha256: cefc3a6e5f61fc9694b048ba7552ab89d3ccca8e877acb894e3cdc36bbcccb02
  • OSX sha256: c3562e5be92583e2d4e23a3a3a7656acad4a74eedd9e7773b41c4a35ae80eea9- Windows sha256: 054c1af49aa6434c26f8655b433be6956bb65d51055486b2a66fa3dbdba88307
    Known Issues: Windows support is incomplete.

v6.0.1

30 Jan 19:25
Compare
Choose a tag to compare

This release only includes changes to deployment manifests.

  • Current jumpbox-deployment: cloudfoundry/jumpbox-deployment@edbf809
  • Current bosh-deployment: cloudfoundry/bosh-deployment@14ef8a2
  • Linux sha256: 2bd8b90265885215f52fb1de0c2e0c65f887587c1637dba925615debbf67b4b1
  • OSX sha256: 34ecbc2b497741f912238e4da17d6a9c3eb69d181fc7d13492180a18fe4a8b40- Windows sha256: 8d67e526313edf20a313502d194e1ca32542e84ca9209b799780284c2cba7a20
    Known Issues: Windows support is incomplete.

v5.11.6

24 Jan 00:48
Compare
Choose a tag to compare

Bump jumpbox and director stemcells to include Meltdown patch.

v6.0.0

26 Jan 16:59
Compare
Choose a tag to compare

Release Notes

6.0 is largely safe to upgrade to for most environments, however some tweaks to UX may affect automated usage in pipelines, so we are releasing this as a breaking change.

Required

Removed

  • Functions: create-lbs, update-lbs, delete-lbs, cloud-config, bosh-deployment-vars, jumpbox-deployment-vars
  • Flags: --no-director, --ops-file, --gcp-project-id, --gcp-zone

Features

  • Support to read cloud-config ops-files alphabetically when those files are included in the cloud-config directory of your bbl state directory.
  • Support to apply overrides and additional terraform templates when those files are included in the terraform directory of your bbl state directory.
  • Support for Azure concourse load balancers.
  • IAAS credentials no longer written to bbl state directory.
  • Variables written to vars/terraform.tfvars with a jumpbox__ prefix will be passed through to the deployment vars file for the jumpbox.
  • Variables written to vars/terraform.tfvars with a director__ prefix will be passed through to the deployment vars file for the director.
  • Provide your own .tfvars file in vars/
  • In order to avoid having your changes overwritten during upgrades, bbl will now use create-director-override.sh and create-jumpbox-override.sh if provided instead of the defaults.
  • Bring your own VPC
  • Added BBL_STATE_DIRECTORY environment variable.

Fixes

  • vSphere cloud-config reserves the IPs for the jumpbox and director.

Deployment Manifests

Binaries

  • Linux sha256: 0e009db0e21a8565a91fb83c48fce949ff87eeb230ea1625b9af87a87c2d1184
  • OSX sha256: 77247148a43ca414cebc891a4438cbcdc9dcf93984258725536bd85642d4fe0a
  • Windows sha256: fdd99b8165b48f9efc7e1572e8e8008aa559697349a88f5445cee1e50948dca0

Known Issues: Windows support is incomplete.

v5.11.5

09 Jan 17:57
Compare
Choose a tag to compare

This is a patch for an issue which occurs migrating a vSphere bbl environment from version 5.10.x to 5.11.x.

v5.11.4

06 Jan 00:57
Compare
Choose a tag to compare

This release only includes changes to deployment manifests.

v5.11.3

05 Jan 16:41
Compare
Choose a tag to compare

This release only includes changes to deployment manifests.