# Week of September 16, 2025

Released September 16, 2025 (version v2025.38)

## Major Release

### Wildcard SSL domains support

Deploy applications with wildcard SSL certificates, enabling automatic HTTPS for unlimited subdomains with a single certificate configuration.

- Support for wildcard domains (*.example.com) with automatic SSL certificate generation
- CNAME-based domain validation for enhanced security and flexibility
- Automatic certificate management through cert-manager integration
- Real-time DNS verification to ensure proper configuration
- One wildcard domain per application for simplified management
- Visual status indicators for CNAME verification and certificate status
- Seamless integration with existing domain management workflow
- Support for all major DNS providers with CNAME record support

## Improvements

### Application monitoring refactoring

Significant improvements to the monitoring infrastructure for better performance and reliability.

- Optimized status synchronization algorithms
- Reduced API calls to Kubernetes cluster
- Improved real-time status updates
- Better handling of edge cases in pod lifecycle

### Repository management flexibility

Enhanced repository configuration with separate owner and name fields for better GitHub/GitLab/Bitbucket integration.

- Independent repository owner and name fields
- Improved validation for repository paths
- Better support for organization repositories
- Simplified repository migration workflow

### Custom service resource validation

Fixed resource allocation issues for custom container services ensuring proper deployment configurations.

- Corrected invalid resource specifications
- Enhanced validation for CPU and memory limits
- Better error messages for resource conflicts

## Bug Fixes

### Custom service resources

Resolved issues with invalid resource specifications for custom container services preventing deployment failures.

### Checkbox styling

Fixed checkbox color inconsistencies in dark mode across various forms and settings pages.

### Long request timeouts

Addressed timeout issues during long-running operations like large deployments and builds.

### Documentation search

Continued improvements to documentation search functionality for better content discovery.

## Notes

- Wildcard SSL: To add a wildcard domain, navigate to your application's Settings tab and click 'Add wildcard domain'. You'll need to configure a CNAME record for validation.
