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.

CHANGELOG.md 880B

123456789101112131415161718192021222324
  1. # Changelog
  2. ## [0.8.1](https://github.com/saltstack-formulas/apt-formula/compare/v0.8.0...v0.8.1) (2019-05-28)
  3. ### Bug Fixes
  4. * **map.jinja:** typo and lookup order ([eda8517](https://github.com/saltstack-formulas/apt-formula/commit/eda8517))
  5. * **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)
  6. ### Code Refactoring
  7. * Merge branch 'upstream/master' ([1496eed](https://github.com/saltstack-formulas/apt-formula/commit/1496eed))
  8. ### Continuous Integration
  9. * **kitchen+travis:** update testing environment ([3fa2a58](https://github.com/saltstack-formulas/apt-formula/commit/3fa2a58))
  10. ### Documentation
  11. * **kitchen:** update documentation ([530e22c](https://github.com/saltstack-formulas/apt-formula/commit/530e22c))