Skip to content

Commit

Permalink
Release 3.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed May 7, 2020
1 parent 97b2c1d commit 99adca7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@ 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.36](https://github.com/sematext/logagent-js/compare/3.0.35...3.0.36)

> 7 May 2020
- Merge pull request #231 from sematext/fix-docker-log-routing [`97b2c1d`](https://github.com/sematext/logagent-js/commit/97b2c1df5c8ba8b5034bd11a7e9063f701184852)
- separated LOGS_RECEIVER_URL and LOGS_RECEIVER_URLS in the config; use singular for only one URL or the plural when configuring multiple endpoints [`6a7f44e`](https://github.com/sematext/logagent-js/commit/6a7f44e3ed1f6a7e3ac666a42be77ba1df6db792)
- added multi receiver url support [`cdec0fe`](https://github.com/sematext/logagent-js/commit/cdec0fe2755b85ffb89d8acd8acceebff5d3ef80)

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

> 1 May 2020
- added error handler for getPodSpec [`9a261a7`](https://github.com/sematext/logagent-js/commit/9a261a7e733dca2989f4d00c894a9281b6ed5422)
- Release 3.0.35 [`12ce012`](https://github.com/sematext/logagent-js/commit/12ce01221d92146da1d7cd3a0abf2cf70e2f976d)
- remove conditional for getPodSpec [`4cf26af`](https://github.com/sematext/logagent-js/commit/4cf26afacdcef3af2da7bb76f5d90a57dfd9933f)

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

0 comments on commit 99adca7

Please sign in to comment.