This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
v1.6.0: ability to host downloaded files
Breaking changes
Some capabilities have changed their format.
Capability Name | Value Before | Actual Value |
---|---|---|
applicationContainers | "myapp:alias,secondapp" |
["myapp:alias", "secondapp"] |
hostsEntries | "192.168.0.1:example.com,192.168.0.2:test.com" |
["192.168.0.1:example.com", "192.168.0.2:test.com"] |
labels | "key1:value1,key2:value2" |
{"key1": "value1", "key2": "value2"} |
New features
- #354 - ability to host downloaded files
- #405 - ability to pass environment variables via capabilities
Fixes
- #404 - panic in
/log
API
Improvements
- #394 - ability to skip waiting in queue (improves request distribution behind Ggr)