3.22 Releases
Convox 3.22 upgrades Kubernetes to 1.32 and introduces build-time environment variable support via --build-args. This release also brings major API performance improvements, automatic release/ECR cleanup, and an upgrade to Amazon Linux 2023.
3.22.0
Released: 2025-08-14
Feature Additions
- Added support for exposing BUILD_ environment variables during Docker build time
Updates
- Improved rack API performance using Kubernetes Watch API and Informer for releases, builds, and apps
- Upgraded Kubernetes to v1.32
- Upgraded AWS AMI to Amazon Linux 2023
- Upgraded BuildKit to v0.23.2
- Upgraded Ubuntu to 24.04 LTS
- Removed packr dependency
- Updated Terraform AWS module
- Added FlowSchema for Convox service account
3.22.1
Released: 2025-08-15
Fixes
- Fixed API return order issue with build and releases list when many releases exist
3.22.2
Released: 2025-09-30
Updates
- Added Cloud documentation and Cloud CLI commands
3.22.3
Released: 2025-10-09
Feature Additions
- Added automatic cleanup of old releases and ECR images with configurable retention
- Added support for attaching service volumes to pods when using
convox run
Fixes
- Fixed timer placement to properly respect alternate node group configurations
3.22.4
Released: 2025-10-16
Feature Additions
- Added support for running multiple timer replicas in parallel with automatic
TIMER_INDEXassignment - Added public-private EKS cluster endpoint access mode
Fixes
- Fixed build nodes activation error on public racks (
private=false)
3.22.5
Released: 2025-10-23
Fixes
- Fixed EKS join scripts for custom AMIs to support Amazon Linux 2023
See Also
- Releases for the full release history
- Build Arguments for using
--build-args - Release Cleanup for configuring retention