Skip to content

Commit 062ac2a

Browse files
chore(release): 2.4.0 [skip ci]
# [2.4.0](v2.3.0...v2.4.0) (2022-06-07) ### Continuous Integration * **kitchen+gitlab:** update for new pre-salted images [skip ci] ([3c2ee6e](3c2ee6e)) * **vagrant:** use `linked_clone` at all times (inc. CI) [skip ci] ([0db341d](0db341d)) ### Features * **os*map:** update version installed on Debian/Ubuntu ([b0c4bd9](b0c4bd9)) * **os*map:** update version installed on Debian/Ubuntu [skip ci] ([f204851](f204851)) ### Tests * **system.rb:** add support for `mac_os_x` [skip ci] ([74d8a56](74d8a56))
1 parent b0c4bd9 commit 062ac2a

File tree

5 files changed

+47
-5
lines changed

5 files changed

+47
-5
lines changed

AUTHORS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|104
7+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|118
88
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|12
99
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|10
1010
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/305622?v=4' width='36' height='36' alt='@Granjow'>|[@Granjow](https://github.com/Granjow)|7
@@ -44,4 +44,4 @@ Avatar|Contributor|Contributions
4444

4545
---
4646

47-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-03-24.
47+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-06-07.

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
# [2.4.0](https://github.com/saltstack-formulas/node-formula/compare/v2.3.0...v2.4.0) (2022-06-07)
4+
5+
6+
### Continuous Integration
7+
8+
* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([3c2ee6e](https://github.com/saltstack-formulas/node-formula/commit/3c2ee6eb11c81903961973814938ed1d6f649698))
9+
* **vagrant:** use `linked_clone` at all times (inc. CI) [skip ci] ([0db341d](https://github.com/saltstack-formulas/node-formula/commit/0db341da2589d73cccd25776471ca35cfa485731))
10+
11+
12+
### Features
13+
14+
* **os*map:** update version installed on Debian/Ubuntu ([b0c4bd9](https://github.com/saltstack-formulas/node-formula/commit/b0c4bd9041b5e3826412804c16e11f8a99287807))
15+
* **os*map:** update version installed on Debian/Ubuntu [skip ci] ([f204851](https://github.com/saltstack-formulas/node-formula/commit/f2048513e84fb3eb445668303386c2ffbcda3c89))
16+
17+
18+
### Tests
19+
20+
* **system.rb:** add support for `mac_os_x` [skip ci] ([74d8a56](https://github.com/saltstack-formulas/node-formula/commit/74d8a56bf4edc4438d067fd3881591e808fa5e70))
21+
322
# [2.3.0](https://github.com/saltstack-formulas/node-formula/compare/v2.2.0...v2.3.0) (2022-03-24)
423

524

FORMULA

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: node
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
4-
version: 2.3.0
4+
version: 2.4.0
55
release: 1
66
minimum_version: 2016.11
77
summary: node formula

docs/AUTHORS.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 104
18+
- 118
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
2020
- `@gravyboat <https://github.com/gravyboat>`_
2121
- 12
@@ -128,4 +128,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
128128

129129
----
130130

131-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2022-03-24.
131+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2022-06-07.

docs/CHANGELOG.rst

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22
Changelog
33
=========
44

5+
`2.4.0 <https://github.com/saltstack-formulas/node-formula/compare/v2.3.0...v2.4.0>`_ (2022-06-07)
6+
------------------------------------------------------------------------------------------------------
7+
8+
Continuous Integration
9+
^^^^^^^^^^^^^^^^^^^^^^
10+
11+
12+
* **kitchen+gitlab:** update for new pre-salted images [skip ci] (\ `3c2ee6e <https://github.com/saltstack-formulas/node-formula/commit/3c2ee6eb11c81903961973814938ed1d6f649698>`_\ )
13+
* **vagrant:** use ``linked_clone`` at all times (inc. CI) [skip ci] (\ `0db341d <https://github.com/saltstack-formulas/node-formula/commit/0db341da2589d73cccd25776471ca35cfa485731>`_\ )
14+
15+
Features
16+
^^^^^^^^
17+
18+
19+
* **os*map:** update version installed on Debian/Ubuntu (\ `b0c4bd9 <https://github.com/saltstack-formulas/node-formula/commit/b0c4bd9041b5e3826412804c16e11f8a99287807>`_\ )
20+
* **os*map:** update version installed on Debian/Ubuntu [skip ci] (\ `f204851 <https://github.com/saltstack-formulas/node-formula/commit/f2048513e84fb3eb445668303386c2ffbcda3c89>`_\ )
21+
22+
Tests
23+
^^^^^
24+
25+
26+
* **system.rb:** add support for ``mac_os_x`` [skip ci] (\ `74d8a56 <https://github.com/saltstack-formulas/node-formula/commit/74d8a56bf4edc4438d067fd3881591e808fa5e70>`_\ )
27+
528
`2.3.0 <https://github.com/saltstack-formulas/node-formula/compare/v2.2.0...v2.3.0>`_ (2022-03-24)
629
------------------------------------------------------------------------------------------------------
730

0 commit comments

Comments
 (0)