diff --git a/CHANGELOG.md b/CHANGELOG.md index c53ab71..71ba17b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +- 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. \ No newline at end of file diff --git a/README.md b/README.md index e6abfff..e529638 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,8 @@ Initial support for Draft, and many bug fixes. ### 0.3.0 -Improved support for Kubernetes schema hover tips and intellisense. \ No newline at end of file +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' \ No newline at end of file