Saltstack Official Apt-Cacher Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.rst 4.1KB

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))
5 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. Changelog
  2. =========
  3. `0.7.2 <https://github.com/saltstack-formulas/apt-cacher-formula/compare/v0.7.1...v0.7.2>`_ (2019-10-12)
  4. ------------------------------------------------------------------------------------------------------------
  5. Bug Fixes
  6. ^^^^^^^^^
  7. * **rubocop:** add fixes using ``rubocop --safe-auto-correct`` (\ ` <https://github.com/saltstack-formulas/apt-cacher-formula/commit/e8c455f>`_\ )
  8. Continuous Integration
  9. ^^^^^^^^^^^^^^^^^^^^^^
  10. * merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` <https://github.com/saltstack-formulas/apt-cacher-formula/commit/d44e3c6>`_\ )
  11. * **travis:** merge ``rubocop`` linter into main ``lint`` job (\ ` <https://github.com/saltstack-formulas/apt-cacher-formula/commit/22a91f7>`_\ )
  12. `0.7.1 <https://github.com/saltstack-formulas/apt-cacher-formula/compare/v0.7.0...v0.7.1>`_ (2019-10-10)
  13. ------------------------------------------------------------------------------------------------------------
  14. Bug Fixes
  15. ^^^^^^^^^
  16. * **map.jinja:** fix ``salt-lint`` errors (\ ` <https://github.com/saltstack-formulas/apt-cacher-formula/commit/abba9c1>`_\ )
  17. Continuous Integration
  18. ^^^^^^^^^^^^^^^^^^^^^^
  19. * merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` <https://github.com/saltstack-formulas/apt-cacher-formula/commit/8913f37>`_\ )
  20. `0.7.0 <https://github.com/saltstack-formulas/apt-cacher-formula/compare/v0.6.0...v0.7.0>`_ (2019-10-07)
  21. ------------------------------------------------------------------------------------------------------------
  22. Bug Fixes
  23. ^^^^^^^^^
  24. * **states:** fix template lookup in apt-cacher/ng/client/config (\ `1b288c2 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/1b288c2>`_\ )
  25. * **states:** rename states in a more consistent way (\ `d1b56c2 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/d1b56c2>`_\ )
  26. * **tofs:** rename default config files (\ `a20a724 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/a20a724>`_\ )
  27. Code Refactoring
  28. ^^^^^^^^^^^^^^^^
  29. * **states:** split client.sls and server.sls in sub-states (\ `566e38d <https://github.com/saltstack-formulas/apt-cacher-formula/commit/566e38d>`_\ )
  30. Continuous Integration
  31. ^^^^^^^^^^^^^^^^^^^^^^
  32. * **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ `ca98247 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/ca98247>`_\ )
  33. * **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ `b4d6d97 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/b4d6d97>`_\ )
  34. * **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ `652706f <https://github.com/saltstack-formulas/apt-cacher-formula/commit/652706f>`_\ )
  35. * **platform:** add ``arch-base-latest`` (commented out for now) [skip ci] (\ `cdf6b50 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/cdf6b50>`_\ )
  36. Documentation
  37. ^^^^^^^^^^^^^
  38. * **pillar:** add pillar example for TOFS pattern (\ `d08ed97 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/d08ed97>`_\ )
  39. Features
  40. ^^^^^^^^
  41. * **map:** sync map.jinja with template-formula (\ `2b4c4d5 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/2b4c4d5>`_\ )
  42. * **tofs:** add tofs pattern (\ `1a7dd94 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/1a7dd94>`_\ )
  43. Tests
  44. ^^^^^
  45. * **inpsec:** test apt-cacher client config (\ `81bb9db <https://github.com/saltstack-formulas/apt-cacher-formula/commit/81bb9db>`_\ )
  46. * **inspec:** check that apt-cacher-ng port is opened (\ `19acc34 <https://github.com/saltstack-formulas/apt-cacher-formula/commit/19acc34>`_\ )
  47. `0.6.0 <https://github.com/saltstack-formulas/apt-cacher-formula/compare/v0.5.0...v0.6.0>`_ (2019-09-20)
  48. ------------------------------------------------------------------------------------------------------------
  49. Continuous Integration
  50. ^^^^^^^^^^^^^^^^^^^^^^
  51. * **kitchen:** add Kitchen tests (\ `265aa5a <https://github.com/saltstack-formulas/apt-cacher-formula/commit/265aa5a>`_\ )
  52. Features
  53. ^^^^^^^^
  54. * **semantic-release:** add semantic-release (\ `03bf55c <https://github.com/saltstack-formulas/apt-cacher-formula/commit/03bf55c>`_\ )