This file is used to list changes made in each version of the Salt Cookbook
- PR #46 - Remove RHEL 5 / Ubuntu 12.04 support and testing
- PR #47 - Relax ohai cookbook requirement
- PR #48 - Update test-kitchen OS minor versions
- PR #39 - Remove apt and yum cookbooks for compat_resource
- PR #40 - Switch to attribute based config
- PR #41 - Remove deprecated cookbook node attributes
- PR #42 - Remove most default config attributes
- PR #28 - Add comments about AptRepository deprecation warning
- PR #29 - split package repository setup to its own recipe
- PR #30 - Set default chefspec platform and version
- PR #35 - Switch to using ChefDK
- PR #36 - Add kitchen CI testing
- PR #37 - Update templates to v2016.11.1 salt release
- PR #38 - Update Ubuntu repo to point to repo.saltstack.com
- Remove CircleCI since TravisCI is already here
- Fix Ruby syntax
- Fix Chef syntax
- Remove apt and yum version locks
- Fix serverspec syntax
- Update test kitchen
- PR #9 - Update config file comments
- PR #10 - attribute all the configs
- PR #11 - Fix ruby syntax on Vagrantfile
- PR #12 - Add salt-api option to salt-master
- PR #13 - Bump travis ruby version and cache bundler
- PR #14 - if node['salt'] does not exist on a found node, skip
- PR #15 - Switch event_return to nil by default
- PR #16 - Update Ruby syntax per Rubocop v0.37.0
- PR #17 - Update README.md
- PR #18 - Add source_url and issues_url to metadata
- PR #19 - Fix rubocop deprecated pattern style
- PR #21 - Fix comment ordering in Vagrantfile
- PR #22 - Update Ohai plugin to work with Ohai 4.x cookbook
- PR #23 - Update test-kitchen OS's
- PR #24 - update Berkshelf source
- PR #25 - Switch RHEL repo from epel to saltstack oficial
- PR #26 - Add Chefspec testing
- PR #27 - Update Rubocop rules
- Issue #4: Fixed master/minion search to use role instead of roles filter
- PR2:Added
node['salt']['minion']['install_opts']
andnode['salt']['master']['install_opts']
for optionally providing package install options (Thanks to jsanghi)
- Add support for key exchange between minions and master
node['salt']['minion']['master_environment']
has been renamed tonode['salt']['minion']['environment']
now that the master end of the discovery process has been implemented.