Skip to content

Commit

Permalink
Adopt dockerfile-utils 0.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Remy Suen <remy.suen@gmail.com>
  • Loading branch information
rcjsuen committed May 28, 2023
1 parent fc8b7e9 commit c9d2f9d
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
### Added
- update formatter to ignore heredocs embedded in COPY instructions ([rcjsuen/dockerfile-utils#111](https://github.com/rcjsuen/dockerfile-utils/issues/111))
- ignore empty continuation lines in heredocs embedded in COPY instructions ([rcjsuen/dockerfile-utils#112](https://github.com/rcjsuen/dockerfile-utils/issues/112))

### Fixed
- ignore UTF-8 BOM when validating the Dockerfile ([rcjsuen/dockerfile-utils#113](https://github.com/rcjsuen/dockerfile-utils/issues/113))

## [0.9.0] - 2022-05-04
### Added
- textDocument/publishDiagnostics
Expand Down
63 changes: 57 additions & 6 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 @@ -21,7 +21,7 @@
},
"dependencies": {
"dockerfile-language-service": "0.9.0",
"dockerfile-utils": "0.10.0",
"dockerfile-utils": "0.11.0",
"vscode-languageserver": "^8.0.0-next.2"
},
"devDependencies": {
Expand Down

0 comments on commit c9d2f9d

Please sign in to comment.