From f534a7e8f98376333e997a77aaed46710d2f073c Mon Sep 17 00:00:00 2001 From: Adnan Rahic Date: Thu, 23 Jul 2020 21:55:44 +0200 Subject: [PATCH] Release 3.0.43 --- CHANGELOG.md | 16 +++++++++++++--- package.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 962ed36d..0e2c6603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,21 +4,31 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [3.0.43](https://github.com/sematext/logagent-js/compare/3.0.42...3.0.43) + +> 23 July 2020 + +- logagent-setup makes journald-upload receiver [`#239`](https://github.com/sematext/logagent-js/pull/239) +- Extend parsing Postgres logs [`#243`](https://github.com/sematext/logagent-js/pull/243) +- Merge pull request #244 from sematext/sc-8931-k8s-containerd-hotfix [`f2d9921`](https://github.com/sematext/logagent-js/commit/f2d9921b1a8288a10e69f20b70423ac5bd7cafbe) +- added ibm cloud k8s example ds configs [`1fe97f7`](https://github.com/sematext/logagent-js/commit/1fe97f761f899233029a4af3cc59700f662f37e7) +- bugfix: fixed regex matching and added debug log lines [`3738c16`](https://github.com/sematext/logagent-js/commit/3738c16411a9bb90fc5595fec11aea7ac13bbf41) + #### [3.0.42](https://github.com/sematext/logagent-js/compare/3.0.41...3.0.42) > 2 July 2020 +- Release 3.0.42 [`39ca523`](https://github.com/sematext/logagent-js/commit/39ca523abd6b3876173a0038a53c9488541a642b) - Merge pull request #242 from sematext/sc-8687-cf-log-parsing [`88de1ca`](https://github.com/sematext/logagent-js/commit/88de1cae9a84c7cedb632f5beb7bd7a772e59675) - improvements for cf parsing [`51f1b42`](https://github.com/sematext/logagent-js/commit/51f1b42b0e0ede946cafaa341a5fcb71323778b2) -- update rtr pattern [`a86452e`](https://github.com/sematext/logagent-js/commit/a86452e60f64a899a9beb2c86bffa081549d961f) #### [3.0.41](https://github.com/sematext/logagent-js/compare/3.0.40...3.0.41) > 1 July 2020 - added additional patterns for Cloudfoundry [`4f8797b`](https://github.com/sematext/logagent-js/commit/4f8797b0cb5ed737d7842ca60785548acbc6df21) -- added cf filtering to dedicated output filter [`7b19aaf`](https://github.com/sematext/logagent-js/commit/7b19aaf958a34f7e423418f27f4ca19bc53b8ed3) -- added additional patterns for cloudfoundry [`fc90c95`](https://github.com/sematext/logagent-js/commit/fc90c95d070703b6eec00ff8cc1378346f24b45c) +- logagent-setup makes journald-upload receiver [`bf3d6fc`](https://github.com/sematext/logagent-js/commit/bf3d6fcd3f1d639c3ebf8f86c8a2f179148d2281) +- Merge pull request #241 from sematext/sc-8687-cf-log-parsing [`6175d39`](https://github.com/sematext/logagent-js/commit/6175d39ad4be3718da463c443fc612bdb8f42daa) #### [3.0.40](https://github.com/sematext/logagent-js/compare/3.0.39...3.0.40) diff --git a/package.json b/package.json index e30c2cec..161abbf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sematext/logagent", - "version": "3.0.42", + "version": "3.0.43", "description": "Smart log parser written in Node", "main": "lib/parser/parser.js", "bin": {