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 12, 2024
1 parent 328bc65 commit 5bc0028
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## r8 - 2024-09-13

### Changed
- swtpm: Updated to revision `28292591cbef` (2024-09-12)
- libtpms: Updated to revision `46548da8edbf` (2024-09-12)

## r7 - 2024-09-08

### 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=607eb54b3e52a8c6fd90676f12e62ec6f8320f61
ARG LTPMS_COMMIT=e983cdf05c4e102d23b6b0fcbc0a706af7f1e384
ARG SWTPM_COMMIT=28292591cbefab67b2c261f8c41a0345c41f2bc9
ARG LTPMS_COMMIT=46548da8edbfd155abffb6c2cdac042762794c39

# 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** |
| ------------| ---------- | --------------------- | --------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| 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) |
| r5 | 2024-09-01 | Alpine 3.20.2 | [`0ddc7ed25491`](https://github.com/stefanberger/swtpm/commit/0ddc7ed25491) | [`f5518e596e65`](https://github.com/stefanberger/libtpms/commit/f5518e596e65) |
Expand Down

0 comments on commit 5bc0028

Please sign in to comment.