Skip to content

Releases: cloudfoundry/cf-deployment-concourse-tasks

v4.6

31 Aug 01:20
Compare
Choose a tag to compare
  • bbl- and bosh-related tasks can be configured with IaaS credentials to allow for BOSH directors with a colocated Credhub. If an environment is created via bbl up --credhub, the credentials will not be saved in the bbl-state.json file, so they must be provided as parameters to the tasks.
  • Bug fix: The collect-ops-files task, if configured with a BASE_OPS_FILE_DIR, should now correctly create a directory at collected-ops-files/$BASE_OPS_FILE_DIR before attempting to copy files into it.

v4.4

15 Aug 23:53
Compare
Choose a tag to compare
  • Updates terraform 0.10.1
  • bbl-up task allows users to add their own flags to the bbl up command via parameter BBL_EXTRA, via contribution from the @cloudfoundry/cf-infrastructure team. Thanks!

v4.0

07 Aug 19:31
Compare
Choose a tag to compare
  • Bumps to bbl 4.0. This is a breaking change for AWS environments that did not provide the --terraform flag. Follow instructions in the bbl docs for migrating.
  • bbl-up task allows the Concourse user to configure the task with an ops-file. This requires a new input called ops-files; if you don't need to provide an ops-file to bbl, map the input to your env-repo and leave OPS_FILES empty.

v3.17

03 Aug 01:14
Compare
Choose a tag to compare

Updates terraform version to v0.10.0

v3.16

02 Aug 02:23
Compare
Choose a tag to compare

Docker image updates:

  • Updated uptimer
  • Removes bosh-init

v3.13

21 Jul 21:01
Compare
Choose a tag to compare

Updates the bosh CLI to version 2.0.29 in the Docker image

v3.11

21 Jul 21:03
Compare
Choose a tag to compare

bosh-deploy task allows users to opt into measuring downtime during the bosh deploy. The task uses the newly added uptimer tool.

v3.9

11 Jul 17:11
Compare
Choose a tag to compare

Minor OS updates

v3.8

07 Jul 00:19
Compare
Choose a tag to compare

Bumps docker image to v2.4.0, which updates bbl to version v3.2.6.

v3.7

06 Jul 01:25
Compare
Choose a tag to compare

Tasks that commit to git repos* include optional GIT_COMMIT_EMAIL and GIT_CONFIG_USERNAME parameters, so that users can use their own emails and usernames.

*Includes, bbl-up, bbl-destroy, bosh-deploy, bosh-deploy-with-created-release, and update-integration-configs.