Skip to content
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

Allow locking to a specific major or minor version #14

Open
njbennett opened this issue Apr 26, 2018 · 0 comments
Open

Allow locking to a specific major or minor version #14

njbennett opened this issue Apr 26, 2018 · 0 comments

Comments

@njbennett
Copy link

Currently there's no way to avoid bumping a major version, while still pulling in new minor versions automatically.

This is periodically a problem for the CF Release Integration team. All versions of all releases in cf-deployment are bumped automatically, but sometimes a team requests that we not pull in a new major version until they've done some post-release testing. We may also discover a problem with the latest version and want to pin back to an earlier version.

Right now we have to pause the resource version itself. This is fragile (we might forget why we did that) and often overly broad (there might be minor versions we could pull in.)

Our initial thought is that we'd like to be able to provide a version regex and only pull in new versions that match, similar to how the Github resource allows one to use a tag_filter. We have a mostly-complete PR that takes this approach, but we're not wedded to that as the implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant