Releases: pivotal-cf/bbr-pcf-pipeline-tasks
v2.1.1
Release Date: April 19, 2022
Latest changes:
- Remove concourse worker from example pas-pipeline
- Massive renaming of secrets
- Clarify SET_NO_PROXY, NO_PROXY and other PROXY options
- Rename default branch to
main
v2.1.0
Release Date: April 14, 2020
Features:
Update PKS backup scripts to work with PKS 1.7
#67
Always use the latest Ops Manager's Root CA
#64
Thanks @vChrisR & @watarumohawk for the PRs
v2.0.0
Release Date: September 26, 2019
BREAKING CHANGES
- ERT tasks are deprecated.
bbr-backup-ert
andbbr-cleanup-ert
are deleted. Please usebbr-backup-pas
andbbr-cleanup-pas
instead. - tasks output backup artifacts with a timestamp in the filename. Example pipelines are also changed to reflect this name update. Filename changed:
pas-backup.tar
->pas-backup_<timestamp>.tar
director-backup.tar
->director-backup_<timestamp>.tar
pks-clusters-backup.tar
->pks-clusters-backup_<timestamp>.tar
installation.zip
->installation_<timestamp>.zip
- Example pipelines are updated and now use unversioned s3 buckets
v1.3.0
Release Date: June 26, 2019
Features:
- tasks communicating through the BOSH API now support setting the
SET_NO_PROXY
variable. This will set aNO_PROXY
environment variable for the BOSH Director IP.
New Tasks
check-opsman-status
task: ensures that an apply changes is not in flight in OpsManager before proceeding with a backup
v1.2.0
Release Date: May 28, 2019
Notice: This release includes an important internal change. We switched Dockerhub accounts and all the references to Docker images used by tasks in this repo have been updated. We recommend that you upgrade your pipeline using the latest task definitions so that you keep receiving updates for the Docker images.
Improovements
- Make it easier to identify the different PKS backup artifacts
Introduce bbr-backup-pas, bbr-cleanup-pas tasks
We have duplicated the ERT tasks for PAS to resolve #40. There is no new behaviour in bbr-backup-pas
or bbr-cleanup-pas
.
The ERT tasks are deprecated and will be removed in a future version.
New
bbr-backup-pas
: Run bbr deployment backup for PASbbr-cleanup-pas
: Run bbr deployment backup-cleanup for PAS
Deprecated
bbr-backup-ert
: Run bbr deployment backup for ERTbbr-cleanup-ert
: Run bbr deployment backup-cleanup for ERT
Introduce versioning
Here is a list of the tasks available:
All Foundations
export-om-installation
: Export Ops Manager installation settingsbbr-backup-director
: Run bbr director backupbbr-cleanup-director
: Run bbr director backup-cleanup
PAS/ERT
bbr-backup-ert
: Run bbr deployment backup for PAS/ERTbbr-cleanup-ert
: Run bbr deployment backup-cleanup for PAS/ERT
PKS
bbr-backup-pks
: Run bbr deployment backup for PKS control planebbr-cleanup-pks
: Run bbr deployment backup-cleanup for PKS control planebbr-backup-pks-clusters
: Run bbr deployment --all-deployments backup for all PKS clustersbbr-cleanup-pks-clusters
: Run bbr deployment --all-deployments backup-cleanup for all PKS clusterslock-pks
: Lock PKS control planeunlock-pks
: Unlock PKS control plane
Helper
extract-bbr-binary
: Extracts the linux bbr binary from tarfile