diff --git a/AUTHORS.md b/AUTHORS.md index 516f098..6f0e564 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,9 +4,9 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|79 +@myii|[@myii](https://github.com/myii)|104 @gravyboat|[@gravyboat](https://github.com/gravyboat)|12 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|9 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|10 @Granjow|[@Granjow](https://github.com/Granjow)|7 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|5 @johnkeates|[@johnkeates](https://github.com/johnkeates)|5 @@ -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-01-16. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-03-24. diff --git a/CHANGELOG.md b/CHANGELOG.md index c2e10dd..4b28c5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +# [2.3.0](https://github.com/saltstack-formulas/node-formula/compare/v2.2.0...v2.3.0) (2022-03-24) + + +### Continuous Integration + +* enable Vagrant-based testing using GitHub Actions ([0d1bd4a](https://github.com/saltstack-formulas/node-formula/commit/0d1bd4a31185bce4cc6b5ebeeb198dfb5f9d7874)) +* update linters to latest versions [skip ci] ([ed63546](https://github.com/saltstack-formulas/node-formula/commit/ed63546091e9d140d264f8bc88842134a2fb0dac)) +* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] ([478c2c7](https://github.com/saltstack-formulas/node-formula/commit/478c2c76584777701df8028f3bb35d75b577bcd1)) +* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([7e237d1](https://github.com/saltstack-formulas/node-formula/commit/7e237d1e90327c8822b311205ddc14964df4ceeb)) + + +### Documentation + +* **readme:** add `Testing with Vagrant` section ([05c942e](https://github.com/saltstack-formulas/node-formula/commit/05c942ecb05f3a918fe762a7164cb2d9f7118cc7)) + + +### Features + +* **freebsd:** add support to work with the `default` suite ([0f50475](https://github.com/saltstack-formulas/node-formula/commit/0f50475063856a540f72217cb4bb2bad3501da0e)) +* **openbsd:** add support to work with the `default` suite ([1d97949](https://github.com/saltstack-formulas/node-formula/commit/1d97949be7532fbbafd040c334846ac869a1be4b)) +* **os*map:** update version installed on Debian/Ubuntu [skip ci] ([d4407fa](https://github.com/saltstack-formulas/node-formula/commit/d4407fa3e263eb8fced94657a61da2db7d902feb)) +* **os*map:** update version installed on Debian/Ubuntu [skip ci] ([e806dcb](https://github.com/saltstack-formulas/node-formula/commit/e806dcbd4bee7fd085727383475ee47dc870ed95)) +* **os*map:** update version installed on Debian/Ubuntu [skip ci] ([2976bf2](https://github.com/saltstack-formulas/node-formula/commit/2976bf2c7381fb3b5187caa4673d4d5d2db0f4b8)) +* **osfingermap:** use last working version for Fedora 34 [skip ci] ([c38f422](https://github.com/saltstack-formulas/node-formula/commit/c38f4225b921d0a3d0e7291b4a3e86ab73ccc9c1)) +* **windows:** add support to work with the `default` suite ([f1066d6](https://github.com/saltstack-formulas/node-formula/commit/f1066d6758552cee9b240fa33bb2cdb32e0a9d15)) + + +### Tests + +* **system:** add `build_platform_codename` [skip ci] ([de02abe](https://github.com/saltstack-formulas/node-formula/commit/de02abe07864c6e744283be2aa7ef818297d13af)) + # [2.2.0](https://github.com/saltstack-formulas/node-formula/compare/v2.1.0...v2.2.0) (2022-01-16) diff --git a/FORMULA b/FORMULA index 8dd20be..e6592ce 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.2.0 +version: 2.3.0 release: 1 minimum_version: 2016.11 summary: node formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 98611be..bbebabd 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,13 +15,13 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 66 + - 104 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 12 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 9 + - 10 * - :raw-html-m2r:`@Granjow` - `@Granjow `_ - 7 @@ -91,6 +91,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@auser` - `@auser `_ - 1 + * - :raw-html-m2r:`@briandesousa` + - `@briandesousa `_ + - 1 * - :raw-html-m2r:`@baby-gnu` - `@baby-gnu `_ - 1 @@ -125,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 2021-11-12. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-03-24. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 7171825..cde05c0 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,73 @@ Changelog ========= +`2.3.0 `_ (2022-03-24) +------------------------------------------------------------------------------------------------------ + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* enable Vagrant-based testing using GitHub Actions (\ `0d1bd4a `_\ ) +* update linters to latest versions [skip ci] (\ `ed63546 `_\ ) +* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] (\ `478c2c7 `_\ ) +* **kitchen+gitlab:** update for new pre-salted images [skip ci] (\ `7e237d1 `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** add ``Testing with Vagrant`` section (\ `05c942e `_\ ) + +Features +^^^^^^^^ + + +* **freebsd:** add support to work with the ``default`` suite (\ `0f50475 `_\ ) +* **openbsd:** add support to work with the ``default`` suite (\ `1d97949 `_\ ) +* **os*map:** update version installed on Debian/Ubuntu [skip ci] (\ `d4407fa `_\ ) +* **os*map:** update version installed on Debian/Ubuntu [skip ci] (\ `e806dcb `_\ ) +* **os*map:** update version installed on Debian/Ubuntu [skip ci] (\ `2976bf2 `_\ ) +* **osfingermap:** use last working version for Fedora 34 [skip ci] (\ `c38f422 `_\ ) +* **windows:** add support to work with the ``default`` suite (\ `f1066d6 `_\ ) + +Tests +^^^^^ + + +* **system:** add ``build_platform_codename`` [skip ci] (\ `de02abe `_\ ) + +`2.2.0 `_ (2022-01-16) +------------------------------------------------------------------------------------------------------ + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* add ``osfingermap`` (\ `e5f9399 `_\ ) + +Features +^^^^^^^^ + + +* **tumbleweed:** update version via. new ``oscodenamemap`` (\ `3ce9ef2 `_\ ) + +`2.1.0 `_ (2022-01-14) +------------------------------------------------------------------------------------------------------ + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+ci:** update with ``3004`` pre-salted images/boxes [skip ci] (\ `29a797a `_\ ) + +Features +^^^^^^^^ + + +* **repo:** update installation ``version`` [skip ci] (\ `4902faf `_\ ) +* **repo:** update installation version (\ `cad52df `_\ ) + `2.0.0 `_ (2021-11-12) ------------------------------------------------------------------------------------------------------