arion/CHANGELOG.md

54 lines
1.5 KiB
Markdown
Raw Normal View History

2019-10-04 21:18:25 +03:00
# Revision history for Arion
2019-06-14 17:10:37 +03:00
2021-01-22 12:32:14 +03:00
## Next
2021-05-26 22:09:17 +03:00
### Changed
* `useHostStore` now uses an image derived from the `image.*` options. You may
need to enable `enableRecommendedContents` because with this change, files
like `/bin/sh` aren't added by default anymore.
* Drop obsolete NixOS 19.03, 19.09 and 20.03 from CI.
### Added
* NixOS-based containers can now run on Podman when it is configured to provide a docker socket. See the [installation docs](https://docs.hercules-ci.com/arion/#_nixos).
2021-04-10 02:51:40 +03:00
* Support `service.dns`, for overriding the DNS servers used by containers.
2021-01-22 12:32:14 +03:00
* Support `service.labels`, which is useful for autodiscovery among other things.
* Add a tested example for Traefik with label-based routing.
2021-05-26 22:09:17 +03:00
* Add a `flake.nix` and an experimental flake example
* Add a warning when systemd `DynamicUser` is used but not available to the
container.
2021-01-22 12:32:14 +03:00
2020-12-05 02:08:18 +03:00
## 0.1.2.0 -- 2020-03-05
2019-06-14 17:10:37 +03:00
2020-12-05 02:01:29 +03: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-21 00:39:52 +03:00
## 0.1.1.1 -- 2020-03-20
* Fix ambiguous import of `lines`
* Improve base version constraint
* Fix warnings
2020-03-19 14:27:07 +03:00
## 0.1.1.0 -- 2020-03-19
* Support Nixpkgs 20.03
* Fixes for macOS
2019-10-04 20:09:52 +03:00
## 0.1.0.0 -- 2019-10-04
* First released version. Released on an unsuspecting world.