Skip to content

Releases: vanvalenlab/kiosk-redis-janitor

0.9.0

30 Jun 20:57
90712bf
Compare
Choose a tag to compare

🧰 Maintenance

Bump kubernetes to 22.x.y @msschwartz21 (#46)

0.8.0

03 Jan 20:12
2c05d15
Compare
Choose a tag to compare

🧰 Maintenance

Bump kubernetes version to 21.x.y. @willgraf (#45)

0.7.0

15 Dec 15:30
167f6f0
Compare
Choose a tag to compare

🚀 Features

Update kubernetes client to 20.x.y. @willgraf (#43)

Compatibility with kubernetes 19, 20, and 21. GKE uses kubernetes 20 in the stable channel.

Additionally, update redis to last 3.x release, re-order dependencies.

Drops support for Python 2.7.

🧰 Maintenance

Add GitHub Actions workflow for running tests in the Docker container. @willgraf (#44)
Update kubernetes client to 20.x.y. @willgraf (#43)

Compatibility with kubernetes 19, 20, and 21. GKE uses kubernetes 20 in the stable channel.

Additionally, update redis to last 3.x release, re-order dependencies.

Drops support for Python 2.7.

Update copyright year to 2021. @willgraf (#42)

0.6.0

14 Oct 18:40
9b95d0e
Compare
Choose a tag to compare

🧰 Maintenance

Upgrade kubernetes API to 18.x. @willgraf (#41)

Support for Python 3.5 is dropped.

Add new release-drafter GitHub Workflow. @willgraf (#40)

0.5.0

04 Jun 22:30
6393c5c
Compare
Choose a tag to compare

0.5.0

  • Update kubernetes to 17.y.x for better compatibility with GKE 1.17 (#39)

0.4.0

11 Feb 22:56
d657587
Compare
Choose a tag to compare

0.4.0

Features

  • Update kubernetes to 12.0.1 for compatibility with Kubernetes 1.16 APIs. (#38)
  • Replace TravisCI with GitHub Actions (#33)

0.3.2

14 May 22:56
6937000
Compare
Choose a tag to compare

0.3.2

Features

  • Updated README with a banner.

Bugfixes

  • Remove expired/empty keys from processing queues (#31)

0.3.1

25 Mar 00:11
f1d81bb
Compare
Choose a tag to compare

0.3.1

Features

  • Improved documentation

  • call gc.collect after every cleaning

  • only save name and status from k8s list_pod_for_all_namespaces response

  • remove unused failure_stale_seconds

  • upgrade redis to 3.4.1

  • upgrade to kubernetes==10.0.0 for 1.14.0 compatibility

  • reset janitor state at then end of clean()

0.3.0 Enable cleaning multiple queues

16 Sep 20:28
84d93a9
Compare
Choose a tag to compare

Convert QUEUE to QUEUES, a delimited string which gets split. Each queue in the split gets processed as expected. (If QUEUES not provided, QUEUE is used for backwards compatibility).

0.2 RedisClient is compatible with Sentinel

31 Jul 19:04
249b88c
Compare
Choose a tag to compare

Updated RedisClient to be compatible with Redis Sentinel and clustered Redis deployments.