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

(maint) Support more minitar versions #1411

Merged
merged 3 commits into from
Nov 27, 2024

Conversation

justinstoller
Copy link
Member

@justinstoller justinstoller commented Nov 27, 2024

This cherry-picks the non-5.0 release task commits from #1408 so we can see the changes go green in our CI before merging the release task.

Please add all notable changes to the "Unreleased" section of the CHANGELOG in the format:

- (JIRA ticket) Summary of changes. [Issue or PR #](link to issue or PR)

justinstoller and others added 3 commits November 27, 2024 11:43
This changes us from requiring at least minitar 1.0 and instead goes to
the previous minimum verion (0.9), but instead of using a "~>" which
forbids going to a new major release, ie is equivalent to [">= 0.9", "< 1.0"]
we simply require above the previous version, not caring if we take up a
new major release. This allows us to be installed in the same version
Ruby bundle as Puppet (which currently does not support minitar >= 1.0).

Minitar has supported the "new" `::Minitar` constant since before 0.9,
so there are no code changes required.
@justinstoller justinstoller requested review from a team as code owners November 27, 2024 19:46
@justinstoller justinstoller merged commit 3f06dc6 into puppetlabs:main Nov 27, 2024
7 checks passed
@justinstoller justinstoller deleted the minitar-cont branch November 27, 2024 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant