Skip to content

Latest commit

 

History

History
124 lines (82 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

124 lines (82 loc) · 2.78 KB

osrm CHANGELOG

This file is used to list changes made in each version of the osrm cookbook.

5.4.0

  • Add attributes for south american regions

5.3.0

  • Bump default osrm-backend and node-osrm version to 5.3.0
  • Automatically restart systemd service on failure

5.2.1

  • Make sure apt-transport-https is installed
  • Add support for systemd service (used by Ubuntu 15.04 and above)

5.2.0

  • Introduce new provider osrm_node to deploy node-osrm
  • Bump default osrm-backend and node-osrm version to 5.2.2
  • Action :extract now works like :extract_if_missing, and :extract_if_missing was removed
  • Action :contract now works like :contract_if_missing, and :contract_if_missing was removed
  • Action :create now works like :create_if_missing, and :create_if_missing was removed
  • Action :download_if_missing was migrated to download_if_missing attribute

5.1.0

  • Bump default osrm-backend version to 5.1.0

5.0.2

  • Bump default osrm-backend version to 5.0.2

5.0.1

  • Bump default osrm-backend version to 5.0.1

5.0.0

  • Update to new osrm-routed api (v5)
  • Do not automatically create user in routed provider
  • Remove some unused attributes in providers

0.3.3

  • Fix download paths for U.S. states

0.3.2

  • Fix issue with map download

0.3.1

  • Pinned version to 0.4.1
  • Install osrm-datastore
  • Add workaround for port option ("Port" statement in configuration seems to be ignored in latest version)

0.3.0

  • Removed Memory option for osrm_extract. This option was removed from osrm-extract some time ago

0.2.2

  • Fix a bug in map_prepare, now uses map_dir + profile + map basename as output path

0.2.1

  • Fix a bug in map_extract, now creates the correct directory before extracting

0.2.0

  • Use status option of routed service, prevents trying to restart a already running routed
  • Add path and map_path attributes to providers, this allows local files instead of urls
  • Do not check map checksum by default (will break with default settings on custom maps otherwise)
  • Renamed map_path attribute to map_dir
  • Add map_base attribute for map_routed provider

0.1.2

  • Attribute default for cleanup set to false [map_prepare]

  • Add configuration settings for stxxl

  • Attributes overriden in wrapper cookbooks are now evaluated correctly

  • Use execute "rm -f" instead of file() { action :delete } for performance reasons

  • Increase execute timeout to 1 day and add timeout option to the following providers

    • map
    • map_extract
    • map_prepare

    This is necessary for extract/prepare tasks that take longer than 1h.

  • Added chefspecs

  • Several small bugfixes

0.1.1

  • Small bugfixes

0.1.0

  • [Chris Aumann] - Initial release of osrm