Skip to content

Commit

Permalink
Merge pull request #63 from ns1/release/2.5.3
Browse files Browse the repository at this point in the history
Release 2.5.3
  • Loading branch information
saxmfone1 authored Jun 19, 2020
2 parents b11c453 + 2c1a3c1 commit 64085d1
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 26 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## 2.5.3 (June 19, 2020)
- Feature Enhancements
- API: The records API now requires record type along with the record name when requesting a paginated set of records
- API: The GET /ipam/address/:id/adjacent route now distinguishes between a bad prefix and no adjacent addresses upon error
- DHCP: Reduced the amount of spurious logs generated by the DHCP container
- Monitoring: Logging is more consistent with the rest of the applications
- Monitoring: It is now possible to disable TLS verification on HTTP jobs
- System: Updated to the latest GEO country codes across the product
- What’s fixed?
- API: It is now possible to change a Service Definition’s name without supplying its properties
- API: The GET /zones/:zone/dnssec route now returns the correct data
- API: Multiple fixes regarding the /dhcp/scopegroup endpoint
- API: Reverted to previous default values for rate limits
- API: IPAM search now properly filters based on the tag provided
- DHCP: Fixed an issue where restarting the DHCP container may cause it to stop handing out leases
- DDNS: Creating duplicate DDNS zones in a single scope group is now prevented
- DNSSEC: Performing a KSK rollover now works as expected
- Portal: It is now possible to untoggle DHCPv6 in a scope group
- Portal: Fixed an issue when editing a remote server's KDC FQDN causes the remote DNS to reset to 127.0.0.1
- Portal: Fixed an issue when creating a remote zone using the same FQDN but different scope groups causes duplicate entries
- Portal: The DDNS reverse zone page now displays correctly for /16 or larger scopes
- Known issues
- Monitoring: API validation prevents creation of jobs to monitor private IP addresses (RFC 1918, RFC 4193, etc.)
- Monitoring: monitoring_edge containers cannot deploy downstream of distribution (dist) containers; workaround is to configure monitoring_edge containers connecting directly to core containers
- Portal: No objects appear if a user only has the View IPAM/DHCP permission without Manage IPAM/DHCP
- Portal: Activity log incorrectly shows a successful login even if it was not successful when using 2 Factor Authentication

## 2.5.2 (June 4, 2020)
- Feature Enhancements
- System: Reduced core container’s size on disk by 5.36%
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.2'
services:
data:
image: ns1inc/privatedns_data:${TAG:-2.5.2}
image: ns1inc/privatedns_data:${TAG:-2.5.3}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -55,7 +55,7 @@ services:
--server_id ${SERVER_ID:-myserver}
--expose_ops_metrics true
core:
image: ns1inc/privatedns_core:${TAG:-2.5.2}
image: ns1inc/privatedns_core:${TAG:-2.5.3}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -92,7 +92,7 @@ services:
--hostmaster_email ${HOSTMASTER_EMAIL:[email protected]}
--enable_ops_metrics true
xfr:
image: ns1inc/privatedns_xfr:${TAG:-2.5.2}
image: ns1inc/privatedns_xfr:${TAG:-2.5.3}
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.2'
services:
data:
image: ns1inc/privatedns_data:${TAG:-2.5.2}
image: ns1inc/privatedns_data:${TAG:-2.5.3}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
--server_id ${SERVER_ID:-myserver}
--expose_ops_metrics true
core:
image: ns1inc/privatedns_core:${TAG:-2.5.2}
image: ns1inc/privatedns_core:${TAG:-2.5.3}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -79,7 +79,7 @@ services:
--hostmaster_email ${HOSTMASTER_EMAIL:[email protected]}
--enable_ops_metrics true
xfr:
image: ns1inc/privatedns_xfr:${TAG:-2.5.2}
image: ns1inc/privatedns_xfr:${TAG:-2.5.3}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -110,7 +110,7 @@ services:
--core_host ${CORE_HOSTS:-core}
--enable_ops_metrics true
dns:
image: ns1inc/privatedns_dns:${TAG:-2.5.2}
image: ns1inc/privatedns_dns:${TAG:-2.5.3}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -142,7 +142,7 @@ services:
--operation_mode ${OPERATION_MODE:-authoritative}
--enable_ops_metrics true
dhcp:
image: ns1inc/privatedns_dhcp:${TAG:-2.5.2}
image: ns1inc/privatedns_dhcp:${TAG:-2.5.3}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -181,7 +181,7 @@ services:
--dhcp_service_def_id 2
--enable_ops_metrics true
dist:
image: ns1inc/privatedns_dist:${TAG:-2.5.2}
image: ns1inc/privatedns_dist:${TAG:-2.5.3}
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.2'
services:
dns:
image: ns1inc/privatedns_dns:${TAG:-2.5.2}
image: ns1inc/privatedns_dns:${TAG:-2.5.3}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
--operation_mode ${OPERATION_MODE:-authoritative}
--enable_ops_metrics true
dhcp:
image: ns1inc/privatedns_dhcp:${TAG:-2.5.2}
image: ns1inc/privatedns_dhcp:${TAG:-2.5.3}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -73,7 +73,7 @@ services:
--dhcp_service_def_id 2
--enable_ops_metrics true
dist:
image: ns1inc/privatedns_dist:${TAG:-2.5.2}
image: ns1inc/privatedns_dist:${TAG:-2.5.3}
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.2'
services:
data:
image: ns1inc/privatedns_data:${TAG:-2.5.2}
image: ns1inc/privatedns_data:${TAG:-2.5.3}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
--server_id ${SERVER_ID:-myserver}
--expose_ops_metrics true
core:
image: ns1inc/privatedns_core:${TAG:-2.5.2}
image: ns1inc/privatedns_core:${TAG:-2.5.3}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -79,7 +79,7 @@ services:
--hostmaster_email ${HOSTMASTER_EMAIL:[email protected]}
--enable_ops_metrics true
xfr:
image: ns1inc/privatedns_xfr:${TAG:-2.5.2}
image: ns1inc/privatedns_xfr:${TAG:-2.5.3}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -110,7 +110,7 @@ services:
--core_host ${CORE_HOSTS:-core}
--enable_ops_metrics true
dns:
image: ns1inc/privatedns_dns:${TAG:-2.5.2}
image: ns1inc/privatedns_dns:${TAG:-2.5.3}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -142,7 +142,7 @@ services:
--operation_mode ${OPERATION_MODE:-authoritative}
--enable_ops_metrics true
dhcp:
image: ns1inc/privatedns_dhcp:${TAG:-2.5.2}
image: ns1inc/privatedns_dhcp:${TAG:-2.5.3}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -181,7 +181,7 @@ services:
--dhcp_service_def_id 2
--enable_ops_metrics true
dist:
image: ns1inc/privatedns_dist:${TAG:-2.5.2}
image: ns1inc/privatedns_dist:${TAG:-2.5.3}
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -213,7 +213,7 @@ services:
--core_host ${CORE_HOSTS:-core}
--enable_ops_metrics true
monitoring_edge:
image: ns1inc/privatedns_monitoring_edge:${TAG:-2.5.2}
image: ns1inc/privatedns_monitoring_edge:${TAG:-2.5.3}
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.2"
default = "2.5.3"
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.2"
default = "2.5.3"
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.2"
default = "2.5.3"
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.2"
default = "2.5.3"
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.2"
default = "2.5.3"
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.2"
default = "2.5.3"
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.2"
default = "2.5.3"
description = "The image tag of the Docker image. Defaults to the latest GA version number."
}

Expand Down

0 comments on commit 64085d1

Please sign in to comment.