Skip to content

Releases: pivotal-cf/bbr-pcf-pipeline-tasks

v2.1.1

19 Apr 11:09
f696e1e
Compare
Choose a tag to compare

Release Date: April 19, 2022

Latest changes:

v2.1.0

14 Apr 15:32
78e7c61
Compare
Choose a tag to compare

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

26 Sep 13:00
Compare
Choose a tag to compare

Release Date: September 26, 2019

BREAKING CHANGES

  • ERT tasks are deprecated. bbr-backup-ert and bbr-cleanup-ert are deleted. Please use bbr-backup-pas and bbr-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

26 Jun 09:10
1854c0c
Compare
Choose a tag to compare

Release Date: June 26, 2019

Features:

  • tasks communicating through the BOSH API now support setting the SET_NO_PROXY variable. This will set a NO_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

28 May 15:35
86baf18
Compare
Choose a tag to compare

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

22 Jan 15:49
25de741
Compare
Choose a tag to compare

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 PAS
  • bbr-cleanup-pas: Run bbr deployment backup-cleanup for PAS

Deprecated

  • bbr-backup-ert: Run bbr deployment backup for ERT
  • bbr-cleanup-ert: Run bbr deployment backup-cleanup for ERT

Introduce versioning

22 Jan 11:40
e6d59fc
Compare
Choose a tag to compare

Here is a list of the tasks available:

All Foundations

  • export-om-installation: Export Ops Manager installation settings
  • bbr-backup-director: Run bbr director backup
  • bbr-cleanup-director: Run bbr director backup-cleanup

PAS/ERT

  • bbr-backup-ert: Run bbr deployment backup for PAS/ERT
  • bbr-cleanup-ert: Run bbr deployment backup-cleanup for PAS/ERT

PKS

  • bbr-backup-pks: Run bbr deployment backup for PKS control plane
  • bbr-cleanup-pks: Run bbr deployment backup-cleanup for PKS control plane
  • bbr-backup-pks-clusters: Run bbr deployment --all-deployments backup for all PKS clusters
  • bbr-cleanup-pks-clusters: Run bbr deployment --all-deployments backup-cleanup for all PKS clusters
  • lock-pks: Lock PKS control plane
  • unlock-pks: Unlock PKS control plane

Helper

  • extract-bbr-binary: Extracts the linux bbr binary from tarfile