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

Commit 1e552a8

Browse files
Samir Musalismusali
authored andcommitted
bump: release LogDNA Agent v2.1.1
- Cancel timers to prevent shutdown hanging [#215](#215)
1 parent 0186e39 commit 1e552a8

4 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [2.1.0]
9+
## [2.1.1] - November 12, 2020
10+
### Fixed
11+
- Cancel timers to prevent shutdown hanging [#215](https://github.com/logdna/logdna-agent/pull/215)
12+
13+
## [2.1.0] - November 2, 2020
1014
### Changed
1115
- Use systemd service name as the app name [#210](https://github.com/logdna/logdna-agent/pull/210)
1216

@@ -250,7 +254,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
250254
- Refactor agent code
251255
- Lint & Style Validations
252256

253-
[Unreleased]: https://github.com/logdna/logdna-agent/compare/2.0.0...HEAD
257+
[Unreleased]: https://github.com/logdna/logdna-agent/compare/2.1.1...HEAD
258+
[2.1.1]: https://github.com/logdna/logdna-agent/compare/2.1.0...2.1.1
259+
[2.1.0]: https://github.com/logdna/logdna-agent/compare/2.0.0...2.1.0
254260
[2.0.0]: https://github.com/logdna/logdna-agent/compare/1.6.5...2.0.0
255261
[1.6.5]: https://github.com/logdna/logdna-agent/compare/1.6.2...1.6.5
256262
[1.6.2]: https://github.com/logdna/logdna-agent/compare/1.6.1...1.6.2

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.0",
3+
"version": "2.1.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": {

tools/files/darwin/logdna-agent.rb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
# frozen_string_literal: true
2+
13
cask "logdna-agent" do
2-
version "2.1.0"
3-
sha256 "fa6039599c9d3fcb6c33b69c95b7e86bd88261db0d3a73076ea2887876423ded"
4+
version "2.1.1"
5+
sha256 "235e3fbe1f8899ac6cd0bfe7433dd3c3d254228654e320ff26cc5e710a35b860"
46

57
# github.com/logdna/logdna-agent/ was verified as official when first introduced to the cask
68
url "https://github.com/logdna/logdna-agent/releases/download/#{version}/logdna-agent-#{version}.pkg"
79
appcast "https://github.com/logdna/logdna-agent/releases.atom"
810
name "LogDNA Agent"
11+
desc "Agent streams from log files to your LogDNA account"
912
homepage "https://logdna.com/"
1013

1114
pkg "logdna-agent-#{version}.pkg"

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

0 commit comments

Comments
 (0)