[20160427051705] Minor bugfixes, Linking

Bugfixes

This release includes 2 bugfixes;

  • Handle environment section in map format #578
  • fix check for proxy locally #583

Linking

This release introduces a change in the way environment variable names are generated using container linking (https://convox.com/docs/linking/). Starting in this release, all hyphens in process names will be converted to underscores in environment variables.

For example, a process named my-service will inject the environment variable MY_SERVICE_URL instead of MY-SERVICE_URL into linked containers.

#582