Skip to content

Commit 8076a73

Browse files
committed
Added Changelog to repository's README.md
1 parent f644bae commit 8076a73

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,22 @@ https://github.com/helm/chart-releaser-action
3232

3333
To read the full documentation check the
3434
chart's [README.md](https://github.com/SQLJames/factorio-server-charts/blob/main/charts/factorio-server-charts/README.md)
35+
36+
## Changelog
37+
38+
### V1.1.0
39+
40+
#### Breaking Changes
41+
42+
- Moved account data from `server_settings.` to `account.` in values.yaml
43+
- Moved server password from `server_settings.` to `serverPassword.` in values.yaml
44+
45+
#### Non-Breaking Changes
46+
47+
- Added `account.accountSecret` field to values.yaml
48+
- Added `rcon.passwordSecret` field to values.yaml
49+
- Added `serverPassword.passwordSecret` field to values.yaml
50+
- Changed default `rcon.password` to `CHANGEMECHANGEME`, which should be changed anyway
51+
- Changed default `map_gen_settings.autoplace_controls` from the standard values to `{}`, since by default map
52+
generation follows standard parameters if not overriden
53+
- Changed default `admin_list`, `white_list` and `ban_list` to `[]` instead of `nil`

0 commit comments

Comments
 (0)