You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+38-2
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,48 @@
1
1
## Changelog
2
2
3
-
### V2.2.1
3
+
### V2.4.1
4
4
5
5
#### Non-Breaking Changes
6
-
7
6
- Fixing mod download script to encode spaces properly, fixes [Issue 42](https://github.com/SQLJames/factorio-server-charts/issues/42)
8
7
- Adding update mod check on mod script to avoid it always updating mods, fixes part of[Issue 45](https://github.com/SQLJames/factorio-server-charts/issues/45)
9
8
9
+
### V2.4.0
10
+
11
+
#### Potentially Breaking Changes
12
+
13
+
- Removing the chown of the data directory initialization and instead switching the security context to use the factorio user specified in [factorio docker](https://github.com/factoriotools/factorio-docker/blob/master/docker/Dockerfile). This will fix the nfs permissions but could potentially cause issues elsewhere if you were setting the security context.
14
+
15
+
### V2.3.0
16
+
17
+
#### Non-Breaking Changes
18
+
19
+
- Decoupling hostNetworking from the nodePort service. Introduces hostNetworkEnabled in the base of the values. By default this will still enabled with a standard set of values, but can be individually disabled if needed. [Issue 38](https://github.com/SQLJames/factorio-server-charts/issues/38)
20
+
21
+
### V2.2.4
22
+
23
+
#### Non-Breaking Changes
24
+
25
+
- Adding the option to append ENV variables to the factorio server container, fixes [Issue 66](https://github.com/SQLJames/factorio-server-charts/issues/66) and [Issue 37](https://github.com/SQLJames/factorio-server-charts/issues/37)
26
+
27
+
### V2.2.3
28
+
29
+
#### Non-Breaking Changes
30
+
31
+
- Adding support for ipFamilyPolicy, fixing [Issue 63](https://github.com/SQLJames/factorio-server-charts/issues/63)
32
+
33
+
### V2.2.2
34
+
35
+
#### Non-Breaking Changes
36
+
37
+
- Disabled port-fixer livenessProbe due to reliability issues
38
+
39
+
### V2.2.1
40
+
41
+
#### Non-Breaking Changes
42
+
43
+
- Correct issues in deployment when `rconAPI` and `port_fixer` are used simultaniously.
## The best way ist to define a ClusterIP service and define one or more externalIPs. Of course this IPs must be available on the node the factorio pod runs on!
49
56
service:
50
57
type: NodePort
58
+
## Represents the dual-stack-ness requested or required by this Service. Possible values are
59
+
## SingleStack, PreferDualStack or RequireDualStack.
60
+
## The ipFamilies and clusterIPs fields depend on the value of this field.
0 commit comments