Skip to content

Commit

Permalink
Chore: Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Dec 20, 2023
1 parent 54704e0 commit e42868f
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Although BF2Statistics [`3.1.0`](https://github.com/BF2Statistics/ASP) has been
`asp` image:

```sh
docker run --rm -it -p 80:80 -e DB_HOST=db -e DB_PORT=3306 -e DB_NAME=bf2stats -e DB_USER=admin -e DB_PASS=admin startersclan/bf2stats:2.6.0-asp
docker run --rm -it -p 80:80 -e DB_HOST=db -e DB_PORT=3306 -e DB_NAME=bf2stats -e DB_USER=admin -e DB_PASS=admin startersclan/bf2stats:2.7.0-asp
```

`bf2sclone` image:

```sh
docker run --rm -it -p 80:80 -e DBIP=db -e DBNAME=bf2stats -e DBLOGIN=admin -e DBPASSWORD=admin startersclan/bf2stats:2.6.0-bf2sclone
docker run --rm -it -p 80:80 -e DBIP=db -e DBNAME=bf2stats -e DBLOGIN=admin -e DBPASSWORD=admin startersclan/bf2stats:2.7.0-bf2sclone
```

See [this](docs/full-bf2-stack-example) example showing how to deploy [Battlefield 2 1.5 server](https://github.com/startersclan/docker-bf2/), [PRMasterserver](https://github.com/startersclan/PRMasterServer) as the master server, and `bf2stats` as the stats web server, using `docker-compose`.
Expand Down
2 changes: 1 addition & 1 deletion docs/bf2hub-bf2stats-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Attaching to bf2stats-asp-1, bf2stats-bf2-1, bf2stats-bf2sclone-1, bf2stats-db-1

The stack is now running:

- Battlefield 2 1.5 server with `bf2stats` `2.6.0` support available on your external IP address on UDP ports `16567` and `29900` on your external IP address
- Battlefield 2 1.5 server with `bf2stats` `2.7.0` support available on your external IP address on UDP ports `16567` and `29900` on your external IP address
- Gamespy server is BF2Hub. See https://www.bf2hub.com/servers/unranked to see your server listed (unranked because we are not an official BF2Hub "EA trusted partner")
- `coredns` available on your external IP address on UDP port `53` on your external IP address
- `traefik` (TLS-terminated reverse web proxy) available on port `80` and `443` on your external IP address
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# BF2Statistics 2.6.0 - Config File
# BF2Statistics 2.7.0 - Config File
# ------------------------------------------------------------------------------
# Conventions:
# 0 -> Disable
Expand Down
8 changes: 4 additions & 4 deletions docs/bf2hub-bf2stats-example/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: '2.2'
services:
# Battlefield 2 1.5 server with bf2stats 2.6.0 python scripts
# Battlefield 2 1.5 server with bf2stats 2.7.0 python scripts
bf2:
image: startersclan/docker-bf2:v1.5.3153.0-bf2stats-2.6.0
image: startersclan/docker-bf2:v1.5.3153.0-bf2stats-2.7.0
volumes:
- ./config/bf2/mods/bf2/ai/aidefault-custom.ai:/server/bf2/mods/bf2/ai/aidefault.ai:ro # Customize bots
- ./config/bf2/mods/bf2/settings/serversettings-custom.con:/server/bf2/mods/bf2/settings/serversettings.con:ro # Server config
Expand Down Expand Up @@ -81,7 +81,7 @@ services:
# The gamespy ASP. The dashboard is available at https://asp.example.com/ASP
asp:
image: startersclan/bf2stats:2.6.0-asp
image: startersclan/bf2stats:2.7.0-asp
labels:
- "traefik.enable=true"
- "traefik.docker.network=${COMPOSE_PROJECT_NAME?err}_traefik-network"
Expand Down Expand Up @@ -126,7 +126,7 @@ services:

# The bf2sclone for viewing BFHQ on the web. It is available at https://bf2sclone.example.com
bf2sclone:
image: startersclan/bf2stats:2.6.0-bf2sclone
image: startersclan/bf2stats:2.7.0-bf2sclone
labels:
- "traefik.enable=true"
- "traefik.docker.network=${COMPOSE_PROJECT_NAME?err}_traefik-network"
Expand Down
2 changes: 1 addition & 1 deletion docs/full-bf2-stack-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Attaching to bf2stats-asp-1, bf2stats-bf2-1, bf2stats-bf2sclone-1, bf2stats-core

The full stack is now running:

- Battlefield 2 1.5 server with `bf2stats` `2.6.0` support available on your external IP address on UDP ports `16567` and `29900` on your external IP address
- Battlefield 2 1.5 server with `bf2stats` `2.7.0` support available on your external IP address on UDP ports `16567` and `29900` on your external IP address
- Gamespy server [`PRMasterServer`](https://github.com/PRMasterServer) available at your external IP address on TCP ports `29900`, `29901`, `28910`, and UDP ports `27900` and `29910` on your external IP address
- `coredns` available on your external IP address on UDP port `53` on your external IP address
- `traefik` (TLS-terminated reverse web proxy) available on port `80` and `443` on your external IP address
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# BF2Statistics 2.6.0 - Config File
# BF2Statistics 2.7.0 - Config File
# ------------------------------------------------------------------------------
# Conventions:
# 0 -> Disable
Expand Down
8 changes: 4 additions & 4 deletions docs/full-bf2-stack-example/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: '2.2'
services:
# Battlefield 2 1.5 server with bf2stats 2.6.0 python scripts
# Battlefield 2 1.5 server with bf2stats 2.7.0 python scripts
bf2:
image: startersclan/docker-bf2:v1.5.3153.0-bf2stats-2.6.0
image: startersclan/docker-bf2:v1.5.3153.0-bf2stats-2.7.0
volumes:
- ./config/bf2/mods/bf2/ai/aidefault-custom.ai:/server/bf2/mods/bf2/ai/aidefault.ai:ro # Customize bots
- ./config/bf2/mods/bf2/settings/serversettings-custom.con:/server/bf2/mods/bf2/settings/serversettings.con:ro # Server config
Expand Down Expand Up @@ -125,7 +125,7 @@ services:
# The gamespy ASP. The dashboard is available at https://asp.example.com/ASP
asp:
image: startersclan/bf2stats:2.6.0-asp
image: startersclan/bf2stats:2.7.0-asp
labels:
- "traefik.enable=true"
- "traefik.docker.network=${COMPOSE_PROJECT_NAME?err}_traefik-network"
Expand Down Expand Up @@ -170,7 +170,7 @@ services:

# The bf2sclone for viewing BFHQ on the web. It is available at https://bf2sclone.example.com
bf2sclone:
image: startersclan/bf2stats:2.6.0-bf2sclone
image: startersclan/bf2stats:2.7.0-bf2sclone
labels:
- "traefik.enable=true"
- "traefik.docker.network=${COMPOSE_PROJECT_NAME?err}_traefik-network"
Expand Down
2 changes: 1 addition & 1 deletion src/ASP/bf2statistics.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| Define Constants
| ---------------------------------------------------------------
*/
define('CODE_VER', '2.6.0');
define('CODE_VER', '2.7.0');
define('CODE_VER_DATE', '2013-03-12');
define('TIME_START', microtime(1));
define('DS', DIRECTORY_SEPARATOR);
Expand Down
2 changes: 1 addition & 1 deletion src/ASP/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
| ---------------------------------------------------------------
*/
define('BF2_ADMIN', 1);
define('CODE_VER', '2.6.0');
define('CODE_VER', '2.7.0');
define('CODE_VER_DATE', '2013-03-12');
define('DS', DIRECTORY_SEPARATOR);
define('ROOT', dirname(__FILE__));
Expand Down
2 changes: 1 addition & 1 deletion src/python/bf2/BF2StatisticsConfig.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ------------------------------------------------------------------------------
# BF2Statistics 2.6.0 - Config File
# BF2Statistics 2.7.0 - Config File
# ------------------------------------------------------------------------------
# Conventions:
# 0 -> Disable
Expand Down

0 comments on commit e42868f

Please sign in to comment.