Skip to content

Commit d22636a

Browse files
authored
Merge pull request #521 from voxpupuli/release-prep
Release 12.0.0
2 parents 4165f5f + d7501e0 commit d22636a

2 files changed

Lines changed: 18 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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+
## [v12.0.0](https://github.com/voxpupuli/puppet-nodejs/tree/v12.0.0) (2026-01-15)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-nodejs/compare/v11.0.0...v12.0.0)
10+
11+
**Breaking changes:**
12+
13+
- Drop puppet, update openvox minimum version to 8.19 [\#510](https://github.com/voxpupuli/puppet-nodejs/pull/510) ([TheMeier](https://github.com/TheMeier))
14+
15+
**Implemented enhancements:**
16+
17+
- Add support for FreeBSD 15 [\#520](https://github.com/voxpupuli/puppet-nodejs/pull/520) ([smortex](https://github.com/smortex))
18+
- Declare support for Debian 13 [\#513](https://github.com/voxpupuli/puppet-nodejs/pull/513) ([kenyon](https://github.com/kenyon))
19+
- \(Implicitly\) use `apt::keyring` instead of `apt::key` for APT source [\#512](https://github.com/voxpupuli/puppet-nodejs/pull/512) ([sid3windr](https://github.com/sid3windr))
20+
- Add NodeJS 22 to test matrix [\#509](https://github.com/voxpupuli/puppet-nodejs/pull/509) ([evgeni](https://github.com/evgeni))
21+
- metadata.json: Add OpenVox [\#506](https://github.com/voxpupuli/puppet-nodejs/pull/506) ([jstraw](https://github.com/jstraw))
22+
- Add support for FreeBSD 14 [\#503](https://github.com/voxpupuli/puppet-nodejs/pull/503) ([smortex](https://github.com/smortex))
23+
724
## [v11.0.0](https://github.com/voxpupuli/puppet-nodejs/tree/v11.0.0) (2024-05-14)
825

926
[Full Changelog](https://github.com/voxpupuli/puppet-nodejs/compare/v10.0.0...v11.0.0)
@@ -321,10 +338,6 @@ Last release with Debian 8 support! After this 8.1.0 release we will do a 9.0.0
321338
- NPM Proxy [\#290](https://github.com/voxpupuli/puppet-nodejs/issues/290)
322339
- npmrc can take k,v [\#292](https://github.com/voxpupuli/puppet-nodejs/pull/292) ([Poil](https://github.com/Poil))
323340

324-
**Fixed bugs:**
325-
326-
- Set explicit params for debian jessie [\#274](https://github.com/voxpupuli/puppet-nodejs/pull/274) ([ghost](https://github.com/ghost))
327-
328341
**Closed issues:**
329342

330343
- CentOS 6 3.8 is broken [\#289](https://github.com/voxpupuli/puppet-nodejs/issues/289)
@@ -377,7 +390,6 @@ Last release with Debian 8 support! After this 8.1.0 release we will do a 9.0.0
377390
**Merged pull requests:**
378391

379392
- \[FIX\] Nodesource 6.x nodejs package replaces nodejs-dev & npm packages [\#261](https://github.com/voxpupuli/puppet-nodejs/pull/261) ([mxcoder](https://github.com/mxcoder))
380-
- provider: add support for install\_options [\#260](https://github.com/voxpupuli/puppet-nodejs/pull/260) ([ghost](https://github.com/ghost))
381393
- Add missing badges [\#256](https://github.com/voxpupuli/puppet-nodejs/pull/256) ([dhoppe](https://github.com/dhoppe))
382394
- Metric/BlockLength -\> Metrics/BlockLength [\#255](https://github.com/voxpupuli/puppet-nodejs/pull/255) ([bastelfreak](https://github.com/bastelfreak))
383395
- Actually remove gpg\_key dependency. [\#253](https://github.com/voxpupuli/puppet-nodejs/pull/253) ([MG2R](https://github.com/MG2R))
@@ -490,7 +502,6 @@ Last release with Debian 8 support! After this 8.1.0 release we will do a 9.0.0
490502
- Fix notes about repo\_url\_suffix usage in README [\#181](https://github.com/voxpupuli/puppet-nodejs/pull/181) ([tsde](https://github.com/tsde))
491503
- Add note oninstalling node 5.x [\#180](https://github.com/voxpupuli/puppet-nodejs/pull/180) ([tarjei](https://github.com/tarjei))
492504
- Bump minimum Puppet version to 3.7.0 [\#178](https://github.com/voxpupuli/puppet-nodejs/pull/178) ([juniorsysadmin](https://github.com/juniorsysadmin))
493-
- Update the puppet version requirement since tests and implementations… [\#177](https://github.com/voxpupuli/puppet-nodejs/pull/177) ([ghost](https://github.com/ghost))
494505
- Fix repo\_url\_suffix regex validation [\#176](https://github.com/voxpupuli/puppet-nodejs/pull/176) ([tsde](https://github.com/tsde))
495506
- Fixed typographical error, changed arbitary to arbitrary in README. [\#170](https://github.com/voxpupuli/puppet-nodejs/pull/170) ([orthographic-pedant](https://github.com/orthographic-pedant))
496507
- Remove soft dependency on treydock/gpg\_key [\#152](https://github.com/voxpupuli/puppet-nodejs/pull/152) ([juniorsysadmin](https://github.com/juniorsysadmin))

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": "11.0.1-rc0",
3+
"version": "12.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)