Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Releases: hjacobs/kube-downscaler

20.5.0

06 May 19:11
Compare
Choose a tag to compare
  • #114: accept time periods as values for downscaler/force-uptime on namespaces (additionally to true and false values)
  • #118: allow regex patterns for --exclude-namespaces

Docker image is available on Docker Hub (see README on how to use):

docker run -it hjacobs/kube-downscaler:20.5.0 --help 

20.4.4

30 Apr 20:10
Compare
Choose a tag to compare
  • #113: fix handling of downscaler/force-uptime on namespaces (only force uptime if value is true)
  • #112: do not set startingDeadlineSeconds to zero for CronJobs

Docker image is available on Docker Hub (see README on how to use):

docker run -it hjacobs/kube-downscaler:20.4.4 --help 

20.4.3

10 Apr 16:59
Compare
Choose a tag to compare
  • #104: retrieve Namespace only once from Kubernetes API
  • #105: improve logging and remove unused CLI options (--exclude-statefulsets, --exclude-cronjobs)

Docker image is available on Docker Hub (see README on how to use):

docker run -it hjacobs/kube-downscaler:20.4.3 --help 

20.4.2

10 Apr 15:31
Compare
Choose a tag to compare
  • #101: fix error message when time spec is invalid
  • #98: support downscaling of HorizontalPodAutoscaler (HPA) (only for scaling minReplicas to >=1)
  • #103: refactor code into functions

Docker image is available on Docker Hub (see README on how to use):

docker run -it hjacobs/kube-downscaler:20.4.2 --help 

20.4.1

06 Apr 10:49
Compare
Choose a tag to compare
  • #97: ignore invalid timestamps for the downscaler/exclude-until annotation and log them as warning

Docker image is available on Docker Hub (see README on how to use):

docker run -it hjacobs/kube-downscaler:20.4.1 --help 

20.4.0

05 Apr 21:51
Compare
Choose a tag to compare
  • #94: support new downscaler/exclude-until annotation to temporarily exclude deployments from downscaling until a given timestamp

Docker image is available on Docker Hub (see README on how to use):

docker run -it hjacobs/kube-downscaler:20.4.0 --help 

20.3.1

28 Mar 18:37
Compare
Choose a tag to compare
  • #93: support downscaling of Stacks with autoscaling (HPA)

Docker image is available on Docker Hub (see README on how to use):

docker run -it hjacobs/kube-downscaler:20.3.1 --help 

20.3.0

28 Mar 13:48
Compare
Choose a tag to compare
  • #87: support grace period (--grace-period) for updated resources via a custom annotation (--deployment-time-annotation)

Docker image is available on Docker Hub (see README on how to use):

docker run -it hjacobs/kube-downscaler:20.3.0 --help 

20.2.0

07 Feb 12:58
Compare
Choose a tag to compare
  • #86: fix UnboundLocalError exception

Docker image is available on Docker Hub (see README on how to use):

docker run -it hjacobs/kube-downscaler:20.2.0 --help 

20.1.0

28 Jan 08:41
Compare
Choose a tag to compare
  • #84: allow Sun-Fri as weekday range, e.g. for countries where the work week starts on Sunday
  • #78: add support for suspending CronJobs

Docker image is available on Docker Hub (see README on how to use):

docker run -it hjacobs/kube-downscaler:20.1.0 --help