Skip to content

Commit

Permalink
Release 0.9.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Aug 8, 2016
1 parent 4207d9f commit 061ebe1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.9.3 2016-08-07

* Correctly identify PostgreSQL data directory and pg_xlog location
* Avoid potential NaN values in disk stats for self-hosted systems
* Don't write stats update for dry runs by default


## 0.9.2 2016-08-01

* PostgreSQL 9.2, 9.3 and 9.6 Support
Expand Down
2 changes: 0 additions & 2 deletions input/system/selfhosted/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,5 @@ func GetSystemState(config config.ServerConfig, logger *util.Logger, dataDirecto
}
}

// TODO: Locate the filesystem that the data directory lives on

return
}
4 changes: 2 additions & 2 deletions packages/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export NAME=pganalyze-collector
export VERSION=0.9.2
export GIT_VERSION=v0.9.2
export VERSION=0.9.3
export GIT_VERSION=v0.9.3
#export GIT_VERSION=618e85ce5ed5365bc7d9d9da866fdeb73bac5a55
#export VERSION=$(shell git show -s --format=%ct.%h HEAD)

Expand Down
2 changes: 1 addition & 1 deletion util/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package util

const CollectorVersion = "0.9.2"
const CollectorVersion = "0.9.3"
const CollectorNameAndVersion = "pganalyze-collector " + CollectorVersion

0 comments on commit 061ebe1

Please sign in to comment.