File tree Expand file tree Collapse file tree 3 files changed +23
-19
lines changed Expand file tree Collapse file tree 3 files changed +23
-19
lines changed Original file line number Diff line number Diff line change 1
1
# Xenit PostgreSQL docker image changelog
2
2
3
+ ## 2021-03
4
+
5
+ * [ 2021-03-04] [ #34 ] ( https://github.com/xenit-eu/docker-postgres/issues/34 ) Update to [ PostgreSQL 2021-02-11 release] ( https://www.postgresql.org/about/news/postgresql-132-126-1111-1016-9621-and-9525-released-2165/ )
6
+
3
7
## 2020-11
4
8
5
- * [ 2020-11-14] [ PR #32 ] ( https://github.com/xenit-eu/docker-postgres/issues/32 ) Add PostgreSQL 13
6
- * [ 2020-11-14] [ PR #31 ] ( https://github.com/xenit-eu/docker-postgres/issues/31 ) Update to [ PostgreSQL 2020-11-12 release] ( https://www.postgresql.org/about/news/2111 )
9
+ * [ 2020-11-14] [ #32 ] ( https://github.com/xenit-eu/docker-postgres/issues/32 ) Add PostgreSQL 13
10
+ * [ 2020-11-14] [ #31 ] ( https://github.com/xenit-eu/docker-postgres/issues/31 ) Update to [ PostgreSQL 2020-11-12 release] ( https://www.postgresql.org/about/news/2111 )
7
11
8
12
## 2020-09
9
13
10
- * [ 2020-09-22] [ PR #29 ] ( https://github.com/xenit-eu/docker-postgres/issues/29 ) Update to [ PostgreSQL 2020-08-13 release] ( https://www.postgresql.org/about/news/2060 )
14
+ * [ 2020-09-22] [ #29 ] ( https://github.com/xenit-eu/docker-postgres/issues/29 ) Update to [ PostgreSQL 2020-08-13 release] ( https://www.postgresql.org/about/news/2060 )
11
15
12
16
## 2020-07
13
17
14
- * [ 2020-07-01] [ PR #26 ] ( https://github.com/xenit-eu/docker-postgres/issues/26 ) Update to [ PostgreSQL 2020-05-14 release] ( https://www.postgresql.org/about/news/2038 )
18
+ * [ 2020-07-01] [ #26 ] ( https://github.com/xenit-eu/docker-postgres/issues/26 ) Update to [ PostgreSQL 2020-05-14 release] ( https://www.postgresql.org/about/news/2038 )
15
19
16
20
## 2020-03
17
21
18
- * [ 2020-03-05] [ PR #24 ] ( https://github.com/xenit-eu/docker-postgres/issues/24 ) Update to [ PostgreSQL 2020-02-13 release] ( https://www.postgresql.org/about/news/2011 )
22
+ * [ 2020-03-05] [ #24 ] ( https://github.com/xenit-eu/docker-postgres/issues/24 ) Update to [ PostgreSQL 2020-02-13 release] ( https://www.postgresql.org/about/news/2011 )
19
23
20
24
21
25
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " eu.xenit.docker" version " 5.1 .0" apply false // Have a look at the releases to find the latest one
2
+ id " eu.xenit.docker" version " 5.2 .0" apply false // Have a look at the releases to find the latest one
3
3
}
4
4
5
5
project(' :9.5' ) {
6
6
project. ext {
7
- baseImage = ' postgres:9.5.24 '
8
- tags = [' 9.5' , ' 9.5.24 ' ]
7
+ baseImage = ' postgres:9.5.25 '
8
+ tags = [' 9.5' , ' 9.5.25 ' ]
9
9
}
10
10
}
11
11
12
12
project(' :9.6' ) {
13
13
project. ext {
14
- baseImage = ' postgres:9.6.20 '
15
- tags = [' 9' , ' 9.6' , ' 9.6.20 ' ]
14
+ baseImage = ' postgres:9.6.21 '
15
+ tags = [' 9' , ' 9.6' , ' 9.6.21 ' ]
16
16
}
17
17
}
18
18
19
19
project(' :10' ) {
20
20
project. ext {
21
- baseImage = ' postgres:10.15 '
22
- tags = [' 10' , ' 10.15 ' ]
21
+ baseImage = ' postgres:10.16 '
22
+ tags = [' 10' , ' 10.16 ' ]
23
23
}
24
24
}
25
25
26
26
project(' :11' ) {
27
27
project. ext {
28
- baseImage = ' postgres:11.10 '
29
- tags = [' 11' , ' 11.10 ' ]
28
+ baseImage = ' postgres:11.11 '
29
+ tags = [' 11' , ' 11.11 ' ]
30
30
}
31
31
}
32
32
33
33
project(' :12' ) {
34
34
project. ext {
35
- baseImage = ' postgres:12.5 '
36
- tags = [' 12' , ' 12.5 ' ]
35
+ baseImage = ' postgres:12.6 '
36
+ tags = [' 12' , ' 12.6 ' ]
37
37
}
38
38
}
39
39
40
40
project(' :13' ) {
41
41
project. ext {
42
- baseImage = ' postgres:13.1 '
43
- tags = [' 13' , ' 13.1 ' , ' latest' ]
42
+ baseImage = ' postgres:13.2 '
43
+ tags = [' 13' , ' 13.2 ' , ' latest' ]
44
44
}
45
45
}
46
46
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments