Skip to content

Commit

Permalink
2.5.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhabets2 authored Feb 19, 2021
1 parent c54de58 commit 4811785
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 28 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
## 2.5.10 (February 19th, 2021)
- What’s fixed?
- Portal: Fixed a version problem with the database restore utility
- Security: OpenSSL has been patched to address CVE-2020-1971
- System: Increased the database max connections


## 2.5.9 (December 21, 2020)
- What’s fixed?
- DNS: Fixed an issue where the DNSKEY record could fail to update when key is generated or deleted
- DNS: Fixed an issue where an in incorrect ZSK could be deleted from the DNSKEY cache when disabling a ZSK
- Portal: Fixed several DNS permissions issues when using RBAC
- System: Fixed an issue where hyphens were not supported in AD users or groups
- DNS: Fixed an issue where the DNSKEY record could fail to update when key is generated or deleted
- DNS: Fixed an issue where an in incorrect ZSK could be deleted from the DNSKEY cache when disabling a ZSK
- Portal: Fixed several DNS permissions issues when using RBAC
- System: Fixed an issue where hyphens were not supported in AD users or groups


## 2.5.8 (September 29, 2020)
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.9}
image: ns1inc/privatedns_data:${TAG:-2.5.10}
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.9}
image: ns1inc/privatedns_core:${TAG:-2.5.10}
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.9}
image: ns1inc/privatedns_xfr:${TAG:-2.5.10}
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.9}
image: ns1inc/privatedns_data:${TAG:-2.5.10}
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.9}
image: ns1inc/privatedns_core:${TAG:-2.5.10}
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.9}
image: ns1inc/privatedns_xfr:${TAG:-2.5.10}
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.9}
image: ns1inc/privatedns_dns:${TAG:-2.5.10}
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.9}
image: ns1inc/privatedns_dhcp:${TAG:-2.5.10}
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.9}
image: ns1inc/privatedns_dns:${TAG:-2.5.10}
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.9}
image: ns1inc/privatedns_dhcp:${TAG:-2.5.10}
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.9}
image: ns1inc/privatedns_dist:${TAG:-2.5.10}
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.9}
image: ns1inc/privatedns_data:${TAG:-2.5.10}
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.9}
image: ns1inc/privatedns_core:${TAG:-2.5.10}
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.9}
image: ns1inc/privatedns_xfr:${TAG:-2.5.10}
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.9}
image: ns1inc/privatedns_dns:${TAG:-2.5.10}
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.9}
image: ns1inc/privatedns_dhcp:${TAG:-2.5.10}
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.9}
image: ns1inc/privatedns_monitoring_edge:${TAG:-2.5.10}
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.9"
default = "2.5.10"
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.9"
default = "2.5.10"
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.9"
default = "2.5.10"
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.9"
default = "2.5.10"
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.9"
default = "2.5.10"
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.9"
default = "2.5.10"
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.9"
default = "2.5.10"
description = "The image tag of the Docker image. Defaults to the latest GA version number."
}

Expand Down

0 comments on commit 4811785

Please sign in to comment.