This is an automated email from the ASF dual-hosted git repository.

xqhu pushed a commit to branch release-2.62.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.62.0 by this push:
     new 30f626917de0 updated the numpy issues (#33683)
30f626917de0 is described below

commit 30f626917de040bf0310d81460180fa0b7d5e5a5
Author: liferoad <[email protected]>
AuthorDate: Mon Jan 20 20:50:00 2025 -0500

    updated the numpy issues (#33683)
---
 CHANGES.md                                      | 4 +++-
 website/www/site/content/en/blog/beam-2.61.0.md | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 66a10f69417c..396ac636e672 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -100,7 +100,8 @@
 
 ## Known Issues
 
-* ([#X](https://github.com/apache/beam/issues/X)).
+* [Python] If you are using the official Apache Beam Python containers for 
version 2.62.0, be aware that they include NumPy version 1.26.4. It is strongly 
recommended that you explicitly specify numpy==1.26.4 in your project's 
dependency list. ([#33639](https://github.com/apache/beam/issues/33639)).
+
 
 # [2.61.0] - 2024-11-25
 
@@ -143,6 +144,7 @@
 
 * [Managed Iceberg] DataFile metadata is assigned incorrect partition values 
([#33497](https://github.com/apache/beam/issues/33497)).
   * Fixed in 2.62.0
+* [Python] If you are using the official Apache Beam Python containers for 
version 2.61.0, be aware that they include NumPy version 1.26.4. It is strongly 
recommended that you explicitly specify numpy==1.26.4 in your project's 
dependency list. ([#33639](https://github.com/apache/beam/issues/33639)).
 
 # [2.60.0] - 2024-10-17
 
diff --git a/website/www/site/content/en/blog/beam-2.61.0.md 
b/website/www/site/content/en/blog/beam-2.61.0.md
index a4c7ac0cefbd..dafa94cbddc9 100644
--- a/website/www/site/content/en/blog/beam-2.61.0.md
+++ b/website/www/site/content/en/blog/beam-2.61.0.md
@@ -63,7 +63,9 @@ For more information on changes in 2.61.0, check out the 
[detailed release notes
 
 ## Known Issues
 
-N/A
+* [Managed Iceberg] DataFile metadata is assigned incorrect partition values 
([#33497](https://github.com/apache/beam/issues/33497)).
+  * Fixed in 2.62.0
+* [Python] If you are using the official Apache Beam Python containers for 
version 2.61.0, be aware that they include NumPy version 1.26.4. It is strongly 
recommended that you explicitly specify numpy==1.26.4 in your project's 
dependency list. ([#33639](https://github.com/apache/beam/issues/33639)).
 
 For the most up to date list of known issues, see 
https://github.com/apache/beam/blob/master/CHANGES.md
 

Reply via email to