We're excited to announce FoundryOS 2.1.0, a major update that brings significant improvements to monitoring, resource allocation and overall system stability.
New Features
- Enhanced Monitoring Dashboard: Real-time cluster health visualization with customizable metrics
- Improved Resource Scheduler: 40% reduction in resource contention through intelligent allocation
- Auto-scaling Policies: Define custom scaling rules based on workload patterns
- Multi-region Support: Deploy and manage workloads across multiple geographic regions
Improvements
- Reduced API response times by 30%
- Enhanced error messages and logging
- Improved documentation with more examples
- Better handling of network failures and retries
Bug Fixes
- Fixed memory leak in long-running deployments
- Resolved race condition in scheduler
- Fixed incorrect metrics reporting in edge cases
- Corrected timezone handling in logs
Breaking Changes
The API endpoint for cluster configuration has changed from /api/v1/config to /api/v2/cluster/config. Please update your integrations accordingly.
Upgrade Instructions
# Backup your current configuration
foundryos backup --output backup-2.0.5.tar.gz
# Download and install the update
foundryos update --version 2.1.0
# Verify the installation
foundryos version