Skip to content

Commit 6bfd1bb

Browse files
authored
2.5.11 release
1 parent 4811785 commit 6bfd1bb

File tree

12 files changed

+30
-24
lines changed

12 files changed

+30
-24
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.5.11 (February 26th, 2021)
2+
- What’s fixed?
3+
- API: API returns HTTP 500 when issuing GET on a DNSSEC signed zone or DNSKEY/RRSIG record within that zone
4+
- Security: OpenSSL/LibSSL have been patched to address CVE-2020-1971, CVE-2021-23840
5+
6+
17
## 2.5.10 (February 19th, 2021)
28
- What’s fixed?
39
- Portal: Fixed a version problem with the database restore utility

docker-compose/control-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: '3.4'
33
services:
44
data:
5-
image: ns1inc/privatedns_data:${TAG:-2.5.10}
5+
image: ns1inc/privatedns_data:${TAG:-2.5.11}
66
logging:
77
driver: "json-file"
88
options:
@@ -56,7 +56,7 @@ services:
5656
--server_id ${SERVER_ID:-myserver}
5757
--expose_ops_metrics true
5858
core:
59-
image: ns1inc/privatedns_core:${TAG:-2.5.10}
59+
image: ns1inc/privatedns_core:${TAG:-2.5.11}
6060
logging:
6161
driver: "json-file"
6262
options:
@@ -94,7 +94,7 @@ services:
9494
--hostmaster_email ${HOSTMASTER_EMAIL:[email protected]}
9595
--enable_ops_metrics true
9696
xfr:
97-
image: ns1inc/privatedns_xfr:${TAG:-2.5.10}
97+
image: ns1inc/privatedns_xfr:${TAG:-2.5.11}
9898
logging:
9999
driver: "json-file"
100100
options:

docker-compose/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: '3.4'
33
services:
44
data:
5-
image: ns1inc/privatedns_data:${TAG:-2.5.10}
5+
image: ns1inc/privatedns_data:${TAG:-2.5.11}
66
logging:
77
driver: "json-file"
88
options:
@@ -44,7 +44,7 @@ services:
4444
--server_id ${SERVER_ID:-myserver}
4545
--expose_ops_metrics true
4646
core:
47-
image: ns1inc/privatedns_core:${TAG:-2.5.10}
47+
image: ns1inc/privatedns_core:${TAG:-2.5.11}
4848
logging:
4949
driver: "json-file"
5050
options:
@@ -82,7 +82,7 @@ services:
8282
--hostmaster_email ${HOSTMASTER_EMAIL:[email protected]}
8383
--enable_ops_metrics true
8484
xfr:
85-
image: ns1inc/privatedns_xfr:${TAG:-2.5.10}
85+
image: ns1inc/privatedns_xfr:${TAG:-2.5.11}
8686
logging:
8787
driver: "json-file"
8888
options:
@@ -114,7 +114,7 @@ services:
114114
--core_host ${CORE_HOSTS:-core}
115115
--enable_ops_metrics true
116116
dns:
117-
image: ns1inc/privatedns_dns:${TAG:-2.5.10}
117+
image: ns1inc/privatedns_dns:${TAG:-2.5.11}
118118
logging:
119119
driver: "json-file"
120120
options:
@@ -148,7 +148,7 @@ services:
148148
--num_trex_procs 2
149149
--enable_ops_metrics true
150150
dhcp:
151-
image: ns1inc/privatedns_dhcp:${TAG:-2.5.10}
151+
image: ns1inc/privatedns_dhcp:${TAG:-2.5.11}
152152
logging:
153153
driver: "json-file"
154154
options:

