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 a version filter for Tomcat #855

Merged
merged 1 commit into from
Oct 3, 2022
Merged

Allow a version filter for Tomcat #855

merged 1 commit into from
Oct 3, 2022

Conversation

dmikusa
Copy link
Contributor

@dmikusa dmikusa commented Oct 3, 2022

This PR adds a version filter for the Tomcat action. This allows for a more fine grained selection of the version that the dependency will check. By default, it'll look for the latest version of a major branch. For example, 10.*.*. You can use this to lock the version to the latest of a particular minor branch, like 10.0.*.

Signed-off-by: Daniel Mikusa dan@mikusa.com

This PR adds a version filter for the Tomcat action. This allows for a more fine grained selection of the version that the dependency will check. By default, it'll look for the latest version of a major branch. For example, `10.*.*`. You can use this to lock the version to the latest of a particular minor branch, like `10.0.*`.

Signed-off-by: Daniel Mikusa <dan@mikusa.com>
@dmikusa dmikusa added type:enhancement A general enhancement semver:minor A change requiring a minor version bump labels Oct 3, 2022
@dmikusa dmikusa requested a review from a team October 3, 2022 03:29
dmikusa added a commit to paketo-buildpacks/apache-tomcat that referenced this pull request Oct 3, 2022
Requires [PR 855](paketo-buildpacks/pipeline-builder#855) to be merged and the new action to be published (happens automatically when PR is merged).

This should fix the issue on PR 262.

Signed-off-by: Daniel Mikusa <dan@mikusa.com>
@dmikusa dmikusa merged commit e56dad7 into main Oct 3, 2022
@dmikusa dmikusa deleted the tomcat-minor branch October 3, 2022 03:37
This was referenced Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:minor A change requiring a minor version bump type:enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant