Rebuild website
diff --git a/content/blog/feed.xml b/content/blog/feed.xml
index b6b7f29..36529c5 100644
--- a/content/blog/feed.xml
+++ b/content/blog/feed.xml
@@ -769,9 +769,11 @@
 
 <h1 id="release-notes">Release Notes</h1>
 
-<p>The community is aware of two issues that were introduced with 1.15.0 that remain unresolved. Efforts are underway to fix these issues for Flink 1.15.2:</p>
+<p>The community is aware of 3 issues that were introduced with 1.15.0 that remain unresolved. Efforts are underway to fix these issues for Flink 1.15.2:</p>
 
 <ul>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-28861">FLINK-28861</a>] -         Non-deterministic UID generation might cause issues during restore for Table/SQL API
+</li>
 <li>[<a href="https://issues.apache.org/jira/browse/FLINK-28060">FLINK-28060</a>] -         Kafka commit on checkpointing fails repeatedly after a broker restart
 </li>
 <li>[<a href="https://issues.apache.org/jira/browse/FLINK-28322">FLINK-28322</a>] -         DataStreamScanProvider's new method is not compatible
diff --git a/content/news/2022/07/06/release-1.15.1.html b/content/news/2022/07/06/release-1.15.1.html
index d2b6774..89da218 100644
--- a/content/news/2022/07/06/release-1.15.1.html
+++ b/content/news/2022/07/06/release-1.15.1.html
@@ -289,9 +289,11 @@
 
 <h1 id="release-notes">Release Notes</h1>
 
-<p>The community is aware of two issues that were introduced with 1.15.0 that remain unresolved. Efforts are underway to fix these issues for Flink 1.15.2:</p>
+<p>The community is aware of 3 issues that were introduced with 1.15.0 that remain unresolved. Efforts are underway to fix these issues for Flink 1.15.2:</p>
 
 <ul>
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-28861">FLINK-28861</a>] -         Non-deterministic UID generation might cause issues during restore for Table/SQL API
+</li>
 <li>[<a href="https://issues.apache.org/jira/browse/FLINK-28060">FLINK-28060</a>] -         Kafka commit on checkpointing fails repeatedly after a broker restart
 </li>
 <li>[<a href="https://issues.apache.org/jira/browse/FLINK-28322">FLINK-28322</a>] -         DataStreamScanProvider's new method is not compatible