Skip to content

Commit

Permalink
fix/changelog-simple-passwords: adding notification for upcoming brea…
Browse files Browse the repository at this point in the history
…king change wrt simple passwords in 2.5 (#10110)

(cherry picked from commit 33f4e1a)
  • Loading branch information
patrickhuie19 committed Aug 8, 2023
1 parent d0c54ea commit f47eb34
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added the ability to specify and merge fields from multiple secrets files. Overrides of fields and keys are not allowed.

## 2.3.0 - UNRELEASED
### Upcoming Breaking Change
- Starting in 2.5.0, chainlink nodes will no longer allow insecure configuration for production builds. Any TOML configuration that sets the following line will fail validation checks in `node start` or `node validate`:
```
AllowSimplePasswords=true
```
- To migrate on production builds, update the database password set in Database.URL to be 16 - 50 characters without leading or trailing whitespace. URI parsing rules apply to the chosen password - refer to RFC 3986 for special character escape rules.

<!-- unreleasedstop -->

## 2.3.0 - 2023-07-28

### Added
- Add a new field called `Order` (range from 1 to 100) to `EVM.Nodes` that is used for the `PriorityLevel` node selector and also as a tie-breaker for `HighestHead` and `TotalDifficulty`. `Order` levels are considered in ascending order. If not defined it will default to `Order = 100` (last level).
Expand Down

0 comments on commit f47eb34

Please sign in to comment.