Skip to content

Commit

Permalink
Release 3.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Apr 30, 2020
1 parent 97af613 commit 928f3bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@ 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.34](https://github.com/sematext/logagent-js/compare/3.0.33...3.0.34)

> 30 April 2020
- params and core parsing to Solr 7.x/8.x logs [`#225`](https://github.com/sematext/logagent-js/pull/225)
- Merge pull request #227 from sematext/remove-container-host-hostname [`259a740`](https://github.com/sematext/logagent-js/commit/259a740fb14979d9ec5dc647c3c941acd8b096ae)
- Removed container.host.hostname from docker and k8s enrichment [`5358f10`](https://github.com/sematext/logagent-js/commit/5358f1046866d859f7fac7f38fca515bdb6a06d6)

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

> 29 April 2020
- Add support for building multi-arch images [`#226`](https://github.com/sematext/logagent-js/pull/226)
- edit dockerfiles to enable LA monitoring [`d762d64`](https://github.com/sematext/logagent-js/commit/d762d64e0eb5795e131710ae593f037144fdc170)
- params and core parsing to Solr 7.x/8.x logs [`9ef4d12`](https://github.com/sematext/logagent-js/commit/9ef4d1291f214487c337700983858267e02aaca5)
- Added core parsing for "generic" Solr logs [`dc31f0b`](https://github.com/sematext/logagent-js/commit/dc31f0beeb0456935f313dbdd696e63196b86b86)

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

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.33",
"version": "3.0.34",
"description": "Smart log parser written in Node",
"main": "lib/parser/parser.js",
"bin": {
Expand Down

0 comments on commit 928f3bb

Please sign in to comment.