diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6c57f..eb33746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,58 @@ # Changelog -## Unreleased - -- Added a real local smoke test for `mem0-aio` -- Added restart and persistence coverage to the local smoke test -- Fixed the broken UI build copy path -- Replaced the broken s6-rc layout with working `cont-init.d` and `services.d` supervision -- Added same-origin UI proxying for easier Unraid installs -- Fixed Qdrant runtime dependencies in the final image -- Added first-boot placeholder handling so the stack can start before a real provider is configured -- Added repo hygiene files, CA template sync improvements, and icon syncing -- Hardened GitHub Actions with pinned SHAs, dependency review, and upstream monitoring -- Pinned the vendored Mem0 source snapshot to upstream `v1.0.9` +All notable changes to this project will be documented in this file. +## v1.0.9-aio.1 - 2026-03-31 +### Dependency Updates +- Update non-major infrastructure updates +- Update node.js to v24 +- Pin ubuntu docker tag to 186072b +- Update docker/build-push-action action to v7 +- Update docker/setup-buildx-action action to v4 +- Update docker/setup-qemu-action action to v4 +- Update docker/metadata-action action to v6 +- Update docker/login-action action to v4 + + +### Documentation +- Add repository guidance + + +### Features +- Initial commit for Mem0 AIO Unraid template with s6-overlay +- Complete AIO docker build for mem0 openmemory with all s6 hooks and awesome-unraid xml +- Add git-cliff release workflow + + +### Fixes +- Tighten changelog spacing + + +### Maintenance +- Standardize README, add FUNDING.yml, and clean up legacy files +- Prepare for clean submodule +- Standardize template +- Add template sync workflow +- Revert to verifiable bot identity for non-repudiation + + +### Other Changes +- Force rebuild to publish docker image +- Security & CI: Fix node24 deprecation and package write permissions +- Link Mem0 as recursive submodule and update CI to include submodules in build +- Adjust Dockerfile COPY paths to match actual OpenMemory submodule structure +- Harden mem0-aio and add smoke testing +- Harden mem0-aio workflows and upstream tracking +- Add Codex repo memory notes +- Add renovate.json +- Merge branch 'main' into codex/harden-mem0-aio +- Reduce smoke-test CI usage +- Standardize funding and security docs +- Add standard community templates +- Consolidate CI workflows +- Consolidate CI workflows +- Merge main into consolidate-ci-workflows +- Merge remote-tracking branch 'origin/main' into codex/reduce-smoke-ci +- Fix awesome-unraid sync for protected main +- Standardize upstream-aligned image tags + +