summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorPhilip J Freeman <elektron@halo.nu>2026-04-22 12:57:05 -0700
committerPhilip J Freeman <elektron@halo.nu>2026-04-22 12:57:05 -0700
commit7d21de38de0ed4cdb22d3a0b9b312b8e3a1d5800 (patch)
treefe62558f9f2028b071ddcc9daebdb5bcc7e1102f /RELEASE_NOTES.md
parent6743a8dfd34a90f2fc82d689ca6e291dfba9bed7 (diff)
Update RELEASE_NOTES for halo/01 v20260422.123611halo.01.20260422.123611
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md13
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
+```