From e8c451b759ef4c1a0b74eeca4a5802504314061b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Jan 2022 22:46:17 +0000 Subject: [PATCH] chore(release): 0.10.0 [skip ci] # [0.10.0](https://github.com/saltstack-formulas/snmp-formula/compare/v0.9.3...v0.10.0) (2022-01-14) ### Bug Fixes * **salt-lint:** fix all violations ([484af29](https://github.com/saltstack-formulas/snmp-formula/commit/484af29d2db9e0e3fad420cb1f28e866e734e71b)) * **yamllint:** fix all violations ([9042e32](https://github.com/saltstack-formulas/snmp-formula/commit/9042e32035f8a74f1cebd3dc331dacb0b6c42be6)) ### Documentation * move to sub-directory and fix `rstlint` violations ([1568337](https://github.com/saltstack-formulas/snmp-formula/commit/156833745372c9a9d26ae351f7aa86c57d6c1f8b)) ### Features * implement `semantic-release` ([ef4d7ab](https://github.com/saltstack-formulas/snmp-formula/commit/ef4d7ab8a943cb63d3744209a2ba89bdb8d27bfc)) ### Tests * **default:** replace Serverspec with InSpec testing ([72115be](https://github.com/saltstack-formulas/snmp-formula/commit/72115be671dc0bb3c0fa28381efaf640e6009614)) --- AUTHORS.md | 35 +++++++++++++++++++++++++++++++++++ CHANGELOG.md | 24 ++++++++++++++++++++++++ FORMULA | 2 +- 3 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 AUTHORS.md create mode 100644 CHANGELOG.md diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..b90d317 --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,35 @@ +# Authors + +This list is sorted by the number of commits per contributor in _descending_ order. + +Avatar|Contributor|Contributions +:-:|---|:-: +@alxwr|[@alxwr](https://github.com/alxwr)|27 +@myii|[@myii](https://github.com/myii)|8 +@amendlik|[@amendlik](https://github.com/amendlik)|4 +@freneticf|[@freneticf](https://github.com/freneticf)|4 +@mschiff|[@mschiff](https://github.com/mschiff)|4 +@rafaeljusto|[@rafaeljusto](https://github.com/rafaeljusto)|4 +@puneetk|[@puneetk](https://github.com/puneetk)|4 +@keesbos|[@keesbos](https://github.com/keesbos)|3 +@aboe76|[@aboe76](https://github.com/aboe76)|3 +@solomongifford|[@solomongifford](https://github.com/solomongifford)|3 +@dkiser|[@dkiser](https://github.com/dkiser)|3 +@iggy|[@iggy](https://github.com/iggy)|2 +@UtahDave|[@UtahDave](https://github.com/UtahDave)|2 +@gravyboat|[@gravyboat](https://github.com/gravyboat)|2 +@jason-klein|[@jason-klein](https://github.com/jason-klein)|2 +@gnuts|[@gnuts](https://github.com/gnuts)|2 +@nmadhok|[@nmadhok](https://github.com/nmadhok)|2 +@TJuberg|[@TJuberg](https://github.com/TJuberg)|2 +@geoffjukes|[@geoffjukes](https://github.com/geoffjukes)|2 +@ixs|[@ixs](https://github.com/ixs)|1 +@kiwi-chris|[@kiwi-chris](https://github.com/kiwi-chris)|1 +@misch42|[@misch42](https://github.com/misch42)|1 +@whiteinge|[@whiteinge](https://github.com/whiteinge)|1 +@iamseth|[@iamseth](https://github.com/iamseth)|1 +@babilen|[@babilen](https://github.com/babilen)|1 + +--- + +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-01-14. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a2485d7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +# [0.10.0](https://github.com/saltstack-formulas/snmp-formula/compare/v0.9.3...v0.10.0) (2022-01-14) + + +### Bug Fixes + +* **salt-lint:** fix all violations ([484af29](https://github.com/saltstack-formulas/snmp-formula/commit/484af29d2db9e0e3fad420cb1f28e866e734e71b)) +* **yamllint:** fix all violations ([9042e32](https://github.com/saltstack-formulas/snmp-formula/commit/9042e32035f8a74f1cebd3dc331dacb0b6c42be6)) + + +### Documentation + +* move to sub-directory and fix `rstlint` violations ([1568337](https://github.com/saltstack-formulas/snmp-formula/commit/156833745372c9a9d26ae351f7aa86c57d6c1f8b)) + + +### Features + +* implement `semantic-release` ([ef4d7ab](https://github.com/saltstack-formulas/snmp-formula/commit/ef4d7ab8a943cb63d3744209a2ba89bdb8d27bfc)) + + +### Tests + +* **default:** replace Serverspec with InSpec testing ([72115be](https://github.com/saltstack-formulas/snmp-formula/commit/72115be671dc0bb3c0fa28381efaf640e6009614)) diff --git a/FORMULA b/FORMULA index 63c963b..035f70d 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: snmp os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Oracle, 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: 0.9.3 +version: 0.10.0 release: 1 minimum_version: 3002 summary: snmp formula