Skip to content

Commit 2cb3934

Browse files
authored
Merge pull request #444 from bastelfreak/rel900
release 9.0.0
2 parents f24b785 + 0c726b2 commit 2cb3934

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v9.0.0](https://github.com/voxpupuli/puppet-nodejs/tree/v9.0.0) (2021-03-23)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-nodejs/compare/v8.1.0...v9.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Drop Puppet 5 support; Enable Puppet 7 support [\#443](https://github.com/voxpupuli/puppet-nodejs/pull/443) ([bastelfreak](https://github.com/bastelfreak))
14+
- Drop EL6 support [\#438](https://github.com/voxpupuli/puppet-nodejs/pull/438) ([ekohl](https://github.com/ekohl))
15+
- Drop EOL Debian 8 [\#425](https://github.com/voxpupuli/puppet-nodejs/pull/425) ([bastelfreak](https://github.com/bastelfreak))
16+
17+
**Implemented enhancements:**
18+
19+
- puppetlabs/stdlib: Allow 7.x [\#442](https://github.com/voxpupuli/puppet-nodejs/pull/442) ([bastelfreak](https://github.com/bastelfreak))
20+
- add parameter $manage\_nodejs\_package [\#432](https://github.com/voxpupuli/puppet-nodejs/pull/432) ([kenyon](https://github.com/kenyon))
21+
- Debian and Ubuntu versioning and package name fixes [\#431](https://github.com/voxpupuli/puppet-nodejs/pull/431) ([kenyon](https://github.com/kenyon))
22+
23+
**Fixed bugs:**
24+
25+
- Missing dependency on package resource that installs NPM when using the nodesource repository [\#404](https://github.com/voxpupuli/puppet-nodejs/issues/404)
26+
- Add FreeBSD support [\#435](https://github.com/voxpupuli/puppet-nodejs/pull/435) ([igalic](https://github.com/igalic))
27+
28+
**Closed issues:**
29+
30+
- Evaluation Error: Operator '\[\]' is not applicable to an Undef Value - Ubuntu 20.04 [\#440](https://github.com/voxpupuli/puppet-nodejs/issues/440)
31+
- nodejs::npm::global\_config\_entry cannot work on a platform that puts npm into a different path [\#434](https://github.com/voxpupuli/puppet-nodejs/issues/434)
32+
- Installation on CentOS 7 fails, can't remove npm package [\#287](https://github.com/voxpupuli/puppet-nodejs/issues/287)
33+
34+
**Merged pull requests:**
35+
36+
- README.md: fix link to nodejs blog [\#430](https://github.com/voxpupuli/puppet-nodejs/pull/430) ([kenyon](https://github.com/kenyon))
37+
738
## [v8.1.0](https://github.com/voxpupuli/puppet-nodejs/tree/v8.1.0) (2020-09-18)
839

940
[Full Changelog](https://github.com/voxpupuli/puppet-nodejs/compare/v8.0.0...v8.1.0)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-nodejs",
3-
"version": "8.1.1-rc0",
3+
"version": "9.0.0",
44
"author": "Vox Pupuli",
55
"summary": "Install Node.js package and npm package provider.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)