Skip to content

Commit

Permalink
Release 2.0.177
Browse files Browse the repository at this point in the history
  • Loading branch information
megastef committed Jun 25, 2019
1 parent b5f7498 commit 6e3a1a0
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,47 @@ 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).

#### [2.0.177](https://github.com/sematext/logagent-js/compare/2.0.176...2.0.177)

> 25 June 2019
- add output filter: drop-events-filter [`b5f7498`](https://github.com/sematext/logagent-js/commit/b5f7498ed85260d7c434bd739807ac3d1d79afe1)

#### [2.0.176](https://github.com/sematext/logagent-js/compare/2.0.175...2.0.176)

> 21 June 2019
- update nexe build, remove old doc scripts [`f7353c9`](https://github.com/sematext/logagent-js/commit/f7353c9d99b6be13ea0e9c9beed2ad6f3ab892e8)
- Release 2.0.176 [`48a4918`](https://github.com/sematext/logagent-js/commit/48a4918c710269d313be3d1ce934f0c90d9cb2fc)

#### [2.0.175](https://github.com/sematext/logagent-js/compare/2.0.174...2.0.175)

> 21 June 2019
- fix missing k8s metadata [`2108e0c`](https://github.com/sematext/logagent-js/commit/2108e0c608e5512c04f11fceed7f7ad0ee6dcd2c)
- Release 2.0.175 [`880a1c3`](https://github.com/sematext/logagent-js/commit/880a1c32b1a4d36a1e1503e09a77ca7ff84bcd54)

#### [2.0.174](https://github.com/sematext/logagent-js/compare/2.0.173...2.0.174)

> 21 June 2019
- Release 2.0.174 [`72e6f45`](https://github.com/sematext/logagent-js/commit/72e6f45cc173e25cacea30a9f9ed950fbaeac132)
- enable geoIp in patterns.yml [`532aceb`](https://github.com/sematext/logagent-js/commit/532aceb912a7b0a190f17cff4d9f42ef5902dbda)
- enable geoIp in patterns.yml [`d85df53`](https://github.com/sematext/logagent-js/commit/d85df53bc3bdd44c8ddaa0e6f9066761c4b99386)

#### [2.0.173](https://github.com/sematext/logagent-js/compare/2.0.172...2.0.173)

> 21 June 2019
- fix: UncaughtException:TypeError: cb is not a function [`1fe8942`](https://github.com/sematext/logagent-js/commit/1fe89428b9dbca29b259c11c9089c9be1a91df41)
- Release 2.0.173 [`142bda2`](https://github.com/sematext/logagent-js/commit/142bda2570b0ae1d49807d949fe73b826fcbaa7e)
- Disable GeoIP lookups by default [`8e8d4b2`](https://github.com/sematext/logagent-js/commit/8e8d4b2ae413ecdb08bd4c83db51159001886cf5)

#### [2.0.172](https://github.com/sematext/logagent-js/compare/2.0.171...2.0.172)

> 31 May 2019
- Release 2.0.172 [`44d52a6`](https://github.com/sematext/logagent-js/commit/44d52a6fea8f7701cf06139d9e2d15f3a3e8ea01)
- add healthcheck command to Dockerfile [`016a1db`](https://github.com/sematext/logagent-js/commit/016a1db08d1c1631412994ba086e39f996099c27)

#### [2.0.171](https://github.com/sematext/logagent-js/compare/2.0.170...2.0.171)
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": "2.0.176",
"version": "2.0.177",
"description": "Smart log parser written in Node",
"main": "lib/parser/parser.js",
"bin": {
Expand Down

0 comments on commit 6e3a1a0

Please sign in to comment.