From a534a927ae3bc3c5438737fcdd58f6a2bcacbf19 Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 21 Dec 2024 17:48:24 +0000 Subject: [PATCH] Bump stable to 2.0.28 (#71) --- CHANGELOG.md | 4 ++++ README.md | 8 ++++---- experimental/VERSION | 2 +- stable/VERSION | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a6936..5cc49a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +* **2024-12-21** + * Stable and experimental Factorio v[2.0.28](https://forums.factorio.com/124820) + * Tag & release v2.0.28 +--- * **2024-12-02** * Stable and experimental Factorio v[2.0.23](https://forums.factorio.com/123194) * Tag & release v2.0.23 diff --git a/README.md b/README.md index 2f9899e..3e38ea8 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ | Docker Tag | Factorio Version | Description | Release Date | | --- | :---: | --- | :---: | -| [latest, stable](https://github.com/goofball222/factorio/blob/main/stable/Dockerfile) | [2.0.23](https://forums.factorio.com/123194) | Factorio headless server stable release | 2024-12-02 | -| [experimental](https://github.com/goofball222/factorio/blob/main/experimental/Dockerfile) | [2.0.23](https://forums.factorio.com/123194) | Factorio headless server experimental release | 2024-12-02 | -| [2.0.23](https://github.com/goofball222/factorio/releases/tag/2.0.23) | [2.0.23](https://forums.factorio.com/123194) | Factorio headless server stable static release | 2024-12-02 | +| [latest, stable](https://github.com/goofball222/factorio/blob/main/stable/Dockerfile) | [2.0.28](https://forums.factorio.com/124820) | Factorio headless server stable release | 2024-12-21 | +| [experimental](https://github.com/goofball222/factorio/blob/main/experimental/Dockerfile) | [2.0.23](https://forums.factorio.com/124820) | Factorio headless server experimental release | 2024-12-21 | +| [2.0.28](https://github.com/goofball222/factorio/releases/tag/2.0.28) | [2.0.28](https://forums.factorio.com/124820) | Factorio headless server stable static release | 2024-12-21 | --- @@ -106,7 +106,7 @@ services: | `DEBUG` | ***false*** | Set to *true* for extra container verbosity for debugging | | `FACTORIO_OPTS` | ***unset*** | Add custom command line options to factorio server executable at runtime | | `FACTORIO_PORT` | ***unset*** | Override server default port for game client connections | -| `FACTORIO_RCON_PASSWORD` | ***unset*** | Specifiy the server RCON password | +| `FACTORIO_RCON_PASSWORD` | ***unset*** | Specify the server RCON password | | `FACTORIO_RCON_PORT` | ***27015*** | Specifies the server RCON admin port | | `FACTORIO_SCENARIO` | ***unset*** | Specifies a scenario name for the server to run | | `PGID` | ***999*** | Specifies the GID for the container internal factorio group (used for file ownership) | diff --git a/experimental/VERSION b/experimental/VERSION index 18f812f..0047786 100644 --- a/experimental/VERSION +++ b/experimental/VERSION @@ -1 +1 @@ -2.0.23 +2.0.28 diff --git a/stable/VERSION b/stable/VERSION index 18f812f..0047786 100644 --- a/stable/VERSION +++ b/stable/VERSION @@ -1 +1 @@ -2.0.23 +2.0.28