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

Drop support for JIRA <8.0.0 #359

Merged
merged 2 commits into from
Apr 16, 2021

Conversation

oranenj
Copy link
Contributor

@oranenj oranenj commented Apr 15, 2021

Anything pre jira 8.0.0 is already EOL.

Drop support; legacy users can still use the old version of the module and use it to upgrade.

This only fixes manifests, I'll do templates separately. EDIT: ended up fixing templates anyway...

@oranenj oranenj changed the title Drop support for JIRA <8.0.0 part 1 Drop support for JIRA <8.0.0 Apr 15, 2021
@@ -82,29 +67,22 @@
source => "${jira::download_url}/${file}",
creates => "${jira::webappdir}/conf",
cleanup => true,
checksum_verify => $jira::checksum_verify,
checksum_verify => ($jira::checksum != undef),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ha neat!

@oranenj oranenj added this to the v5.0.0 milestone Apr 15, 2021
@oranenj oranenj merged commit 4af9589 into voxpupuli:master Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants