Cleanup for 1.0.0 release#31
Open
silug wants to merge 4 commits into
Open
Conversation
- Switch `requirements` from `puppet` to `openvox` (>= 8 < 9) - Point `issues_url` at GitHub Issues - Drop end-of-life OS support (CentOS 8, EL7); list EL10 across all supported distros - Allow newer SIMP module dependencies (see metadata.json diff) - Sync Gemfile with current puppetsync baseline (adds OpenVox to test gems) - Drop Puppet 7 / Ruby 2.7 from GitHub Actions; use Ruby 3.2.11 with OpenVox 8 and 3.4.9 elsewhere
55794ce to
8aea869
Compare
- Drop EOL nodesets (centos8, rhel7, oel.yml versionless, amzn2, etc.) - Add vagrant nodesets for AlmaLinux, CentOS Stream, Oracle Linux, RHEL, Rocky Linux 8/9/10 - Update default.yml to use AlmaLinux 9 + openvox8
The Gemfile sync used an older snapshot and inadvertently rolled back renovate-managed gem version constraints. Restore them.
The sync-from-master rolled these back further than my Gemfile copy did. Set the floor to what was in this PR before the sync; renovate will bump forward as usual.
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
Cleanup pass to bring this module in line with the current SIMP baseline. No API/behavior changes.
requirementsfrompuppettoopenvox(>= 8 < 9)issues_urlat GitHub IssuesTest plan
bundle exec rake metadata_lint(ruby:3.2 container)