C1: deploy shower v1.1.0 to ringtail (kustomization + changelog)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-05-11 18:35:26 -07:00
commit 66cdd01999
2 changed files with 16 additions and 1 deletions

View file

@ -14,4 +14,4 @@ resources:
images: images:
- name: registry.ops.eblu.me/blumeops/shower - name: registry.ops.eblu.me/blumeops/shower
newTag: v1.0.2-292d354-nix newTag: v1.1.0-444ff91-nix

View file

@ -0,0 +1,15 @@
Deploy adelaide-baby-shower-app v1.1.0 to ringtail k3s. Replaces the
boolean lock with a four-phase `ShowerState` (`pre_event``party`
`prizes_locked``event_locked`), adds an append-only "guest memories"
panel where guests can leave photos and comments for the baby, and
polishes the admin and QR views. Three Django migrations
(`0009_shower_phase`, `0010_guest_memories`, `0011_book_description`)
run automatically in the entrypoint against the SQLite PV. No config
or env-var changes.
Container build also gains a Forgejo-PyPI workaround: Forgejo's simple
index returns absolute file URLs hardcoded to the public ROOT_URL
(`forge.eblu.me`), which the Fly edge 403s on `/api/packages/*`. The
wheel and sdist are now both pulled via direct `fetchurl` against
`forge.ops.eblu.me` (tailnet-only) and the wheel is handed to pip as
a local path.