From b0bb3ed569b28db0162dd510a71d53664de43fe2 Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Wed, 21 Jan 2026 23:44:45 +0000 Subject: [PATCH] Update CHANGELOG with factory reset fixes (#60) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd6086..f3fcd38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Disabled PostgreSQL subchart for stage and prod environments (#54) - Disabled MinIO subchart for stage and prod environments (#54) +### Fixed +- Fixed factory reset not creating default admin user after reset (#60) + - Admin user was only created at server startup, not after factory reset + - CI reset job would fail to login because admin user didn't exist +- Improved reset_stage CI job reliability (#60) + - Added application-level retry logic (3 attempts with 5s delay) + - Added job-level retry for transient failures + - Fixed httpx client to use proper context manager + - Increased timeout to 120s for reset operations + ### Added - Added comprehensive upload/download tests for size boundaries (1B to 1GB) (#38) - Added concurrent upload/download tests (2, 5, 10 parallel operations) (#38)