Skip to content

Commit

Permalink
CHANGELOG entry for v1.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoppel committed Mar 13, 2020
1 parent 5fc83d3 commit 776bf5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -11,7 +11,7 @@ or a specific version
```docker run -d -p 3000:3000 -p 8080:8080 --name pw2 cybertec/pgwatch2:x.y.z```


## v1.7.1 [DRAFT]
## v1.7.1 [2020-03-13]

* Gatherer fix - support for PgBouncer v1.12.0+. This latest release changed counter data types.
* Gatherer fix - config DB mode allowed only one continuous discovery Patroni host.
Expand All @@ -21,14 +21,14 @@ or a specific version
* Metrics - new metric + PL/Python helper to fetch pgBackRest backup status via the DB.
* Metrics - backend.max_connections, psutil_cpu rounding, other smaller adjustments
* Metrics - add a Bash script to easily refresh SQL based metric definitions (refresh_metrics_from_github.sh).
* Docker components update - Grafana 6.6.1, Influx 1.7.10, Go 1.13.7.
* Documentation - add info on Prometheus usage, supported PG versions, recommendations for long term setups and exposing logs over the Web UI.
* Documentation - many smaller README corrections, custom installs, backups, Patroni, etc.
* Project structure - get rid of duplicate helper definitions for SQL and YAML modes using symlinks.
* Web UI - metrics page contents fit better now onto the screen and textareas are resizeable in all directions.
* Web UI - metrics page footer now explains supported metric / column attributes
* Web UI - new bulk database management buttons for enabling, disabling, password and config change over all defined DBs
* Packages - include also Web UI sources in DEB/RPM/tar builds so that Web UI could be immediately launched.
* SystemD template - sync paths with those used by DEB/RPM/tar builds
* Docker component update - Influx 1.7.10, Grafana 6.6.2, Go 1.14.

NB! When migrating existing "config DB" based setups, all previous schema migration diffs with bigger version numbers need to be
Expand Down

0 comments on commit 776bf5d

Please sign in to comment.