Releases: cloudfoundry/cf-deployment-concourse-tasks
Releases · cloudfoundry/cf-deployment-concourse-tasks
v4.6
bbl
- andbosh
-related tasks can be configured with IaaS credentials to allow for BOSH directors with a colocated Credhub. If an environment is created viabbl 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 atcollected-ops-files/$BASE_OPS_FILE_DIR
before attempting to copy files into it.
v4.4
v4.0
- 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 calledops-files
; if you don't need to provide an ops-file tobbl
, map the input to your env-repo and leaveOPS_FILES
empty.
v3.17
v3.16
v3.13
v3.11
v3.9
v3.8
v3.7
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.