Releases

Convox follows semantic versioning (major.minor.patch). Minor versions introduce new features, Kubernetes upgrades, and dependency updates. Patch versions contain bug fixes, small improvements, and backported features.

New releases are published on the Convox GitHub Releases page. This section provides a structured, browsable history of all releases from 3.15.0 onward (3.20.0+ are the currently supported versions).

Kubernetes Version Compatibility

Each Convox minor version targets a specific Kubernetes version. Upgrading your rack to a new minor version will upgrade the underlying Kubernetes cluster.

Convox Version Kubernetes Version Initial Release
3.23.x 1.33 2025-11-05
3.22.x 1.32 2025-08-14
3.21.x 1.31 2025-04-02
3.20.x 1.30 2025-02-25
3.19.x 1.29 2024-09-20
3.18.x 1.28 2024-04-08
3.17.x 1.28 2024-03-20
3.16.x 1.27 2024-02-14
3.15.x 1.26 2024-01-15

Release History

Updating Your Rack

To update your rack to the latest version:

convox rack update

To update to a specific version:

convox rack update 3.23.4

For detailed update instructions, see Updating a Rack.

See Also