Skip to content

Commit

Permalink
Release 3.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Jul 23, 2020
1 parent f2d9921 commit f534a7e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f534a7e

Please sign in to comment.