docker-compose/edge-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: '3.4'
33
services:
44
dns:
5-
image: ns1inc/privatedns_dns:${TAG:-2.5.10}
5+
image: ns1inc/privatedns_dns:${TAG:-2.5.11}
66
logging:
77
driver: "json-file"
88
options:
@@ -36,7 +36,7 @@ services:
3636
--num_trex_procs 4
3737
--enable_ops_metrics true
3838
dhcp:
39-
image: ns1inc/privatedns_dhcp:${TAG:-2.5.10}
39+
image: ns1inc/privatedns_dhcp:${TAG:-2.5.11}
4040
logging:
4141
driver: "json-file"
4242
options:
@@ -76,7 +76,7 @@ services:
7676
--dhcp_service_def_id 2
7777
--enable_ops_metrics true
7878
dist:
79-
image: ns1inc/privatedns_dist:${TAG:-2.5.10}
79+
image: ns1inc/privatedns_dist:${TAG:-2.5.11}
8080
logging:
8181
driver: "json-file"
8282
options:

docker-compose/monitoring-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: '3.4'
33
services:
44
data:
5-
image: ns1inc/privatedns_data:${TAG:-2.5.10}
5+
image: ns1inc/privatedns_data:${TAG:-2.5.11}
66
logging:
77
driver: "json-file"
88
options:
@@ -44,7 +44,7 @@ services:
4444
--server_id ${SERVER_ID:-myserver}
4545
--expose_ops_metrics true
4646
core:
47-
image: ns1inc/privatedns_core:${TAG:-2.5.10}
47+
image: ns1inc/privatedns_core:${TAG:-2.5.11}
4848
logging:
4949
driver: "json-file"
5050
options:
@@ -82,7 +82,7 @@ services:
8282
--hostmaster_email ${HOSTMASTER_EMAIL:[email protected]}
8383
--enable_ops_metrics true
8484
xfr:
85-
image: ns1inc/privatedns_xfr:${TAG:-2.5.10}
85+
image: ns1inc/privatedns_xfr:${TAG:-2.5.11}
8686
logging:
8787
driver: "json-file"
8888
options:
@@ -114,7 +114,7 @@ services:
114114
--core_host ${CORE_HOSTS:-core}
115115
--enable_ops_metrics true
116116
dns:
117-
image: ns1inc/privatedns_dns:${TAG:-2.5.10}
117+
image: ns1inc/privatedns_dns:${TAG:-2.5.11}
118118
logging:
119119
driver: "json-file"
120120
options:
@@ -148,7 +148,7 @@ services:
148148
--num_trex_procs 2
149149
--enable_ops_metrics true
150150
dhcp:
151-
image: ns1inc/privatedns_dhcp:${TAG:-2.5.10}
151+
image: ns1inc/privatedns_dhcp:${TAG:-2.5.11}
152152
logging:
153153
driver: "json-file"
154154
options:
@@ -188,7 +188,7 @@ services:
188188
--dhcp_service_def_id 2
189189
--enable_ops_metrics true
190190
monitoring_edge:
191-
image: ns1inc/privatedns_monitoring_edge:${TAG:-2.5.10}
191+
image: ns1inc/privatedns_monitoring_edge:${TAG:-2.5.11}
192192
logging:
193193
driver: "json-file"
194194
options:

terraform/modules/core/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variable "docker_image_tag" {
2-
default = "2.5.10"
2+
default = "2.5.11"
33
description = "The image tag of the Docker image. Defaults to the latest GA version number."
44
}
55

terraform/modules/data/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variable "docker_image_tag" {
2-
default = "2.5.10"
2+
default = "2.5.11"
33
description = "The image tag of the Docker image. Defaults to the latest GA version number."
44
}
55

terraform/modules/dhcp/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variable "docker_image_tag" {
2-
default = "2.5.10"
2+
default = "2.5.11"
33
description = "The image tag of the Docker image. Defaults to the latest GA version number."
44
}
55

terraform/modules/dist/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variable "docker_image_tag" {
2-
default = "2.5.10"
2+
default = "2.5.11"
33
description = "The image tag of the Docker image. Defaults to the latest GA version number."
44
}
55

terraform/modules/dns/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variable "docker_image_tag" {
2-
default = "2.5.10"
2+
default = "2.5.11"
33
description = "The image tag of the Docker image. Defaults to the latest GA version number."
44
}
55

0 commit comments

Comments
 (0)