Skip to content

Commit 1cfc7b7

Browse files
authored
Update memcached and pgbouncer to latest, redis to latest 7.4.x (#70)
A security tool used in some projects has identified vulnerabilities in the base images for these tools; updating to newer versions will resolve that.
1 parent 5588a8a commit 1cfc7b7

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ caktus.django-k8s
33

44
Changes
55
-------
6+
v1.10.3 on January 9, 2026
7+
~~~~~~~~~~~~~~~~~~~~~~~
8+
9+
* Update memcached default version to 1.6.40, pgbouncer to v1.25.1-p0, and redis to 7.4.7.
10+
611
v1.10.2 on October 7, 2025
712
~~~~~~~~~~~~~~~~~~~~~~~
813

defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ k8s_namespace: "echoserver"
7070
# k8s_storage_class_name: ""
7171

7272
k8s_memcached_enabled: false
73-
k8s_memcached_version: "1.6.39"
73+
k8s_memcached_version: "1.6.40"
7474
k8s_memcached_service_type: ClusterIP
7575
# If service_type is LoadBalancer, you can optionally assign a fixed IP for your
7676
# load balancer (if suppported by the provider):
7777
# k8s_memcached_load_balancer_ip: w.x.y.z
7878

7979
k8s_redis_enabled: false
80-
k8s_redis_version: "7.4.3"
80+
k8s_redis_version: "7.4.7"
8181
k8s_redis_volume_size: "20Gi"
8282
k8s_redis_service_type: ClusterIP
8383
# If service_type is LoadBalancer, you can optionally assign a fixed IP for your
@@ -86,7 +86,7 @@ k8s_redis_service_type: ClusterIP
8686

8787
k8s_pgbouncer_enabled: false
8888
k8s_pgbouncer_repo: "edoburu/pgbouncer"
89-
k8s_pgbouncer_version: "v1.24.1-p0"
89+
k8s_pgbouncer_version: "v1.25.1-p0"
9090
k8s_pgbouncer_replicas: 1
9191
# Mount a Certificate from the k8s_namespace to pgBouncer's /etc/pgbouncer/ssl/
9292
# directory to enable TLS mode to use for connections from clients

0 commit comments

Comments
 (0)