Skip to content

Latest commit

 

History

History
186 lines (112 loc) · 8.36 KB

CHANGELOG.md

File metadata and controls

186 lines (112 loc) · 8.36 KB

Changelog

4.0.0 (2023-09-15)

Full Changelog

Breaking changes:

Implemented enhancements:

Merged pull requests:

3.0.3 (2023-04-24)

Full Changelog

Fixed bugs:

Merged pull requests:

3.0.2 (2022-05-03)

Full Changelog

Merged pull requests:

3.0.1 (2021-08-13)

Full Changelog

Closed issues:

  • For the license: missing a file and license headers in source files #115
  • one test fails against ruby 2.7 when semantic_puppet is not present #114
  • Missing possibility to set options via spec_helper.rb like rspec #18

Merged pull requests:

3.0.0 (2020-11-24)

Full Changelog

Merged pull requests:

  • Require Ruby 2.1 and drop post_install_message #112 (ekohl)

2.4.0 (2020-06-12)

Full Changelog

Merged pull requests:

2.3.0

  • Add duplicate testing in requirements list
  • Fix wrong license file content so GitHub can properly detect it
  • Fix a typo in the README.md

2.2.0

  • Validate Puppet version_requirement #99
  • Add optional check --strict-puppet-version to validate the Puppet Agent Version is not EOL or open ended #100

2.1.0

Changes

  • Improve rendering of post_install message by trimming unnecessary leading spaces #89
  • Fail when checking version requirements if the version range is empty #91
  • Pin public_suffix gem to < 3 for Ruby <= 2.0 #93

Fixed

  • Prevent metadata-json-lint from crashing when the requirements field does not contain an array #94
  • Fix loading of semantic_puppet so that it supports using version vendored in Puppet (if available) #96

2.0.2

Changes

  • Make SemanticPuppet completely optional and remove dependency on Puppet #86
  • Only log open dependency warning with --strict-dependencies #78

Fixed

  • Fix readme for gemfile usage #84

2.0.1

Changes

  • Puppet 4.9.0 and newer uses the vendored semantic_puppet packaged with Puppet.
  • If using Puppet 4.8.x and earlier, adding semantic_puppet to your Gemfile is required as the vendored semantic_puppet was not packaged with Puppet prior to 4.9.0
  • Add test environment for Ruby 2.4.1

2.0.0

Changes

  • The semantic_puppet gem is no longer included as a runtime dependency due to conflicts with Puppet 5.x libraries that break the puppet module command. As such, semantic_puppet must be added to a user's Gemfile in Puppet <= 4.x. See Installation docs for more info
  • metadata-json-lint now officially only supports Ruby >= 2.0.0

Fixed

  • Fix puppet 5.x semantic_puppet conflicts (#79)
  • Clarify Ruby >= 2.x only support (#74)

1.2.2

Fixed

  • Fix metadata_lint rake task exiting on success, not continuing (#70)
  • Fix failure on incorrect license warning when --no-strict-license used (#69)

1.2.1

Fixed

  • Fix missing lib/ files in published gem

1.2.0

Added

  • Add --format/-f option to support a JSON output format
  • Add warning for mixed version range syntax, supported only in Puppet 5

Changed

  • The default text format mode now outputs more structured messages
  • README has been edited and clarity improved

Fixed

  • Fix non-zero exit code caused by some checks

1.1.0

Added

  • Ensure module tags are correctly specified as an array (#44)
  • Ensure requirements doesn't list the deprecated pe key (#46)
  • Ensure dependencies aren't listed with version_range keys (#47)
  • Support strictness configuration via Ruby API, for use in rake tasks definitions
  • Show default strictness option values in --help output

Fixed

  • Fix unclear error message when metadata.json does not exist
  • Fix gem publishing date
  • Various test improvements, ensuring failures are caught accurately and precisely

* This Changelog was automatically generated by github_changelog_generator