diff --git a/CHANGELOG.md b/CHANGELOG.md index 1caf0c1..dc010da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.5.11 (February 26th, 2021) +- What’s fixed? + - API: API returns HTTP 500 when issuing GET on a DNSSEC signed zone or DNSKEY/RRSIG record within that zone + - Security: OpenSSL/LibSSL have been patched to address CVE-2020-1971, CVE-2021-23840 + + ## 2.5.10 (February 19th, 2021) - What’s fixed? - Portal: Fixed a version problem with the database restore utility diff --git a/docker-compose/control-compose.yml b/docker-compose/control-compose.yml index 2834d42..e0aaec4 100644 --- a/docker-compose/control-compose.yml +++ b/docker-compose/control-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: data: - image: ns1inc/privatedns_data:${TAG:-2.5.10} + image: ns1inc/privatedns_data:${TAG:-2.5.11} logging: driver: "json-file" options: @@ -56,7 +56,7 @@ services: --server_id ${SERVER_ID:-myserver} --expose_ops_metrics true core: - image: ns1inc/privatedns_core:${TAG:-2.5.10} + image: ns1inc/privatedns_core:${TAG:-2.5.11} logging: driver: "json-file" options: @@ -94,7 +94,7 @@ services: --hostmaster_email ${HOSTMASTER_EMAIL:-hostmaster@mycompany.net} --enable_ops_metrics true xfr: - image: ns1inc/privatedns_xfr:${TAG:-2.5.10} + image: ns1inc/privatedns_xfr:${TAG:-2.5.11} logging: driver: "json-file" options: diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index b3fe831..19e31b1 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: data: - image: ns1inc/privatedns_data:${TAG:-2.5.10} + image: ns1inc/privatedns_data:${TAG:-2.5.11} logging: driver: "json-file" options: @@ -44,7 +44,7 @@ services: --server_id ${SERVER_ID:-myserver} --expose_ops_metrics true core: - image: ns1inc/privatedns_core:${TAG:-2.5.10} + image: ns1inc/privatedns_core:${TAG:-2.5.11} logging: driver: "json-file" options: @@ -82,7 +82,7 @@ services: --hostmaster_email ${HOSTMASTER_EMAIL:-hostmaster@mycompany.net} --enable_ops_metrics true xfr: - image: ns1inc/privatedns_xfr:${TAG:-2.5.10} + image: ns1inc/privatedns_xfr:${TAG:-2.5.11} logging: driver: "json-file" options: @@ -114,7 +114,7 @@ services: --core_host ${CORE_HOSTS:-core} --enable_ops_metrics true dns: - image: ns1inc/privatedns_dns:${TAG:-2.5.10} + image: ns1inc/privatedns_dns:${TAG:-2.5.11} logging: driver: "json-file" options: @@ -148,7 +148,7 @@ services: --num_trex_procs 2 --enable_ops_metrics true dhcp: - image: ns1inc/privatedns_dhcp:${TAG:-2.5.10} + image: ns1inc/privatedns_dhcp:${TAG:-2.5.11} logging: driver: "json-file" options: diff --git a/docker-compose/edge-compose.yml b/docker-compose/edge-compose.yml index ef9ee98..0110659 100644 --- a/docker-compose/edge-compose.yml +++ b/docker-compose/edge-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: dns: - image: ns1inc/privatedns_dns:${TAG:-2.5.10} + image: ns1inc/privatedns_dns:${TAG:-2.5.11} logging: driver: "json-file" options: @@ -36,7 +36,7 @@ services: --num_trex_procs 4 --enable_ops_metrics true dhcp: - image: ns1inc/privatedns_dhcp:${TAG:-2.5.10} + image: ns1inc/privatedns_dhcp:${TAG:-2.5.11} logging: driver: "json-file" options: @@ -76,7 +76,7 @@ services: --dhcp_service_def_id 2 --enable_ops_metrics true dist: - image: ns1inc/privatedns_dist:${TAG:-2.5.10} + image: ns1inc/privatedns_dist:${TAG:-2.5.11} logging: driver: "json-file" options: diff --git a/docker-compose/monitoring-compose.yml b/docker-compose/monitoring-compose.yml index 99d4062..edd6e6e 100644 --- a/docker-compose/monitoring-compose.yml +++ b/docker-compose/monitoring-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: data: - image: ns1inc/privatedns_data:${TAG:-2.5.10} + image: ns1inc/privatedns_data:${TAG:-2.5.11} logging: driver: "json-file" options: @@ -44,7 +44,7 @@ services: --server_id ${SERVER_ID:-myserver} --expose_ops_metrics true core: - image: ns1inc/privatedns_core:${TAG:-2.5.10} + image: ns1inc/privatedns_core:${TAG:-2.5.11} logging: driver: "json-file" options: @@ -82,7 +82,7 @@ services: --hostmaster_email ${HOSTMASTER_EMAIL:-hostmaster@mycompany.net} --enable_ops_metrics true xfr: - image: ns1inc/privatedns_xfr:${TAG:-2.5.10} + image: ns1inc/privatedns_xfr:${TAG:-2.5.11} logging: driver: "json-file" options: @@ -114,7 +114,7 @@ services: --core_host ${CORE_HOSTS:-core} --enable_ops_metrics true dns: - image: ns1inc/privatedns_dns:${TAG:-2.5.10} + image: ns1inc/privatedns_dns:${TAG:-2.5.11} logging: driver: "json-file" options: @@ -148,7 +148,7 @@ services: --num_trex_procs 2 --enable_ops_metrics true dhcp: - image: ns1inc/privatedns_dhcp:${TAG:-2.5.10} + image: ns1inc/privatedns_dhcp:${TAG:-2.5.11} logging: driver: "json-file" options: @@ -188,7 +188,7 @@ services: --dhcp_service_def_id 2 --enable_ops_metrics true monitoring_edge: - image: ns1inc/privatedns_monitoring_edge:${TAG:-2.5.10} + image: ns1inc/privatedns_monitoring_edge:${TAG:-2.5.11} logging: driver: "json-file" options: diff --git a/terraform/modules/core/variables.tf b/terraform/modules/core/variables.tf index 10490ea..a7890dc 100644 --- a/terraform/modules/core/variables.tf +++ b/terraform/modules/core/variables.tf @@ -1,5 +1,5 @@ variable "docker_image_tag" { - default = "2.5.10" + default = "2.5.11" description = "The image tag of the Docker image. Defaults to the latest GA version number." } diff --git a/terraform/modules/data/variables.tf b/terraform/modules/data/variables.tf index 6843b10..9cf371d 100644 --- a/terraform/modules/data/variables.tf +++ b/terraform/modules/data/variables.tf @@ -1,5 +1,5 @@ variable "docker_image_tag" { - default = "2.5.10" + default = "2.5.11" description = "The image tag of the Docker image. Defaults to the latest GA version number." } diff --git a/terraform/modules/dhcp/variables.tf b/terraform/modules/dhcp/variables.tf index 04610a1..176fe1d 100644 --- a/terraform/modules/dhcp/variables.tf +++ b/terraform/modules/dhcp/variables.tf @@ -1,5 +1,5 @@ variable "docker_image_tag" { - default = "2.5.10" + default = "2.5.11" description = "The image tag of the Docker image. Defaults to the latest GA version number." } diff --git a/terraform/modules/dist/variables.tf b/terraform/modules/dist/variables.tf index 299ea99..c77bfa8 100644 --- a/terraform/modules/dist/variables.tf +++ b/terraform/modules/dist/variables.tf @@ -1,5 +1,5 @@ variable "docker_image_tag" { - default = "2.5.10" + default = "2.5.11" description = "The image tag of the Docker image. Defaults to the latest GA version number." } diff --git a/terraform/modules/dns/variables.tf b/terraform/modules/dns/variables.tf index a4e1c5e..adc36ab 100644 --- a/terraform/modules/dns/variables.tf +++ b/terraform/modules/dns/variables.tf @@ -1,5 +1,5 @@ variable "docker_image_tag" { - default = "2.5.10" + default = "2.5.11" description = "The image tag of the Docker image. Defaults to the latest GA version number." } diff --git a/terraform/modules/monitoring_edge/variables.tf b/terraform/modules/monitoring_edge/variables.tf index 5c2b9f6..0d8002a 100644 --- a/terraform/modules/monitoring_edge/variables.tf +++ b/terraform/modules/monitoring_edge/variables.tf @@ -1,5 +1,5 @@ variable "docker_image_tag" { - default = "2.5.10" + default = "2.5.11" description = "The image tag of the Docker image. Defaults to the latest GA version number." } diff --git a/terraform/modules/xfr/variables.tf b/terraform/modules/xfr/variables.tf index 2f2f222..4020f05 100644 --- a/terraform/modules/xfr/variables.tf +++ b/terraform/modules/xfr/variables.tf @@ -1,5 +1,5 @@ variable "docker_image_tag" { - default = "2.5.10" + default = "2.5.11" description = "The image tag of the Docker image. Defaults to the latest GA version number." }