Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Latest commit

 

History

History
47 lines (34 loc) · 2.12 KB

bump.md

File metadata and controls

47 lines (34 loc) · 2.12 KB

Steps for bumping cf-deployment version

Bump release versions

Inspecting changes

  • Compare the existing cf-deployment version against the target version to identify changes: https://github.com/cloudfoundry/cf-deployment/compare/<existing_version>...<target_version>

  • If there are no changes in releases (except version bumps), instance groups and jobs then skip to the next section.

  • If a release is added, removed or modified, then make sure that the pre_render_scripts are updated accordingly.

  • If an instance group is added, removed or modified, then make sure that the instance_groups ops-file is updated accordingly.

Note that the above steps will vary depending upon the changes in the target version.

Build Release Images

  • Make sure the release images for the target cf-deployment version are available. If not, add the target cf-deployment version in cf-deployment build-pipelines and update. Then, trigger the build job in Concourse.

Bump CATs release