3.19 Releases
Convox 3.19 upgrades Kubernetes to 1.29 and introduces initContainer support, startup probes, app config management, and EFS volumeHandle support. This is also the release line that added DNS-01 certificate support for internal routers and user data script parameters.
3.19.0
Released: 2024-09-20
Updates
- Upgraded Kubernetes to v1.29
- Upgraded Go to v1.23
- Upgraded BuildKit to v0.16.0
- Updated EBS CSI Driver to v1.34.0
- Updated CoreDNS to v1.11.1
- Updated EFS CSI Driver to v2.0.7
- Updated VPC CNI to v1.18.3
- Fixed rack creation and GitHub Action failures on GCP
3.19.1
Released: 2024-10-03
Feature Additions
- Added DNS-01 certificate support for internal router
- Added app parameter for configuring CloudWatch log retention
Updates
- Removed special characters from RDS auto-generated passwords
3.19.2
Released: 2024-10-17
Feature Additions
- Added initContainer support for Convox services
Fixes
- Fixed handling of environment variables containing
=sign
3.19.3
Released: 2024-11-07
Updates
- Improved BuildKit cache for multi-service applications
- Added U2F token login via browser for enhanced cross-platform support
3.19.4
Released: 2024-11-21
Feature Additions
- Added rack parameters for custom user data commands and scripts
- Updated
convox logscommand for application service logging directly from Kubernetes
Fixes
- Resolved
convox cpissue for remote-to-local file copy on v2 racks via v3 CLI
3.19.5
Released: 2024-11-28
Feature Additions
- Added support for multi-line Kubernetes annotations
Updates
- Changed priority class and added PodDisruptionBudget for Cluster Autoscaler
3.19.6
Released: 2024-12-05
Feature Additions
- Added flag for app creation timeout with improved default timeout logic
Updates
- Reworked Apps API to reduce latency
3.19.7
Released: 2025-02-05
Feature Additions
- Added Kubernetes startup probe support in service health checks
- Added app config management
- Added AWS EFS
volumeHandlesupport - Added option to specify AWS EFS storage class
Updates
- Updated custom load balancers to direct traffic regardless of release
- Updated RDS provisioning with
rds:CreateDBSnapshotpermission for AWS compliance - Updated
convox cpto support--tar-extraflag
Fixes
- Fixed
convox execreturning incorrect exit status codes - Fixed timers not having access to the same volumes as the target service
See Also
- Releases for the full release history
- Health Checks for startup probe configuration
- Config Mounts for app config management