Skip to content

Commit 11a4e45

Browse files
Merge pull request #96494 from kcarmichael08/rhacs-rn-4.7.5
New PR for #96076
2 parents cc0fdbe + 9cb8587 commit 11a4e45

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

modules/common-attributes.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ endif::[]
5858
:osp: Red{nbsp}Hat OpenShift
5959
:olm-first: Operator Lifecycle Manager (OLM)
6060
:olm: OLM
61-
:rhacs-version: 4.7.4
61+
:rhacs-version: 4.7.5
62+
:ga-date-475: 22 July 2025
6263
:ocp-supported-version: 4.12
63-
:ocp-latest-version: 4.17
64+
:ocp-latest-version: 4.19
6465
:plugin-acs-latest-version: 0.0.4
6566
:product-rosa: Red{nbsp}Hat OpenShift Service on AWS
6667
:product-rosa-short: ROSA

release_notes/47-release-notes.adoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ toc::[]
2020
|`4.7.2` | 15 April 2025
2121
|`4.7.3` | 15 May 2025
2222
|`4.7.4` | 11 June 2025
23+
|`4.7.5` | {ga-date-475}
24+
2325

2426
|====
2527

@@ -478,4 +480,27 @@ This release provides fixes for the following security issues:
478480
* zlib: Out-of-bounds pointer arithmetic in `inftrees.c` link:https://access.redhat.com/security/cve/CVE-2016-9840[(CVE-2016-9840)]
479481
* krb5: Kerberos RC4-HMAC-MD5 checksum vulnerability link:https://access.redhat.com/security/cve/CVE-2025-3576[(CVE-2025-3576)]
480482

483+
[id="about-release-475_{context}"]
484+
== About release version 4.7.5
485+
486+
*Release date*: {ga-date-475}
487+
488+
This release of {product-title-short} 4.7 provides the following bug fixes:
489+
490+
//ROX-29320
491+
* Before this update, Scanner V4 falsely claimed not to support RHEL 10, although it always supported RHEL 10. Scanner V4 now correctly indicates that it supports RHEL 10.
492+
493+
//ROX-29755
494+
* Before this update, the failure of Sensor to call `stream.Recv()` caused gRPC flow control to block image reprocessing every 4 hours. With this update, the reprocessing loop includes a timeout for sending messages to Sensors, which resolves the issue and resumes the image reprocessing as expected.
495+
496+
//ROX-29649
497+
* Before this update, you could observe excessive logging of telemetry collection status, resulting in log spam. With this update, the telemetry collection has been configured to not emit repeated logs continuously, which resolves the issue and significantly reduces the log volume.
498+
499+
//ROX-29716
500+
* Before this update, a flaw in the signature verification algorithm caused valid signatures to be reported as invalid if they had a certain payload format. With this update, the enhanced robustness of the algorithm resolves the issue, and the system can now correctly assess the validity of signatures.
501+
502+
This release provides fixes for the following security issues:
503+
504+
* Flaw in `net/http` allowed request smuggling due to improper handling of bare line feed (LF) in chunked data (link:https://access.redhat.com/security/cve/cve-2025-22871[CVE-2025-22871])
505+
481506
include::modules/image-versions.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)