Saltstack Official Apt 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.

73 lines
2.9KB

  1. Changelog
  2. =========
  3. `0.9.1 <https://github.com/saltstack-formulas/apt-formula/compare/v0.9.0...v0.9.1>`_ (2019-10-09)
  4. -----------------------------------------------------------------------------------------------------
  5. Bug Fixes
  6. ^^^^^^^^^
  7. * **rubocop:** add fixes using ``rubocop --safe-auto-correct`` (\ ` <https://github.com/saltstack-formulas/apt-formula/commit/67de777>`_\ )
  8. * **rubocop:** fix remaining errors manually (\ ` <https://github.com/saltstack-formulas/apt-formula/commit/62d20bc>`_\ )
  9. Continuous Integration
  10. ^^^^^^^^^^^^^^^^^^^^^^
  11. * **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ ` <https://github.com/saltstack-formulas/apt-formula/commit/78a2a91>`_\ )
  12. * **kitchen+travis:** replace EOL pre-salted images (\ ` <https://github.com/saltstack-formulas/apt-formula/commit/04847bb>`_\ )
  13. * **travis:** use ``dist: bionic`` (\ ` <https://github.com/saltstack-formulas/apt-formula/commit/2ca242a>`_\ )
  14. * **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ ` <https://github.com/saltstack-formulas/apt-formula/commit/55212e0>`_\ )
  15. * merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` <https://github.com/saltstack-formulas/apt-formula/commit/b50ef71>`_\ )
  16. `0.9.0 <https://github.com/saltstack-formulas/apt-formula/compare/v0.8.1...v0.9.0>`_ (2019-08-07)
  17. -----------------------------------------------------------------------------------------------------
  18. Bug Fixes
  19. ^^^^^^^^^
  20. * **repositories:** update spotify repo key (\ `00c936b <https://github.com/saltstack-formulas/apt-formula/commit/00c936b>`_\ )
  21. Continuous Integration
  22. ^^^^^^^^^^^^^^^^^^^^^^
  23. * **kitchen+travis:** modify matrix to include ``develop`` platform (\ `a088ca5 <https://github.com/saltstack-formulas/apt-formula/commit/a088ca5>`_\ )
  24. Features
  25. ^^^^^^^^
  26. * **yamllint:** include for this repo and apply rules throughout (\ `03d15e9 <https://github.com/saltstack-formulas/apt-formula/commit/03d15e9>`_\ )
  27. `0.8.1 <https://github.com/saltstack-formulas/apt-formula/compare/v0.8.0...v0.8.1>`_ (2019-05-28)
  28. -----------------------------------------------------------------------------------------------------
  29. Bug Fixes
  30. ^^^^^^^^^
  31. * **map.jinja:** typo and lookup order (\ `eda8517 <https://github.com/saltstack-formulas/apt-formula/commit/eda8517>`_\ )
  32. * **map.jinja+tests:** add correct keyring for the OS (\ `0ff48e1 <https://github.com/saltstack-formulas/apt-formula/commit/0ff48e1>`_\ ), closes `#41 <https://github.com/saltstack-formulas/apt-formula/issues/41>`_
  33. Code Refactoring
  34. ^^^^^^^^^^^^^^^^
  35. * Merge branch 'upstream/master' (\ `1496eed <https://github.com/saltstack-formulas/apt-formula/commit/1496eed>`_\ )
  36. Continuous Integration
  37. ^^^^^^^^^^^^^^^^^^^^^^
  38. * **kitchen+travis:** update testing environment (\ `3fa2a58 <https://github.com/saltstack-formulas/apt-formula/commit/3fa2a58>`_\ )
  39. Documentation
  40. ^^^^^^^^^^^^^
  41. * **kitchen:** update documentation (\ `530e22c <https://github.com/saltstack-formulas/apt-formula/commit/530e22c>`_\ )