chore: version is 2.31 not 1.31 (#22494)

This commit is contained in:
Steven Masley
2026-03-02 10:23:09 -06:00
committed by GitHub
parent a62f2fbfc4
commit 7bc454eed8
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -395,7 +395,7 @@ NETWORKING OPTIONS:
--host-prefix-cookie bool, $CODER_HOST_PREFIX_COOKIE (default: false)
Recommended to be enabled. Enables `__Host-` prefix for cookies to
guarantee they are only set by the right domain. This change is
disruptive to any workspaces built before release 1.31, requiring a
disruptive to any workspaces built before release 2.31, requiring a
workspace restart.
NETWORKING / DERP OPTIONS:
+1 -1
View File
@@ -183,7 +183,7 @@ networking:
sameSiteAuthCookie: lax
# Recommended to be enabled. Enables `__Host-` prefix for cookies to guarantee
# they are only set by the right domain. This change is disruptive to any
# workspaces built before release 1.31, requiring a workspace restart.
# workspaces built before release 2.31, requiring a workspace restart.
# (default: false, type: bool)
hostPrefixCookie: false
# Whether Coder only allows connections to workspaces via the browser.