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

Puppet 7: Ensure we test against 7.24 or newer #347

Merged
merged 3 commits into from
May 26, 2023

Conversation

bastelfreak
Copy link
Member

There was a fuckup with concurrent-ruby 1.2.0 release which dropped a
private API that puppet used. newer Puppet versions (7.22 and newer)
depend on concurrent-ruby < 1.2.0. We need to force ~> puppet 7.22
installation to ensure bundler doesn't pull in a newer concurrent-ruby
and older Puppet version.

This will run CI on PRs and merges to master. Also we define a dummy job
which we can enforce during reviews.
main got moved to puppet 8 which now requires Ruby 3.1 or newer.
There was a fuckup with concurrent-ruby 1.2.0 release which dropped a
private API that puppet used. newer Puppet versions (7.22 and newer)
depend on concurrent-ruby < 1.2.0. We need to force ~> puppet 7.22
installation to ensure bundler doesn't pull in a newer concurrent-ruby
and older Puppet version.
@bastelfreak bastelfreak self-assigned this May 26, 2023
@bastelfreak
Copy link
Member Author

also contains:

@bastelfreak bastelfreak merged commit 91f800a into voxpupuli:master May 26, 2023
@bastelfreak bastelfreak deleted the concurrent branch May 26, 2023 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants