diff --git a/_data/releases.yaml b/_data/releases.yaml index 0198c1fc..a430a472 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-17 + 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/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-17-WildFly3302-Released.adoc b/_posts/2024-09-17-WildFly3302-Released.adoc new file mode 100644 index 00000000..86873aff --- /dev/null +++ b/_posts/2024-09-17-WildFly3302-Released.adoc @@ -0,0 +1,41 @@ +--- +layout: post +title: "WildFly 33.0.2 is released!" +date: 2024-09-17 +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! +