8000 Merge pull request #14 from xenit-eu/master · xenit-eu/docker-postgres@c4028fa · GitHub
[go: up one dir, main page]

Skip to content

Commit c4028fa

Browse files
authored
Merge pull request #14 from xenit-eu/master
Release for 11.5
2 parents db18f11 + f2a310b commit c4028fa

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Xenit PostgreSQL docker image changelog
22

3+
## 11.5 - 2019-08-21
4+
- [#12](https://github.com/xenit-eu/docker-postgres/issues/12): Update to [new maintenance release](https://www.postgresql.org/about/news/1960/)
5+
36
## 11.4 - 2019-06-25
47

58
- [#3](https://github.com/xenit-eu/docker-postgres/issues/3): Enable pglogical install on version 11

build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,36 @@ plugins {
44

55
project(':9.4') {
66
project.ext {
7-
baseImage = 'postgres:9.4.23'
8-
tags = ['9.4', '9.4.23']
7+
baseImage = 'postgres:9.4.24'
8+
tags = ['9.4', '9.4.24']
99
}
1010
}
1111

1212
project(':9.5') {
1313
project.ext {
14-
baseImage = 'postgres:9.5.18'
15-
tags = ['9.5', '9.5.18']
14+
baseImage = 'postgres:9.5.19'
15+
tags = ['9.5', '9.5.19']
1616
}
1717
}
1818

1919
project(':9.6') {
2020
project.ext {
21-
baseImage = 'postgres:9.6.14'
22-
tags = ['9', '9.6', '9.6.14']
21+
baseImage = 'postgres:9.6.15'
22+
tags = ['9', '9.6', '9.6.15']
2323
}
2424
}
2525

2626
project(':10') {
2727
project.ext {
28-
baseImage = 'postgres:10.9'
29-
tags = ['10', '10.9']
28+
baseImage = 'postgres:10.10'
29+
tags = ['10', '10.10']
3030
}
3131
}
3232

3333
project(':11') {
3434
project.ext {
35-
baseImage = 'postgres:11.4'
36-
tags = ['11', '11.4', 'latest']
35+
baseImage = 'postgres:11.5'
36+
tags = ['11', '11.5', 'latest']
3737
}
3838
}
3939

0 commit comments

Comments
 (0)
0