# Week of September 26, 2025

Released September 26, 2025 (version v2025.39)

## New Features

### Flexible Volume Scaling

Volume resizing is now possible even when services are not active.

- Resize volumes at any time, regardless of service status
- Removed restriction requiring services to be running
- Better handling of volume size specifications
- Support for both string (10Gi) and integer (10) formats

## Improvements

### Enhanced Volume Size Handling

Improved type handling in infrastructure specifications for better compatibility.

- Accept both string formats (e.g., '10Gi') and integer values
- Better validation and error messages for volume specifications
- Consistent handling across UI and API

### Kubernetes Reflector Configuration

Optimized secret and configmap propagation across namespaces.

- Updated sync intervals to 1 minute for faster propagation
- Better performance for configuration changes
- Reduced latency in secret distribution

### Service Processor Enhancements

Improved handling of service creation through infrastructure configurations.

- Automatic job dispatching for service creation
- Better handling of both application and container services
- Improved validation and error handling
- Enhanced service specification processing

### Container Service Deployment

Automated deployment triggers for infrastructure-defined container services.

- Automatic deployment job creation
- Eliminated manual steps in deployment process
- Better integration with infrastructure API

## Bug Fixes

### Infrastructure Volume Size Issue

Fixed critical issue with volume size parsing in infrastructure specifications.

- Correctly handle volume size specifications in multiple formats
- Resolved volume creation failures
- Improved error reporting for invalid specifications

### Container Creation in Infrastructure

Resolved issue with container services not being created from infrastructure specs.

- Fixed deployment job dispatching for new container services
- Proper handling of container service specifications
- Better error handling during service creation

### WordPress PHP Version Configuration

Fixed WordPress builds to respect configured PHP version.

- Dockerfile generator now properly uses selected PHP version
- Resolved build failures due to incorrect PHP version

### Test Suite Improvements

Enhanced test coverage for infrastructure service deployment.

- Added tests for infrastructure-as-code features
- Better coverage of edge cases
- Improved reliability of service deployment

## Technical Updates

### MCP Integration Improvements

Enhanced Model Context Protocol integration for better development workflows.

### Documentation Endpoint Updates

Restructured documentation endpoints for improved API discoverability.

## Notes

- Migration Notice: Existing infrastructure specifications should be reviewed to ensure volume size formats are correct.
- API Compatibility: The infrastructure API is currently in v1 and follows Kubernetes-style resource definitions. Future updates will maintain backward compatibility.
