rodjek / rspec-puppet

RSpec tests for your Puppet manifests
http://rspec-puppet.com
MIT License
364 stars 203 forks source link

Breaking changes added in 2.8.0 causing failures with PDK 1.18.1 #816

Closed 4derstap closed 3 years ago

4derstap commented 3 years ago

When using Sensitive in your modules then builds can break as per changelog of 2.8.0.

Instead of increasing the minor version I rather expect to increase the major version due to the breaking changes. The Gemfile.lock is generated with this dependency:

      rspec-puppet (>= 2.3.2, < 3.0.0)

Increasing the major version for this release would have prevented our builds to break.

DavidS commented 3 years ago

Thank you for your feedback.