Releases: cuber-cloud/cuber-gem
Releases · cuber-cloud/cuber-gem
v1.13.0
v1.12.0
Improve PodDisruptionBudget: set maxUnavailable to 25% instead of 50%
v1.11.0
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
Configure readiness probe with longer timeout for web proc
v1.9.0
- 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
- 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
Add health command to configure HTTP health checks
v1.6.0
Add ctl command (a proxy for kubectl that sets kubeconfig and namespace)
v1.5.0
- Add cpu and ram options to proc (resources limits)
- Includes small fixes
v1.4.0
- Add term option to proc (grace period in seconds for shutdown)