Skip to content

Releases: gantsign/ansible-role-java

3.1.0

24 Aug 12:42
Compare
Choose a tag to compare

Enhancements:

  • #26: Add support for Java 7
  • #29: Add support for 8u101 release

Other changes:

  • #25: Added Galaxy shield to README.md
  • #28: Minor YAML quoting improvements
  • #30: Fixed title in README.md

3.0.3

23 Aug 19:20
Compare
Choose a tag to compare

Changes:

  • #21: Set Molecule version for Travis CI build
  • #22: Added ansible_managed header to template files
  • #23: Adopted yes|no convention for booleans
  • #24: Synchronized .travis.yml across roles

3.0.2

22 Aug 08:41
Compare
Choose a tag to compare

Change:

  • #20: Fixed java_license_declaration quote in README.md

3.0.1

22 Aug 08:28
Compare
Choose a tag to compare

Change:

  • #19: Fixed README.md for Ansible Galaxy

3.0.0

22 Aug 05:46
Compare
Choose a tag to compare

Breaking change:

  • Implemented mandatory license check
  • All previous releases removed
    • Because they lacked the license check.
    • You need to upgrade to the 3.0.0 release if you're using an earlier version.

Enhancement:

  • #17: Implemented mandatory license check (#18)

The releases below are no longer publicly available.

2.0.0

SHA-1: fa2974f

Breaking changes:

  • Minimum Ansible version now 2.0 (from 1.9)
    • Workaround: stay with previous version (1.1.0)
  • Variable local_ansible_data_path renamed to java_download_dir
    • If you were specifying local_ansible_data_path before, you can either
      specify java_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 java_download_dir (specific to this role) or specify
      x_ansible_download_dir (to be shared across roles).
  • The Ansible fact ansible_local.java.general.java_home has been renamed to
    ansible_local.java.general.home
    • Update your references accordingly.

Enhancements:

  • #2: Use Molecule to aid development and testing
  • #8: Rename local_ansible_data_path to java_download_dir
  • #10: Move default java_download_dir under user home
  • #14: Remove "java_" prefix from "java_home" fact

Other changes:

  • #1: Moved Docker setup into Dockerfile
  • Fixed minor documentation issue
  • #3: Updated .gitignore with latest changes from gitignore.io
  • #4: Added Ansible to .gitignore
  • #6: Standardized .gitattributes across roles
  • #7: Standardized .gitignore across roles
  • #12: Added documentation on version dependent config
  • #13: Documented role facts
  • #14: Reordered Ansible fact documentation

1.1.0

SHA-1: 5f7d2a0

Fixed privilege escalation

1.0.0

SHA-1: 4c228a6

Initial release