diff --git a/AUTHORS.md b/AUTHORS.md index 1c3f685..9514f9c 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)|201 +@myii|[@myii](https://github.com/myii)|229 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|79 @aboe76|[@aboe76](https://github.com/aboe76)|54 @gravyboat|[@gravyboat](https://github.com/gravyboat)|41 @@ -17,7 +17,7 @@ Avatar|Contributor|Contributions @johnkeates|[@johnkeates](https://github.com/johnkeates)|8 @litnialex|[@litnialex](https://github.com/litnialex)|8 @whiteinge|[@whiteinge](https://github.com/whiteinge)|8 -@babilen|[@babilen](https://github.com/babilen)|8 +@wolodjawentland|[@wolodjawentland](https://github.com/wolodjawentland)|8 @iggy|[@iggy](https://github.com/iggy)|7 @dynjnelson|[@dynjnelson](https://github.com/dynjnelson)|7 @rominf|[@rominf](https://github.com/rominf)|7 @@ -71,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 2022-02-07. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-07-18. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d39e4f..a1c80bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +# [0.45.0](https://github.com/saltstack-formulas/postgres-formula/compare/v0.44.0...v0.45.0) (2022-07-18) + + +### Continuous Integration + +* update `pre-commit` configuration inc. for pre-commit.ci [skip ci] ([2fefadf](https://github.com/saltstack-formulas/postgres-formula/commit/2fefadf9020cdaaae2225bb93a67cf3759114167)) +* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([03fd3fa](https://github.com/saltstack-formulas/postgres-formula/commit/03fd3faed988962088f847a09d65d36f910617cc)) +* **vagrant:** use `linked_clone` at all times (inc. CI) [skip ci] ([ad865fc](https://github.com/saltstack-formulas/postgres-formula/commit/ad865fc6025296d39ed8e231d42b0e7773ec6f8a)) +* update linters to latest versions [skip ci] ([f45dc9c](https://github.com/saltstack-formulas/postgres-formula/commit/f45dc9c04d0a56b8705f94d0916bcaf43fdce231)) + + +### Features + +* **codenamemap:** add support for Ubuntu 22.04 ([fdf5f36](https://github.com/saltstack-formulas/postgres-formula/commit/fdf5f36c2d0f8c4d114d3626960c093c695f3d99)) + + +### Tests + +* **repository:** use `system.platform[:codename]` [skip ci] ([1c70c9c](https://github.com/saltstack-formulas/postgres-formula/commit/1c70c9c01c68b7edf629744fe82b9aa6544e7e46)) +* **system:** add `build_platform_codename` [skip ci] ([1270d0c](https://github.com/saltstack-formulas/postgres-formula/commit/1270d0c962a6560bfeb9de44ac0e3762bf19d642)) +* **system.rb:** add support for `mac_os_x` [skip ci] ([76de88b](https://github.com/saltstack-formulas/postgres-formula/commit/76de88bc7b61e3e5708fd8dae1f7dbc5a9cad4c2)) + # [0.44.0](https://github.com/saltstack-formulas/postgres-formula/compare/v0.43.0...v0.44.0) (2022-02-07) diff --git a/FORMULA b/FORMULA index c9086be..f0e0b5f 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.44.0 +version: 0.45.0 release: 1 minimum_version: 2016.11 summary: Postgres formula