Skip to content

Commit

Permalink
bump: release LogDNA Agent v2.1.2
Browse files Browse the repository at this point in the history
Semver: patch
  • Loading branch information
Samir Musali authored and smusali committed Nov 15, 2020
1 parent 27b9aef commit 19cbbf1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.2] - November 16, 2020
### Fixed
- Send SIGKILL if the process refuses to stop [#213](https://github.com/logdna/logdna-agent/pull/213)

## [2.1.1] - November 12, 2020
### Fixed
- Cancel timers to prevent shutdown hanging [#215](https://github.com/logdna/logdna-agent/pull/215)
Expand Down Expand Up @@ -254,7 +258,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Refactor agent code
- Lint & Style Validations

[Unreleased]: https://github.com/logdna/logdna-agent/compare/2.1.1...HEAD
[Unreleased]: https://github.com/logdna/logdna-agent/compare/2.1.2...HEAD
[2.1.2]: https://github.com/logdna/logdna-agent/compare/2.1.1...2.1.2
[2.1.1]: https://github.com/logdna/logdna-agent/compare/2.1.0...2.1.1
[2.1.0]: https://github.com/logdna/logdna-agent/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/logdna/logdna-agent/compare/1.6.5...2.0.0
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": "logdna-agent",
"version": "2.1.1",
"version": "2.1.2",
"description": "LogDNA Agent streams from log files to your LogDNA account. Works with Linux, Windows, and macOS Servers",
"main": "index.js",
"scripts": {
Expand Down
9 changes: 5 additions & 4 deletions tools/files/darwin/logdna-agent.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# typed: false
# frozen_string_literal: true

cask "logdna-agent" do
version "2.1.1"
sha256 "235e3fbe1f8899ac6cd0bfe7433dd3c3d254228654e320ff26cc5e710a35b860"
version "2.1.2"
sha256 "b5c44e27cd6f4a92ff2eb12be09ff0be7e8a56309db33c139db42f5110a037fb"

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

caveats <<~EOS
When you first start logdna-agent, you must set your LogDNA API key with the command:
sudo logdna-agent -k <api-key>
When you first start logdna-agent, you must set your LogDNA Ingestion Key with the command:
sudo logdna-agent -k <ingestion-key>
To always run logdna-agent in the background, use the command:
sudo launchctl load -w /Library/LaunchDaemons/com.logdna.logdna-agent.plist
Expand Down
2 changes: 1 addition & 1 deletion tools/files/win32/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To verify logdna-agent.exe:
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 0B44C47558B1BAF207AD3D9A8D93A37422E96877319BCB4A0A4ED78B3CA626B8
checksum: 7ddfd2ccdb021f59b2d9fb11434e4b696e64416878205827ec4c392bb88d99bf

This package is published by LogDNA. You can build a binary directly
by following the instructions here:
Expand Down
2 changes: 1 addition & 1 deletion tools/files/win32/logdna-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>logdna-agent</id>
<title>LogDNA Agent for Windows</title>
<version>2.1.1</version>
<version>2.1.2</version>
<authors>smusali,leeliu</authors>
<owners>leeliu</owners>
<summary>LogDNA Agent for Windows</summary>
Expand Down

0 comments on commit 19cbbf1

Please sign in to comment.