Skip to content

Releases: gantsign/ansible-role-visual-studio-code

6.3.0

15 Jun 14:07
918c8fc
Compare
Choose a tag to compare

Enhancement:

  • #151: Added support for VS Code Insiders builds (Ubuntu only)

Other changes:

  • #149: Added missing test dependency
  • #148: Updated Molecule to 2.20.1
  • #150: Removed duplicate Dockerfiles
  • #152: Upgraded openSUSE version to 15.1

6.2.1

15 Feb 13:25
4f63e46
Compare
Choose a tag to compare

Bug fixes:

  • #146: Fixed extension install with DEP0005 warning
  • #147: Fixed extension version upgrades
    • Thanks to @conclavia for reporting this issue and providing the solution

6.2.0

12 Nov 12:34
Compare
Choose a tag to compare

Changes:

  • #141: Added experimental macOS implementation
    • Thanks to @sosheskaz for the pull request
    • Note: due to the lack of tests for macOS this feature will likely remain experimental
  • #142: Minor improvements to role var

6.1.0

31 Oct 13:08
e17ecd5
Compare
Choose a tag to compare

Bug fix:

  • #138: Fixed hang when extension upgrade available

Enhancement:

  • #139: Added support for upgrading extensions

Other changes:

  • #140: Removed duplicate dir creation step

6.0.0

10 Oct 13:06
b268e12
Compare
Choose a tag to compare

Breaking change:

  • #135: Increased minimum Ansible version to 2.5
    • The actual change that requires Ansible 2.5 is #136

Other changes:

  • #133: Increased upper Ansible test range to Ansible 2.7
  • #136: Resolved apt module syntax deprecation warning

5.1.0

16 Sep 06:50
d6b7617
Compare
Choose a tag to compare

Enhancement:

  • #128: Added support for Ubuntu Bionic

Other changes:

  • #120: Removed unnecessary Molecule files
  • #121: Updated testing instructions
  • #122: Fixed location of Molecule tests
  • #123: Made Molecule scenario name more generic
  • #124: Made Molecule platform names more generic
  • #125: Dropped support for Ubuntu Wily
  • #126: Dropped support for Ubuntu Trusty
  • #127: Changed tests to use host fixture
  • #129: Upgraded Fedora version to 28
  • #130: Upgraded openSUSE version to 15.0
  • #131: Changed to use Molecule Wrapper for tests
  • #132: Updated moleculew to version 0.9.9

5.0.0

15 Jul 12:21
fa1e066
Compare
Choose a tag to compare

Breaking change:

  • #117: Increased minimum Ansible version to 2.4
    • Workaround: if you need to use Ansible 2.3 remain on version 4.0.1 of this role.

Enhancement:

  • #118: Resolved deprecation warning for include

Other changes:

  • #116: Increased upper Ansible test range to Ansible 2.6
  • #119: Added development tag to metadata

4.0.1

15 Jul 07:40
15c4440
Compare
Choose a tag to compare

Bug fix:

  • #114: Fixed duplicate APT repository

Other changes:

  • #115: Updated Molecule to 2.16.0

4.0.0

10 Apr 17:55
2998664
Compare
Choose a tag to compare

Enhancements:

  • #109: Refactored to install via apt repo
    • This is a breaking change, the version numbers of the apt package differ from the version numbers previously supported by this role.
    • To continue using the previously supported version numbers remain on version 3.0.0 of this role.
    • This role will no longer be updated with each new version of Visual Studio Code, new versions of Visual Studio Code will be automatically available through the use of the apt repository.
  • #110: Added support for CentOS 7
  • #111: Added support for Fedora 27
  • #112: Added support for openSUSE 42.3

Other changes:

  • #107: Fixed Python extension ID in README
  • #108: Removed example Python test

3.0.0

07 Apr 18:55
5e2a023
Compare
Choose a tag to compare

Enhancement:

  • #105: Fixed default group for users
    • This is a potentially breaking change, directories and files will now be assigned the default group for the user rather than always assigning the group matching the user's name.

Other changes:

  • #106: Changed to use single quotes in YAML where possible