Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
spkesan committed Jan 27, 2021
1 parent 34487bb commit a36eb53
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
This file documents all notable changes to Aerospike Prometheus Exporter


## [v1.1.6](https://github.com/aerospike/aerospike-prometheus-exporter/releases/tag/v1.1.6)

### Improvements
- [TOOLS-1614] - Fetch credentials and certificates via file, environment variables and in base64 encoded form.
- Added new XDR (per DC) metric - `nodes`.


## [v1.1.5](https://github.com/aerospike/aerospike-prometheus-exporter/releases/tag/v1.1.5)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:alpine AS builder

ARG VERSION=v1.1.4
ARG VERSION=v1.1.6

ADD . $GOPATH/src/github.com/aerospike/aerospike-prometheus-exporter
WORKDIR $GOPATH/src/github.com/aerospike/aerospike-prometheus-exporter
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
fullHost string
config *Config

version = "v1.1.4"
version = "v1.1.6"
)

func main() {
Expand Down

0 comments on commit a36eb53

Please sign in to comment.