Skip to content

Releases: VSChina/vscode-ansible

v0.5.2

26 Oct 06:48
273b511
Compare
Choose a tag to compare

Bug fixing/Improvement

  • Update docker image and code snippets for Ansible 2.7.0.
  • Improve docker flow message.

v0.5.1

01 Oct 06:11
97b0c7f
Compare
Choose a tag to compare

Bug fixing

  • Fixing wrong configuration name. PR 188

v0.5.0

01 Oct 06:08
Compare
Choose a tag to compare

New features

  • Support samples for azure_rm_resource module.

v0.4.0

13 Sep 09:38
38982cb
Compare
Choose a tag to compare

New feature

Bug fixing

Thank you

@muellerbe for fixing doc typo.

v0.3.1

01 Aug 09:08
93e5b34
Compare
Choose a tag to compare

Bug fixing

  • Fixed bug in ssh flow when no workspace.

v0.3.0

24 Jul 03:02
f832e5d
Compare
Choose a tag to compare

New feature

Bug fixing/Improvement

  • Fix ssh passphrase not working. Issue 126
  • Update docker image tag to reflect ansible version. Issue 113
  • Update cloud shell runner to use cloudshell API for provisioning and file uploading. PR 124
  • Update code snippets/auto completion to latest Ansible 2.6.1 version. PR 141

Thank you

v0.2.6

04 May 09:53
1990173
Compare
Choose a tag to compare

New feature

  • new command: copy workspace to remote host
  • run playbook in ssh: supports copy workspace to remote host

Bug fixing

  • Issue #105
  • Issue #104
  • Issue #72
  • ssh key authentication failed without error message.

Thank you

v0.1.5

23 Mar 08:25
c17bbcb
Compare
Choose a tag to compare

Change

Make below improvement:

  • Cloud Shell terminal reusable. Issue #42.
  • Show hover up document linking in role structure. Issue #88.
  • Improve code snippets triggering, no need of ctril + space. Issue #90.
  • Add new host option in run playbook via ssh command. Issue #96.
  • Add configuration to enable/disable auto completion. Issue #93.

Thank you

Thank you for reporting issue and providing valuable feedback!

Bug fixings

24 Feb 02:48
9ec2213
Compare
Choose a tag to compare

Fix below issues/bugs:

  • Issue #75 , #63 , #71 . Hover and symbol failed when yaml file format invalid.
  • Issue #67 . Execute playbook in subfolder inside docker failed.
  • Issue #77 . Execute playbook failed when workspace path contains white space.
  • Issue #80 . When remote ssh server default directory is not home dir, executing playbook failed.

Support efficient playbook authoring experience

05 Feb 07:36
7e54eed
Compare
Choose a tag to compare

New Features:

  • code navigation by symbol
  • auto completion for variables
  • hover over on module names
  • run playbook remotely via SSH