Skip to content

Update rspec-puppet requirement from ~> 2.11.1 to ~> 2.12.0 #122

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

Merged
merged 1 commit into from
Jul 27, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2022

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

Changelog

Sourced from rspec-puppet's changelog.

[2.12.0]

Added

  • Handle nil autorequire results (#22)
  • Add the ability to use kind_of matchers (#24)

[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.

... (truncated)

Commits
  • 735fdb0 Merge pull request #25 from pmcmaw/maint/main/release_prep_2_12_0
  • 67b4a06 (maint) - Release prep v2.12.0
  • 72bb3a8 Merge pull request #24 from binford2k/check_return_type
  • 8c149e9 Add the ability to use kind_of matchers
  • e54b31e Merge pull request #22 from seanmil/tolerate_nil_autorequires
  • 56d6b94 Fix auto relationship spec tests for Windows
  • 65c4172 Handle nil autorequire results
  • See full diff 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)

Updates the requirements on [rspec-puppet](https://github.com/puppetlabs/rspec-puppet) to permit the latest version.
- [Release notes](https://github.com/puppetlabs/rspec-puppet/releases)
- [Changelog](https://github.com/puppetlabs/rspec-puppet/blob/master/CHANGELOG.md)
- [Commits](puppetlabs/rspec-puppet@v2.11.1...v2.12.0)

---
updated-dependencies:
- dependency-name: rspec-puppet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner July 22, 2022 13:03
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 22, 2022
@mikewardpdx mikewardpdx merged commit bf16f77 into main Jul 27, 2022
@mikewardpdx mikewardpdx deleted the dependabot/bundler/rspec-puppet-tw-2.12.0 branch July 27, 2022 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant