Skip to content

Commit

Permalink
Merge pull request #69 from ns1/release/2.5.6
Browse files Browse the repository at this point in the history
Release 2.5.6
  • Loading branch information
saxmfone1 authored Jul 31, 2020
2 parents 8bd82cc + b7842de commit 7d415b7
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 26 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 2.5.6 (July 31, 2020)
- New Features
- DHCP: custom option spaces enabling sub-options to be created for options in the standard option space; API only.
- Feature Enhancements
- DHCP: Leases persist upon DHCP container restart when using a persistent data volume in docker
- Portal: DHCP Remote server can now be configured with nonsecure, nonsecure then secure, and secure only updates, in line with Microsoft AD DNS
- Portal: Domain names can now contain underscores
- What’s fixed?
- API: The /service endpoint now includes DNS service definitions
- DHCP: Reduced load on the data layer when adding new leases to the system
- DNS: Fixed an issue where a DNAME record did not properly occlude non-apex records
- Portal: Dark mode tooltips are easier to read
- Portal: Fixed an issue when visiting to the login page would immediately present an “Unauthorized” error message
- System: Fixed an issue that prevented changing the number of DNS processes in the DNS container to a lower value
- System: Fixed an issue where logging in the DNS container would hang
- Known issues
- Portal: Service definitions with duplicate names will not properly display


## 2.5.5 (July 24, 2020)
- New Features
- Portal: Added hotkeys for navigation and common tasks (e.g. create zone) in DNS interfaces; view available hotkeys by pressing ? and opening the hotkey menu
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.5}
image: ns1inc/privatedns_data:${TAG:-2.5.6}
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.5}
image: ns1inc/privatedns_core:${TAG:-2.5.6}
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.5}
image: ns1inc/privatedns_xfr:${TAG:-2.5.6}
logging:
driver: "json-file"
options:
Expand Down
12 changes: 6 additions & 6 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.5}
image: ns1inc/privatedns_data:${TAG:-2.5.6}
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.5}
image: ns1inc/privatedns_core:${TAG:-2.5.6}
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.5}
image: ns1inc/privatedns_xfr:${TAG:-2.5.6}
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.5}
image: ns1inc/privatedns_dns:${TAG:-2.5.6}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -147,7 +147,7 @@ services:
--operation_mode ${OPERATION_MODE:-authoritative}
--enable_ops_metrics true
dhcp:
image: ns1inc/privatedns_dhcp:${TAG:-2.5.5}
image: ns1inc/privatedns_dhcp:${TAG:-2.5.6}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -187,7 +187,7 @@ services:
--dhcp_service_def_id 2
--enable_ops_metrics true
dist:
image: ns1inc/privatedns_dist:${TAG:-2.5.5}
image: ns1inc/privatedns_dist:${TAG:-2.5.6}
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.5}
image: ns1inc/privatedns_dns:${TAG:-2.5.6}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -35,7 +35,7 @@ services:
--operation_mode ${OPERATION_MODE:-authoritative}
--enable_ops_metrics true
dhcp:
image: ns1inc/privatedns_dhcp:${TAG:-2.5.5}
image: ns1inc/privatedns_dhcp:${TAG:-2.5.6}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -75,7 +75,7 @@ services:
--dhcp_service_def_id 2
--enable_ops_metrics true
dist:
image: ns1inc/privatedns_dist:${TAG:-2.5.5}
image: ns1inc/privatedns_dist:${TAG:-2.5.6}
logging:
driver: "json-file"
options:
Expand Down
14 changes: 7 additions & 7 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.5}
image: ns1inc/privatedns_data:${TAG:-2.5.6}
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.5}
image: ns1inc/privatedns_core:${TAG:-2.5.6}
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.5}
image: ns1inc/privatedns_xfr:${TAG:-2.5.6}
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.5}
image: ns1inc/privatedns_dns:${TAG:-2.5.6}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -147,7 +147,7 @@ services:
--operation_mode ${OPERATION_MODE:-authoritative}
--enable_ops_metrics true
dhcp:
image: ns1inc/privatedns_dhcp:${TAG:-2.5.5}
image: ns1inc/privatedns_dhcp:${TAG:-2.5.6}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -187,7 +187,7 @@ services:
--dhcp_service_def_id 2
--enable_ops_metrics true
dist:
image: ns1inc/privatedns_dist:${TAG:-2.5.5}
image: ns1inc/privatedns_dist:${TAG:-2.5.6}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -220,7 +220,7 @@ services:
--core_host ${CORE_HOSTS:-core}
--enable_ops_metrics true
monitoring_edge:
image: ns1inc/privatedns_monitoring_edge:${TAG:-2.5.5}
image: ns1inc/privatedns_monitoring_edge:${TAG:-2.5.6}
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.5"
default = "2.5.6"
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.5"
default = "2.5.6"
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.5"
default = "2.5.6"
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.5"
default = "2.5.6"
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.5"
default = "2.5.6"
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.5"
default = "2.5.6"
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.5"
default = "2.5.6"
description = "The image tag of the Docker image. Defaults to the latest GA version number."
}

Expand Down

0 comments on commit 7d415b7

Please sign in to comment.