Skip to content

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

2.5.0

01 Jan 23:17
d7fd61a
Compare
Choose a tag to compare

Bug fix:

Other changes:

  • #99: Increased upper Ubuntu test version to Focal
  • #100: Dropped support for Ubuntu Xenial
  • #101: Replaced CentOS tests with Rocky Linux
  • #102: Upgraded test Fedora version to 35
  • #103: Upgraded openSUSE version to 15.3
  • #104: Updated moleculew to version 1.1.1
  • #105: Removed unused test dockerfile config
  • #106: Increased upper Ansible test range to Ansible 2.10
  • #107: Increased minimum Ansible version to 2.9
  • #108: Upgraded Ansible Lint to version 5.4.0
  • #109: Upgraded Flake8 to version 4.0.1
  • #110: Upgraded yamllint to version 1.26.3
  • #111: Updated moleculew to version 1.2.0
  • #112: Upgraded Molecule to 3.1.5
  • #113: Upgraded test Python version to 3.8.10
  • #114: Changed CI to run on Ubuntu 20.04
  • #115: Changed CI to use ansible-galaxy-import-action
  • #116: Refactored to reuse release workflow
  • #121: Dropped support for Ubuntu Bionic
  • #122: Increased upper Ubuntu test version to Jammy
  • #123: Added Dependabot
  • #124: Upgraded actions/cache from 2 to 3
  • #125: Upgraded actions/setup-python from 2 to 5
  • #126: Upgraded docker/login-action from 1 to 3
  • #127: Upgraded actions/checkout from 2 to 4
  • #128: Fixed Ansible Lint warnings
  • #129: Added tox for linting and testing
  • #132: Added Ansible modelines
  • #130: Upgraded urllib3 from 1.26.16 to 1.26.18 in /requirements
  • #131: Upgraded cryptography from 41.0.3 to 41.0.6 in /requirements

2.4.0

25 Jul 15:34
954bdcc
Compare
Choose a tag to compare

Enhancement:

  • #98: Added VS Code OSS support

Other changes:

  • #96: Updated test dependencies
  • #97: Reduced build matrix

2.3.0

31 Jan 23:15
6c328ad
Compare
Choose a tag to compare
  • #68: Updated Molecule to 2.20.2
  • #69: Increased upper Ansible test range to Ansible 2.8
  • #70: Increased minimum Ansible version to 2.6
  • #71: Updated Molecule to 2.22
  • #72: Upgraded Fedora version to 31
  • #73: Increased upper Ansible test range to Ansible 2.9
  • #74: Increased minimum Ansible version to 2.7
  • #75: Updated moleculew to version 0.9.11
  • #76: Optimized installation of dependencies
  • #77: Added labels for complex loop items
  • #79: Updated moleculew to version 0.9.12
  • #80: Removed sudo key from Travis CI config
  • #81: Configured Travis CI to test on Ubuntu Xenial
  • #82: Updated Travis CI config to use jobs key instead of matrix
  • #84: Added missing Ubuntu, Fedora and openSUSE dependencies
  • #83: Increased minimum Ansible version to 2.8
  • #85: Migrated to travis-ci.com
  • #87: Reformatted Python code
  • #88: Added .git-blame-ignore-revs
  • #86: Updated Molecule to 3.0.8
  • #91: Switched to GitHub Actions
  • #92: Increased minimum CentOS version to 8
  • #93: Added undocumented macOS support
    • Thanks to @stootles for the pull request #89
    • Given I don't have a Mac, and there are no tests for macOS, we're dependent on the community for fixes, so use at your own risk.

2.2.0

15 Jun 15:54
ba64271
Compare
Choose a tag to compare

Enhancement:

  • #67: Added support for VS Code Insiders builds

Other changes:

  • #63: Added missing test dependency
  • #62: Updated Molecule to 2.20.1
  • #64: Removed duplicate Dockerfiles
  • #66: Upgraded openSUSE version to 15.1

2.1.1

15 Feb 14:30
fce4807
Compare
Choose a tag to compare

Bug fixes:

  • #60: Fixed extension install with DEP0005 warning
  • #61: Fixed extension version upgrades

2.1.0

31 Oct 17:48
c75b011
Compare
Choose a tag to compare

Enhancement:

  • #58: Added support for upgrading extensions

Other changes:

  • #59: Removed unnecessary directory creation

2.0.0

10 Oct 09:53
4671308
Compare
Choose a tag to compare

Breaking change:

  • #56: Increased minimum Ansible version to 2.5
    • The actual change that requires Ansible 2.5 is #57

Other changes:

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

1.5.0

16 Sep 06:52
9f42274
Compare
Choose a tag to compare

Enhancement:

  • #50: Added support for Ubuntu Bionic

Other changes:

  • #40: Updated Molecule to 2.16.0
  • #41: Removed unnecessary Molecule files
  • #42: Increased upper Ansible test range to Ansible 2.6
  • #43: Increased minimum Ansible version to 2.4
  • #44: Updated testing instructions
  • #45: Made Molecule platform name more generic
  • #46: Fixed location of Molecule tests
  • #47: Added development tag to metadata
  • #48: Added vscode tag to metadata
  • #49: Changed tests to use host fixture
  • #51: Upgraded Fedora version to 28
  • #52: Upgraded openSUSE version to 15.0
  • #53: Changed to use Molecule Wrapper for tests
  • #54: Updated moleculew to version 0.9.9

1.4.0

10 Apr 20:34
b3aacc7
Compare
Choose a tag to compare

Enhancements:

  • #38: Added support for CentOS 7
  • #39: Added support for Fedora 27

Other changes:

  • #37: Split distributions into separate Travis CI builds

1.3.0

10 Apr 11:25
a2c19e0
Compare
Choose a tag to compare

Enhancement:

  • #34: Improved assignment of default group for dirs
    • This is a potentially breaking change, directories will now be assigned to
      the default group of the user

Other changes:

  • #28: Workaround for Ansible dependency issue
  • #29: Fixed Python extension ID in test
  • #30: Fix for discontinued spell check extension
  • #31: Increased minimum Ansible version to 2.3
  • #32: Updated Molecule to 2.12.1
  • #33: Switched to single quoted strings in YAML
  • #35: Increased upper Ansible test range to Ansible 2.4
  • #36: Updated README to replace MacOSX with macOS