From 062399fc16c9b4d605b642a3f88305e25dc8dc2c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Dec 2020 06:51:15 +0000 Subject: [PATCH] chore(release): 0.41.4 [skip ci] ## [0.41.4](https://github.com/saltstack-formulas/postgres-formula/compare/v0.41.3...v0.41.4) (2020-12-16) ### Bug Fixes * **archlinux:** avoid nonetype error ([0a6cf8f](https://github.com/saltstack-formulas/postgres-formula/commit/0a6cf8fefae1bbd5668a447ced911088ac965475)) * **archlinux:** use consistent jinja repo check ([3a955e0](https://github.com/saltstack-formulas/postgres-formula/commit/3a955e02708b23929c93f879bcba0e3fe5ae5666)) * **jinja:** syntax correction ([8b44c06](https://github.com/saltstack-formulas/postgres-formula/commit/8b44c068fcfd4199336596bdba095fc0e6c8fb2e)) * **python:** use python3 postres on cent7/8 ([d6d1068](https://github.com/saltstack-formulas/postgres-formula/commit/d6d1068395131de08534e387d377389bd078d3ee)) * **suse:** version 11+ repo support on suse ([b3f381e](https://github.com/saltstack-formulas/postgres-formula/commit/b3f381e54750a00bb19a4aa50c6273c627dca16c)) ### Continuous Integration * **gitlab-ci:** use GitLab CI as Travis CI replacement ([a45673a](https://github.com/saltstack-formulas/postgres-formula/commit/a45673a87892deb973afee3689aea4bebd7a5739)) * **pre-commit:** add to formula [skip ci] ([db1794b](https://github.com/saltstack-formulas/postgres-formula/commit/db1794b6bbb6ce183e5231cb4b7e7193dcb80143)) * **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([f04d60a](https://github.com/saltstack-formulas/postgres-formula/commit/f04d60a773461dce98b4f2a7c8abbbab268513a0)) * **pre-commit:** finalise `rstcheck` configuration [skip ci] ([7036f60](https://github.com/saltstack-formulas/postgres-formula/commit/7036f60e8ca3857beeca18abe70a3c59b6a021ec)) --- AUTHORS.md | 7 ++++--- CHANGELOG.md | 19 +++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 9 ++++++--- docs/CHANGELOG.rst | 22 ++++++++++++++++++++++ 5 files changed, 52 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 109a0faa..d38a17ba 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|123 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|62 +@myii|[@myii](https://github.com/myii)|129 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|72 @aboe76|[@aboe76](https://github.com/aboe76)|54 @gravyboat|[@gravyboat](https://github.com/gravyboat)|41 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|19 @@ -31,6 +31,7 @@ Avatar|Contributor|Contributions @blbradley|[@blbradley](https://github.com/blbradley)|3 @abrefort|[@abrefort](https://github.com/abrefort)|3 @renoirb|[@renoirb](https://github.com/renoirb)|3 +@dafyddj|[@dafyddj](https://github.com/dafyddj)|2 @Ken-2scientists|[@Ken-2scientists](https://github.com/Ken-2scientists)|2 @madssj|[@madssj](https://github.com/madssj)|2 @h3|[@h3](https://github.com/h3)|2 @@ -70,4 +71,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-09-29. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-16. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b9e5a13..e0f75d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.41.4](https://github.com/saltstack-formulas/postgres-formula/compare/v0.41.3...v0.41.4) (2020-12-16) + + +### Bug Fixes + +* **archlinux:** avoid nonetype error ([0a6cf8f](https://github.com/saltstack-formulas/postgres-formula/commit/0a6cf8fefae1bbd5668a447ced911088ac965475)) +* **archlinux:** use consistent jinja repo check ([3a955e0](https://github.com/saltstack-formulas/postgres-formula/commit/3a955e02708b23929c93f879bcba0e3fe5ae5666)) +* **jinja:** syntax correction ([8b44c06](https://github.com/saltstack-formulas/postgres-formula/commit/8b44c068fcfd4199336596bdba095fc0e6c8fb2e)) +* **python:** use python3 postres on cent7/8 ([d6d1068](https://github.com/saltstack-formulas/postgres-formula/commit/d6d1068395131de08534e387d377389bd078d3ee)) +* **suse:** version 11+ repo support on suse ([b3f381e](https://github.com/saltstack-formulas/postgres-formula/commit/b3f381e54750a00bb19a4aa50c6273c627dca16c)) + + +### Continuous Integration + +* **gitlab-ci:** use GitLab CI as Travis CI replacement ([a45673a](https://github.com/saltstack-formulas/postgres-formula/commit/a45673a87892deb973afee3689aea4bebd7a5739)) +* **pre-commit:** add to formula [skip ci] ([db1794b](https://github.com/saltstack-formulas/postgres-formula/commit/db1794b6bbb6ce183e5231cb4b7e7193dcb80143)) +* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([f04d60a](https://github.com/saltstack-formulas/postgres-formula/commit/f04d60a773461dce98b4f2a7c8abbbab268513a0)) +* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([7036f60](https://github.com/saltstack-formulas/postgres-formula/commit/7036f60e8ca3857beeca18abe70a3c59b6a021ec)) + ## [0.41.3](https://github.com/saltstack-formulas/postgres-formula/compare/v0.41.2...v0.41.3) (2020-09-29) diff --git a/FORMULA b/FORMULA index dd364975..5159cbc5 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: postgres os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, 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.41.3 +version: 0.41.4 release: 1 minimum_version: 2016.11 summary: Postgres formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 818e3712..004db600 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 `_ - - 123 + - 129 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 62 + - 72 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 54 @@ -94,6 +94,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@renoirb` - `@renoirb `_ - 3 + * - :raw-html-m2r:`@dafyddj` + - `@dafyddj `_ + - 2 * - :raw-html-m2r:`@Ken-2scientists` - `@Ken-2scientists `_ - 2 @@ -206,4 +209,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-09-29. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-12-16. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 7b0bb93b..52277370 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,28 @@ Changelog ========= +`0.41.4 `_ (2020-12-16) +------------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **archlinux:** avoid nonetype error (\ `0a6cf8f `_\ ) +* **archlinux:** use consistent jinja repo check (\ `3a955e0 `_\ ) +* **jinja:** syntax correction (\ `8b44c06 `_\ ) +* **python:** use python3 postres on cent7/8 (\ `d6d1068 `_\ ) +* **suse:** version 11+ repo support on suse (\ `b3f381e `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `a45673a `_\ ) +* **pre-commit:** add to formula [skip ci] (\ `db1794b `_\ ) +* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `f04d60a `_\ ) +* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `7036f60 `_\ ) + `0.41.3 `_ (2020-09-29) -------------------------------------------------------------------------------------------------------------