Skip to content

Releases: gantsign/ansible-role-intellij

5.1.0

15 Sep 15:06
be232e6

Choose a tag to compare

Enhancement:

  • #194: Added support for Ubuntu Bionic

Other changes:

  • #195: Changed to use Molecule Wrapper for tests
  • #196: Updated moleculew to version 0.9.9

5.0.3

04 Sep 19:52
b6b80ae

Choose a tag to compare

Enhancement:

  • #193: Updated to IntelliJ version 2018.2.3

Other changes:

  • #192: Fixed location of Molecule tests

5.0.2

21 Aug 18:28
1bdc36f

Choose a tag to compare

Enhancement:

  • #189: Updated to IntelliJ version 2018.2.2

Other changes:

  • #188: Fixed JDK 10 release version
  • #187: Removed unnecessary Molecule files
  • #190: Changed tests to use host fixture
  • #191: Added link to companion role

5.0.1

07 Aug 18:28
d93f436

Choose a tag to compare

Enhancement:

  • #184: Updated to IntelliJ version 2018.2.1

Other changes:

  • #185: Updated testing instructions
  • #186: Added role_name to the Ansible Galaxy metadata

5.0.0

26 Jul 10:40
2ed6fbd

Choose a tag to compare

Breaking changes:

  • #181: Increased minimum Ansible version to 2.4
    • Workaround: remain on version 4.3.0 of this role until you can upgrade.
  • #182: Resolved deprecation warning for include

Other changes:

  • #179: Updated Molecule to 2.16.0
  • #180: Increased upper Ansible test range to Ansible 2.6
  • #183: Added development tag to metadata

4.3.0

25 Jul 15:03
20b0d12

Choose a tag to compare

Enhancement:

  • #178: Updated to IntelliJ version 2018.2

4.2.2

12 Jul 17:56
a75c7ab

Choose a tag to compare

Enhancement:

  • #177: Updated to IntelliJ version 2018.1.6

4.2.1

13 Jun 19:21
a687a25

Choose a tag to compare

Enhancements:

  • #176: Updated to IntelliJ version 2018.1.5
  • #175: Updated to IntelliJ version 2018.1.4

4.2.0

28 May 08:41
c516b23

Choose a tag to compare

Enhancements:

  • #172: Renamed intellij_active_codestyle
    • The variable intellij_active_codestyle is now intellij_default_codestyle (both will work until the next major release).
  • #174: Added support for inspection profiles

Other changes:

  • #173: Fixed JDK 10 test

4.1.0

09 May 19:54

Choose a tag to compare

Bug fix:

  • #165: Fixed role so it now works on Python 3

Other changes:

  • #166: Updated Molecule to 2.13.1
  • #168: Reformatted code
  • #169: Reorganized imports
  • #170: Simplified Python 3 compatibility code