You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-3Lines changed: 26 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
23
##2015-09-22 - Release 0.3.1
2
24
3
-
##Summary
25
+
###Summary
4
26
5
-
This is a minor bug fix release.
27
+
This is a minor bug fix release.
6
28
7
29
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).
8
30
@@ -14,7 +36,7 @@ All related tickets can be found under the [PDOC][PDOC JIRA] JIRA project with t
14
36
15
37
##2015-09-21 - Release 0.3.0
16
38
17
-
##Summary
39
+
###Summary
18
40
19
41
This release includes support for Puppet Types and Providers, as well as
20
42
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).
45
67
46
68
47
69
##2015-03-17 - Release 0.2.0
70
+
48
71
###Summary
49
72
50
73
This release includes improvements to the HTML output generated by strings and a few bug fixes.
0 commit comments