diff options
| author | Alexander Kurtakov | 2021-12-15 10:14:01 +0000 |
|---|---|---|
| committer | Alexander Kurtakov | 2021-12-15 10:59:19 +0000 |
| commit | 224b4a604e1ee085a8f20eae7514c1aa493a7f49 (patch) | |
| tree | c448a639c7501481d64e33a1bb8747237f3cb3d6 | |
| parent | ec696f4a890b89ca04a0ed7aa6eab2c88348f0f1 (diff) | |
| download | org.eclipse.linuxtools-master.tar.gz org.eclipse.linuxtools-master.tar.xz org.eclipse.linuxtools-master.zip | |
ClearlyDefined license score is 88 as per
https://clearlydefined.io/definitions/npm/npmjs/-/dockerfile-language-server-nodejs/0.7.3
.
Start RELEASE_NOTES.md file in the git repo as Eclipse wiki is up for
retirement.
Change-Id: I03a2620e906fc6de406f3621f2f2c0df24396e8e
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Reviewed-on: https://git.eclipse.org/r/c/linuxtools/org.eclipse.linuxtools/+/188867
Tested-by: Linux Tools Bot <linuxtools-bot@eclipse.org>
| -rw-r--r-- | RELEASE_NOTES.md | 11 | ||||
| -rw-r--r-- | containers/org.eclipse.linuxtools.docker.editor.ls/pom.xml | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000000..ea5c73db28 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,11 @@ +# Eclipse Linux Tools: Release notes + +This page describes the noteworthy improvements provided by each release of Eclipse Linux Tools. + +## Next release... + +## 8.6.0 (under development) + +### Update Dockerfile LS to 0.7.3 + +Changelog available [here](https://github.com/rcjsuen/dockerfile-language-server-nodejs/blob/master/CHANGELOG.md#073---2021-12-12).
\ No newline at end of file diff --git a/containers/org.eclipse.linuxtools.docker.editor.ls/pom.xml b/containers/org.eclipse.linuxtools.docker.editor.ls/pom.xml index 80c6252fcf..347022ea66 100644 --- a/containers/org.eclipse.linuxtools.docker.editor.ls/pom.xml +++ b/containers/org.eclipse.linuxtools.docker.editor.ls/pom.xml @@ -40,7 +40,7 @@ <arguments> <arg>install</arg> <arg>--no-bin-links</arg> - <arg>dockerfile-language-server-nodejs@0.7.2</arg> + <arg>dockerfile-language-server-nodejs@0.7.3</arg> </arguments> <workingDirectory>language-server/</workingDirectory> </configuration> |
