Skip to content

Commit

Permalink
Release 0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Oct 9, 2017
1 parent 4ae60dc commit b3ba762
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.9.17 2017-10-09

* Logs: Fix regexp for 9.5 vacuum output (skip pins, but not skip frozen)
* Update to Go 1.9.1 release
* Allow disabling collection of relation/schema information
* Add experimental activity snapshots
- This is not for public consumption yet, and trying to use it will result in
an error from the server - but watch this space :)


## 0.9.16 2017-10-05

* Support for Postgres 10 monitoring role
Expand Down
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.16
export GIT_VERSION=v0.9.16
export VERSION=0.9.17
export GIT_VERSION=v0.9.17
#export GIT_VERSION=HEAD
#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.16"
const CollectorVersion = "0.9.17"
const CollectorNameAndVersion = "pganalyze-collector " + CollectorVersion

0 comments on commit b3ba762

Please sign in to comment.