Releases: gantsign/ansible-role-oh-my-zsh
Releases · gantsign/ansible-role-oh-my-zsh
2.0.0
Breaking changes:
- #61: Increased minimum Ansible version to 2.4
- Workaround: if you need support for Ansible 2.3 remain on version 1.2.1.
- #62: Resolved deprecation warning for include
Enhancement:
- #63: Added support for non-standard Unix groups
Other changes:
- #54: Migrated from docker-engine to docker-ce
- #59: Updated Molecule to 2.16.0
- #60: Increased upper Ansible test range to Ansible 2.6
1.2.1
Changes:
- #50: Renamed handler to be more specific
1.2.0
Enhancements:
- #35: Add support for Debian Wheezy & Jessie
- #39: Add support for CentOS 7
- #42: Add support for Fedora 25
- #45: Add support for OpenSUSE 42.2
Other changes:
- #25: Eliminated duplicate Travis CI builds
- #27: Moved Docker image build to install step
- #28: Test Ansible version support
- #29: Updated Molecule to 1.16
- #30: Switched to single quotes for YAML strings
- #31: Merged dependency install
- #32: Moved console setup into separate file
- #33: Moved oh-my-zsh install into separate file
- #34: Added Ubuntu Trusty to test matrix
- #36: Documented supported Ubuntu versions
- #38: Documented Ansible requirement
- #41: Merged creation of test users
1.1.1
Changes:
- #17: Added pycache to .gitignore
- #18: Added license shield to README.md
- #19: Specify hosts to testinfa via python
- #20: Line wrapping fix in README.md
- #21: Upgraded to Molecule 1.10.3
- #22: Parameterized test syntax improvement
- #23: Added .editorconfig file
- #24: Updated Molecule to 1.11.1
1.1.0
Enhancements:
- #15: Prompt corrupted on boot console after install
Other changes:
- #11: Added Galaxy shield to README.md
- #12: Updated Molecule to 1.9.1
- #13: Added link to other GantSign roles
- #14: Fixed case of title in README.md
1.0.1
Enhancement:
- #4: Use Molecule to aid development and testing
Other changes:
- #6: Standardized .gitattributes across roles
- #7: Fixed README.md for Ansible Galaxy
- #8: Set Molecule version for Travis CI build
- #9: Added ansible_managed header to template file
- #10: Synchronized .travis.yml across roles