Change the update release pipeline for cflinuxfs5#1340
Open
Milena-Encheva wants to merge 1 commit into
Open
Conversation
jochenehret
approved these changes
May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WHAT is this change about?
This change introduces the cflinuxfs5 release into the cf-deployment pipeline. It updates the inputs.yml file to include the cflinuxfs5 release and modifies the update-releases.yml pipeline to add jobs for acquiring and updating the cflinuxfs5 release.
What customer problem is being addressed? Use customer persona to define the problem e.g. Alana is unable to...
Alana, a platform operator, needs to ensure that the latest Linux stack (cflinuxfs5) is integrated into the deployment pipeline to support modern application requirements and security updates. This change enables the pipeline to manage and update the cflinuxfs5 release seamlessly.
Please provide any contextual information.
Part of #1323.
Has a cf-deployment including this change passed cf-acceptance-tests?
The cflinuxfs5 release is newly added and requires further testing.
Does this PR introduce a breaking change? Please take a moment to read through the examples before answering the question.
How should this change be described in cf-deployment release notes?
Added support for the cflinuxfs5 release in the cf-deployment pipeline. This includes pipeline jobs for acquiring and updating the release.
Does this PR introduce a new BOSH release into the base cf-deployment.yml manifest or any ops-files?
Does this PR make a change to an experimental or GA'd feature/component?
Please provide Acceptance Criteria for this change?
Verify that the cflinuxfs5 release is listed in the inputs.yml file:
grep "cflinuxfs5" ci/input/inputs.ymlVerify that the update-cflinuxfs5 job is present in the update-releases.yml pipeline:
grep "update-cflinuxfs5" ci/pipelines/update-releases.ymlRun the pipeline and ensure the update-cflinuxfs5 job completes successfully.
What is the level of urgency for publishing this change?
Tag your pair, your PM, and/or team!
@oliver-heinrich @jochenehret