Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloB94 committed Mar 29, 2022
1 parent b8223bd commit 3200fb4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,32 @@ 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.1.0](https://github.com/sematext/logagent-js/compare/3.0.72...3.1.0)

> 29 March 2022
- Graceful-fs filesystem [`#301`](https://github.com/sematext/logagent-js/pull/301)
- Bump ajv from 6.11.0 to 6.12.6 [`#297`](https://github.com/sematext/logagent-js/pull/297)
- Revert "SC-12473 Comment code of container image digest (sha256)" [`#296`](https://github.com/sematext/logagent-js/pull/296)
- SC-12473 Comment code of container image digest (sha256) [`#295`](https://github.com/sematext/logagent-js/pull/295)
- Bump aws-sdk from 2.689.0 to 2.814.0 [`#290`](https://github.com/sematext/logagent-js/pull/290)
- [load-creds-from-ec2-role] [`#289`](https://github.com/sematext/logagent-js/pull/289)
- [load-creds-from-ec2-role] [`#288`](https://github.com/sematext/logagent-js/pull/288)
- Bump set-value from 3.0.2 to 4.0.1 [`#287`](https://github.com/sematext/logagent-js/pull/287)
- Update azure-event-hub.js [`#285`](https://github.com/sematext/logagent-js/pull/285)
- Bump path-parse from 1.0.6 to 1.0.7 [`#284`](https://github.com/sematext/logagent-js/pull/284)
- Update azure-event-hub.js [`#282`](https://github.com/sematext/logagent-js/pull/282)
- Update dependencies [`b8223bd`](https://github.com/sematext/logagent-js/commit/b8223bd7a2c7787798d7f4195a618ff05d331c16)
- [load-creds-from-ec2-role] revert the changes [`3fb3917`](https://github.com/sematext/logagent-js/commit/3fb3917c6d6a7cf6c7e690d640211bdadec7e136)
- [load-creds-from-ec2-role] update aws elasticsearch output plugin to load credentials from IAM role attached to an EC2 instance [`53c2858`](https://github.com/sematext/logagent-js/commit/53c28583ca8bf08c376fecc8c946f18aef70be0b)

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

> 2 July 2021
- input-journald-upload: use removeFields from config, fix include/exclude test [`#277`](https://github.com/sematext/logagent-js/pull/277)
- input-journald-upload: use removeFields from config [`6aadf20`](https://github.com/sematext/logagent-js/commit/6aadf20fc2ba94caee70221f703eddc4eaaf6b3b)
- Release 3.0.72 [`e3dbd62`](https://github.com/sematext/logagent-js/commit/e3dbd629995c05435ac632b9f45ef41b83a9f03b)

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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 3200fb4

Please sign in to comment.