Skip to content

Commit

Permalink
bump: bump the version to v2.0.0
Browse files Browse the repository at this point in the history
- Deprecate the unstable WinEvent Logging component [#194](#194)
- Remove Kubernetes support [#196](#196)
- Use the node client for logging [#195](#195)
- Use `eslint-config-logdna` from NPM [#198](#198)
- Upgrade node version to `12.16.2` [#199](#199)
  • Loading branch information
Samir Musali committed Oct 1, 2020
1 parent 9106e52 commit 8fe9bbc
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.0.0] - October 2, 2020
### Removed
- Deprecate the unstable WinEvent Logging component [#194](https://github.com/logdna/logdna-agent/pull/194)
- Remove Kubernetes support [#196](https://github.com/logdna/logdna-agent/pull/196)

### Changed
- Use the node client for logging [#195](https://github.com/logdna/logdna-agent/pull/195)
- Use `eslint-config-logdna` from NPM [#198](https://github.com/logdna/logdna-agent/pull/198)
- Upgrade node version to `12.16.2` [#199](https://github.com/logdna/logdna-agent/pull/199)

## [1.6.5] - August 21, 2020
### Changed
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": "1.6.5",
"version": "2.0.0",
"description": "LogDNA Agent streams from log files to your LogDNA account. Works with Linux, Windows, and macOS Servers",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions tools/files/darwin/com.logdna.logdna-agent.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/Library/Logs/logdna-agent.log</string>
<string>/var/log/logdna-agent.log</string>
<key>StandardOutPath</key>
<string>/Library/Logs/logdna-agent.log</string>
<string>/var/log/logdna-agent.log</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions tools/files/darwin/logdna-agent.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "logdna-agent" do
version "1.6.5"
sha256 "350956cbeddf0f0b1cf991a58d659e2a4c2344b621370e10c8adb950f9c6bc47"
version "2.0.0"
sha256 "fa6039599c9d3fcb6c33b69c95b7e86bd88261db0d3a73076ea2887876423ded"

# 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 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: 9daf22c15f4f42e8c7ac4cdf73c26f7154d325d0defe14ece18d1203a9c7afd1
checksum: 0B44C47558B1BAF207AD3D9A8D93A37422E96877319BCB4A0A4ED78B3CA626B8

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>1.6.5</version>
<version>2.0.0</version>
<authors>smusali,leeliu</authors>
<owners>leeliu</owners>
<summary>LogDNA Agent for Windows</summary>
Expand Down

0 comments on commit 8fe9bbc

Please sign in to comment.