Skip to content

Commit

Permalink
Merge pull request #61 from ns1/release/2.5.2
Browse files Browse the repository at this point in the history
Release/2.5.2
  • Loading branch information
Mark M. Peterson authored Jun 4, 2020
2 parents 7407f81 + 0baf904 commit b11c453
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 28 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 2.5.2 (June 4, 2020)
- Feature Enhancements
- System: Reduced core container’s size on disk by 5.36%
- Monitoring: HTTP monitoring jobs support specification of a Host to check Virtual Hosts and SAN certificates
- Portal: Principals with the same SPN are disambiguated by showing the Principal ID and Key type
- Portal: Principals now show a friendly name for name and encryption type
- Portal: Remote Servers from the DHCP Remote Servers tab can now be deleted
- Portal: Various UI improvements
- Portal: Multiple improvements to handling Service Principals in Keytab upload
- DHCP: Custom DHCP option definition no longer require a description
- DHCP: AD DNS allows for configuration of a qualifying suffix which appends to the hostname if the DHCP client provides no domain
- What’s fixed?
- Portal: Fixed the Bootstrap UI creation of Service Groups and Service Definitions
- Known issues
- System: The system will output a large volume of logs related to internal health checks
- Portal: Scope groups cannot be created with DHCPv6 enabled in the portal; to bypass this issue, create scope groups via the API
- Portal: Custom DHCP Option keys cannot contain uppercase characters; to work around the issue keys must be in all lowercase characters
- Portal: The Remote Server modal window does not allow switching between Secure and Insecure modes
- API: IPAM search endpoints currently return all address objects disregarding the query parameters for tags and non-existent network identifiers

## 2.5.1 (May 22, 2020)
- New Features
- Monitoring: We are proud to provide you with a preview of our eDDI's Monitoring & Alerting feature. If you are familiar with Monitoring in our Managed DNS product, then you will feel at home. The eDDI Monitoring & Alerting feature includes the ability to create ICMP, TCP and HTTP service checks and feed monitor status back into eDDI, allowing for intelligent traffic management. Please refer to https://help.ns1.com/hc/en-us/categories/360001657654-Monitoring for instructions; a new monitoring-compose.yml and terraform resources are available in our GitHub repository.
Expand All @@ -24,7 +44,6 @@
- Portal: Creating a new Remote Connection after creating one will pre-populate the fields with the existing info.
- Portal: Bootstrap UI does not create DHCP service group and definition


## 2.5.0 (May 8, 2020)
- New Features
- API: Added bulk operations endpoints for IPAM and DHCP tagging at scale
Expand Down Expand Up @@ -76,7 +95,6 @@
- Portal: Global search may tack on irrelevant search data
- Portal: Synthesized PTR records do not display in the wildcard record view for that zone


## 2.4.2 (Apr 10, 2020)
- New Features
- DNS: Additional ISO-3166-2 country subdivisions are available for geotarget country and geofence country filters; import premium versions of Maxmind’s GeoIP databases to take full advantage of additional geo-steering granularity; all subdivisions can be referenced in the new endpoint v1/metatypes/geo
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.1}
image: ns1inc/privatedns_data:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_core:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_xfr:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_data:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_core:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_xfr:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_dns:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_dhcp:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_dist:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_dns:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_dhcp:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_dist:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_data:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_core:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_xfr:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_dns:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_dhcp:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_dist:${TAG:-2.5.2}
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.1}
image: ns1inc/privatedns_monitoring_edge:${TAG:-2.5.2}
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.1"
default = "2.5.2"
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.1"
default = "2.5.2"
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.1"
default = "2.5.2"
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.1"
default = "2.5.2"
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.1"
default = "2.5.2"
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.1"
default = "2.5.2"
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.1"
default = "2.5.2"
description = "The image tag of the Docker image. Defaults to the latest GA version number."
}

Expand Down

0 comments on commit b11c453

Please sign in to comment.