Skip to content

Commit c893f26

Browse files
committed
chore: update migration notes for 1.37.0
1 parent 668adbe commit c893f26

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

website/docs/docs/on-premises/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ The secret used to encrypt the rack.session cookie.
531531
To generate an appropriate value, run the following on Linux/Mac:
532532

533533
```
534-
env LC_CTYPE=C tr -dc '_A-Z-a-z-0-9!#$%&*+-\\.^_|~' < /dev/urandom | fold -w 32 | head -n 1
534+
LC_ALL=C tr -dc '_A-Z-a-z-0-9!#$%&*+-\\.^_|~' < /dev/urandom | fold -w 64 | head -n 1
535535
```
536536

537537
**Required:** true<br/>

website/docs/docs/on-premises/releases/1.37.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ The following updates from the [Pact Broker](https://github.com/pact-foundation/
5555
- Explicitly ordered label lists by name
5656
[commit](https://github.com/pact-foundation/pact_broker/commit/d25746c1)
5757

58+
5859
## Migration notes
5960

60-
No migration steps are required for this release.
61+
1. `PACTFLOW_COOKIE_SECRET` must now be at least 64 characters. [More info](/docs/on-premises/environment-variables#pactflow_cookie_secret).

0 commit comments

Comments
 (0)