puppetlabs / ruby-pwsh

A ruby gem for interacting with PowerShell
MIT License
15 stars 23 forks source link

Update pdk requirement from ~> 1.0 to ~> 2.6 #201

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on pdk to permit the latest version.

Release notes

Sourced from pdk's releases.

PDK v2.6.0

PDK 2.6.0 πŸŽ‰

https://www.puppet.com/downloads/puppet-development-kit

New features and enhancements

  • Ruby 2.7.6 has been updated to 2.7.7 to address CVE-2021-33621.
  • PDK Templates have been updated to 2.7.1.
  • Support for Fedora 36 has been added.

Resolved issues

  • The vendored puppet-lint plugins have been updated to their latest compatible versions. This resolves an issue where a conflict between puppet-lint and the sytax validator would occur when using the auto fix feature of pdk validate.
  • The vendored facterdb version has been updated. This brings in more supported facts for testing your Puppet code.
  • PDK will no longer attempt to install missing dependencies when creating new modules with the default template.

#Deprecations

  • Package support for Fedora 32 and 34 has been removed.
  • Puppet 5 and Ruby 2.4 support has been removed.
  • Nokogiri and it's dependencies have been removed from the packages.
Changelog

Sourced from pdk's changelog.

v2.6.0 - 2023-01-17

Full Changelog

Added

Fixed

v2.5.0 - 2022-05-17

Full Changelog

v2.4.0 - 2022-02-07

Full Changelog

Fixed

  • (PDK-1758) supplement in_module_root with check for metadata.json #1154 (da-ar)

v2.3.0 - 2021-10-21

Full Changelog

Fixed

v2.2.0 - 2021-08-02

Full Changelog

Added

Fixed

Other

... (truncated)

Commits
  • 2aad356 Merge pull request #1196 from puppetlabs/CONT-422-2.6.0_release_notes
  • f939cc0 pint -> lint
  • 88b91de (CONT-422) - PDK 2.6.0 Release Notes
  • ddf4151 Merge pull request #1195 from puppetlabs/CONT-422-release_2.6.0
  • c39a924 (CONT-422) - Remove references to puppet 5
  • c55fd48 (CONT-422) - Bump Puppet versions
  • a5469eb (CONT-422) - Bump testing dependencies
  • 6c23197 (CONT-422) - Prep PDK version
  • 15583ca Merge pull request #1192 from puppetlabs/CONT-380-update_ci
  • f6ee6dc (CONT-380) Refresh CI
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #207.