puppet-puppetdbquery
puppet-puppetdbquery copied to clipboard
Update puppet-blacksmith requirement from ~> 4.1 to ~> 6.1
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 buildalways 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
buildrake task to its ownmodule:buildtask 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_signoption in the RakeTask4.1.0
Commits
b90af59Release 6.1.0a488063Merge pull request #94 from ekohl/module-builder-0.2f065156Use puppet-modulebuilder ~> 0.2bf09426Merge pull request #93 from ekohl/api-keya0f7a98Support API keys for the Puppet Forge074500fMerge pull request #92 from alexjfisher/license3efdafdUse full Apache 2 license text and add badgea3faf7cMerge pull request #91 from timhughes/patch-1028e17aAdd license to gemspec9ba4aadMerge 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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:
- 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)