From 051b1ae1921256cefe9ec5ee424d92117c748a4a Mon Sep 17 00:00:00 2001 From: Martin Sommer Date: Thu, 9 Sep 2021 19:48:00 +0200 Subject: [PATCH 1/2] :zap: Add node_modules to docker ignore list --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index bce54e765..2a616c4ad 100644 --- a/.dockerignore +++ b/.dockerignore @@ -8,3 +8,4 @@ docs plugins/*/lib plugins/*/lib-esm plugins/*/node_modules +node_modules From eb2cf2dff0d47aeaee1c74b7d752843b3451d1e0 Mon Sep 17 00:00:00 2001 From: Martin Sommer Date: Thu, 9 Sep 2021 20:04:49 +0200 Subject: [PATCH 2/2] :memo: Add change log entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index addede367..ce61dab7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ NOTE: As semantic versioning states all 0.y.z releases can contain breaking chan - [#137](https://github.com/kobsio/kobs/pull/137): Change log view for the ClickHouse and Elasticsearch plugin. - [#139](https://github.com/kobsio/kobs/pull/139): Update Go and JavaScript dependencies. - [#140](https://github.com/kobsio/kobs/pull/140): Fill the chart for the distribution of the log lines with zero value. +- [#141](https://github.com/kobsio/kobs/pull/141): Add `node_modules` to `.dockerignore`. ## [v0.5.0](https://github.com/kobsio/kobs/releases/tag/v0.5.0) (2021-08-03)