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

Add support for bolt 4.x #529

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Add support for bolt 4.x #529

merged 1 commit into from
Dec 12, 2024

Conversation

bastelfreak
Copy link
Collaborator

Summary

Provide a detailed description of all the changes present in this pull request.

Additional Context

Add any additional context about the problem here.

Related Issues (if any)

Mention any related issues or pull requests.

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.

Changes include test coverage?

  • Yes
  • Not needed

Have you updated the documentation?

  • Yes, I've updated the appropriate docs
  • Not needed

@bastelfreak bastelfreak self-assigned this Dec 5, 2024
@bastelfreak bastelfreak marked this pull request as ready for review December 5, 2024 12:55
@bastelfreak bastelfreak requested review from a team as code owners December 5, 2024 12:55
@@ -6,7 +6,7 @@
function peadm::assert_supported_bolt_version (
# No arguments
) >> Struct[{ 'supported' => Boolean }] {
$supported_bolt_version = '>= 3.17.0 < 4.0.0'
$supported_bolt_version = '>= 3.17.0 < 5.0.0'
Copy link
Member

@ragingra ragingra Dec 5, 2024

Choose a reason for hiding this comment

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

Should we update the version in the gem file as well?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I checked that before raising the PR, the Gemfile doesn't pin the version.

Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like CI is still pulling in v3.x of the bolt gem because of the puppet_litmus dependency. We're working on getting that updated ASAP.

If that can't be done in the next few days I've got a workaround we can add so that we're testing against Bolt 4

Copy link
Member

Choose a reason for hiding this comment

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

Litmus updated for bolt4 now. Closing and reopening to rekick CI

@ragingra ragingra closed this Dec 11, 2024
@ragingra ragingra reopened this Dec 11, 2024
@jhbuchanan45 jhbuchanan45 merged commit ecb07cc into puppetlabs:main Dec 12, 2024
141 checks passed
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.

3 participants