Skip to content

Commit 3ec2bdb

Browse files
committed
docs(changelog): note ipv4 bind fallback when ipv6 is disabled
1 parent 6ddae87 commit 3ec2bdb

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
329329

330330
## Versions
331331

332+
* **06.07.26:** - Fall back to ipv4 bind address when ipv6 is disabled in the kernel.
332333
* **17.05.26:** - Let server listen on both ipv4 and ipv6 even when running container as root.
333334
* **10.08.25:** - Let server listen on both ipv4 and ipv6.
334335
* **03.06.25:** - Allow setting PWA name using env var `PWA_APPNAME`.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ init_diagram: |
102102
"code-server:latest" <- Base Images
103103
# changelog
104104
changelogs:
105+
- {date: "06.07.26:", desc: "Fall back to ipv4 bind address when ipv6 is disabled in the kernel."}
105106
- {date: "17.05.26:", desc: "Let server listen on both ipv4 and ipv6 even when running container as root."}
106107
- {date: "10.08.25:", desc: "Let server listen on both ipv4 and ipv6."}
107108
- {date: "03.06.25:", desc: "Allow setting PWA name using env var `PWA_APPNAME`."}

0 commit comments

Comments
 (0)