Skip to content

Commit 14becf2

Browse files
Merge pull request #658 from odidev/rv-w24
Add information for the Recommended versions
2 parents 6fd725a + ad9cd94 commit 14becf2

14 files changed

Lines changed: 59 additions & 59 deletions

File tree

content/opensource_packages/DPDK.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ optional_info:
1818
partner_content: https://amperecomputing.com/tuning-guides/DPDK-setup-and-tuning-guide
1919
official_docs: https://core.dpdk.org/doc/quick-start/
2020
arm_recommended_minimum_version:
21-
version_number:
22-
release_date:
23-
reference_content:
24-
rationale:
21+
version_number: 23.03
22+
release_date: 2023/03/31
23+
reference_content: https://doc.dpdk.org/guides/rel_notes/release_23_03.html
24+
rationale: This version adds power monitor and wake up API support with WFE/SVE instructions for the Arm architecture.
2525

2626

2727
optional_hidden_info:

content/opensource_packages/avro_py.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ optional_info:
1818
partner_content:
1919
official_docs: https://avro.apache.org/docs/1.12.0/getting-started-python/
2020
arm_recommended_minimum_version:
21-
version_number:
22-
release_date:
23-
reference_content:
24-
rationale:
21+
version_number: 1.12.0
22+
release_date: 2024/08/05
23+
reference_content: https://github.com/apache/avro/releases/tag/release-1.12.0
24+
rationale: This version started using TravisCI for testing Apache Avro on Linux ARM64, which confirms the stablility of the software on Arm platform.
2525

2626
optional_hidden_info:
2727
release_notes__supported_minimum:
2828
release_notes__recommended_minimum:
2929
other_info: Linux/ARM64 release notes are not available. v1.7.3 has been successfully installed on the Neoverse N1, prior versions are failing to install.
30-
30+
3131
---

content/opensource_packages/contour.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ optional_info:
1818
partner_content:
1919
official_docs: https://projectcontour.io/getting-started/
2020
arm_recommended_minimum_version:
21-
version_number:
22-
release_date:
23-
reference_content:
24-
rationale:
21+
version_number: 1.22.1
22+
release_date: 2022/09/08
23+
reference_content: https://github.com/projectcontour/contour/releases/tag/v1.22.1
24+
rationale: This release updates Envoy to v1.23.1. This fixes an issue where the arm64 variant of the Envoy image was not built properly.
2525

2626
optional_hidden_info:
2727
release_notes__supported_minimum: https://hub.docker.com/layers/projectcontour/contour/v1.10.0/images/sha256-fefd6f921648c38ece476672f35c52cf8faac36347494401f6d2225254ae5e1d?context=explore

content/opensource_packages/docker.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ optional_info:
1818
partner_content: https://www.alibabacloud.com/blog/arm-container-applications-accelerating-development-and-testing_595802
1919
official_docs: https://www.docker.com/blog/getting-started-with-docker-for-arm-on-linux/
2020
arm_recommended_minimum_version:
21-
version_number:
22-
release_date:
23-
reference_content:
24-
rationale:
21+
version_number: 24.0.3
22+
release_date: 2023/07/06
23+
reference_content: https://docs.docker.com/engine/release-notes/24.0/#2403
24+
rationale: This release significantly reduces CPU and memory usage when populating the debug section of GET/ info, improving performance during diagnostics. Packaging updates include Go 1.20.5, Docker Compose v2.19.1, and Buildx v0.11.1, ensuring runtime and build tool improvements.
2525

2626
optional_hidden_info:
2727
release_notes__supported_minimum: https://docs.docker.com/engine/release-notes/prior-releases/#misc

content/opensource_packages/geoserver.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ optional_info:
1818
partner_content:
1919
official_docs: https://docs.geoserver.org/latest/en/user/gettingstarted/index.html
2020
arm_recommended_minimum_version:
21-
version_number:
22-
release_date:
23-
reference_content:
24-
rationale:
21+
version_number: 2.27.1
22+
release_date: 2025/05/14
23+
reference_content: https://geoserver.org/announcements/vulnerability/2025/05/13/geoserver-2-27-1-released.html
24+
rationale: This is a stable release of GeoServer, officially recommended for production use. GeoServer 2.27.1 is made in conjunction with GeoTools 33.1, and GeoWebCache 1.27.1. This release enhanced WPS support with improved value reading from coverage positions and enforced coding standards by disallowing var, resolved issues including broken JSON legends, symbolizer URL errors, vector tile clipping, XML attribute encoding errors, GUI glitches, and feature templating failures.
2525

2626

2727
optional_hidden_info:

