## [0.10.2](https://github.com/saltstack-formulas/apt-formula/compare/v0.10.1...v0.10.2) (2020-09-21) ### Bug Fixes * **preferences,repositories:** fix clean parameter ([tags/v0.10.250e02fb
](50e02fba14
)) ### Continuous Integration * **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([5fbc45d
](5fbc45d052
))
@@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord | |||
Avatar|Contributor|Contributions | |||
:-:|---|:-: | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|48 | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|27 | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|55 | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|28 | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|12 | |||
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/277977?v=4' width='36' height='36' alt='@bmcclure'>|[@bmcclure](https://github.com/bmcclure)|8 | |||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|8 | |||
@@ -27,4 +27,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-05-29. | |||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-09-21. |
@@ -1,5 +1,17 @@ | |||
# Changelog | |||
## [0.10.2](https://github.com/saltstack-formulas/apt-formula/compare/v0.10.1...v0.10.2) (2020-09-21) | |||
### Bug Fixes | |||
* **preferences,repositories:** fix clean parameter ([50e02fb](https://github.com/saltstack-formulas/apt-formula/commit/50e02fba148d1e040832cefb2d716191046fafb0)) | |||
### Continuous Integration | |||
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([5fbc45d](https://github.com/saltstack-formulas/apt-formula/commit/5fbc45d052ef2d8fd4682e6a07fd4d4189043324)) | |||
## [0.10.1](https://github.com/saltstack-formulas/apt-formula/compare/v0.10.0...v0.10.1) (2020-05-29) | |||
@@ -1,7 +1,7 @@ | |||
name: apt | |||
os: Debian, Ubuntu, Raspbian | |||
os_family: Debian | |||
version: 0.10.1 | |||
version: 0.10.2 | |||
release: 1 | |||
minimum_version: 2017.7 | |||
summary: Apt formula |
@@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord | |||
- Contributions | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>` | |||
- `@myii <https://github.com/myii>`_ | |||
- 48 | |||
- 55 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>` | |||
- `@javierbertoli <https://github.com/javierbertoli>`_ | |||
- 27 | |||
- 28 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>` | |||
- `@gravyboat <https://github.com/gravyboat>`_ | |||
- 12 | |||
@@ -77,4 +77,4 @@ This list is sorted by the number of commits per contributor in *descending* ord | |||
---- | |||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-05-29. | |||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-09-21. |
@@ -2,6 +2,21 @@ | |||
Changelog | |||
========= | |||
`0.10.2 <https://github.com/saltstack-formulas/apt-formula/compare/v0.10.1...v0.10.2>`_ (2020-09-21) | |||
-------------------------------------------------------------------------------------------------------- | |||
Bug Fixes | |||
^^^^^^^^^ | |||
* **preferences,repositories:** fix clean parameter (\ `50e02fb <https://github.com/saltstack-formulas/apt-formula/commit/50e02fba148d1e040832cefb2d716191046fafb0>`_\ ) | |||
Continuous Integration | |||
^^^^^^^^^^^^^^^^^^^^^^ | |||
* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `5fbc45d <https://github.com/saltstack-formulas/apt-formula/commit/5fbc45d052ef2d8fd4682e6a07fd4d4189043324>`_\ ) | |||
`0.10.1 <https://github.com/saltstack-formulas/apt-formula/compare/v0.10.0...v0.10.1>`_ (2020-05-29) | |||
-------------------------------------------------------------------------------------------------------- | |||