puppetlabs / puppet-dev-tools

Puppet development tools in a Docker image
Apache License 2.0
12 stars 25 forks source link

Update rspec-puppet requirement from ~> 2.10.0 to ~> 2.11.1 #108

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on rspec-puppet to permit the latest version.

Changelog

Sourced from rspec-puppet's changelog.

[2.11.1]

Fixed

  • Ensure FacterImpl consistency between example groups (#19)

[2.11.0]

Added

  • Add setting to use custom Facter implementation (GH-16)

[2.10.0]

The release sees rspec-puppet move into the puppetlabs namespace

Added

  • Add ruby 3 support (GH-11)

[2.9.0]

Added

  • Allow users to disable app_management for Puppet 4
  • Added support for regexp arguments to Sensitive
  • Handle all auto*, not just autorequire
  • Set up loaders so that 4.x functions resolve properly

[2.8.0]

Breaking Changes

  • As of the 2.8.0 release, the rspec-puppet project no longer guarantees compatibility with Puppet 2.x or 3.x (running under Ruby 1.8.7) or Puppet 4.x (running under Ruby 1.9.3).

  • This release adds support for the Sensitive data type, however existing tests that were expecting String content may need to be updated to wrap the expected value in the new sensitive helper:

    # Old
    it { is_expected.to contain_file('/etc/mysecret.conf').with_content("top secret\n") }
    

    New

    it { is_expected.to contain_file('/etc/mysecret.conf').with_content(sensitive("top secret\n")) }

Added

  • Added support for trusted external fact data.
  • Added the ability to exclude resources from the coverage report calculations using a regular expression. (See documentation for an example.
  • Added have_unique_values_for_all matcher to assert a specific resource parameter value is unique across the entire catalogue. (See documentation.)
  • Added ability to customize module-layer Hiera configuration via new settings. See documentation for details.

... (truncated)

Commits
  • 0463408 Merge pull request #21 from puppetlabs/maint/master/2_11_1_changelog_index
  • d0e595a (MAINT) Add v2.11.1 entry to docs/changelog/index.md
  • d07db4c Merge pull request #20 from puppetlabs/maint/master/release_prep_2_11_1
  • 0e791a3 (MAINT) Release prep for v2.11.1
  • baf75ac Merge pull request #19 from GabrielNagy/facter-impl-consistency
  • 614347f Use symbols for the facter_implementation setting
  • cafb92b Lazily instantiate FacterTestImpl
  • a346ced Ensure FacterImpl consistency between example groups
  • fa9b1ef Merge pull request #17 from da-ar/release_prep
  • bbda94d Release Prep for 2.11.0
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)