Skip to content

Releases: gantsign/ansible-role-intellij

2.1.2

09 Sep 10:17
Compare
Choose a tag to compare

Changes:

  • #34: Upgraded to Molecule 1.10.3
  • #35: Added .editorconfig files
  • #36: Suppress warning about using tar

2.1.1

01 Sep 00:09
Compare
Choose a tag to compare

Enhancement:

  • #33: Updated to IntelliJ version 2016.2.3

Other changes:

  • #31: Specify hosts to testinfa via python
  • #32: Line wrapping fix in README.md

2.1.0

28 Aug 12:53
Compare
Choose a tag to compare

Enhancements:

  • #29: Add desktop_filename fact

Other changes:

  • #24: Added Galaxy shield to README.md
  • Updated Molecule to 1.9.1
  • #25: Added link to other GantSign roles
  • #26: Fixed case of titles in README.md
  • #27: Added pycache to .gitignore
  • #28: Added license shield to README.md

2.0.2

23 Aug 18:52
Compare
Choose a tag to compare

Changes:

  • #20: Set Molecule version for Travis CI build
  • #21: Adopted .j2 suffix for Jinja2 templates
  • #22: Added ansible_managed header to template files
  • #23: Adopted yes|no convention for booleans

2.0.1

22 Aug 08:31
Compare
Choose a tag to compare

Change:

  • #19: Fixed README.md for Ansible Galaxy

2.0.0

22 Aug 03:38
Compare
Choose a tag to compare

Breaking changes:

  • Variable local_ansible_data_path renamed to intellij_download_dir
    • If you were specifying local_ansible_data_path before, you can either
      specify intellij_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 intellij_download_dir (specific to this role) or specify
      x_ansible_download_dir (to be shared across roles).
  • The default value for intellij_maven_home has changed from
    ansible_local.maven.general.maven_home to ansible_local.maven.general.home.
    • You can specify the intellij_maven_home variable to change the
      behaviour back if you need to.
  • The default value for intellij_jdk_home has changed from
    ansible_local.java.general.java_home to ansible_local.java.general.home.
    • You can specify the intellij_jdk_home variable to change the behaviour
      back if you need to.
  • The Ansible fact ansible_local.intellij.general.home has been renamed to
    ansible_local.intellij.general.home
    • Update your references accordingly.
  • The Ansible fact ansible_local.intellij.general.desktop_file has been renamed to
    ansible_local.intellij.general.desktop_file
    • Update your references accordingly.

Enhancements:

  • #3: Use Molecule to aid development and testing
  • #7: Rename local_ansible_data_path to intellij_download_dir
  • #8: Move default intellij_download_dir under user home
  • #12: Remove "intellij_" prefix from IntelliJ facts
  • #15: Update default value for maven_home
  • #16: Update default value for java_home

Other changes:

  • #4: Standardized .gitattributes across roles
  • #5: Standardized .gitignore across roles
  • #11: Added documentation on version dependent config
  • #14: Documented role facts

1.3.0

16 Aug 19:10
Compare
Choose a tag to compare

Enhancement:

  • #1: Updated to IntelliJ version 2016.2.2

1.2.1

14 Aug 13:11
Compare
Choose a tag to compare

Changes:

  • Removed reference to groover.java
  • Fixed typo in readme

1.2.0

14 Aug 13:01
Compare
Choose a tag to compare

Enhancements:

  • Fixed privilege escalation
  • Added Ubuntu Trusty and Xenial to metadata

Other changes:

  • Fixed role task names
  • Changed file owner and permissions to text
  • YAML string quoting improvements

1.1.0

14 Aug 11:08
Compare
Choose a tag to compare

Enhancement:

  • Fixed for Ansible 2

Other changes:

  • Fixed version regex
  • Test running Ansible Role