BUCC v0.2.0
starkandwayne-bot
released this
21 Dec 19:04
·
2908 commits
to master
since this release
PostgreSQL upgrade to v9.6.4
This is a hard requirement for Concourse v3.6.0.
The upgrade should be fully automatic and uses this release to migrate from bosh postgres to cloudfoundry postgres.
To make sure this upgrade works as expected we have added upgrade tests to the ci pipeline. These tests will verify we can upgrade from the latest stable release without losing data. We have seen it fail twice but verified no data was lost and a subsequent bucc up
finished the migration in both cases.
So to upgrade just run:
cd bucc
git pull origin master
git checkout v0.2.0
bucc up
bucc up # when the first bucc up fails with pre-start postgres
Global proxy flag
For all the people using bucc behind a proxy there is now a flag for that:
echo "http_proxy: ${HTTP_PROXY}" >> vars.yml
echo "https_proxy: ${HTTP_PROXY}" >> vars.yml
echo "no_proxy: ${NO_RPOXY}" >> vars.yml
bucc up --proxy
Small improvements
- Added OpenStack flags: custom-ca, ignore-server-availability-zone, disk-az and trusted-certs
- Concourse is now configured with UAA authentication enabled #61
- Added
--debug
flag tobucc up
which shows all arguments passed tobosh create-env
- Improved flag caching, also used flags are shown when doing
bucc up
- Added
--oauth-providers
which allows configuring UAA oauth identity providers## Release updates:
Name | Version | Changed |
---|---|---|
bosh | 264.5.0 | yes |
bosh-virtualbox-cpi | 0.0.11 | no |
os-conf | 18 | no |
garden-runc | 1.9.4 | no |
uaa | 52.4 | yes |
concourse | 3.6.0 | yes |
credhub | 1.6.5 | yes |
credhub-importer | 1 | no |
postgres | 22 | yes |
migrate-postgres | 0.1.0 | yes |
bosh-aws-cpi | 69 | yes |
bosh-azure-cpi | 32 | yes |
bosh-docker-cpi | 0.0.3 | no |
bosh-google-cpi | 25.10.0 | no |
bosh-openstack-cpi | 35 | no |
bosh-softlayer-cpi | 23 | yes |
bosh-vsphere-cpi | 45 | no |
Stemcell update:
Bumped to 3468.13