Skip to content

Latest commit

 

History

History
60 lines (51 loc) · 4.3 KB

CHANGELOG.md

File metadata and controls

60 lines (51 loc) · 4.3 KB

CHANGELOG for Salt Cookbook

This file is used to list changes made in each version of the Salt Cookbook

Unreleased

4.0.0 (2017-05-03)

  • 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

3.0.0 (2017-01-10)

  • 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

2.1.0 (2017-01-09)

  • 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

2.0.0 (2016-09-13)

  • 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

1.1.0

  • Issue #4: Fixed master/minion search to use role instead of roles filter
  • PR2:Added node['salt']['minion']['install_opts'] and node['salt']['master']['install_opts'] for optionally providing package install options (Thanks to jsanghi)

1.0.0

  • Add support for key exchange between minions and master
  • node['salt']['minion']['master_environment'] has been renamed to node['salt']['minion']['environment'] now that the master end of the discovery process has been implemented.