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 (PR #820)
  • Upgraded Go to v1.23 (PR #820)
  • Upgraded BuildKit to v0.16.0 (PR #820)
  • Updated EBS CSI Driver to v1.34.0 (PR #820)
  • Updated CoreDNS to v1.11.1 (PR #820)
  • Updated EFS CSI Driver to v2.0.7 (PR #820)
  • Updated VPC CNI to v1.18.3 (PR #820)
  • Fixed rack creation and GitHub Action failures on GCP (PR #820)

View on GitHub

3.19.1

Released: 2024-10-03

Feature Additions

  • Added DNS-01 certificate support for internal router (PR #823)
  • Added app parameter for configuring CloudWatch log retention (PR #822)

Updates

  • Removed special characters from RDS auto-generated passwords (PR #824)

View on GitHub

3.19.2

Released: 2024-10-17

Feature Additions

  • Added initContainer support for Convox services (PR #825)

Fixes

  • Fixed handling of environment variables containing = sign (PR #827)

View on GitHub

3.19.3

Released: 2024-11-07

Updates

  • Improved BuildKit cache for multi-service applications (PR #831)
  • Added U2F token login via browser for enhanced cross-platform support (PR #834)

View on GitHub

3.19.4

Released: 2024-11-21

Feature Additions

  • Added rack parameters for custom user data commands and scripts (PR #837)
  • Updated convox logs command for application service logging directly from Kubernetes (PR #838)

Fixes

  • Resolved convox cp issue for remote-to-local file copy on v2 racks via v3 CLI (PR #836)

View on GitHub

3.19.5

Released: 2024-11-28

Feature Additions

  • Added support for multi-line Kubernetes annotations (PR #842)

Updates

  • Changed priority class and added PodDisruptionBudget for Cluster Autoscaler (PR #843)

View on GitHub

3.19.6

Released: 2024-12-05

Feature Additions

  • Added flag for app creation timeout with improved default timeout logic (PR #846)

Updates

  • Reworked Apps API to reduce latency (PR #845)

View on GitHub

3.19.7

Released: 2025-02-05

Feature Additions

  • Added Kubernetes startup probe support in service health checks (PR #848)
  • Added app config management (PR #849)
  • Added AWS EFS volumeHandle support (PR #852)
  • Added option to specify AWS EFS storage class (PR #848)

Updates

  • Updated custom load balancers to direct traffic regardless of release (PR #850)
  • Updated RDS provisioning with rds:CreateDBSnapshot permission for AWS compliance (PR #856)
  • Updated convox cp to support --tar-extra flag (PR #848)

Fixes

  • Fixed convox exec returning incorrect exit status codes (PR #855)
  • Fixed timers not having access to the same volumes as the target service (PR #854)

View on GitHub

See Also