Skip to content

Commit

Permalink
Release 0.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Jul 28, 2016
1 parent be0c95e commit 633e85b
Show file tree
Hide file tree
Showing 4 changed files with 9 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.1 2016-07-28

* Add support for logging to syslog instead of stderr
* Init scripts for systemd, upstart and sysvinit (see contrib/ directory)
* Packaging scripts for common Linux distributions (see packages/ directory)


## 0.9.0 2016-07-14

* First official release of new protocol buffers-based collector
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ test: build
packages:
make -C packages

packages_push_latest: test
make -C packages push_packages_latest

docker_latest:
docker build -t quay.io/pganalyze/collector:latest .
docker push quay.io/pganalyze/collector:latest
Expand Down
2 changes: 1 addition & 1 deletion packages/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export TMP_DIR=$(shell pwd)/tmp

.PHONY: default setup build test clean

default: test
default: test repo

setup:
mkdir -p $(TMP_DIR)
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.0"
const CollectorVersion = "0.9.1"
const CollectorNameAndVersion = "pganalyze-collector " + CollectorVersion

0 comments on commit 633e85b

Please sign in to comment.