Agents can now be specified in one of these formats:
agent: true
or
agent:
ports:
- 5000
- 5001/tcp
- 5002/udp
Using the latter format will allow your agent processes to bind to ports on each host. The protocol defaults to tcp.
This is useful for things like the Datadog agent, see convox-examples/dd-agent#9
- #2859 use unique name for custom autoscaling target [@ddollar]
- #2860 update stdcli and better support for non-raw exec terminals [@ddollar]
- #2862 add links to services in local provider [@slaskis]
- #2863 add auth token and encryption to redis resource [@slaskis]
- #2864 allow agents to open tcp and udp ports on each host [@ddollar]
- #2865 re-add timeout to convox run [@ddollar]