From af3d7ea409362b00bd326f6f46bf53e5494cf0c4 Mon Sep 17 00:00:00 2001 From: Darran Lofthouse Date: Mon, 16 Sep 2024 13:44:48 +0100 Subject: [PATCH 1/3] Add the WildFly 33.0.2.Final Download Information --- _data/releases.yaml | 49 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/_data/releases.yaml b/_data/releases.yaml index 0198c1fc..05d39bac 100644 --- a/_data/releases.yaml +++ b/_data/releases.yaml @@ -1,3 +1,52 @@ +- version: 33.0.2.Final + version_shortname: 33.0.2.Final + date: 2024-09-16 + qualifier: Final + link: + - name: WildFly Distribution + items: + - format: zip + url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-33.0.2.Final.zip + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-33.0.2.Final.zip.sha1 + - format: tgz + url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-33.0.2.Final.tar.gz + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-33.0.2.Final.tar.gz.sha1 + - name: WildFly Preview Distribution + items: + - format: zip + url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-preview-33.0.2.Final.zip + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-preview-33.0.2.Final.zip.sha1 + - format: tgz + url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-preview-33.0.2.Final.tar.gz + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-preview-33.0.2.Final.tar.gz.sha1 + - name: Application Server Source Code + licence: AL + items: + - format: zip + url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-33.0.2.Final-src.zip + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-33.0.2.Final-src.zip.sha1 + - format: tgz + url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-33.0.2.Final-src.tar.gz + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-33.0.2.Final-src.tar.gz.sha1 + - name: Quick Start Source Code + licence: AL + items: + - format: Git Tag + url: https://github.com/wildfly/quickstart/tree/33.0.2.Final + - format: zip + url: https://github.com/wildfly/quickstart/releases/download/33.0.2.Final/wildfly-33.0.2.Final-quickstarts.zip + checksum: SHA-1 + checksum_url: https://github.com/wildfly/quickstart/releases/download/33.0.2.Final/wildfly-33.0.2.Final-quickstarts.zip.sha1 + - name: Release Notes + items: + - format: Notes + url: https://wildfly.org/news/2024/08/22/WildFly3301-Released/ - version: 33.0.1.Final version_shortname: 33.0.1 Final date: 2024-08-22 From 88285dcd6e4e49c410de6e74d2d69cc11fde2cc4 Mon Sep 17 00:00:00 2001 From: Darran Lofthouse Date: Mon, 16 Sep 2024 14:15:48 +0100 Subject: [PATCH 2/3] Add a release announcment blog post for WildFly 33.0.2.Final --- _data/releases.yaml | 2 +- _posts/2024-09-16-WildFly3302-Released.adoc | 41 +++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 _posts/2024-09-16-WildFly3302-Released.adoc diff --git a/_data/releases.yaml b/_data/releases.yaml index 05d39bac..f2f04149 100644 --- a/_data/releases.yaml +++ b/_data/releases.yaml @@ -46,7 +46,7 @@ - name: Release Notes items: - format: Notes - url: https://wildfly.org/news/2024/08/22/WildFly3301-Released/ + url: https://wildfly.org/news/2024/09/16/WildFly3302-Released/ - version: 33.0.1.Final version_shortname: 33.0.1 Final date: 2024-08-22 diff --git a/_posts/2024-09-16-WildFly3302-Released.adoc b/_posts/2024-09-16-WildFly3302-Released.adoc new file mode 100644 index 00000000..c1732049 --- /dev/null +++ b/_posts/2024-09-16-WildFly3302-Released.adoc @@ -0,0 +1,41 @@ +--- +layout: post +title: "WildFly 33.0.2 is released!" +date: 2024-09-16 +tags: announcement release +author: darranl +description: WildFly 33.0.2.Final is now available for download. +--- + +WildFly 33.0.2.Final is now available link:https://wildfly.org/downloads[for download]. + +Typically after a major release of WildFly we follow up with one small bug fix release in the coming weeks before moving +on to the next major release, however due to the nature of the issues fixed in this release we have decided to release +one more release so I am pleased to confirm WildFly 33.0.2.Final is now available. + + +The following issues were resolved in 33.0.2: + + +== Component Upgrade + +* [https://issues.redhat.com/browse/WFLY-19705[WFLY-19705]] - Upgrade WildFly Core to 25.0.2.Final +* [https://issues.redhat.com/browse/WFLY-19730[WFLY-19730]] - CVE-2024-8391 Upgrade Vert.x to 4.5.10 + + +Issues resolved in the WildFly Core update included with WildFly 33.0.2 were: + +== Component Upgrade + +* [https://issues.redhat.com/browse/WFCORE-6968[WFCORE-6968]] - Upgrade WildFly Elytron to 2.5.2.Final +* [https://issues.redhat.com/browse/WFCORE-6973[WFCORE-6973]] - CVE-2024-7885 Upgrade Undertow to 2.3.17.Final + + +Issues resolved in the WildFly Elytron upgrade were: + +== Bug + +* [https://issues.redhat.com/browse/ELY-2797[ELY-2797]]- NullPointerException in OidcClientConfiguration.resolveUrls if parameter "request_parameter_supported" is not present in openid-configuration. + +Enjoy! + From 2e8c63a98c120a85191a84e982aca4100cf61279 Mon Sep 17 00:00:00 2001 From: Darran Lofthouse Date: Mon, 16 Sep 2024 18:57:30 +0100 Subject: [PATCH 3/3] Update the release date to 17th September 2024 --- _data/releases.yaml | 4 ++-- ...302-Released.adoc => 2024-09-17-WildFly3302-Released.adoc} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename _posts/{2024-09-16-WildFly3302-Released.adoc => 2024-09-17-WildFly3302-Released.adoc} (98%) diff --git a/_data/releases.yaml b/_data/releases.yaml index f2f04149..a430a472 100644 --- a/_data/releases.yaml +++ b/_data/releases.yaml @@ -1,6 +1,6 @@ - version: 33.0.2.Final version_shortname: 33.0.2.Final - date: 2024-09-16 + date: 2024-09-17 qualifier: Final link: - name: WildFly Distribution @@ -46,7 +46,7 @@ - name: Release Notes items: - format: Notes - url: https://wildfly.org/news/2024/09/16/WildFly3302-Released/ + url: https://wildfly.org/news/2024/09/17/WildFly3302-Released/ - version: 33.0.1.Final version_shortname: 33.0.1 Final date: 2024-08-22 diff --git a/_posts/2024-09-16-WildFly3302-Released.adoc b/_posts/2024-09-17-WildFly3302-Released.adoc similarity index 98% rename from _posts/2024-09-16-WildFly3302-Released.adoc rename to _posts/2024-09-17-WildFly3302-Released.adoc index c1732049..86873aff 100644 --- a/_posts/2024-09-16-WildFly3302-Released.adoc +++ b/_posts/2024-09-17-WildFly3302-Released.adoc @@ -1,7 +1,7 @@ --- layout: post title: "WildFly 33.0.2 is released!" -date: 2024-09-16 +date: 2024-09-17 tags: announcement release author: darranl description: WildFly 33.0.2.Final is now available for download.