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.