Skip to content

Commit

Permalink
Updated 'swtpm' and 'libtpms' to the latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrick committed Sep 18, 2024
1 parent 0138f79 commit 5987737
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Added
- Included `swtpm_{bios,cert,ioctl,localca,setup}` tools in the image.

### Changed
- swtpm: Updated to revision `017f99ceddb0` (2024-09-17)
- libtpms: Updated to revision `e898872637b4` (2024-09-13)

## r8 - 2024-09-13

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ARG ALPINE_VERS=3.20.3
FROM alpine:$ALPINE_VERS AS build

# SWTPM Versions
ARG SWTPM_COMMIT=28292591cbefab67b2c261f8c41a0345c41f2bc9
ARG LTPMS_COMMIT=46548da8edbfd155abffb6c2cdac042762794c39
ARG SWTPM_COMMIT=017f99ceddb010a2aac4083538a0a3e3ac68ffdd
ARG LTPMS_COMMIT=e898872637b4cf66ca076f95360ffea561da5ab8

# Install build dependencies
RUN apk add --no-cache \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Version history

| **Release** | **Date** | **Base system** | **SWTPM version** | **libtpms version** |
| ------------| ---------- | --------------------- | --------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| 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) |
| r6 | 2024-09-05 | Alpine 3.20.2 | [`607eb54b3e52`](https://github.com/stefanberger/swtpm/commit/607eb54b3e52) | [`e983cdf05c4e`](https://github.com/stefanberger/libtpms/commit/e983cdf05c4e) |
Expand Down

0 comments on commit 5987737

Please sign in to comment.