diff --git a/AUTHORS.md b/AUTHORS.md index 6c9de1d..44721b0 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,12 +4,12 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|117 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|29 +@myii|[@myii](https://github.com/myii)|129 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|30 @gravyboat|[@gravyboat](https://github.com/gravyboat)|12 @bmcclure|[@bmcclure](https://github.com/bmcclure)|8 @aboe76|[@aboe76](https://github.com/aboe76)|8 -@arthurlogilab|[@arthurlogilab](https://github.com/arthurlogilab)|7 +@arthurzenika|[@arthurzenika](https://github.com/arthurzenika)|7 @nmadhok|[@nmadhok](https://github.com/nmadhok)|7 @boltronics|[@boltronics](https://github.com/boltronics)|5 @dafyddj|[@dafyddj](https://github.com/dafyddj)|5 @@ -29,4 +29,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-12. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-04-18. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e393d3..3e64c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +# [0.11.0](https://github.com/saltstack-formulas/apt-formula/compare/v0.10.4...v0.11.0) (2022-04-18) + + +### Continuous Integration + +* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([31773f1](https://github.com/saltstack-formulas/apt-formula/commit/31773f18966831cba08939cd7987750c0961a491)) + + +### Features + +* **repositories:** allow to specify custom filename ([2a7e4af](https://github.com/saltstack-formulas/apt-formula/commit/2a7e4afe5a2804035a09a742361354c8039a7d80)) + + +### Tests + +* **system:** add `build_platform_codename` [skip ci] ([1a132d8](https://github.com/saltstack-formulas/apt-formula/commit/1a132d84422218bc12f31890c1a92b51bb3ec71c)) + ## [0.10.4](https://github.com/saltstack-formulas/apt-formula/compare/v0.10.3...v0.10.4) (2022-02-12) diff --git a/FORMULA b/FORMULA index 98b238f..451a44a 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: apt os: Debian, Ubuntu, Raspbian os_family: Debian -version: 0.10.4 +version: 0.11.0 release: 1 minimum_version: 2017.7 summary: Apt formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 2faf91e..4ba7a4f 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 `_ - - 117 + - 129 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - - 29 + - 30 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 12 @@ -28,8 +28,8 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 8 - * - :raw-html-m2r:`@arthurlogilab` - - `@arthurlogilab `_ + * - :raw-html-m2r:`@arthurzenika` + - `@arthurzenika `_ - 7 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ @@ -83,4 +83,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 2022-02-12. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-04-18. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 50b72e2..1a19dd6 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,27 @@ Changelog ========= +`0.11.0 `_ (2022-04-18) +-------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+gitlab:** update for new pre-salted images [skip ci] (\ `31773f1 `_\ ) + +Features +^^^^^^^^ + + +* **repositories:** allow to specify custom filename (\ `2a7e4af `_\ ) + +Tests +^^^^^ + + +* **system:** add ``build_platform_codename`` [skip ci] (\ `1a132d8 `_\ ) + `0.10.4 `_ (2022-02-12) --------------------------------------------------------------------------------------------------------