This file is used to list changes made in each version of the osrm cookbook.
- Add attributes for south american regions
- Bump default osrm-backend and node-osrm version to 5.3.0
- Automatically restart systemd service on failure
- Make sure
apt-transport-https
is installed - Add support for systemd service (used by Ubuntu 15.04 and above)
- 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 todownload_if_missing
attribute
- Bump default osrm-backend version to 5.1.0
- Bump default osrm-backend version to 5.0.2
- Bump default osrm-backend version to 5.0.1
- Update to new osrm-routed api (v5)
- Do not automatically create user in routed provider
- Remove some unused attributes in providers
- Fix download paths for U.S. states
- Fix issue with map download
- 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)
- Removed
Memory
option for osrm_extract. This option was removed from osrm-extract some time ago
- Fix a bug in map_prepare, now uses map_dir + profile + map basename as output path
- Fix a bug in map_extract, now creates the correct directory before extracting
- 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
-
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
- Small bugfixes
- [Chris Aumann] - Initial release of osrm