Skip to content

Latest commit

 

History

History
162 lines (90 loc) · 4.66 KB

CHANGELOG.md

File metadata and controls

162 lines (90 loc) · 4.66 KB

Unreleased

v0.31.1 (Sep 5 2022)

  • Remove action_class from data sent to resource_class.class_eval. Submitted by Justin Steele.

v0.31.0 (Feb 7 2022)

  • Prettify Chef version constraints.

v0.30.0 (Mar 19 2021)

  • Support a space after # in custom resource. Submitted by Tomoya Kabe.

v0.29.0 (Jun 26 2020)

  • Extract descriptions from libraries/*.rb. Submitted by Joe Nuspl.

v0.28.0 (Jun 11 2020)

  • If Berksfile exists, add source_url links to cookbooks. Submitted by Joe Nuspl.

v0.27.0 (Jun 20 2019)

  • Add support for Chef 15. Submitted by grozan.

v0.26.0 (Mar 4 2019)

  • Display lazy defaults as such. Submitted by Joe Nuspl.

v0.25.2 (Dec 18 2018)

  • Re-release gem with the appropriate version.

v0.24.2 (Dec 17 2018)

  • Add chef_versions support. Submitted by Nikolay Antsiferov.

v0.25.0 (Mar 7 2018)

  • Remove deprecated metadata for >= Chef 13. Submitted by Jamie Tanna.

v0.24.1 (Oct 2 2017)

  • Fix the markdown spacing for maintainer/source/issues URL. Submitted by Jamie Tanna.

v0.24.0 (Mar 11 2017)

  • Fix the mis-application of change in v0.23.0. Submitted by Guillaume Rozan.

v0.23.0 (Mar 11 2017)

  • Fix documentation of parameters with default value of false was incorrectly documented as false. Submitted by Guillaume Rozan.

v0.22.0 (Feb 9 2017)

  • Fix rake tasks for newer versions of Rake. Submitted by jsirex.

v0.21.0 (Dec 2 2016)

  • Add support --ignore-missing-doc-attr to skip attributes with no documentation. Submitted by Andrey Zax.

v0.20.0 (Mar 11 2016)

  • Support custom requirements being specified in doc/requirements.md. Submitted by Deepak Sihag.

v0.19.0 (Dec 1 2015)

  • Revert changes in 0.18.0 as it is not possible to support modern versions of chef and pre-2.0 versions of ruby.

v0.18.0 (Dec 1 2015)

  • Restore support for ruby pre-2.0 versions.

v0.17.0 (Dec 1 2015)

  • Add support for Chef >= 12.5. Submitted by Ole Claussen.
  • Add support for arrays of default_actions. Submitted by Ole Claussen.

v0.16.0 (Aug 6 2015)

  • Travis CI testing, and test matrix. Submitted by Mark Ayers.
  • Added badges to README. Submitted by Mark Ayers.
  • Expose metadata name value. Submitted by Mark Ayers.
  • No longer capitalize the platform. Submitted by Mark Ayers.
  • Allow '# <' and '# >' for doc block comments. Submitted by Mark Ayers.

v0.15.0 (Mar 20 2015)

  • Further bug-fixes for multi-line attributes. Submitted By Drew Blessing.
  • Introduce automated testing infrastructure. Submitted By Drew Blessing.

v0.14.0 (Mar 17 2015)

  • Further bug-fixes for multi-line attributes. Submitted By Drew Blessing.
  • Fix the default values emitted in documentation.

v0.13.0 (Mar 17 2015)

  • Fix get_attribute_name to use the newly supplied precedent level. Submitted By Drew Blessing.
  • Further refinements for multi-line attributes. Submitted By Drew Blessing.

v0.12.0 (Mar 17 2015)

  • Improve regex that matches attributes to support all 5 precedent specifiers and also supports multiline definitions. This is backwards compatible. Submitted By Drew Blessing.

v0.11.0 (Jun 5 2014)

  • Be honest about attribute types. Submitted by benlangfeld.

v0.10.0 (Mar 3 2014)

  • Add support for generating documentation for definitions. Submitted by zhelyan.
  • Remove end of line whitespace in generated README

v0.9.0 (Feb 24 2014)

  • Convert cookbook_dir to real path to ensure the plugin works in alternative shells such as powershell. Submitted by zhelyan.

v0.8.0 (Feb 14 2014)

  • Fix compatibility with Chef 11.8.0. Submitted by Ben Langfeld.

v0.7.0 (Oct 13 2013)

  • Add some basic documentation regarding scanning documentation for attributes.

v0.6.0 (Oct 7 2013)

  • Fix bug in attributes model due to incorrectly named method call. Reported by Jared Russell.

v0.5.0 (Sep 16 2013)

  • Re-push gem with correct set of changes to rubygems.

v0.4.0 (Sep 16 2013)

  • Scan the recipes directory for recipes if no recipes are declared in the metadata.rb (Skipping recipes with a name starting with '_'). Submitted by Jarek Gawor.
  • Scan the attributes files if no attributes are declared in the metadata.rb and collect descriptions from comments. Submitted by Jarek Gawor.
  • Descriptions scanned from source files should expect the . separator to be followed by a space. Submitted by Jarek Gawor.

v0.3.0 (Apr 1 2013)

  • Replace the last section of the readme with the doc/credit.md fragment if it is present.

v0.2.0 (Apr 1 2013)

  • Rework plugin to generate documentation for LWRPs.
  • Update the plugin to scan the source file for annotations to add to README.

v0.1.1 (Feb 20 2013)

  • Convert plugin into a gem that can be installed via RubyGems.
  • Update README.
  • Add this CHANGELOG file.

v0.1.0 (Dec 5 2012)

  • First tagged version.