Skip to content

Commit 72a9766

Browse files
authored
Merge pull request #598 from glennsarti/prep-0.22.0
(GH-597) Prepare for 0.22.0 release
2 parents 7d3f133 + 77fb5f5 commit 72a9766

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [0.22.0] - 2019-12-20
10+
11+
### Added
12+
13+
- ([GH-592](https://github.com/lingua-pupuli/puppet-vscode/issues/592)) Add Puppetfile resolver in Puppet-Editor-Services
14+
- ([GH-588](https://github.com/lingua-pupuli/puppet-vscode/issues/588)) Add server telemetry pass through
15+
- ([GH-198](https://github.com/lingua-pupuli/puppet-editor-services/issues/198)) [puppet-editor-services-0.23.0](https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/0.23.0) Added the Puppetfile Resolver for more in-depth Puppetfile validation
16+
- ([GH-94](https://github.com/lingua-pupuli/puppet-editor-services/issues/94)) [puppet-editor-services-0.23.0](https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/0.23.0) Added better intellisense when inside Bolt plans
17+
18+
### Changed
19+
20+
- ([Commit](https://github.com/lingua-pupuli/puppet-vscode/commit/dd47821c56f9d984f428899c4dbfd982a2731206)) Sends PDK version telemetry on start
21+
- ([Commit](https://github.com/lingua-pupuli/puppet-vscode/commit/3464a3cc94ee8b972b7d7673fc3ee42fa874e39f)) Update telemetry to v0.1.2
22+
- ([GH-592](https://github.com/lingua-pupuli/puppet-vscode/issues/592)) Update Editor Services to version 0.23.0
23+
- ([GH-193](https://github.com/lingua-pupuli/puppet-editor-services/issues/193)) [puppet-editor-services-0.23.0](https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/0.23.0) Refactor the TCP and STDIO servers, protocols and handlers
24+
- ([Commit](https://github.com/lingua-pupuli/puppet-editor-services/commit/c3bd86f5b9a237b92f4c0e2d6c2ddc7aa5b0d9e5)) [puppet-editor-services-0.23.0](https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/0.23.0) Update puppet-lint to version 2.4.2
25+
26+
### Fixed
27+
28+
- ([GH-579](https://github.com/lingua-pupuli/puppet-vscode/issues/579)) Fix build script extract path
29+
- ([GH-199](https://github.com/lingua-pupuli/puppet-editor-services/issues/199)) [puppet-editor-services-0.23.0](https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/0.23.0) Fixes for Puppet 6.11.0
30+
- ([GH-139](https://github.com/lingua-pupuli/puppet-editor-services/issues/139)) [puppet-editor-services-0.23.0](https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/0.23.0) Provide completions for defined types
31+
32+
### Removed
33+
34+
- ([GH-585](https://github.com/lingua-pupuli/puppet-vscode/issues/585)) Remove deprecated settings
35+
936
## [0.21.0] - 2019-09-30
1037

1138
### Added
@@ -419,7 +446,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
419446

420447
- Initial release of the puppet extension.
421448

422-
[Unreleased]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.20.0...master
449+
[Unreleased]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.22.0...master
450+
[0.22.0]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.21.0...0.22.0
451+
[0.21.0]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.20.0...0.21.0
423452
[0.20.0]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.19.0...0.20.0
424453
[0.19.0]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.18.0...0.19.0
425454
[0.18.0]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.17.0...0.18.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "puppet-vscode",
33
"displayName": "Puppet",
44
"description": "Official Puppet VSCode extension. Provides full Puppet DSL intellisense, syntax highlighting, Puppet command support, Puppet node graphs, and much more",
5-
"version": "0.21.0",
5+
"version": "0.22.0",
66
"editorComponents": {
77
"editorServices": {
88
"release": "0.23.0"

0 commit comments

Comments
 (0)