Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Releases: gantsign/ansible-role-maven-color

4.3.1

10 Oct 10:01
96560c2
Compare
Choose a tag to compare

Bug fix:

  • #87: Fixed openSUSE support

Other changes:

  • #86: Increased upper Ansible test range to Ansible 2.7
  • #88: Increased minimum Ansible version to 2.5

4.3.0

16 Sep 06:36
6a312a0
Compare
Choose a tag to compare

Enhancement:

  • #80: Added support for Ubuntu Bionic

Other changes:

  • #71: Updated Molecule to 2.16.0
  • #72: Removed unnecessary Molecule files
  • #73: Increased upper Ansible test range to Ansible 2.6
  • #74: Increased minimum Ansible version to 2.4
  • #75: Updated testing instructions
  • #76: Fixed location of Molecule tests
  • #77: Made Molecule platform names more generic
  • #78: Added development tag to metadata
  • #79: Changed tests to use host fixture
  • #81: Dropped support for Debian Wheezy
  • #82: Upgraded Fedora version to 28
  • #83: Upgraded openSUSE version to 15.0
  • #84: Changed to use Molecule Wrapper for tests
  • #85: Updated moleculew to version 0.9.9

4.2.0

12 Apr 20:47
838c5da
Compare
Choose a tag to compare

Changes:

  • #54: Eliminated duplicate Travis CI builds
  • #56: Run CI build when tags are pushed
  • #60: Migrated from docker-engine to docker-ce
  • #61: Workaround for Ansible dependency issue
  • #62: Increased minimum Ansible version to 2.3
  • #63: Updated Molecule to 2.12.1
  • #64: Split distributions into separate Travis CI builds
  • #65: Increased upper Debian test range to Stretch
  • #66: Increased supported Fedora version to 27
  • #67: Increased supported openSUSE version to 42.3
  • #68: Dropped documented support for Ubuntu Wily
  • #69: Changed example role to pure YAML syntax
  • #70: Increased upper Ansible test range to Ansible 2.4

4.1.0

05 Dec 23:15
Compare
Choose a tag to compare

Enhancement:

  • #52: Added support for OpenSUSE 42.2

Other changes:

  • #45: Updated Molecule to 1.15

4.0.0

05 Dec 00:11
Compare
Choose a tag to compare

Breaking change:

  • #46: Increased minimum required Ansible version to 2.0
    • Workaround: if you need to use Ansible 1.9, remain on gansign.maven-color 3.1.0.

Enhancement:

  • #50: Add support for Fedora 25

Other changes:

  • #42: Updated Ansible test matrix patch versions
  • #43: Moved Docker image build to install step
  • #44: Increased upper Ansible test version to 2.2.0
  • #47: Replaced use of ls with find module
  • #48: Switched to single quotes for YAML strings
  • #49: Fixed default maven_color_download_dir path

3.1.0

18 Sep 20:26
Compare
Choose a tag to compare

Enhancements:

  • #36: Add support for Debian Wheezy & Jessie
  • #38: Add support for CentOS 6 & 7

Other changes:

  • #18: Added Galaxy shield to README.md
  • #19: Improved requirements in README.md
  • #20: Improved attribution for maven-color
  • #21: Added related roles to README.md
  • #22: Fixed title in README.md
  • #24: Improved Related Roles in README.md
  • #25: Quoted sha256 sum
  • #23: Reordered versions in README.md
  • #26: Updated Molecule to 1.9.1
  • #27: Added link to other GantSign roles
  • #28: Fixed case of title in README.md
  • #29: Added pycache to .gitignore
  • #30: Added license shield to README.md
  • #31: Specify hosts to testinfa via python
  • #32: Line wrapping fix in README.md
  • #33: Upgraded to Molecule 1.10.3
  • #34: Added .editorconfig file
  • #35: Test Ubuntu 14.04
  • #40: Upgraded to Molecule 1.11.1
  • #41: Test Ansible version support

3.0.2

23 Aug 19:32
Compare
Choose a tag to compare

Changes:

  • #15: Set Molecule version for Travis CI build
  • #16: Adopted yes|no convention for booleans
  • #17: Clarified requirements in README.md

3.0.1

22 Aug 08:29
Compare
Choose a tag to compare

Change:

  • #14: Fixed README.md for Ansible Galaxy

3.0.0

21 Aug 20:27
Compare
Choose a tag to compare

Breaking changes:

  • Variable local_ansible_data_path renamed to maven_color_download_dir
    • If you were specifying local_ansible_data_path before, you can either
      specify maven_color_download_dir (specific to this role), or specify
      x_ansible_download_dir (to be shared across roles).
  • The default download directory has changed from /tmp/ansible/data to
    ~/.ansible/tmp/downloads
    • If you want to change the download directory you can either:
      specify maven_color_download_dir (specific to this role) or specify
      x_ansible_download_dir (to be shared across roles).
  • The default value for maven_home has changed from
    ansible_local.maven.general.maven_home to ansible_local.maven.general.home.
    • You can specify the maven_home variable to change the behaviour back
      if you need to.

Enhancements:

  • #1: Use Molecule to aid development and testing
  • #7: Rename local_ansible_data_path to maven_color_download_dir
  • #9: Move default maven_color_download_dir under user home
  • #12: Update default value for maven_home

Other changes:

  • #2: Standardized .gitattributes across roles
  • #3: Standardized .gitignore across roles
  • #4: Minor documentation fix
  • #5: Fixed version of test Maven dependency
  • #11: Added documentation on version dependent config

2.1.0

14 Aug 13:38
Compare
Choose a tag to compare

Enhancement:

  • Fixed privilege escalation

Other changes:

  • Simplified Travis CI test
  • YAML string quoting improvements
  • Changed file permissions to text
  • Removed reference to groover.maven