Skip to content

Commit 19cbbf1

Browse files
Samir Musalismusali
Samir Musali
authored andcommitted
bump: release LogDNA Agent v2.1.2
Semver: patch
1 parent 27b9aef commit 19cbbf1

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.1.2] - November 16, 2020
10+
### Fixed
11+
- Send SIGKILL if the process refuses to stop [#213](https://github.com/logdna/logdna-agent/pull/213)
12+
913
## [2.1.1] - November 12, 2020
1014
### Fixed
1115
- Cancel timers to prevent shutdown hanging [#215](https://github.com/logdna/logdna-agent/pull/215)
@@ -254,7 +258,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
254258
- Refactor agent code
255259
- Lint & Style Validations
256260

257-
[Unreleased]: https://github.com/logdna/logdna-agent/compare/2.1.1...HEAD
261+
[Unreleased]: https://github.com/logdna/logdna-agent/compare/2.1.2...HEAD
262+
[2.1.2]: https://github.com/logdna/logdna-agent/compare/2.1.1...2.1.2
258263
[2.1.1]: https://github.com/logdna/logdna-agent/compare/2.1.0...2.1.1
259264
[2.1.0]: https://github.com/logdna/logdna-agent/compare/2.0.0...2.1.0
260265
[2.0.0]: https://github.com/logdna/logdna-agent/compare/1.6.5...2.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logdna-agent",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
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": {

tools/files/darwin/logdna-agent.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
# typed: false
12
# frozen_string_literal: true
23

34
cask "logdna-agent" do
4-
version "2.1.1"
5-
sha256 "235e3fbe1f8899ac6cd0bfe7433dd3c3d254228654e320ff26cc5e710a35b860"
5+
version "2.1.2"
6+
sha256 "b5c44e27cd6f4a92ff2eb12be09ff0be7e8a56309db33c139db42f5110a037fb"
67

78
# github.com/logdna/logdna-agent/ was verified as official when first introduced to the cask
89
url "https://github.com/logdna/logdna-agent/releases/download/#{version}/logdna-agent-#{version}.pkg"
@@ -17,8 +18,8 @@
1718
launchctl: "com.logdna.logdna-agentd"
1819

1920
caveats <<~EOS
20-
When you first start logdna-agent, you must set your LogDNA API key with the command:
21-
sudo logdna-agent -k <api-key>
21+
When you first start logdna-agent, you must set your LogDNA Ingestion Key with the command:
22+
sudo logdna-agent -k <ingestion-key>
2223
2324
To always run logdna-agent in the background, use the command:
2425
sudo launchctl load -w /Library/LaunchDaemons/com.logdna.logdna-agent.plist

tools/files/win32/VERIFICATION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To verify logdna-agent.exe:
1010
- Use chocolatey utility 'checksum.exe'
1111

1212
checksum type: sha256
13-
checksum: 0B44C47558B1BAF207AD3D9A8D93A37422E96877319BCB4A0A4ED78B3CA626B8
13+
checksum: 7ddfd2ccdb021f59b2d9fb11434e4b696e64416878205827ec4c392bb88d99bf
1414

1515
This package is published by LogDNA. You can build a binary directly
1616
by following the instructions here:

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.1.1</version>
7+
<version>2.1.2</version>
88
<authors>smusali,leeliu</authors>
99
<owners>leeliu</owners>
1010
<summary>LogDNA Agent for Windows</summary>

0 commit comments

Comments
 (0)