From 9ed0123e7b3ba71261c666e1baa0706439746501 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Tue, 31 Jan 2023 19:02:49 +0000 Subject: [PATCH] Docs: Bump `bf2stats` variants to `bf2stats-2.4.5` --- README.md | 2 +- .../config/bf2/python/bf2/BF2StatisticsConfig-custom.py | 2 +- docs/examples/v1.5-bf2hub-bf2stats-2/docker-compose.yml | 2 +- .../config/bf2/python/bf2/BF2StatisticsConfig-custom.py | 2 +- docs/examples/v1.5-bf2stats-2/docker-compose.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fd08fe2..256f4e7 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ Generate-DockerImageVariants . ```sh # Replace occurrences with new semver -git ls-files | grep -E '^(docs|generate)' | xargs sed -i 's/2.3.3/2.4.1/' +git ls-files | grep -E '^docs' | xargs sed -i 's/2.4.1/2.4.5/' # Update the sha256sum of archives if needed vi generate/templates/Dockerfile.ps1 diff --git a/docs/examples/v1.5-bf2hub-bf2stats-2/config/bf2/python/bf2/BF2StatisticsConfig-custom.py b/docs/examples/v1.5-bf2hub-bf2stats-2/config/bf2/python/bf2/BF2StatisticsConfig-custom.py index aebc7e7..bb209cb 100644 --- a/docs/examples/v1.5-bf2hub-bf2stats-2/config/bf2/python/bf2/BF2StatisticsConfig-custom.py +++ b/docs/examples/v1.5-bf2hub-bf2stats-2/config/bf2/python/bf2/BF2StatisticsConfig-custom.py @@ -1,5 +1,5 @@ # ------------------------------------------------------------------------------ -# BF2Statistics 2.4.1 - Config File +# BF2Statistics 2.4.5 - Config File # ------------------------------------------------------------------------------ # Conventions: # 0 -> Disable diff --git a/docs/examples/v1.5-bf2hub-bf2stats-2/docker-compose.yml b/docs/examples/v1.5-bf2hub-bf2stats-2/docker-compose.yml index 6b00f97..0dc5665 100644 --- a/docs/examples/v1.5-bf2hub-bf2stats-2/docker-compose.yml +++ b/docs/examples/v1.5-bf2hub-bf2stats-2/docker-compose.yml @@ -4,7 +4,7 @@ services: # It works by spoofing Gamespy DNS to use BF2Hub as the master server, and spoofing Gamespy DNS to use your ASP web server as the stats system. # For a full bf2stats 2 stack example, see https://github.com/startersclan/bf2stats bf2: - image: startersclan/docker-bf2:v1.5.3153.0-bf2stats-2.4.1 + image: startersclan/docker-bf2:v1.5.3153.0-bf2stats-2.4.5 volumes: - ./config/bf2/mods/bf2/ai/aidefault-custom.ai:/server/bf2/mods/bf2/ai/aidefault.ai:ro # Customize bots - ./config/bf2/mods/bf2/ai/aibehaviours-fixlookatwrapper.ai:/server/bf2/mods/bf2/ai/aibehaviours.ai:ro # LoopAtWrapper fix diff --git a/docs/examples/v1.5-bf2stats-2/config/bf2/python/bf2/BF2StatisticsConfig-custom.py b/docs/examples/v1.5-bf2stats-2/config/bf2/python/bf2/BF2StatisticsConfig-custom.py index aebc7e7..bb209cb 100644 --- a/docs/examples/v1.5-bf2stats-2/config/bf2/python/bf2/BF2StatisticsConfig-custom.py +++ b/docs/examples/v1.5-bf2stats-2/config/bf2/python/bf2/BF2StatisticsConfig-custom.py @@ -1,5 +1,5 @@ # ------------------------------------------------------------------------------ -# BF2Statistics 2.4.1 - Config File +# BF2Statistics 2.4.5 - Config File # ------------------------------------------------------------------------------ # Conventions: # 0 -> Disable diff --git a/docs/examples/v1.5-bf2stats-2/docker-compose.yml b/docs/examples/v1.5-bf2stats-2/docker-compose.yml index cacf6fb..ccc1dd9 100644 --- a/docs/examples/v1.5-bf2stats-2/docker-compose.yml +++ b/docs/examples/v1.5-bf2stats-2/docker-compose.yml @@ -4,7 +4,7 @@ services: # It works by spoofing Gamespy DNS to use your private master server, and spoofing Gamespy DNS to use your ASP web server as the stats system. # For a full bf2stats 2 stack example, see https://github.com/startersclan/bf2stats bf2: - image: startersclan/docker-bf2:v1.5.3153.0-bf2stats-2.4.1 + image: startersclan/docker-bf2:v1.5.3153.0-bf2stats-2.4.5 volumes: - ./config/bf2/mods/bf2/ai/aidefault-custom.ai:/server/bf2/mods/bf2/ai/aidefault.ai:ro # Customize bots - ./config/bf2/mods/bf2/ai/aibehaviours-fixlookatwrapper.ai:/server/bf2/mods/bf2/ai/aibehaviours.ai:ro # LoopAtWrapper fix