File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,22 @@ https://github.com/helm/chart-releaser-action
32
32
33
33
To read the full documentation check the
34
34
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 `
You can’t perform that action at this time.
0 commit comments