Skip to content

Releases: ansible/vscode-ansible

v0.13.0

31 Aug 18:05
9830f2b
Compare
Choose a tag to compare

Minor Changes

  • Add feature to dynamically associate yaml files to ansible language (#600) @priyamsahoo

Bugfixes

  • Use new location of ansible-lint config JSON Schema (#608) @ssbarnea
  • Fix the display of double Ansible in status-bar text (#605) @priyamsahoo
  • Disable python debugger when running external commands (#603) @ssbarnea

v0.12.0

17 Aug 09:29
9fddb6b
Compare
Choose a tag to compare

Minor Changes

Bugfixes

v0.10.0

24 May 15:53
01265a8
Compare
Choose a tag to compare

Minor Changes

  • Add EE settings for volume mounts, container options and pull arguments (#499) @ganeshrn

Bugfixes

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