diff --git a/CHANGELOG.md b/CHANGELOG.md index d83e482..8b70525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). +## r10 - 2024-09-28 + +### Changed +- swtpm: Updated to revision `2e2124928f38` (2024-09-27) +- libtpms: Updated to revision `6adb99a42cf6` (2024-09-24) + ## r9 - 2024-09-18 ### Added diff --git a/Dockerfile b/Dockerfile index c5355c7..7201005 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Alpine Version -ARG ALPINE_VERS=3.20.3 +ARG ALPINE_VERS=3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Stage #1 @@ -7,8 +7,8 @@ ARG ALPINE_VERS=3.20.3 FROM alpine:$ALPINE_VERS AS build # SWTPM Versions -ARG SWTPM_COMMIT=017f99ceddb010a2aac4083538a0a3e3ac68ffdd -ARG LTPMS_COMMIT=e898872637b4cf66ca076f95360ffea561da5ab8 +ARG SWTPM_COMMIT=2e2124928f389e6eaa7da0d7ff796f45b0755dce +ARG LTPMS_COMMIT=6adb99a42cf6aed978ddff66e882cd9244c0be92 # Install build dependencies RUN apk add --no-cache \ diff --git a/README.md b/README.md index cd29bc9..44eb975 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Version history | **Release** | **Date** | **Base system** | **SWTPM version** | **libtpms version** | | ------------| ---------- | --------------------- | --------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | +| r10 | 2024-09-28 | Alpine 3.20.3 | [`2e2124928f38`](https://github.com/stefanberger/swtpm/commit/2e2124928f38) | [`6adb99a42cf6`](https://github.com/stefanberger/libtpms/commit/6adb99a42cf6) | | r9 | 2024-09-18 | Alpine 3.20.3 | [`017f99ceddb0`](https://github.com/stefanberger/swtpm/commit/017f99ceddb0) | [`e898872637b4`](https://github.com/stefanberger/libtpms/commit/e898872637b4) | | r8 | 2024-09-13 | Alpine 3.20.3 | [`28292591cbef`](https://github.com/stefanberger/swtpm/commit/28292591cbef) | [`46548da8edbf`](https://github.com/stefanberger/libtpms/commit/46548da8edbf) | | r7 | 2024-09-08 | Alpine 3.20.3 | [`607eb54b3e52`](https://github.com/stefanberger/swtpm/commit/607eb54b3e52) | [`e983cdf05c4e`](https://github.com/stefanberger/libtpms/commit/e983cdf05c4e) |