Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.04 KB

updating.md

File metadata and controls

17 lines (9 loc) · 1.04 KB

Updating your Concourse

Self-update

When Control Tower deploys Concourse, it now adds a pipeline to the new Concourse called control-tower-self-update. This pipeline continuously monitors our Github repo for new releases and updates Concourse in place whenever a new version of Control Tower comes out.

This pipeline is paused by default, so just unpause it in the UI to enable the feature.

Upgrading manually

Patch releases of control-tower are compiled, tested and released automatically whenever a new stemcell or component release appears on bosh.io.

To upgrade your Concourse, grab the latest release and run control-tower deploy --iaas [AWS|GCP] <your-project-name> again.

Rolling back to an old release

If necessary, you can release a specific version of Control Tower by pinning the control-tower-release resource to a selected version before running the self-update job. Don't forget to unpin it later to resume receiving regular updates.