Skip to content

Commit

Permalink
bump: release LogDNA Agent v2.2.0
Browse files Browse the repository at this point in the history
This version constains a bump of @logdna/logger

Semver: patch
  • Loading branch information
darinspivey committed Jan 20, 2021
1 parent 0b1d870 commit c610de3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.0] - January 19, 2021
### Changed
- Bump @logdna/logger which includes an `axios` fix for a SSRF vulerability. This bump
also includes a passthrough for the `sendUserAgent` option. [#219](https://github.com/logdna/logdna-agent/pull/219)

## [2.1.2] - November 16, 2020
### Fixed
- Send SIGKILL if the process refuses to stop [#213](https://github.com/logdna/logdna-agent/pull/213)
Expand Down Expand Up @@ -258,7 +263,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.2...HEAD
[Unreleased]: https://github.com/logdna/logdna-agent/compare/2.2.0...HEAD
[2.2.0]: https://github.com/logdna/logdna-agent/compare/2.1.2...2.2.0
[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
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.2",
"version": "2.2.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
2 changes: 1 addition & 1 deletion tools/files/darwin/logdna-agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# frozen_string_literal: true

cask "logdna-agent" do
version "2.1.2"
version "2.2.0"
sha256 "b5c44e27cd6f4a92ff2eb12be09ff0be7e8a56309db33c139db42f5110a037fb"

# github.com/logdna/logdna-agent/ was verified as official when first introduced to the cask
Expand Down
4 changes: 2 additions & 2 deletions 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.2</version>
<version>2.2.0</version>
<authors>smusali,leeliu</authors>
<owners>leeliu</owners>
<summary>LogDNA Agent for Windows</summary>
Expand All @@ -15,7 +15,7 @@
<docsUrl>https://github.com/logdna/logdna-agent</docsUrl>
<bugTrackerUrl>https://github.com/logdna/logdna-agent/issues</bugTrackerUrl>
<tags>logdna-agent tail logging devops logdna</tags>
<copyright>Copyright 2020 LogDNA, Inc.</copyright>
<copyright>Copyright 2021 LogDNA, Inc.</copyright>
<licenseUrl>https://github.com/logdna/logdna-agent/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://github.com/logdna/artwork/raw/master/ld-logo-square-480.png</iconUrl>
Expand Down

0 comments on commit c610de3

Please sign in to comment.