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 (PR #912)
Updates
- Improved rack API performance using Kubernetes Watch API and Informer for releases, builds, and apps (PR #913)
- Upgraded Kubernetes to v1.32 (PR #911)
- Upgraded AWS AMI to Amazon Linux 2023 (PR #911)
- Upgraded BuildKit to v0.23.2 (PR #911)
- Upgraded Ubuntu to 24.04 LTS (PR #911)
- Removed packr dependency (PR #911)
- Updated Terraform AWS module (PR #911)
- Added FlowSchema for Convox service account (PR #911)
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 (PR #923)
- Added support for attaching service volumes to pods when using
convox run(PR #922)
Fixes
- Fixed timer placement to properly respect alternate node group configurations (PR #921)
3.22.4
Released: 2025-10-16
Feature Additions
- Added support for running multiple timer replicas in parallel with automatic
TIMER_INDEXassignment (PR #930) - Added public-private EKS cluster endpoint access mode (PR #928)
Fixes
- Fixed build nodes activation error on public racks (
private=false) (PR #929)
3.22.5
Released: 2025-10-23
Fixes
- Fixed EKS join scripts for custom AMIs to support Amazon Linux 2023 (PR #938)
See Also
- Releases for the full release history
- Build Arguments for using
--build-args - Release Cleanup for configuring retention