From 062ac2a6ff465f96d2d22f939f7280e26d798ae3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Jun 2022 21:03:32 +0000 Subject: [PATCH] chore(release): 2.4.0 [skip ci] # [2.4.0](https://github.com/saltstack-formulas/node-formula/compare/v2.3.0...v2.4.0) (2022-06-07) ### Continuous Integration * **kitchen+gitlab:** update for new pre-salted images [skip ci] ([3c2ee6e](https://github.com/saltstack-formulas/node-formula/commit/3c2ee6eb11c81903961973814938ed1d6f649698)) * **vagrant:** use `linked_clone` at all times (inc. CI) [skip ci] ([0db341d](https://github.com/saltstack-formulas/node-formula/commit/0db341da2589d73cccd25776471ca35cfa485731)) ### Features * **os*map:** update version installed on Debian/Ubuntu ([b0c4bd9](https://github.com/saltstack-formulas/node-formula/commit/b0c4bd9041b5e3826412804c16e11f8a99287807)) * **os*map:** update version installed on Debian/Ubuntu [skip ci] ([f204851](https://github.com/saltstack-formulas/node-formula/commit/f2048513e84fb3eb445668303386c2ffbcda3c89)) ### Tests * **system.rb:** add support for `mac_os_x` [skip ci] ([74d8a56](https://github.com/saltstack-formulas/node-formula/commit/74d8a56bf4edc4438d067fd3881591e808fa5e70)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 19 +++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 23 +++++++++++++++++++++++ 5 files changed, 47 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 6f0e564..a25c109 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|104 +@myii|[@myii](https://github.com/myii)|118 @gravyboat|[@gravyboat](https://github.com/gravyboat)|12 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|10 @Granjow|[@Granjow](https://github.com/Granjow)|7 @@ -44,4 +44,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-03-24. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-06-07. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b28c5e..8500611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +# [2.4.0](https://github.com/saltstack-formulas/node-formula/compare/v2.3.0...v2.4.0) (2022-06-07) + + +### Continuous Integration + +* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([3c2ee6e](https://github.com/saltstack-formulas/node-formula/commit/3c2ee6eb11c81903961973814938ed1d6f649698)) +* **vagrant:** use `linked_clone` at all times (inc. CI) [skip ci] ([0db341d](https://github.com/saltstack-formulas/node-formula/commit/0db341da2589d73cccd25776471ca35cfa485731)) + + +### Features + +* **os*map:** update version installed on Debian/Ubuntu ([b0c4bd9](https://github.com/saltstack-formulas/node-formula/commit/b0c4bd9041b5e3826412804c16e11f8a99287807)) +* **os*map:** update version installed on Debian/Ubuntu [skip ci] ([f204851](https://github.com/saltstack-formulas/node-formula/commit/f2048513e84fb3eb445668303386c2ffbcda3c89)) + + +### Tests + +* **system.rb:** add support for `mac_os_x` [skip ci] ([74d8a56](https://github.com/saltstack-formulas/node-formula/commit/74d8a56bf4edc4438d067fd3881591e808fa5e70)) + # [2.3.0](https://github.com/saltstack-formulas/node-formula/compare/v2.2.0...v2.3.0) (2022-03-24) diff --git a/FORMULA b/FORMULA index e6592ce..d4d5b59 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: node os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 2.3.0 +version: 2.4.0 release: 1 minimum_version: 2016.11 summary: node formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index bbebabd..7c230ef 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 104 + - 118 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 12 @@ -128,4 +128,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-03-24. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-06-07. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index cde05c0..8e35b7d 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,29 @@ Changelog ========= +`2.4.0 `_ (2022-06-07) +------------------------------------------------------------------------------------------------------ + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+gitlab:** update for new pre-salted images [skip ci] (\ `3c2ee6e `_\ ) +* **vagrant:** use ``linked_clone`` at all times (inc. CI) [skip ci] (\ `0db341d `_\ ) + +Features +^^^^^^^^ + + +* **os*map:** update version installed on Debian/Ubuntu (\ `b0c4bd9 `_\ ) +* **os*map:** update version installed on Debian/Ubuntu [skip ci] (\ `f204851 `_\ ) + +Tests +^^^^^ + + +* **system.rb:** add support for ``mac_os_x`` [skip ci] (\ `74d8a56 `_\ ) + `2.3.0 `_ (2022-03-24) ------------------------------------------------------------------------------------------------------