Drop EOL operating systems from operatingsystem_support - #1483
Open
skyamgarp wants to merge 1 commit into
Open
Conversation
RedHat/CentOS/OracleLinux/Scientific 7, CentOS 8, SLES 12, Debian 10, and Ubuntu 18.04 are all EOL platforms that current Puppet releases don't ship agents for. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
skyamgarp
marked this pull request as ready for review
July 31, 2026 10:03
skyamgarp
requested review from
a team,
alexjfisher,
b4ldr,
bastelfreak,
ekohl,
seanmil and
smortex
as code owners
July 31, 2026 10:03
bastelfreak
requested changes
Jul 31, 2026
bastelfreak
left a comment
Collaborator
There was a problem hiding this comment.
you just made a 10.0 release. This PR should not be merged right now, otherwise we get a 11.0 release. Also please update the PR title to reflect the dropped operating systems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Drops EOL platforms from
metadata.json'soperatingsystem_supportthat current/upcoming Puppet releases don't ship agents for:Split out from the Puppet 9 support work in #1482 so the OS-support cleanup can be reviewed and merged independently of the Puppet 9 enablement changes.
Testing
bundle exec metadata-json-lint metadata.jsonclean.bundle exec rspec spec/classes/manage_spec.rbpasses;on_supported_os-driven specs correctly reflect the trimmed OS matrix with no manual spec changes needed.🤖 Generated with Claude Code