Skip to content

Commit

Permalink
Release 2.5.12 - Update changelog (#108)
Browse files Browse the repository at this point in the history
* Release 2.5.12
  • Loading branch information
lawnmowerlatte authored Apr 12, 2021
1 parent 6bfd1bb commit 882b95e
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 24 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 2.5.12 (April 12, 2021)
- What’s fixed?
- Security: OpenSSL and LibSSL have been patched to address CVE-2021-3449
- System: Change XFR and DIST containers to use least connections
- System: Fixed an issue whereby sequential failovers could break database replication
- System: Fixed a post-upgrade issue where data replication from DIST to the DNS service was not complete
- System: Fixed an issue where the oplog was not pruned and vacuumed properly
- System: Fixed an issue where data loss could occur on repeated Primary failover before the initial failover completed
- System: Shuffle core host variable for DIST container to avoid failure
- System: Updated prune timer from 1 minute to 1 hour
- System: Update the max connection count for PostgreSQL


## 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
Expand Down
6 changes: 3 additions & 3 deletions docker-compose/control-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.4'
services:
data:
image: ns1inc/privatedns_data:${TAG:-2.5.11}
image: ns1inc/privatedns_data:${TAG:-2.5.12}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -56,7 +56,7 @@ services:
--server_id ${SERVER_ID:-myserver}
--expose_ops_metrics true
core:
image: ns1inc/privatedns_core:${TAG:-2.5.11}
image: ns1inc/privatedns_core:${TAG:-2.5.12}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -94,7 +94,7 @@ services:
--hostmaster_email ${HOSTMASTER_EMAIL:[email protected]}
--enable_ops_metrics true
xfr:
image: ns1inc/privatedns_xfr:${TAG:-2.5.11}
image: ns1inc/privatedns_xfr:${TAG:-2.5.12}
logging:
driver: "json-file"
options:
Expand Down
10 changes: 5 additions & 5 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.4'
services:
data:
image: ns1inc/privatedns_data:${TAG:-2.5.11}
image: ns1inc/privatedns_data:${TAG:-2.5.12}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -44,7 +44,7 @@ services:
--server_id ${SERVER_ID:-myserver}
--expose_ops_metrics true
core:
image: ns1inc/privatedns_core:${TAG:-2.5.11}
image: ns1inc/privatedns_core:${TAG:-2.5.12}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -82,7 +82,7 @@ services:
--hostmaster_email ${HOSTMASTER_EMAIL:[email protected]}
--enable_ops_metrics true
xfr:
image: ns1inc/privatedns_xfr:${TAG:-2.5.11}
image: ns1inc/privatedns_xfr:${TAG:-2.5.12}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -114,7 +114,7 @@ services:
--core_host ${CORE_HOSTS:-core}
--enable_ops_metrics true
dns:
image: ns1inc/privatedns_dns:${TAG:-2.5.11}
image: ns1inc/privatedns_dns:${TAG:-2.5.12}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -148,7 +148,7 @@ services:
--num_trex_procs 2
--enable_ops_metrics true
dhcp:
image: ns1inc/privatedns_dhcp:${TAG:-2.5.11}
image: ns1inc/privatedns_dhcp:${TAG:-2.5.12}
logging:
driver: "json-file"
options:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose/edge-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.4'
services:
dns:
image: ns1inc/privatedns_dns:${TAG:-2.5.11}
image: ns1inc/privatedns_dns:${TAG:-2.5.12}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -36,7 +36,7 @@ services:
--num_trex_procs 4
--enable_ops_metrics true
dhcp:
image: ns1inc/privatedns_dhcp:${TAG:-2.5.11}
image: ns1inc/privatedns_dhcp:${TAG:-2.5.12}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -76,7 +76,7 @@ services:
--dhcp_service_def_id 2
--enable_ops_metrics true
dist:
image: ns1inc/privatedns_dist:${TAG:-2.5.11}
image: ns1inc/privatedns_dist:${TAG:-2.5.12}
logging:
driver: "json-file"
options:
Expand Down
12 changes: 6 additions & 6 deletions docker-compose/monitoring-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.4'
services:
data:
image: ns1inc/privatedns_data:${TAG:-2.5.11}
image: ns1inc/privatedns_data:${TAG:-2.5.12}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -44,7 +44,7 @@ services:
--server_id ${SERVER_ID:-myserver}
--expose_ops_metrics true
core:
image: ns1inc/privatedns_core:${TAG:-2.5.11}
image: ns1inc/privatedns_core:${TAG:-2.5.12}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -82,7 +82,7 @@ services:
--hostmaster_email ${HOSTMASTER_EMAIL:[email protected]}
--enable_ops_metrics true
xfr:
image: ns1inc/privatedns_xfr:${TAG:-2.5.11}
image: ns1inc/privatedns_xfr:${TAG:-2.5.12}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -114,7 +114,7 @@ services:
--core_host ${CORE_HOSTS:-core}
--enable_ops_metrics true
dns:
image: ns1inc/privatedns_dns:${TAG:-2.5.11}
image: ns1inc/privatedns_dns:${TAG:-2.5.12}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -148,7 +148,7 @@ services:
--num_trex_procs 2
--enable_ops_metrics true
dhcp:
image: ns1inc/privatedns_dhcp:${TAG:-2.5.11}
image: ns1inc/privatedns_dhcp:${TAG:-2.5.12}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -188,7 +188,7 @@ services:
--dhcp_service_def_id 2
--enable_ops_metrics true
monitoring_edge:
image: ns1inc/privatedns_monitoring_edge:${TAG:-2.5.11}
image: ns1inc/privatedns_monitoring_edge:${TAG:-2.5.12}
logging:
driver: "json-file"
options:
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/core/variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "docker_image_tag" {
default = "2.5.11"
default = "2.5.12"
description = "The image tag of the Docker image. Defaults to the latest GA version number."
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/data/variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "docker_image_tag" {
default = "2.5.11"
default = "2.5.12"
description = "The image tag of the Docker image. Defaults to the latest GA version number."
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/dhcp/variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "docker_image_tag" {
default = "2.5.11"
default = "2.5.12"
description = "The image tag of the Docker image. Defaults to the latest GA version number."
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/dist/variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "docker_image_tag" {
default = "2.5.11"
default = "2.5.12"
description = "The image tag of the Docker image. Defaults to the latest GA version number."
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/dns/variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "docker_image_tag" {
default = "2.5.11"
default = "2.5.12"
description = "The image tag of the Docker image. Defaults to the latest GA version number."
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/monitoring_edge/variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "docker_image_tag" {
default = "2.5.11"
default = "2.5.12"
description = "The image tag of the Docker image. Defaults to the latest GA version number."
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/xfr/variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variable "docker_image_tag" {
default = "2.5.11"
default = "2.5.12"
description = "The image tag of the Docker image. Defaults to the latest GA version number."
}

Expand Down

0 comments on commit 882b95e

Please sign in to comment.