ekohl / metadata_json_deps

MIT License
3 stars 14 forks source link

Update puppet_forge requirement from >= 2.2, < 5 to >= 2.2, < 6 #20

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on puppet_forge to permit the latest version.

Changelog

Sourced from puppet_forge's changelog.

v3.2.0 - 2021-11-09

  • Allow requests to follow redirects
  • Remove the gettext-setup gem dependency, which was unused

v3.1.0 - 2021-08-20

Changed

  • Update PuppetForge::Connection.authorization so that it prepends the required Bearer string automatically to values that look like Forge API keys. This won't affect values that already include Bearer .

v3.0.0 - 2021-01-28

  • Breaking: The puppet_forge gem now requires at least Ruby 2.4.0.
  • Update faraday and faraday_middleware gem dependencies to 1.x series.
  • Update optional typhoeus dependency to >= 1.4 to maintain compatibility with faraday.

v2.3.4 - 2020-03-31

  • Update the forge API url to forgeapi.puppet.com (instead of using the older puppetlabs.com domain).
  • Allow versions of the faraday_middleware dependency up to 0.15.

v2.3.3 - 2020-02-20

Changed

  • Allow versions of faraday up to 0.18

v2.3.2 - 2020-02-05

Fixed

  • Catch and handle the new Faraday::TimeoutErrors which are occasionally surfaced by the the typheous adapter with more recent verions of libcurl, and log them the same way that Faraday::ConnectionFailed errors are already logged.

Changed

  • Allow for using faraday_middleware versions in the 0.13.x series.

v2.3.1 - 2019-11-15

Fixed

  • Fixed an issue where proxy configurations were being ignored by expanding the range of acceptable versions of the faraday gem dependency and specifically excluding the version that was ignoring proxy configuration options.

v2.3.0 - 2019-07-09

... (truncated)

Commits
  • 7441c04 Merge pull request #94 from caseywilliams/maint/release-3.2.0
  • 4ac649a (MAINT) Release prep for 3.2.0
  • 22564c3 (FIXUP) Simplify error messages in ConnectionFailure
  • 19457cc Merge pull request #91 from bastelfreak/gettext-setup
  • dbf763e Merge pull request #92 from binford2k/follow_redirects
  • e802009 (FORGE-514) Follow redirects from the forge API
  • 9bc3abb Remove unused gettext-setup dependency
  • 8ef010b Merge pull request #90 from caseywilliams/3.1.0
  • c99f958 (MAINT) Update changelog and version for 3.1.0
  • 97e4f44 Merge pull request #89 from caseywilliams/PF-2437/prepend-bearer
  • 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)