Skip to content

Commit 83a926c

Browse files
committed
Added CHANGELOG.md file
1 parent 8076a73 commit 83a926c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Changelog
2+
3+
### V1.1.0
4+
5+
#### Breaking Changes
6+
7+
- Moved account data from `server_settings.` to `account.` in values.yaml
8+
- Moved server password from `server_settings.` to `serverPassword.` in values.yaml
9+
10+
#### Non-Breaking Changes
11+
12+
- Added `account.accountSecret` field to values.yaml
13+
- Added `rcon.passwordSecret` field to values.yaml
14+
- Added `serverPassword.passwordSecret` field to values.yaml
15+
- Changed default `rcon.password` to `CHANGEMECHANGEME`, which should be changed anyway
16+
- Changed default `map_gen_settings.autoplace_controls` from the standard values to `{}`, since by default map
17+
generation follows standard parameters if not overriden
18+
- Changed default `admin_list`, `white_list` and `ban_list` to `[]` instead of `nil`

0 commit comments

Comments
 (0)