dalen / puppet-puppetdbquery

Query functions for PuppetDB
Apache License 2.0
197 stars 69 forks source link

Update puppet-blacksmith requirement from ~> 4.1 to ~> 6.1 #128

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

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

Changelog

Sourced from puppet-blacksmith's changelog.

6.1.0

  • Add support for Puppet Forge API keys
  • Add the full license text
  • Require puppet-modulebuilder ~> 0.2

6.0.1

  • Drop old ruby code
    • We had some code for Ruby 2.0 in the Gemfile. Since we require Ruby 2.4, we can drop the old code
  • Forge upload should always use namespace

There is an author field in metadata.json, but pdk build always uses the module's namespace when building the tarball. Therefore, Blacksmith should do the same and not even use the author field.

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) 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

Commits
  • b90af59 Release 6.1.0
  • a488063 Merge pull request #94 from ekohl/module-builder-0.2
  • f065156 Use puppet-modulebuilder ~> 0.2
  • bf09426 Merge pull request #93 from ekohl/api-key
  • a0f7a98 Support API keys for the Puppet Forge
  • 074500f Merge pull request #92 from alexjfisher/license
  • 3efdafd Use full Apache 2 license text and add badge
  • a3faf7c Merge pull request #91 from timhughes/patch-1
  • 028e17a Add license to gemspec
  • 9ba4aad Merge pull request #89 from bastelfreak/rel601
  • 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)