diff --git a/AUTHORS.md b/AUTHORS.md index 25aa6f2..fd2979e 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|38 +@myii|[@myii](https://github.com/myii)|43 @costibleotu|[@costibleotu](https://github.com/costibleotu)|24 @bentwire|[@bentwire](https://github.com/bentwire)|8 @techhat|[@techhat](https://github.com/techhat)|5 @@ -18,4 +18,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-16. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-27. diff --git a/CHANGELOG.md b/CHANGELOG.md index bbef454..92a3da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.3.3](https://github.com/saltstack-formulas/powerdns-formula/compare/v0.3.2...v0.3.3) (2020-12-27) + + +### Continuous Integration + +* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([56c2c48](https://github.com/saltstack-formulas/powerdns-formula/commit/56c2c485e5b0d221f39ec62539f876fba16ffa47)) +* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([8577924](https://github.com/saltstack-formulas/powerdns-formula/commit/8577924fff419acf9d8410c8fd3f581a2b0fceef)) + + +### Tests + +* **_mapdata:** generate verification files ([99257e5](https://github.com/saltstack-formulas/powerdns-formula/commit/99257e551c122986e616fae6161461c4e0e056f1)) +* **map:** verify `map.jinja` dump using `_mapdata` state ([4279f04](https://github.com/saltstack-formulas/powerdns-formula/commit/4279f0498d1449087bc41d0b2d64d70ff8fa657d)) + ## [0.3.2](https://github.com/saltstack-formulas/powerdns-formula/compare/v0.3.1...v0.3.2) (2020-12-16) diff --git a/FORMULA b/FORMULA index 9295748..0963936 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: powerdns os: Debian os_family: Debian -version: 0.3.2 +version: 0.3.3 release: 1 minimum_version: 2018.3 summary: powerdns formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index d78909d..01cb35f 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 38 + - 43 * - :raw-html-m2r:`@costibleotu` - `@costibleotu `_ - 24 @@ -50,4 +50,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 2020-12-16. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-12-27. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index d797fcc..9a4c2f2 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,23 @@ Changelog ========= +`0.3.3 `_ (2020-12-27) +---------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `56c2c48 `_\ ) +* **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `8577924 `_\ ) + +Tests +^^^^^ + + +* **_mapdata:** generate verification files (\ `99257e5 `_\ ) +* **map:** verify ``map.jinja`` dump using ``_mapdata`` state (\ `4279f04 `_\ ) + `0.3.2 `_ (2020-12-16) ----------------------------------------------------------------------------------------------------------