dalen / puppet-puppetdbquery

Query functions for PuppetDB
Apache License 2.0
198 stars 71 forks source link

Update puppet-blacksmith requirement from ~> 4.1 to ~> 6.0 #126

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

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

Changelog

Sourced from puppet-blacksmith's changelog.

6.0.0

This module moves from puppetlabs_spec_helper's build rake task to its own module:build task which uses puppet-modulebuilder. This has the benefit that it no longer needs the Puppet face (Puppet < 6) or the PDK (Puppet >= 6) and becomes standalone.

  • Use puppet-modulebuilder to build modules

5.1.0

  • Enable Artifactory access via API key. This provides an additional authentication mechanism besides a password
  • Remove outdated variable reference. This fixes a regression in Artifactory upload exception handling

5.0.0

Note: The gemspec got updated to require at least Ruby 2.4 or newer. Older versions are end of life and unsupported.

  • Add note about clearing the rake task cache
  • Add support for Artifactory uploads
  • Update the maximum allows puppet versions
  • Update description for module:release task
  • Factor out uploading to separate functions
  • Handle RC versions while patching
  • Improve testing code

4.1.2

  • Fix an incorrect checksum on rubygems

4.1.1

  • Expose tag_sign option in the RakeTask

4.1.0

  • Allow creating signed tags

4.0.1

This version is a fixup release since the 4.0.0 release broke the CI of a user which was still using Ruby 1.9.3.

  • Require ruby >= 2.0.0 in the gemspec

4.0.0

This version drops Modulefile support. Upstream Puppet has removed the support from the code and we used that. It means we no longer use the Puppet gem which greatly reduces the profile of the module.

  • Add has_tag? and has_version_tag? methods
  • Make exec_git a private method
  • Support Ruby 2.2 - 2.4
  • Rip out Modulefile support
... (truncated)
Commits
  • a81d467 Release 6.0.0
  • f0c372a Merge pull request #85 from ekohl/modern-cucumber
  • ad5c159 Use the modern cucumber syntax
  • 34ef2a1 Merge pull request #81 from ekohl/use-puppet-modulebuilder
  • f955a02 Use puppet-modulebuilder to build modules
  • 5b203af Aruba 1.0 compatibility
  • 362d83b Merge pull request #83 from ekohl/dir
  • a44df39 Replace File.dirname(FILE) with dir
  • 627b839 Merge pull request #82 from ekohl/update-readme
  • 332c563 Update README to use syntax highlighting
  • 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 will not automatically merge this PR because it includes a major update to a development dependency.


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #128.