From 4a51df30ffa637a649713ec777671182dd32a6b8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 12 Feb 2022 17:56:13 +0000 Subject: [PATCH] chore(release): 0.21.1 [skip ci] ## [0.21.1](https://github.com/saltstack-formulas/systemd-formula/compare/v0.21.0...v0.21.1) (2022-02-12) ### Bug Fixes * **package:** remove nss-resolve package, and set resolve target ([207ae7f](https://github.com/saltstack-formulas/systemd-formula/commit/207ae7f678a9ade9f95d60edce58725f6ad39622)) ### Continuous Integration * **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] ([578fcd4](https://github.com/saltstack-formulas/systemd-formula/commit/578fcd48011712df265e585771886c5c357ff19f)) * **kitchen+ci:** update with `3004` pre-salted images/boxes [skip ci] ([afa6a36](https://github.com/saltstack-formulas/systemd-formula/commit/afa6a36fb84bdd36009f932e3d281796923e494e)) * **kitchen+gitlab:** update for new pre-salted images [skip ci] ([c6c172d](https://github.com/saltstack-formulas/systemd-formula/commit/c6c172db02aa162d474ab35cc68ee4a6e73cfc23)) --- AUTHORS.md | 8 ++++---- CHANGELOG.md | 14 ++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 8 ++++---- docs/CHANGELOG.rst | 17 +++++++++++++++++ 5 files changed, 40 insertions(+), 9 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 29281a8..3a34f02 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,19 +4,19 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|150 -@aboe76|[@aboe76](https://github.com/aboe76)|75 +@myii|[@myii](https://github.com/myii)|168 +@aboe76|[@aboe76](https://github.com/aboe76)|76 @aanriot|[@aanriot](https://github.com/aanriot)|18 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|10 @baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|8 @toanju|[@toanju](https://github.com/toanju)|5 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|4 @dafyddj|[@dafyddj](https://github.com/dafyddj)|3 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|2 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|3 @kossmac|[@kossmac](https://github.com/kossmac)|1 @r-pufky|[@r-pufky](https://github.com/r-pufky)|1 @kartnico|[@kartnico](https://github.com/kartnico)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-10-09. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-02-12. diff --git a/CHANGELOG.md b/CHANGELOG.md index bff4cbc..d988109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.21.1](https://github.com/saltstack-formulas/systemd-formula/compare/v0.21.0...v0.21.1) (2022-02-12) + + +### Bug Fixes + +* **package:** remove nss-resolve package, and set resolve target ([207ae7f](https://github.com/saltstack-formulas/systemd-formula/commit/207ae7f678a9ade9f95d60edce58725f6ad39622)) + + +### Continuous Integration + +* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] ([578fcd4](https://github.com/saltstack-formulas/systemd-formula/commit/578fcd48011712df265e585771886c5c357ff19f)) +* **kitchen+ci:** update with `3004` pre-salted images/boxes [skip ci] ([afa6a36](https://github.com/saltstack-formulas/systemd-formula/commit/afa6a36fb84bdd36009f932e3d281796923e494e)) +* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([c6c172d](https://github.com/saltstack-formulas/systemd-formula/commit/c6c172db02aa162d474ab35cc68ee4a6e73cfc23)) + # [0.21.0](https://github.com/saltstack-formulas/systemd-formula/compare/v0.20.0...v0.21.0) (2021-10-09) diff --git a/FORMULA b/FORMULA index 0cbac71..b95fc81 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: systemd os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE, Arch os_family: Debian, RedHat, Suse, Arch -version: 0.21.0 +version: 0.21.1 release: 1 minimum_version: 2016.11 summary: Systemd formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 197d9a8..178edac 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 150 + - 168 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - - 75 + - 76 * - :raw-html-m2r:`@aanriot` - `@aanriot `_ - 18 @@ -39,7 +39,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 3 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 2 + - 3 * - :raw-html-m2r:`@kossmac` - `@kossmac `_ - 1 @@ -53,4 +53,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-10-09. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-02-12. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 0351891..76ad2d3 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,23 @@ Changelog ========= +`0.21.1 `_ (2022-02-12) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **package:** remove nss-resolve package, and set resolve target (\ `207ae7f `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] (\ `578fcd4 `_\ ) +* **kitchen+ci:** update with ``3004`` pre-salted images/boxes [skip ci] (\ `afa6a36 `_\ ) +* **kitchen+gitlab:** update for new pre-salted images [skip ci] (\ `c6c172d `_\ ) + `0.21.0 `_ (2021-10-09) ------------------------------------------------------------------------------------------------------------