Skip to content

Commit

Permalink
Update README and CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
technosophos committed Jun 3, 2017
1 parent 6b36c27 commit d7189b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Changes to the vscode-helm project
- Improve helm templating

## 0.3.0
- Build Kubernetes manifest hover text from the '.kube/schema' directory instead of hard-coded values. This will support TPRs, and will stay up-to-date automatically
- Build Kubernetes manifest hover text from the '.kube/schema' directory instead of hard-coded values. This will support TPRs, and will stay up-to-date automatically
- Support for intellisense on deeply nested values.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,8 @@ Initial support for Draft, and many bug fixes.

### 0.3.0

Improved support for Kubernetes schema hover tips and intellisense.
Improved support for Kubernetes schema hover tips. Added support for intellisense on `.Values` statements in templates.

## TODO:

- [ ] Add support for a '.vsc-values.yaml' that will merge with 'values.yaml'

0 comments on commit d7189b1

Please sign in to comment.