Skip to content

Releases: ansible/vscode-ansible

v0.9.0

04 May 10:43
2379cdb
Compare
Choose a tag to compare

Minor Changes

Bugfixes

v0.8.1

04 Mar 16:25
c2a3a5c
Compare
Choose a tag to compare

Bugfixes

  • Add language configuration files in vsix package (#454) @ganeshrn

v0.8.0

03 Mar 15:17
67797a3
Compare
Choose a tag to compare

Minor Changes

  • Update ansible-language-server version (#434) @ganeshrn
  • Add support for meta/runtime.yml and execution-environment.yml (#379) @ssbarnea
  • Add schema for ansible-navigator configuration (#365) @ssbarnea

Bugfixes

v0.7.1

26 Nov 16:19
8d231e2
Compare
Choose a tag to compare

Bugfixes

v0.7.0

19 Nov 08:29
10a8003
Compare
Choose a tag to compare

Removals

  • Dropped the option to configure ansible-vault path (#318) @ssbarnea
  • Dropped the option to configure ansible-playbook location (#317) @ssbarnea

Minor Changes

  • Upgraded the @ansible/ansible-language-server dependency to 0.3.0 (#333) @ssbarnea
    • Added support for nested module options (suboptions) @tomaciazek
    • Updated container cleanup logic for execution environment @ganeshrn
  • Switched the default execution environment to ansible/creator-ee:latest
    (#331) @ganeshrn @ssbarnea
  • Enabled auto-selecttion of the only vault-id (#298) @jeinwag

Bugfixes

  • Corrected some unspecified configurable settings (#307) @ssbarnea
  • Started invoking inactive extension when running ansible-vault (#296) @jeinwag

Documentation

  • Documented the need to have an open workspace for the extension to work @ssbarnea

v0.6.1

03 Nov 16:24
221277e
Compare
Choose a tag to compare

Bugfixes

  • Fix indentation when using inline vault encrypt (#288) @jeinwag

v0.6.0

29 Oct 12:26
eac8fd7
Compare
Choose a tag to compare

Minor Changes

  • Restore client-side support for working with ansible vaults (#177) @jeinwag
  • Expose the ansibleServer.trace.server option for tracing ALS activity (#263) @yaegassy

Bugfixes

v0.5.1

23 Oct 00:25
53b23b2
Compare
Choose a tag to compare

Hotfixes

  • Increased the minimum required @ansible/ansible-language-server
    version to 0.2.5. It has added a guard for linting only playbook
    files with the Ansible's built-in syntax-check when ansible-lint
    is unavailable. This is used for providing the diagnostics
    information to the client (VS Code editor instance) (#259)
    @ganeshrn

Kudos go to @ganeshrn and @webknjaz

v0.5.0

22 Oct 23:52
7c0ed81
Compare
Choose a tag to compare

Major changes

The most notable change that happened was the migration to using
@ansible/ansible-language-server v0.2.4 via PR #142 by @tomaciazek.
In particular, this:

  • Added the brand new Ansible Language Server
  • Removed the support for working with the valuted content

Changes

  • Decreased the minimal required version of VS Code to v1.48.0 (July
    2020) (#206) @ssbarnea
  • Added setting options for working with execution environments (#200)
    @ganeshrn
  • Added a prompt to uninstall incompatible extensions (#170) @ssbarnea
  • Updated the default setting value to use FQCN in autocompletion (#196)
    @priyamsahoo
  • Added context menus and commands for running playbooks via
    ansible-playbook and ansible-navigator run (#137) @webknjaz

Misc

  • Explicitly declared support for NodeJS 12 in metadata (#255) @webknjaz
  • Made sure that the path-related settings are not being synchronized
    (#235) @ssbarnea
  • Reintroduced the schema verification for the part of the known file
    paths that's been lost with the initial introduction of ALS in
    extension (#169) @ssbarnea
  • Stopped including the unused files to vsix artifacts (#239) @ssbarnea
  • Switched the debug listening port for ALS in the development mode to
    6010 effectively fixing the support for unbound breakpoints when
    coding two connected projects (#212) @tomaciazek

Docs

  • Added a link to the language server repository into README (#173) @ganeshrn
  • Added descriptions for the configuration settings section in README
    (#242) @ganeshrn

Kudos go to: @ganeshrn, @jeinwag, @odockal, @priyamsahoo, @ssbarnea, @tomaciazek and @webknjaz

v0.4.5

09 Jun 13:49
6f0aee1
Compare
Choose a tag to compare

Bugfixes