-
Notifications
You must be signed in to change notification settings - Fork 988
[v8] Add lifecycle flag to buildpacks related commands #3496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
3706ee6 to
4cc0e56
Compare
72e5374 to
d9b37fc
Compare
Samze
reviewed
Apr 29, 2025
d9b37fc to
9a4496f
Compare
Samze
reviewed
Apr 29, 2025
Contributor
|
Note This PR should not be merged before cloudfoundry/cloud_controller_ng#3898 is merged and in a CAPI release |
Signed-off-by: Tom Kennedy <[email protected]>
- This will allow capi to update the default order independently of the cli in the future Signed-off-by: Tom Kennedy <[email protected]>
tomkennedy513
commented
Apr 30, 2025
7a325b3 to
9f2ae06
Compare
732f08a to
2c290de
Compare
Signed-off-by: Tom Kennedy <[email protected]>
2c290de to
0896070
Compare
Signed-off-by: Tom Kennedy <[email protected]>
0896070 to
3304257
Compare
Samze
approved these changes
May 8, 2025
Contributor
|
Will merge once cloudfoundry/cloud_controller_ng#4342 is merged, anticipated api version looks good. |
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.
Description of the Change
This adds the a lifecycle flag to cf buildpacks and cf create-buildpack to support cnb. This makes use of the changes in cloudfoundry/cloud_controller_ng#3898.
Why Is This PR Valuable?
Without this change there is no way to create buildpacks with non default lifecycles
Applicable Issues
List any applicable GitHub Issues here
How Urgent Is The Change?
This change should be merged right after cloudfoundry/cloud_controller_ng#3898 to allow folks to use that feature.
Other Relevant Parties
Who else is affected by the change?