Commit 8ad4140
authored
Update default memcached, redis, and pgbouncer versions to recent ones (#67)
* Update default memcached, redis, and pgbouncer versions to recent ones
Using old versions results in both
a) potential vulnerabilities in the server software itself
b) certain and copius vulnerabilities in the base image from the old version
Notes on these particualr upgrades:
- memcached: 1.6.9 (2020-11-20) -> 1.6.38 (2025-03-19)
1.6.30 says "The builtin proxy has removed its old style lua API. There should be no active users of it, but if you use res = pool(r) or mcp.await syntax, please see the wiki documentation for updated API calls. This paves the way for many performance improvements."
I didn't see any server version compatibility notes with pymemcache (NOT the only Python interface).
- redis: 5.0.6 -> 7.4.3
redis 8 was released in the last couple of weeks and already has a recommended patch. Additionally it has a new license to consider.
django-redis doesn't seem to care about the Redis version. redis-py says that our redis-py version 5.0.1 supports server "Version 5.0 to current".
- pgbouncer: 1.18.0 (2022-12-12) -> 1.24.1 (2025-04-16)
A "minor breaking change" is documented for pgbouncer 1.23.0: "If you relied on the old behaviour of SIGTERM in your Dockerfile or Systemd service file you should now use SIGQUIT."
* add entry for changes to default service versions
* add new version1 parent 975e969 commit 8ad4140
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments