Fimeg
|
62697df112
|
v0.1.27 release: Complete implementation
Features:
- Error logging system with ETHOS #1 compliance
- Command factory pattern with UUID generation
- Hardware binding with machine fingerprint validation
- Ed25519 cryptographic signing for updates
- Deduplication and idempotency for commands
- Circuit breakers and retry logic
- Frontend error logging integration
Bug Fixes:
- Version display using compile-time injection
- Migration 017 CONCURRENTLY issue resolved
- Docker build context fixes
- Rate limiting implementation verified
Documentation:
- README updated to reflect actual implementation
- v0.1.27 inventory analysis added
|
2025-12-20 13:47:36 -05:00 |
|
Fimeg
|
2da93e442e
|
fix: migration runner and scan logging fixes
- Fix migration conflicts and duplicate key errors
- Remove duplicate scan logging from agents
- Fix AgentHealth UI and Storage page triggers
- Prevent scans from appearing on wrong pages
Fixes duplicate key violations on fresh installs and
storage scans appearing on Updates page.
|
2025-12-19 20:59:12 -05:00 |
|
Fimeg
|
ec3ba88459
|
feat: machine binding and version enforcement
migration 017 adds machine_id to agents table
middleware validates X-Machine-ID header on authed routes
agent client sends machine ID with requests
MIN_AGENT_VERSION config defaults 0.1.22
version utils added for comparison
blocks config copying attacks via hardware fingerprint
old agents get 426 upgrade required
breaking: <0.1.22 agents rejected
|
2025-11-02 09:30:04 -05:00 |
|