Skip to content

Commit 57a060f

Browse files
authored
Merge pull request #500 from voxpupuli/rel1100
Release 11.0.0
2 parents 074ef98 + 4de128b commit 57a060f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ 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+
## [v11.0.0](https://github.com/voxpupuli/puppet-nodejs/tree/v11.0.0) (2024-05-14)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-nodejs/compare/v10.0.0...v11.0.0)
10+
11+
**Breaking changes:**
12+
13+
- replace repo\_url\_suffix with repo\_version [\#487](https://github.com/voxpupuli/puppet-nodejs/pull/487) ([evgeni](https://github.com/evgeni))
14+
- switch to using the nodistro nodesource repos, removing source support, dropping support for NodeJS16 on EL9 [\#485](https://github.com/voxpupuli/puppet-nodejs/pull/485) ([evgeni](https://github.com/evgeni))
15+
- Drop support for Debian 10, it's EOL [\#484](https://github.com/voxpupuli/puppet-nodejs/pull/484) ([evgeni](https://github.com/evgeni))
16+
- Update default release to 20.x [\#482](https://github.com/voxpupuli/puppet-nodejs/pull/482) ([evgeni](https://github.com/evgeni))
17+
- Update default release to 18.x, EL7 to 16.x [\#481](https://github.com/voxpupuli/puppet-nodejs/pull/481) ([evgeni](https://github.com/evgeni))
18+
19+
**Implemented enhancements:**
20+
21+
- Remove legacy top-scope syntax in README [\#491](https://github.com/voxpupuli/puppet-nodejs/pull/491) ([smortex](https://github.com/smortex))
22+
- test different NodeJS versions using beaker\_facter [\#490](https://github.com/voxpupuli/puppet-nodejs/pull/490) ([evgeni](https://github.com/evgeni))
23+
- Add Rocky and AlmaLinux support [\#489](https://github.com/voxpupuli/puppet-nodejs/pull/489) ([evgeni](https://github.com/evgeni))
24+
- add dnfmodule repo implementation [\#488](https://github.com/voxpupuli/puppet-nodejs/pull/488) ([evgeni](https://github.com/evgeni))
25+
- only ensure real npm packages [\#486](https://github.com/voxpupuli/puppet-nodejs/pull/486) ([evgeni](https://github.com/evgeni))
26+
- Add support for Ubuntu 22.04 [\#483](https://github.com/voxpupuli/puppet-nodejs/pull/483) ([evgeni](https://github.com/evgeni))
27+
- Add support for Debian 12 [\#480](https://github.com/voxpupuli/puppet-nodejs/pull/480) ([evgeni](https://github.com/evgeni))
28+
729
## [v10.0.0](https://github.com/voxpupuli/puppet-nodejs/tree/v10.0.0) (2023-09-25)
830

931
[Full Changelog](https://github.com/voxpupuli/puppet-nodejs/compare/v9.1.0...v10.0.0)

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-nodejs",
3-
"version": "10.0.1-rc0",
3+
"version": "11.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)