diff --git a/AUTHORS.md b/AUTHORS.md index cf7f34f..123d3af 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 :-:|---|:-: -<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)|132 +<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)|152 <img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|44 -<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)|36 +<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)|38 <img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|12 <img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>|[@daks](https://github.com/daks)|10 <img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|4 @@ -14,9 +14,10 @@ Avatar|Contributor|Contributions <img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1840337?v=4' width='36' height='36' alt='@ikogan'>|[@ikogan](https://github.com/ikogan)|2 <img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>|[@baby-gnu](https://github.com/baby-gnu)|1 <img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/203204?v=4' width='36' height='36' alt='@abele'>|[@abele](https://github.com/abele)|1 +<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/83996323?v=4' width='36' height='36' alt='@mdschmitt'>|[@mdschmitt](https://github.com/mdschmitt)|1 <img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/36660054?v=4' width='36' height='36' alt='@ypid-geberit'>|[@ypid-geberit](https://github.com/ypid-geberit)|1 <img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/751889?v=4' width='36' height='36' alt='@Yoda-BZH'>|[@Yoda-BZH](https://github.com/Yoda-BZH)|1 --- -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-04-28. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8ef0e..d6809ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +# [0.16.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.15.0...v0.16.0) (2022-04-28) + + +### Continuous Integration + +* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([6174656](https://github.com/saltstack-formulas/packages-formula/commit/61746568cd83f9d9ccc81c393004928b03aec3af)) +* update linters to latest versions [skip ci] ([7b3dfb3](https://github.com/saltstack-formulas/packages-formula/commit/7b3dfb374fd09b1277349620cca95e5704cbc548)) +* **example:** remove blockbox as example of raw ([#86](https://github.com/saltstack-formulas/packages-formula/issues/86)) ([5712cab](https://github.com/saltstack-formulas/packages-formula/commit/5712cab43ef64088dc95214b6c97bfca0ded4a37)) +* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] ([7a53b83](https://github.com/saltstack-formulas/packages-formula/commit/7a53b839993324a82e94511d85b85fe8c660a882)) +* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([c2210ab](https://github.com/saltstack-formulas/packages-formula/commit/c2210ab68a4bec5d08da47060644a66a6649b3ac)) + + +### Features + +* **archive:** make resource name the target path ([#82](https://github.com/saltstack-formulas/packages-formula/issues/82)) ([9390741](https://github.com/saltstack-formulas/packages-formula/commit/9390741d5c25a2915c93368d2100c74e7ebf335f)) + + +### Tests + +* **system:** add `build_platform_codename` [skip ci] ([fb6e67f](https://github.com/saltstack-formulas/packages-formula/commit/fb6e67f1eac5f8a68b008c7ede3bf8fb9b7cb7a0)) + # [0.15.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.14.1...v0.15.0) (2022-01-16) diff --git a/FORMULA b/FORMULA index e952cfe..b4be8c5 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: packages os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 0.15.0 +version: 0.16.0 release: 1 minimum_version: 2017.7 summary: packages formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index d64192a..0c32fe8 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:`<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>`_ - - 111 + - 152 * - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>` - `@javierbertoli <https://github.com/javierbertoli>`_ - 44 * - :raw-html-m2r:`<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>`_ - - 36 + - 38 * - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>` - `@aboe76 <https://github.com/aboe76>`_ - 12 @@ -30,7 +30,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 10 * - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>` - `@dafyddj <https://github.com/dafyddj>`_ - - 3 + - 4 * - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/26920783?v=4' width='36' height='36' alt='@kartnico'>` - `@kartnico <https://github.com/kartnico>`_ - 3 @@ -43,6 +43,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/203204?v=4' width='36' height='36' alt='@abele'>` - `@abele <https://github.com/abele>`_ - 1 + * - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/83996323?v=4' width='36' height='36' alt='@mdschmitt'>` + - `@mdschmitt <https://github.com/mdschmitt>`_ + - 1 * - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/36660054?v=4' width='36' height='36' alt='@ypid-geberit'>` - `@ypid-geberit <https://github.com/ypid-geberit>`_ - 1 @@ -53,4 +56,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-10-02. +Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2022-04-28. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 2827d50..fd12125 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,59 @@ Changelog ========= +`0.16.0 <https://github.com/saltstack-formulas/packages-formula/compare/v0.15.0...v0.16.0>`_ (2022-04-28) +------------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+gitlab:** update for new pre-salted images [skip ci] (\ `6174656 <https://github.com/saltstack-formulas/packages-formula/commit/61746568cd83f9d9ccc81c393004928b03aec3af>`_\ ) +* update linters to latest versions [skip ci] (\ `7b3dfb3 <https://github.com/saltstack-formulas/packages-formula/commit/7b3dfb374fd09b1277349620cca95e5704cbc548>`_\ ) +* **example:** remove blockbox as example of raw (\ `#86 <https://github.com/saltstack-formulas/packages-formula/issues/86>`_\ ) (\ `5712cab <https://github.com/saltstack-formulas/packages-formula/commit/5712cab43ef64088dc95214b6c97bfca0ded4a37>`_\ ) +* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] (\ `7a53b83 <https://github.com/saltstack-formulas/packages-formula/commit/7a53b839993324a82e94511d85b85fe8c660a882>`_\ ) +* **kitchen+gitlab:** update for new pre-salted images [skip ci] (\ `c2210ab <https://github.com/saltstack-formulas/packages-formula/commit/c2210ab68a4bec5d08da47060644a66a6649b3ac>`_\ ) + +Features +^^^^^^^^ + + +* **archive:** make resource name the target path (\ `#82 <https://github.com/saltstack-formulas/packages-formula/issues/82>`_\ ) (\ `9390741 <https://github.com/saltstack-formulas/packages-formula/commit/9390741d5c25a2915c93368d2100c74e7ebf335f>`_\ ) + +Tests +^^^^^ + + +* **system:** add ``build_platform_codename`` [skip ci] (\ `fb6e67f <https://github.com/saltstack-formulas/packages-formula/commit/fb6e67f1eac5f8a68b008c7ede3bf8fb9b7cb7a0>`_\ ) + +`0.15.0 <https://github.com/saltstack-formulas/packages-formula/compare/v0.14.1...v0.15.0>`_ (2022-01-16) +------------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** remove ``branch`` for ``node-formula`` dependency (\ `e6d8065 <https://github.com/saltstack-formulas/packages-formula/commit/e6d80652bc4bd19d0ca3b5f54d73eeccc2effc20>`_\ ) +* **kitchen+ci:** update with ``3004`` pre-salted images/boxes [skip ci] (\ `85e8b8b <https://github.com/saltstack-formulas/packages-formula/commit/85e8b8b6597671943c79332078d0eec5cecc0b6c>`_\ ) +* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] (\ `1df89bc <https://github.com/saltstack-formulas/packages-formula/commit/1df89bcba3439e2387494e909b6c1af7c7f02e60>`_\ ) +* **proxy:** replace deprecated Windows ``2016`` with ``2022`` [skip ci] (\ `769e1d6 <https://github.com/saltstack-formulas/packages-formula/commit/769e1d6555d9c4770230454f06149d12c12b7d8f>`_\ ) +* **proxy+windows:** fix setting up WinRM [skip ci] (\ `a8b6534 <https://github.com/saltstack-formulas/packages-formula/commit/a8b653431d94da9545c28af4b86215f4eac344e9>`_\ ) +* **windows:** use Salt version ``3004`` [skip ci] (\ `7c97573 <https://github.com/saltstack-formulas/packages-formula/commit/7c97573076d440b4c641322246789e1a414e740a>`_\ ) + +Features +^^^^^^^^ + + +* **os*map:** add support for CentOS Stream 8 [skip ci] (\ `5594d16 <https://github.com/saltstack-formulas/packages-formula/commit/5594d164b6e2df2648fb6549bc17f7f0c446eac9>`_\ ) + +Tests +^^^^^ + + +* **debian:** update ``node`` settings (\ `021a0b6 <https://github.com/saltstack-formulas/packages-formula/commit/021a0b6f86b6edadc8a65b1512b626f8bbaa5461>`_\ ) +* **debian:** use ``python3-pip`` (\ `79d3f7b <https://github.com/saltstack-formulas/packages-formula/commit/79d3f7b7ed82b8ca79194ef01fb6caf27f1f4eba>`_\ ) +* **pillar:** disable ``dxpy`` installation on Debian [skip ci] (\ `1f70007 <https://github.com/saltstack-formulas/packages-formula/commit/1f7000717c682f1086e6203d409e5d4c64717076>`_\ ) + `0.14.1 <https://github.com/saltstack-formulas/packages-formula/compare/v0.14.0...v0.14.1>`_ (2021-10-02) -------------------------------------------------------------------------------------------------------------