Skip to content

Commit

Permalink
Remove block comment from definition file (#21)
Browse files Browse the repository at this point in the history
* Remove block comment from definition file

* Bump version
  • Loading branch information
camdencheek authored and Corbin Phelps committed Oct 16, 2018
1 parent e2f3bf9 commit 03645d7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ Session.vim

# VSCode
.vscode
debug
debug
Makefile-deploy.mk
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 0.1.4 - 2018-10-16
### Fixed
- Removed a leftover misleading comment in the definition file

## 0.1.3 - 2018-10-05
### Fixed
- Instances using IDs rather than names
Expand All @@ -21,4 +25,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## 0.1.0 - 2018-08-30
### Added
- Initial version: Includes Metrics and Inventory data
- Initial version: Includes Metrics and Inventory data
8 changes: 0 additions & 8 deletions oracledb-definition.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# Copy this file (and the built 'bin' folder) into the following folder:
# Linux: /var/db/newrelic-infra/custom-integrations
# Windows: C:\Program Files\New Relic\newrelic-infra\custom-integrations
#
# For a complete description of the Definition File Specification, please
# refer to the Integrations SDK documentation:
# https://docs.newrelic.com/docs/integrations/integrations-sdk/file-specifications

name: com.newrelic.oracledb
description: Reports status and metrics for oracledb service
protocol_version: 1
Expand Down
2 changes: 1 addition & 1 deletion src/oracledb.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type argumentList struct {

const (
integrationName = "com.newrelic.oracledb"
integrationVersion = "0.1.3"
integrationVersion = "0.1.4"
)

var (
Expand Down

0 comments on commit 03645d7

Please sign in to comment.