Skip to content

Commit

Permalink
Remove windows definition from linux
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Nov 15, 2019
1 parent 6bfd29a commit 12a440d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions 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/).

## 2.5.1 - 2019-11-15
### Fixed
- Remove windows definition from linux build

## 2.5.0 - 2019-11-14
### Added
- Support for attempting multiple connection protocols to broker
Expand Down
2 changes: 1 addition & 1 deletion Makefile-package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ prep-pkg-env:
@echo "=== Main === [ prep-pkg-env ]: adding built binaries and configuration and definition files..."
@cp $(BINS_DIR)/$(BINARY_NAME) $(SOURCE_DIR)/var/db/newrelic-infra/newrelic-integrations/bin
@chmod 755 $(SOURCE_DIR)/var/db/newrelic-infra/newrelic-integrations/bin/*
@cp ./*-definition.yml $(SOURCE_DIR)/var/db/newrelic-infra/newrelic-integrations/
@cp ./kafka-definition.yml $(SOURCE_DIR)/var/db/newrelic-infra/newrelic-integrations/
@chmod 644 $(SOURCE_DIR)/var/db/newrelic-infra/newrelic-integrations/*-definition.yml
@cp ./*-config.yml.sample $(SOURCE_DIR)/etc/newrelic-infra/integrations.d/
@chmod 644 $(SOURCE_DIR)/etc/newrelic-infra/integrations.d/*-config.yml.sample
Expand Down
2 changes: 1 addition & 1 deletion src/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

const (
integrationName = "com.newrelic.kafka"
integrationVersion = "2.5.0"
integrationVersion = "2.5.1"
)

func main() {
Expand Down

0 comments on commit 12a440d

Please sign in to comment.