content/opensource_packages/guacamole.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ optional_info:
1818
partner_content:
1919
official_docs: https://guacamole.apache.org/doc/gug/installing-guacamole.html
2020
arm_recommended_minimum_version:
21-
version_number:
22-
release_date:
23-
reference_content:
24-
rationale:
21+
version_number: 1.5.5
22+
release_date: 2024/04/05
23+
reference_content: https://guacamole.apache.org/releases/1.5.5/
24+
rationale: The 1.5.5 release is a bugfix release that addresses bugs and regressions from 1.5.4 and earlier, including a resource leak that may affect RDP and SSH connections, and updates all dependencies to their latest compatible versions. A display issue with Japanese characters in the guacd Docker image has been resolved. Several critical bugs affecting RDP protocol stability have been addressed, including segfaults during connection startup, resizing, and concurrency issues, as well as a double free issue and TLS socket synchronization problems. Authentication now correctly handles per-user connection concurrency limits, and a VNC password challenge issue has been resolved. On the maintenance side, the build process has been updated to support FFmpeg 5.0.
2525

2626
optional_hidden_info:
2727
release_notes__supported_minimum:

content/opensource_packages/minio-mc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ optional_info:
1818
partner_content:
1919
official_docs: https://min.io/docs/minio/linux/reference/minio-mc.html
2020
arm_recommended_minimum_version:
21-
version_number:
22-
release_date:
23-
reference_content:
24-
rationale:
21+
version_number:
22+
release_date:
23+
reference_content:
24+
rationale:
2525

2626
optional_hidden_info:
2727
release_notes__supported_minimum:

content/opensource_packages/onednn.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ optional_info:
1818
partner_content: https://aws.amazon.com/blogs/machine-learning/run-machine-learning-inference-workloads-on-aws-graviton-based-instances-with-amazon-sagemaker/
1919
official_docs: https://uxlfoundation.github.io/oneDNN/
2020
arm_recommended_minimum_version:
21-
version_number:
22-
release_date:
23-
reference_content:
24-
rationale:
21+
version_number: 3.7
22+
release_date: 2025/02/19
23+
reference_content: https://github.com/uxlfoundation/oneDNN/releases/tag/v3.7
24+
rationale: This release delivers significant performance and usability improvements for AArch64-based processors. Performance enhancements include improved bf16 matrix multiplication (matmul) with fp32 destination using the Arm Compute Library (ACL), as well as better performance for bf16-to-fp32 reordering, bf16 reordering in general, and bf16 convolution operations via ACL. On the usability front, the release adds support for ACL’s ThreadpoolScheduler through thread_local configuration, fixes a memory inefficiency by enabling proper use of scratchpad memory in ACL matmuls, and makes the ACL matmul primitive thread-safe to support concurrent execution. Together, these changes enhance both computational throughput and multi-threaded execution efficiency on Arm-based platforms.
2525

2626
optional_hidden_info:
2727
release_notes__supported_minimum: https://github.com/oneapi-src/oneDNN/releases/tag/v1.5

content/opensource_packages/openssh.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ optional_info:
1616
getting_started_resources:
1717
arm_content:
1818
partner_content:
19-
official_docs: https://github.com/openssh/openssh-portable/tree/master?tab=readme-ov-file#building-from-git
19+
official_docs: https://github.com/openssh/openssh-portable/tree/master#building-from-git
2020
arm_recommended_minimum_version:
21-
version_number:
22-
release_date:
23-
reference_content:
24-
rationale:
21+
version_number: 9.9p2
22+
release_date: 2025/02/18
23+
reference_content: https://www.openssh.com/txt/release-9.9p2
24+
rationale: This release addresses two critical security vulnerabilities and several functional bugs in OpenSSH. It fixes CVE-2025-26465, a logic error in ssh(1) (versions 6.8p1–9.9p1) that could allow a man-in-the-middle (MITM) attacker to impersonate servers when the VerifyHostKeyDNS option is enabled. It also resolves CVE-2025-26466, a vulnerability in sshd(8) (versions 9.5p1–9.9p1) that could lead to CPU and memory denial-of-service via SSH2_MSG_PING packets, mitigated by the PerSourcePenalties setting.
2525

2626
optional_hidden_info:
2727
release_notes__supported_minimum:

content/opensource_packages/pants.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ optional_info:
1818
partner_content:
1919
official_docs: https://www.pantsbuild.org/2.22/docs/getting-started
2020
arm_recommended_minimum_version:
21-
version_number:
22-
release_date:
23-
reference_content:
24-
rationale:
21+
version_number: 2.23.0.dev6
22+
release_date: 2024/08/08
23+
reference_content: https://github.com/pantsbuild/pants/releases/tag/release_2.23.0.dev6
24+
rationale: This version adds a new architecture field on all AWS Lambda targets and allows it to be set to either x86_64 or arm64 - then, uses both architecture and runtime to find the appropriate complete_platforms file to use.
2525

2626
optional_hidden_info:
2727
release_notes__supported_minimum: https://www.pantsbuild.org/2.21/docs/getting-started/prerequisites#linux

0 commit comments

Comments
 (0)