Release: 0.8.1

main
gluap 2024-01-25 22:24:21 +01:00
parent 6d35001f8d
commit 4940679201
No known key found for this signature in database
4 changed files with 23 additions and 2 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## 0.8.1
### Improvements
* The zone (urban/rural) is now also exported with the events GeoJson export.
### Bug Fixes
* Update to a current version of gpstime (python dependency) fix portal startup.
## 0.8.0
### Features

View File

@ -5,6 +5,17 @@ explicitly. Their general usage is described in the [README](./README.md) (for
development) and [docs/production-deployment.md](docs/production-deployment.md) (for production).
## 0.8.1
- Get the release in your source folder (``git pull; git checkout 0.8.0`` and update submodules ``git submodule update --recursive``)
- Rebuild images ``docker-compose build``
- No database upgrade is required, but tile functions need an update:
```bash
docker-compose run --rm portal tools/prepare_sql_tiles.py
```
- Start your portal and worker services. ``docker-compose up -d worker portal``
## 0.8.0
Upgrade to `0.7.x` first. See below for details. Then follow these steps:

View File

@ -1 +1 @@
__version__ = "0.8.0"
__version__ = "0.8.1"

View File

@ -4,7 +4,7 @@ tileset:
- layers/obs_events/obs_events.yaml
- layers/obs_roads/obs_roads.yaml
- layers/obs_regions/obs_regions.yaml
version: 0.8.0
version: 0.8.1
id: openbikesensor
description: >
A tileset for OpenBikeSensor data -- https://openbikesensor.org.