From 491064285e1ef4f29d8a3e33912adb3aeae50aee Mon Sep 17 00:00:00 2001 From: Segev Elmalech Date: Tue, 5 May 2026 17:57:04 +0300 Subject: [PATCH] docs: update release date and version for 1.7.35 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc2e5fb9..e46187a6 100644 --- a/README.md +++ b/README.md @@ -634,9 +634,9 @@ The following table lists the _latest_ DSF Kit releases, their release date and - TBD + 05 May 2026 - TBD + 1.7.35 1. Added internal support for DRA version 15.3. Set the variable ‘dra_version’ to 15.3 to use it.
2. Added optional DNS CNAME support for AWS POC examples (dsf_deployment, sonar_basic_deployment, sonar_hadr_deployment). When configured, creates friendly DNS names for public-facing instances via Route53 cross-account. Set the 'dns_zone_domain' and optionally 'dns_route53_role_arn' and 'dns_route53_zone_id' variables to enable it. Disabled by default.