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

Releases: hjacobs/kube-downscaler

0.12

04 Apr 19:29

Choose a tag to compare

  • #43: scale resources back up if they have the downscaler/exclude: true annotation (@jasongwartz)
  • #46: bugfix for hardcoded zero replicas (@jasongwartz)

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

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

0.11

15 Mar 12:55
73c2673

Choose a tag to compare

  • #21: fix a bug when the object (StatefulSet) had no previous annotations
  • #39: add --downtime-replicas option to overwrite the default of zero

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

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

0.10

13 Mar 18:23

Choose a tag to compare

  • #22: support the downscaler/downtime-replicas annotation to scale down to an arbitrary number of replicas

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

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

0.9

03 Mar 16:21
c195e53

Choose a tag to compare

0.9
  • #36: use pykube-ng as Kubernetes client instead of the abandoned kelproject/pykube project

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

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

0.8

17 Feb 12:21

Choose a tag to compare

0.8
  • #18: support downscaler annotations on namespace level (allow setting namespace defaults for uptime/downtime) --- thanks to @fbrnc!

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

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

0.7

12 Feb 18:22

Choose a tag to compare

0.7
  • #31: fix passing multiple values for the --kind option

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

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

0.6

01 Dec 13:39

Choose a tag to compare

0.6

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

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

0.5.2

06 Nov 21:58

Choose a tag to compare

  • #25: fix weekday calculation for "Pacific/Auckland" 🇳🇿 (weekday should use local timezone, not UTC)

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

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

0.5.1

26 Sep 18:57

Choose a tag to compare

  • #16: fix timezone regex pattern to allow "America/Sao_Paulo" 🇧🇷

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

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

0.5

20 Sep 17:43

Choose a tag to compare

0.5
  • #15: only scale up once

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

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