Skip to content

Releases: cuber-cloud/cuber-gem

v1.13.0

02 Sep 12:42
Compare
Choose a tag to compare

Add CUBER_APP_NAME and CUBER_RELEASE_VERSION env variables

v1.12.0

27 Jul 08:54
Compare
Choose a tag to compare

Improve PodDisruptionBudget: set maxUnavailable to 25% instead of 50%

v1.11.0

20 Jun 12:38
Compare
Choose a tag to compare

Add autoscaling using HorizontalPodAutoscaler (HPA).

You can now scale automatically based on CPU usage using the new range syntax:

proc :web, 'rails server', scale: 2..10

v1.10.0

07 Jun 16:51
Compare
Choose a tag to compare

Configure readiness probe with longer timeout for web proc

v1.9.0

10 Nov 15:30
Compare
Choose a tag to compare
  • Set maxSurge: 0 for RollingUpdate to avoid resource shortage on cluster
  • Fix bug: labels are strings and must not look like an exponential number

v1.8.0

08 Nov 11:49
Compare
Choose a tag to compare
  • Add PodDisruptionBudget for web proc to avoid downtime during cluster upgrades or scaling
  • Fix bug in info command for cron: lastScheduleTime can be nil
  • Replace deprecated method File.exists?
  • Allow to simulate https for health checks using X-Forwarded-Proto

v1.7.0

02 Nov 13:30
Compare
Choose a tag to compare

Add health command to configure HTTP health checks

v1.6.0

01 Nov 10:37
Compare
Choose a tag to compare

Add ctl command (a proxy for kubectl that sets kubeconfig and namespace)

v1.5.0

31 Oct 20:23
Compare
Choose a tag to compare
  • Add cpu and ram options to proc (resources limits)
  • Includes small fixes

v1.4.0

31 Oct 13:23
Compare
Choose a tag to compare
  • Add term option to proc (grace period in seconds for shutdown)