Update changelog/dockerfile
This commit is contained in:
parent
53c02d8914
commit
4bdcfbd5b1
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,3 +1,14 @@
|
|||||||
|
## 0.11.0 - 2018-12-24
|
||||||
|
|
||||||
|
- Tweak sidebar database object counters styles, GH-400
|
||||||
|
- Do not exit with error if local server is not running, GH-399
|
||||||
|
- Fix SSH host verification check, GH-398
|
||||||
|
- Scope activity list to current database only, GH-397
|
||||||
|
- Show current release version and check for updates, GH-396
|
||||||
|
- Force switch back to default connection settings view, GH-395
|
||||||
|
- Fix row count estimation bug, GH-394
|
||||||
|
- Print out failed query SQL and args with --debug flag, GH-393
|
||||||
|
|
||||||
## 0.10.0 - 2018-11-28
|
## 0.10.0 - 2018-11-28
|
||||||
|
|
||||||
- Fixes relation not found errors when dealing with table names that have uppercase characters, GH-356
|
- Fixes relation not found errors when dealing with table names that have uppercase characters, GH-356
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.6
|
FROM alpine:3.6
|
||||||
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
|
LABEL maintainer="Dan Sosedoff <dan.sosedoff@gmail.com>"
|
||||||
ENV PGWEB_VERSION 0.10.0
|
ENV PGWEB_VERSION 0.11.0
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk update && \
|
apk update && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user