forked from voxpupuli/puppet-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
82 lines (56 loc) · 1.91 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
2014-07-15 0.6.1
Summary:
This release merely updates metadata.json so the module can be uninstalled and
upgraded via the puppet module command.
2014-06-18 0.6.0
Summary:
This release primarily has improved support for Gentoo and testing
improvements.
Features:
- Improved Gentoo support.
- Test updates
Bugfixes:
2014-03-20 0.5.0
Summary:
This release is just a wrap up of a number of submitted PRs, mostly around
improvements to operating system support, as well as some improvements to
handling npm.
Features:
- Update travis to test more recent versions of Puppet.
- Changed package name for Amazon Linux.
- Add support for Scientific Linux.
Bugfixes:
- Ubuntu uses uppercase for the operatingsystem fact.
- Ignore exit codes from "npm list --json" as they can be misleading, and instead just parse the JSON.
- Set $HOME for npm commands.
- Don't include development version accidently.
- Fix for chrislea ppa that already installs npm.
2013-08-29 0.4.0
Summary:
This release removes the precise special handling
and adds the ability to pass in $version.
Features:
- Precise uses the same ppa as every other release.
- New parameters in nodejs:
- `version`: Set the version to install.
2013-08-01 0.3.0
Summary:
The focus of this release is ensuring the module
still works on newer distributions.
Features:
- New parameters in nodejs:
- `manage_repo`: Enable/Disable repo management.
Bugfixes:
- Fixed npm on Ubuntuwhen using Chris Lea's PPA
- Make RHEL6 variants the default.
- Fix yumrepo file ordering.
0.2.1 2012-12-28 Puppet Labs <[email protected]>
* Updated EL RPM repositories
0.2.0 2012-05-22 Puppet Labs <[email protected]>
* Add RedHat family support
* Use npm package instead of exec script.
* Remove ppa repo for Ubuntu Precise.
0.1.1 2012-05-04 Puppet Labs <[email protected]>
* Use include for apt class and add spec tests.
0.1.0 2012-04-30 Puppet Labs <[email protected]>
* Initial module release.