Skip to content

Commit

Permalink
Prepare 0.7.0 release (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Nov 19, 2021
1 parent 5ac0072 commit 10a8003
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
<!-- markdownlint-disable no-duplicate-heading -->
# Change Log

## 0.7.0

### 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

## 0.6.1

### Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,5 +449,5 @@
"webpack:watch": "webpack --mode development --config ./webpack.config.js --watch",
"clean": "rimraf out/client out/server out/tsconfig.tsbuildinfo"
},
"version": "0.6.1"
"version": "0.7.0"
}

0 comments on commit 10a8003

Please sign in to comment.