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

Remove check for Apache 2.4/2.2, require puppetlabs/apache 9.x #859

Merged
merged 6 commits into from Jan 11, 2023

Conversation

JoshuaSmeda
Copy link
Contributor

@JoshuaSmeda JoshuaSmeda commented Jan 9, 2023

Pull Request (PR) description

Apache 9.0.0 release drops 2.2 support. Since Zabbix has a dependency on Apache, it makes sense to remove the comparison between >= 2.4 and 2.2, including setting the minimum dependency version for Apache to 9.0.0.

The Zabbix module breaks if you run Apache version higher than 9.0.0, due to not being able to verify the fact.

Copy link
Member

@smortex smortex left a comment

Choose a reason for hiding this comment

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

LGTM

metadata.json Outdated Show resolved Hide resolved
JoshuaSmeda and others added 5 commits January 11, 2023 09:16
Pin max version to `10.0.0`

Co-authored-by: Christos Papageorgiou <christos.papageorgioy@gmail.com>
@bastelfreak
Copy link
Member

I think it's fine to to mark this backwards-incompatible. We deprecated CentOS 6 in the past, and that's the only OS that used Apache 2.2.

@bastelfreak bastelfreak merged commit 8f8309d into voxpupuli:master Jan 11, 2023
@bastelfreak bastelfreak changed the title Remove check for Apache 2.4 Remove check for Apache 2.4/2.2 Jan 11, 2023
@evgeni evgeni changed the title Remove check for Apache 2.4/2.2 Remove check for Apache 2.4/2.2, require puppetlabs/apache 9.x Oct 5, 2023
@evgeni
Copy link
Member

evgeni commented Oct 5, 2023

While dropping C6 support is fine, bumping puppetlabs/apache is backwards incompatible.

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.

None yet

5 participants