Skip to content

Releases: Overv/openstreetmap-tile-server

v2.3.0

18 Mar 20:37
f6a6ad8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2...v2.3.0

v2.2.0

08 Aug 12:59
54624a9
Compare
Choose a tag to compare

What's Changed

  • Simplify parsing of timestamp by @galewis2 in #294
  • multiarch build for additional linux/arm64/v8 support by @Istador in #292
  • Use tile expiration settings from env if set, or default values as be… by @balchen in #296
  • Actually allow modifying the replication URL by @galewis2 in #297
  • Added new environment variables for tile expiration to README.md by @balchen in #299
  • Fix missing fonts by @galewis2 in #307

New Contributors

Full Changelog: v2.1.0...v2.2

v2.1.0

12 Jul 17:45
81c3433
Compare
Choose a tag to compare

What's Changed

  • Reduce dependencies for updates, switch to Ubuntu 22.04 by @galewis2 in #234

Full Changelog: v2.0.1...v2.1.0

v2.0.1

25 May 20:39
dc47871
Compare
Choose a tag to compare

What's Changed

  • create /data/database/postgres/ if missing by @Istador in #273
  • warn about FLAT_NODES w/ UPDATES incompatibility by @Istador in #282

Full Changelog: v2.0.0...v2.1.0

v2.0.0

09 Apr 13:03
cffbd7b
Compare
Choose a tag to compare

What's Changed

  • Add notes about running without internet connection by @BudDavis in #250
  • [breaking] Upgrade versions by @galewis2 in #248
  • Allow easier modification of the OpenStreetMap-carto style by @galewis2 in #243
  • Build, test and deploy with Github Actions by @Istador in #260
  • badge with latest semver tag on docker hub by @Istador in #262
  • cancel outdated jobs for the same reference by @Istador in #263
  • [breaking] changed volume mount points by @Istador in #261

New Contributors

Full Changelog: v1.8.2...v2.0.0

v1.8.2

11 Dec 14:43
Compare
Choose a tag to compare
  • Add strict error checking to import/run script to stop it from silently ignoring errors that cause trouble later.

v1.8.1

08 Nov 21:19
Compare
Choose a tag to compare
  • Fix update script no longer working due to missing dependency. (Issue #222)

v1.8.0

11 Oct 20:24
1e684ed
Compare
Choose a tag to compare
  • Reduce the size of the Docker image from ~2 GB to ~1 GB thanks to clever optimizations by @galewis2! (#214)
  • Forward environment variables to get-external-data.py to allow the use of HTTP_PROXY and HTTPS_PROXY thanks to @schteph. (#217)

v1.7.4

07 Sep 19:41
0a4d079
Compare
Choose a tag to compare
  • Switch to a new mirror for administrative boundary data file due to the original one being intermittently unavailable. (#212)

v1.7.3

03 Sep 10:57
Compare
Choose a tag to compare
  • Switch to indexes.sql included with openstreetmap-carto rather than shipping our own copy. (#205)
  • Fix WGET_ARGS always being quoted.
  • Don't clutter the output of usage instructions.