Releases: vanvalenlab/kiosk-redis-janitor
Releases · vanvalenlab/kiosk-redis-janitor
0.9.0
🧰 Maintenance
Bump kubernetes to 22.x.y @msschwartz21 (#46)
0.8.0
0.7.0
🚀 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
0.6.0
0.5.0
0.4.0
0.3.2
0.3.1
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
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
Updated RedisClient to be compatible with Redis Sentinel and clustered Redis deployments.