From 76df0ebc91c01a75dc3385e985cb3b1cc2af2098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Mac=C3=ADk?= Date: Tue, 24 Jan 2023 09:04:01 +0100 Subject: [PATCH] Add release notes for SBO v1.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pavel MacĂ­k --- .../sbo-release-notes.adoc | 2 ++ modules/sbo-release-notes-1-3-3.adoc | 15 +++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 modules/sbo-release-notes-1-3-3.adoc diff --git a/applications/connecting_applications_to_services/sbo-release-notes.adoc b/applications/connecting_applications_to_services/sbo-release-notes.adoc index b227c646f9..adb6079319 100644 --- a/applications/connecting_applications_to_services/sbo-release-notes.adoc +++ b/applications/connecting_applications_to_services/sbo-release-notes.adoc @@ -41,6 +41,7 @@ Note the following scope of support on the Red Hat Customer Portal for these fea |*{servicebinding-title}* 2+|*API Group and Support Status*|*OpenShift Versions* |*Version*|*`binding.operators.coreos.com`* |*`servicebinding.io`* | +|1.3.3 |GA |GA |4.9-4.12 |1.3.1 |GA |GA |4.9-4.11 |1.3 |GA |GA |4.9-4.11 |1.2 |GA |GA |4.7-4.11 @@ -57,6 +58,7 @@ Note the following scope of support on the Red Hat Customer Portal for these fea Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. Because of the enormity of this endeavor, these changes will be implemented gradually over several upcoming releases. For more details, see link:https://www.redhat.com/en/blog/making-open-source-more-inclusive-eradicating-problematic-language[Red Hat CTO Chris Wright's message]. // Modules included, most to least recent +include::modules/sbo-release-notes-1-3-3.adoc[leveloffset=+1] include::modules/sbo-release-notes-1-3-1.adoc[leveloffset=+1] include::modules/sbo-release-notes-1-3.adoc[leveloffset=+1] include::modules/sbo-release-notes-1-2.adoc[leveloffset=+1] diff --git a/modules/sbo-release-notes-1-3-3.adoc b/modules/sbo-release-notes-1-3-3.adoc new file mode 100644 index 0000000000..fa06f1d4be --- /dev/null +++ b/modules/sbo-release-notes-1-3-3.adoc @@ -0,0 +1,15 @@ +// Module included in the following assembly: +// +// * applications/connecting_applications_to_services/sbo-release-notes.adoc + +:_content-type: REFERENCE +[id="sbo-release-notes-1-3-3_{context}"] += Release notes for {servicebinding-title} 1.3.3 + +{servicebinding-title} 1.3.3 is now available on {product-title} 4.9, 4.10, 4.11 and 4.12. + +[id="fixed-issues-1-3-3_{context}"] +== Fixed issues +* Before this update, a security vulnerability `CVE-2022-41717` was noted for {servicebinding-title}. This update fixes the `CVE-2022-41717` error and updates the `golang.org/x/net` package from v0.0.0-20220906165146-f3363e06e74c to v0.4.0. link:https://issues.redhat.com/browse/APPSVC-1256[APPSVC-1256] + +* Before this update, Provisioned Services were only detected if the respective resource had the "servicebinding.io/provisioned-service: true" annotation set while other Provisioned Services were missed. With this update, the detection mechanism identifies all Provisioned Services correctly based on the "status.binding.name" attribute. link:https://issues.redhat.com/browse/APPSVC-1204[APPSVC-1204]