github ansible/ansible-language-server v0.7.0

latest releases: v1.2.1, v1.2.0, v1.1.0...
2 years ago

Bugfixes

  • Fixed settings-doc-generator script to support array-type values -- by
    @priyamsahoo

    (#323)

Features

  • Added EE settings for volume mounts, container options and pull arguments -- by
    @ganeshrn
    
    - Add settings to allow custom volume mount path eg:
    
    ```code
      "ansible.executionEnvironment.volumeMounts": [
    
           {
               "src" : "/Users/home/common/collections",
               "dest": "/Users/home/common/collections"
           }
       ],
    ```
    
    - Add setting to pass container options
    
    ```code
     "ansible.executionEnvironment.containerOptions": ["--net=host"]
    ```
    
    - Add setting to pass container image pull arguments
    
    ```code
    "ansible.executionEnvironment.pull.arguments": ["–-tls-verify=false"]
    ```
    
    - Move `execution-environment.pull-policy` setting to
      `execution-environment.pull.policy`

    (#318)

Don't miss a new ansible-language-server release

NewReleases is sending notifications on new releases.