diff options
| -rw-r--r-- | RELEASE_NOTES.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000..7605d0c --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,13 @@ +# RELEASE NOTES + +## halo.01.20260422.123611 + +### Upgrading from 20250531.111335 + +My gpg key was expired and rotated since the initial relase. You'll need to +manually import my new key to upgrade. Copy the public key from this repo onto +the system with halo os installed and add it to the ostree remote: + +``` +sudo ostree remote gpg-import halo-01 --stdin < key.asc +``` |
