Skip to content

Commit 4b30bb9

Browse files
committed
(maint) Update CHANGELOG for 0.4.0 release
1 parent 94e4efa commit 4b30bb9

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
1+
##2016-03-30 - Release 0.4.0
2+
3+
###Summary
4+
5+
This release adds JSON output support for strings, fixes a major bug that prevented strings from working with the 4.4.0 release of puppet, and is the last version of strings that will be released as a module.
6+
7+
All related tickets can be found under the [PDOC][PDOC JIRA] JIRA project with the fix version of [0.4.0](https://tickets.puppetlabs.com/issues/?filter=18810).
8+
9+
###Features
10+
- Support for JSON output **(PDOC-23)**
11+
- Strings now has the ability to produce a JSON representation of a given puppet module
12+
- The details of the JSON schema can be found [here](https://github.com/puppetlabs/puppetlabs-strings/blob/master/json_dom.md)
13+
- For details on how to generate JSON, see the [README](https://github.com/puppetlabs/puppetlabs-strings/blob/master/README.md#running-puppet-strings)
14+
- Migrate to ruby gems as a distribution method **(PDOC-28)**
15+
- This is the last release of strings that will be available as a puppet module
16+
- The 0.4.0 release will be released concurrently as a ruby gem
17+
- After this release, all updates will only be available via the gem
18+
19+
###Bugfixes
20+
21+
- Fix issue that prevented strings from running with Puppet 4.4.0 **(PDOC-75)**
22+
123
##2015-09-22 - Release 0.3.1
224

3-
##Summary
25+
###Summary
426

5-
This is a minor bug fix release.
27+
This is a minor bug fix release.
628

729
All related tickets can be found under the [PDOC][PDOC JIRA] JIRA project with the fix version of [0.3.1](https://tickets.puppetlabs.com/issues/?filter=15530).
830

@@ -14,7 +36,7 @@ All related tickets can be found under the [PDOC][PDOC JIRA] JIRA project with t
1436

1537
##2015-09-21 - Release 0.3.0
1638

17-
##Summary
39+
###Summary
1840

1941
This release includes support for Puppet Types and Providers, as well as
2042
type checking Puppet 4x functions and defined types.
@@ -45,6 +67,7 @@ the fix version of [0.3.0](https://tickets.puppetlabs.com/issues/?filter=15529).
4567

4668

4769
##2015-03-17 - Release 0.2.0
70+
4871
###Summary
4972

5073
This release includes improvements to the HTML output generated by strings and a few bug fixes.

0 commit comments

Comments
 (0)