2019-10-04 20:18:25 +02:00
|
|
|
# Revision history for Arion
|
2019-06-14 16:10:37 +02:00
|
|
|
|
2021-01-22 10:32:14 +01:00
|
|
|
## Next
|
|
|
|
|
2021-04-10 01:51:40 +02:00
|
|
|
* Support `service.dns`, for overriding the DNS servers used by containers.
|
|
|
|
|
2021-01-22 10:32:14 +01:00
|
|
|
* Support `service.labels`, which is useful for autodiscovery among other things.
|
|
|
|
|
|
|
|
* Add a tested example for Traefik with label-based routing.
|
|
|
|
|
|
|
|
* Drop obsolete NixOS 19.09 and 20.03 support. It may still be usable there.
|
|
|
|
|
2020-12-05 00:08:18 +01:00
|
|
|
## 0.1.2.0 -- 2020-03-05
|
2019-06-14 16:10:37 +02:00
|
|
|
|
2020-12-05 00:01:29 +01:00
|
|
|
* Support use of prebuilt `docker-compose.yaml`.
|
|
|
|
Separates build and execution without duplicating evaluation.
|
|
|
|
|
|
|
|
* Avoid storing tarballs (wasting store space) by using
|
|
|
|
`dockerTools.streamLayeredImage` if available.
|
|
|
|
|
|
|
|
* Project name is now configurable via the `project.name` option
|
|
|
|
|
|
|
|
* Support --no-ansi, --compatibility, --log-level options
|
|
|
|
|
2020-03-20 22:39:52 +01:00
|
|
|
## 0.1.1.1 -- 2020-03-20
|
|
|
|
|
|
|
|
* Fix ambiguous import of `lines`
|
|
|
|
* Improve base version constraint
|
|
|
|
* Fix warnings
|
|
|
|
|
2020-03-19 12:27:07 +01:00
|
|
|
## 0.1.1.0 -- 2020-03-19
|
|
|
|
|
|
|
|
* Support Nixpkgs 20.03
|
|
|
|
* Fixes for macOS
|
2019-10-04 19:09:52 +02:00
|
|
|
|
|
|
|
## 0.1.0.0 -- 2019-10-04
|
|
|
|
|
|
|
|
* First released version. Released on an unsuspecting world.
|