Skip to content

Commit 24e569e

Browse files
author
Camden Cheek
authored
Merge pull request #15 from newrelic/definition-comment-removal
Removed comment from definition file
2 parents 282feed + c19c9db commit 24e569e

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## 0.1.1 - 2018-10-18
9+
### Removed
10+
- Comment from definition file
11+
812
## 0.1.0 - 2018-09-20
913
### Added
1014
- Initial version: Includes Metrics and Inventory data

mssql-definition.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# Copy this file (and the built 'bin' folder) into the following folder:
2-
# Linux: /var/db/newrelic-infra/custom-integrations
3-
# Windows: C:\Program Files\New Relic\newrelic-infra\custom-integrations
4-
#
5-
# For a complete description of the Definition File Specification, please
6-
# refer to the Integrations SDK documentation:
7-
# https://docs.newrelic.com/docs/integrations/integrations-sdk/file-specifications
8-
91
name: com.newrelic.mssql
102
description: Reports status and metrics for MSSQL service
113
protocol_version: 1

src/mssql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
const (
1616
integrationName = "com.newrelic.mssql"
17-
integrationVersion = "0.1.0"
17+
integrationVersion = "0.1.1"
1818
)
1919

2020
func main() {

0 commit comments

Comments
 (0)