From cf0e7f8efed1daba61f50240ccca565fa42aec22 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Wed, 25 Oct 2023 10:30:03 -0400 Subject: [PATCH] Remove release-notes files We're no longer checking in such files to the projects, also once the notes were merged into the web-site doc, the files no longer serve any purpose. Signed-off-by: Tom Pantelis --- release-notes/20221011-new-synced-condition.md | 3 --- release-notes/20221018-service-updates.md | 2 -- release-notes/20221102-no-records-dns.md | 3 --- 3 files changed, 8 deletions(-) delete mode 100644 release-notes/20221011-new-synced-condition.md delete mode 100644 release-notes/20221018-service-updates.md delete mode 100644 release-notes/20221102-no-records-dns.md diff --git a/release-notes/20221011-new-synced-condition.md b/release-notes/20221011-new-synced-condition.md deleted file mode 100644 index 09964c258..000000000 --- a/release-notes/20221011-new-synced-condition.md +++ /dev/null @@ -1,3 +0,0 @@ - -A new ServiceExport status condition type named Synced was added that indicates whether or not the ServiceImport -was successfully synced to the broker. diff --git a/release-notes/20221018-service-updates.md b/release-notes/20221018-service-updates.md deleted file mode 100644 index 7e1c6c4c6..000000000 --- a/release-notes/20221018-service-updates.md +++ /dev/null @@ -1,2 +0,0 @@ - -Service Discovery now handles updates to an exported service and updates/deletes the corresponding ServiceImport accordingly. diff --git a/release-notes/20221102-no-records-dns.md b/release-notes/20221102-no-records-dns.md deleted file mode 100644 index a5e4bb9cf..000000000 --- a/release-notes/20221102-no-records-dns.md +++ /dev/null @@ -1,3 +0,0 @@ - -Service Discovery now returns a DNS error message in the response body when no matching records are found for the query to -"clusterset.local". This prevents unnecessary retries.