Bladeren bron

chore(release): 0.7.0 [skip ci]

# [0.7.0](https://github.com/saltstack-formulas/apt-cacher-formula/compare/v0.6.0...v0.7.0) (2019-10-07)

### Bug Fixes

* **states:** fix template lookup in apt-cacher/ng/client/config ([1b288c2](https://github.com/saltstack-formulas/apt-cacher-formula/commit/1b288c2))
* **states:** rename states in a more consistent way ([d1b56c2](https://github.com/saltstack-formulas/apt-cacher-formula/commit/d1b56c2))
* **tofs:** rename default config files ([a20a724](https://github.com/saltstack-formulas/apt-cacher-formula/commit/a20a724))

### Code Refactoring

* **states:** split client.sls and server.sls in sub-states ([566e38d](https://github.com/saltstack-formulas/apt-cacher-formula/commit/566e38d))

### Continuous Integration

* **kitchen:** change `log_level` to `debug` instead of `info` ([ca98247](https://github.com/saltstack-formulas/apt-cacher-formula/commit/ca98247))
* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([b4d6d97](https://github.com/saltstack-formulas/apt-cacher-formula/commit/b4d6d97))
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([652706f](https://github.com/saltstack-formulas/apt-cacher-formula/commit/652706f))
* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([cdf6b50](https://github.com/saltstack-formulas/apt-cacher-formula/commit/cdf6b50))

### Documentation

* **pillar:** add pillar example for TOFS pattern ([d08ed97](https://github.com/saltstack-formulas/apt-cacher-formula/commit/d08ed97))

### Features

* **map:** sync map.jinja with template-formula ([2b4c4d5](https://github.com/saltstack-formulas/apt-cacher-formula/commit/2b4c4d5))
* **tofs:** add tofs pattern ([1a7dd94](https://github.com/saltstack-formulas/apt-cacher-formula/commit/1a7dd94))

### Tests

* **inpsec:** test apt-cacher client config ([81bb9db](https://github.com/saltstack-formulas/apt-cacher-formula/commit/81bb9db))
* **inspec:** check that apt-cacher-ng port is opened ([19acc34](https://github.com/saltstack-formulas/apt-cacher-formula/commit/19acc34))
tags/v0.7.0
semantic-release-bot 5 jaren geleden
bovenliggende
commit
7323773f0e
5 gewijzigde bestanden met toevoegingen van 96 en 11 verwijderingen
  1. +3
    -3
      AUTHORS.md
  2. +39
    -0
      CHANGELOG.md
  3. +1
    -1
      FORMULA
  4. +7
    -7
      docs/AUTHORS.rst
  5. +46
    -0
      docs/CHANGELOG.rst

+ 3
- 3
AUTHORS.md Bestand weergeven

@@ -5,14 +5,14 @@ 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://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>|[@alxwr](https://github.com/alxwr)|12
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|11
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3382617?v=4' width='36' height='36' alt='@MadRussian'>|[@MadRussian](https://github.com/MadRussian)|10
<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)|9
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|5
<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)|5
<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)|4
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/250531?v=4' width='36' height='36' alt='@boltronics'>|[@boltronics](https://github.com/boltronics)|3
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/53147?v=4' width='36' height='36' alt='@heimdull'>|[@heimdull](https://github.com/heimdull)|2
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>|[@n-rodriguez](https://github.com/n-rodriguez)|2
<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)|1
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/652532?v=4' width='36' height='36' alt='@jcftang'>|[@jcftang](https://github.com/jcftang)|1
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>|[@whiteinge](https://github.com/whiteinge)|1
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>|[@babilen5](https://github.com/babilen5)|1
@@ -21,4 +21,4 @@ Avatar|Contributor|Contributions

---

Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-20.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-07.

+ 39
- 0
CHANGELOG.md Bestand weergeven

@@ -1,5 +1,44 @@
# Changelog

# [0.7.0](https://github.com/saltstack-formulas/apt-cacher-formula/compare/v0.6.0...v0.7.0) (2019-10-07)


### Bug Fixes

* **states:** fix template lookup in apt-cacher/ng/client/config ([1b288c2](https://github.com/saltstack-formulas/apt-cacher-formula/commit/1b288c2))
* **states:** rename states in a more consistent way ([d1b56c2](https://github.com/saltstack-formulas/apt-cacher-formula/commit/d1b56c2))
* **tofs:** rename default config files ([a20a724](https://github.com/saltstack-formulas/apt-cacher-formula/commit/a20a724))


### Code Refactoring

* **states:** split client.sls and server.sls in sub-states ([566e38d](https://github.com/saltstack-formulas/apt-cacher-formula/commit/566e38d))


### Continuous Integration

* **kitchen:** change `log_level` to `debug` instead of `info` ([ca98247](https://github.com/saltstack-formulas/apt-cacher-formula/commit/ca98247))
* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([b4d6d97](https://github.com/saltstack-formulas/apt-cacher-formula/commit/b4d6d97))
* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([652706f](https://github.com/saltstack-formulas/apt-cacher-formula/commit/652706f))
* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([cdf6b50](https://github.com/saltstack-formulas/apt-cacher-formula/commit/cdf6b50))


### Documentation

* **pillar:** add pillar example for TOFS pattern ([d08ed97](https://github.com/saltstack-formulas/apt-cacher-formula/commit/d08ed97))


### Features

* **map:** sync map.jinja with template-formula ([2b4c4d5](https://github.com/saltstack-formulas/apt-cacher-formula/commit/2b4c4d5))
* **tofs:** add tofs pattern ([1a7dd94](https://github.com/saltstack-formulas/apt-cacher-formula/commit/1a7dd94))


### Tests

* **inpsec:** test apt-cacher client config ([81bb9db](https://github.com/saltstack-formulas/apt-cacher-formula/commit/81bb9db))
* **inspec:** check that apt-cacher-ng port is opened ([19acc34](https://github.com/saltstack-formulas/apt-cacher-formula/commit/19acc34))

# [0.6.0](https://github.com/saltstack-formulas/apt-cacher-formula/compare/v0.5.0...v0.6.0) (2019-09-20)



+ 1
- 1
FORMULA Bestand weergeven

@@ -1,7 +1,7 @@
name: apt-cacher
os: Debian, Ubuntu
os_family: Debian
version: 0.6.0
version: 0.7.0
release: 1
minimum_version: 2017.7
summary: AptCacher formula

+ 7
- 7
docs/AUTHORS.rst Bestand weergeven

@@ -16,9 +16,15 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>`
- `@alxwr <https://github.com/alxwr>`_
- 12
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>`
- `@n-rodriguez <https://github.com/n-rodriguez>`_
- 11
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3382617?v=4' width='36' height='36' alt='@MadRussian'>`
- `@MadRussian <https://github.com/MadRussian>`_
- 10
* - :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>`_
- 9
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
- `@nmadhok <https://github.com/nmadhok>`_
- 5
@@ -34,12 +40,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/53147?v=4' width='36' height='36' alt='@heimdull'>`
- `@heimdull <https://github.com/heimdull>`_
- 2
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3433835?v=4' width='36' height='36' alt='@n-rodriguez'>`
- `@n-rodriguez <https://github.com/n-rodriguez>`_
- 2
* - :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>`_
- 1
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/652532?v=4' width='36' height='36' alt='@jcftang'>`
- `@jcftang <https://github.com/jcftang>`_
- 1
@@ -59,4 +59,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 2019-09-20.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-10-07.

+ 46
- 0
docs/CHANGELOG.rst Bestand weergeven

@@ -2,6 +2,52 @@
Changelog
=========

`0.7.0 <https://github.com/saltstack-formulas/apt-cacher-formula/compare/v0.6.0...v0.7.0>`_ (2019-10-07)
------------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **states:** fix template lookup in apt-cacher/ng/client/config (\ `1b288c2 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/1b288c2>`_\ )
* **states:** rename states in a more consistent way (\ `d1b56c2 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/d1b56c2>`_\ )
* **tofs:** rename default config files (\ `a20a724 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/a20a724>`_\ )

Code Refactoring
^^^^^^^^^^^^^^^^


* **states:** split client.sls and server.sls in sub-states (\ `566e38d <https://github.com/saltstack-formulas/apt-cacher-formula/commit/566e38d>`_\ )

Continuous Integration
^^^^^^^^^^^^^^^^^^^^^^


* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ `ca98247 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/ca98247>`_\ )
* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ `b4d6d97 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/b4d6d97>`_\ )
* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ `652706f <https://github.com/saltstack-formulas/apt-cacher-formula/commit/652706f>`_\ )
* **platform:** add ``arch-base-latest`` (commented out for now) [skip ci] (\ `cdf6b50 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/cdf6b50>`_\ )

Documentation
^^^^^^^^^^^^^


* **pillar:** add pillar example for TOFS pattern (\ `d08ed97 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/d08ed97>`_\ )

Features
^^^^^^^^


* **map:** sync map.jinja with template-formula (\ `2b4c4d5 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/2b4c4d5>`_\ )
* **tofs:** add tofs pattern (\ `1a7dd94 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/1a7dd94>`_\ )

Tests
^^^^^


* **inpsec:** test apt-cacher client config (\ `81bb9db <https://github.com/saltstack-formulas/apt-cacher-formula/commit/81bb9db>`_\ )
* **inspec:** check that apt-cacher-ng port is opened (\ `19acc34 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/19acc34>`_\ )

`0.6.0 <https://github.com/saltstack-formulas/apt-cacher-formula/compare/v0.5.0...v0.6.0>`_ (2019-09-20)
------------------------------------------------------------------------------------------------------------


Laden…
Annuleren
Opslaan