-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(docker/java): add workaround to limit releases to java LTS versions #18007
Conversation
@rarkins - I've run this on https://github.com/setchy/renovate-java-test Two questions Question 1 The dockerfile has Before merging we should probably address this Question 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have questions on IF/WHEN this becomes a workaround, how would someone override/exclude it Incase they wanted each major release (6-monthly)? |
They would need to add this workaround to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Putting a comment from a reviewer into a proper PR comment, so we don't miss it. 😉
…ource expand versioning regex widen allowed versions to support 8, along with the next 3 unreleased LTS
…hy/renovate into feature/java-lts-workaround
I have run this against a demonstration project - see https://github.com/setchy/renovate-java-test/pulls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about this?
Co-authored-by: Michael Kriese <[email protected]>
Co-authored-by: HonkingGoose <[email protected]>
Co-authored-by: HonkingGoose <[email protected]>
Co-authored-by: HonkingGoose <[email protected]>
🎉 This PR is included in version 32.216.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Changes
Add a workaround which limits the Java versions to LTS releases only.
Context
Discussion on #8127
Documentation (please check one with an [x])
How I've tested my work (please tick one)
I have verified these changes via: