Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit c352dcd

Browse files
Samir Musalismusali
authored andcommitted
bump: bump @logdna/logger-node to 2.2.2 and logdna-agent to 2.2.1
This is the agent bump includes the dependency bump as well. Semver: patch
1 parent c610de3 commit c352dcd

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.2.1] - January 28, 2021
10+
- Bump @logdna/logger which includes user-agent and validation fixes [#222](https://github.com/logdna/logdna-agent/pull/222)
11+
912
## [2.2.0] - January 19, 2021
1013
### Changed
11-
- Bump @logdna/logger which includes an `axios` fix for a SSRF vulerability. This bump
12-
also includes a passthrough for the `sendUserAgent` option. [#219](https://github.com/logdna/logdna-agent/pull/219)
14+
- Bump @logdna/logger which includes an `axios` fix for a SSRF vulerability and a passthrough for the `sendUserAgent` option [#219](https://github.com/logdna/logdna-agent/pull/219)
1315

1416
## [2.1.2] - November 16, 2020
1517
### Fixed
@@ -263,7 +265,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
263265
- Refactor agent code
264266
- Lint & Style Validations
265267

266-
[Unreleased]: https://github.com/logdna/logdna-agent/compare/2.2.0...HEAD
268+
[Unreleased]: https://github.com/logdna/logdna-agent/compare/2.2.1...HEAD
269+
[2.2.1]: https://github.com/logdna/logdna-agent/compare/2.2.0...2.2.1
267270
[2.2.0]: https://github.com/logdna/logdna-agent/compare/2.1.2...2.2.0
268271
[2.1.2]: https://github.com/logdna/logdna-agent/compare/2.1.1...2.1.2
269272
[2.1.1]: https://github.com/logdna/logdna-agent/compare/2.1.0...2.1.1

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logdna-agent",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "LogDNA Agent streams from log files to your LogDNA account. Works with Linux, Windows, and macOS Servers",
55
"main": "index.js",
66
"scripts": {
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
"dependencies": {
38-
"@logdna/logger": "^2.2.0",
38+
"@logdna/logger": "^2.2.2",
3939
"async": "^3.2.0",
4040
"commander": "^4.1.1",
4141
"debug": "^4.1.1",

tools/files/darwin/logdna-agent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# frozen_string_literal: true
33

44
cask "logdna-agent" do
5-
version "2.2.0"
5+
version "2.2.1"
66
sha256 "b5c44e27cd6f4a92ff2eb12be09ff0be7e8a56309db33c139db42f5110a037fb"
77

88
# github.com/logdna/logdna-agent/ was verified as official when first introduced to the cask

tools/files/win32/logdna-agent.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>logdna-agent</id>
66
<title>LogDNA Agent for Windows</title>
7-
<version>2.2.0</version>
7+
<version>2.2.1</version>
88
<authors>smusali,leeliu</authors>
99
<owners>leeliu</owners>
1010
<summary>LogDNA Agent for Windows</summary>

0 commit comments

Comments
 (0)