Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

January 2025 release blog #3360

Merged
merged 14 commits into from
Feb 7, 2025
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: Eclipse Temurin 8u442, 11.0.26, 17.0.14, 21.0.6 and 23.0.2 Available
date: "2025-02-07"
author: hkhel
description: Adoptium is happy to announce the immediate availability of Eclipse Temurin 8u442, 11.0.26, 17.0.14, 21.0.6 and 23.0.2. As always, all binaries are thoroughly tested and available free of charge without usage restrictions on a wide range of platforms.
tags:
- temurin
- announcement
- release-notes
---

Adoptium is happy to announce the immediate availability of Eclipse Temurin 8u442-b06, 11.0.26+4, 17.0.14+7, 21.0.6+7 and 23.0.2+7. As always, all binaries are thoroughly tested and available free of charge without usage restrictions on a wide range of platforms. Binaries, installers, and source code are available from the [Temurin download page](https://adoptium.net/temurin/releases), [official container images](https://hub.docker.com/_/eclipse-temurin) are available at DockerHub, and [installable packages](https://adoptium.net/installation/) are available for various operating systems.

## Fixes and Updates

This release contains the following fixes and updates.

* [Temurin 8u442 release notes](https://adoptium.net/temurin/release-notes/?version=jdk8u442-b06)

* [Temurin 11.0.26 release notes](https://adoptium.net/temurin/release-notes/?version=jdk-11.0.26+4)

* [Temurin 17.0.14 release notes](https://adoptium.net/temurin/release-notes/?version=jdk-17.0.14+7)

* [Temurin 21.0.6 release notes](https://adoptium.net/temurin/release-notes/?version=jdk-21.0.6+7)

* [Temurin 23.0.2 release notes](https://adoptium.net/temurin/release-notes/?version=jdk-23.0.2+7)

## New and Noteworthy

### Linux installation packages improvements

The process for generating our Linux packages has been significantly improved in this release. During previous release cycles, the .deb, .rpm & .apk installer packages have not been produced until all architectures for each of the in-support Temurin versions have been completely tested and shipped as .tar.gz files.

As of this release cycle new automation has been put in place which allows the Linux packages to be built and published at the same time as the release tarballs are published to GitHub, so they will be available much sooner than before.

### JSF signing for SBOMs

In this release we introduced JSF signing and verification on the SBOM json files produced with the JDK binaries. Alongside the GPG signature, this added JSF signature increases the integrity of our SBOM files.

### SLSA build level 3 compliance for Windows

In addition to the current compliance that was previously available on macOS and Linux platforms, Adoptium is proud to announce [SLSA build level 3](https://slsa.dev/spec/v1.0/levels#build-l3) compliance on Windows too for the first time, which means that all of our primary platforms are now compliant.

### Redist DLLs for versions

The Temurin Windows binaries now include the very latest Microsoft Visual C++ Redistributables from:

* Visual Studio 2022 version 14.40.33807
* Windows 11 SDK version 10.0.26100.1742 UCRT
6 changes: 6 additions & 0 deletions src/json/authors.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,11 @@
"twitter": null,
"github": "luhenry",
"linkedin": "ludovic-dev"
},
"hkhel": {
"name": "Haroon Khel",
"summary": "Software Engineer at Red Hat",
"twitter": null,
"github": "haroon-khel"
}
}
Loading