Skip to content

Commit

Permalink
ParkAPI 0.15.1 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-infinity authored Oct 30, 2024
1 parent 0acbea6 commit 199c9d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ PARK_API_POSTGRES_USER=park-api
PARK_API_POSTGRES_DB=park-api
PARK_API_POSTGRES_HOST=park-api-db
PARK_API_CELERY_BROKER_URL=amqp://park-api-rabbitmq
PARK_API_IMAGE=ghcr.io/parkendd/park-api-v3:0.15.0
PARK_API_IMAGE=ghcr.io/parkendd/park-api-v3:0.15.1
PARK_API_DB_IMAGE=postgis/postgis:15-3.4-alpine

# Caddy
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

- ⚠️ `gtfs-importer`: upgraded [`postgis-gtfs-importer`](https://github.com/mobidata-bw/postgis-gtfs-importer) to [`v4-2024-10-24T17.43.02-76b148e`](https://github.com/mobidata-bw/postgis-gtfs-importer/tree/76b148e) – This is a breaking change because it switches the GTFS import back (from keeping all of them) to retaining only 2 databases, similar to the old (2024-09-17) behaviour of keeping only the most recent ones.
- GeoServer: rollback from version `2.26.0` to `2.25.3`
- ParkAPI 0.15.1 with [minor fixes and plugin maintenance](https://github.com/ParkenDD/park-api-v3/blob/bdd2c5a5596403220696fdb9e33b6ce5bc9ba842/CHANGELOG.md#0151)


## 2024-10-17

Expand Down

0 comments on commit 199c9d7

Please sign in to comment.