From 6a0846c41b70a025c00085c49bbbf6256178b558 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 9 Jun 2022 01:44:26 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f616304..bea61da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ ### Added * Support `service.healthcheck` for defining custom healthchecks. +* Arion now declares a `networks.default` by default, with `name` set to + `project.name`. This improves compatibility with container runtimes by + copying pre-existing behavior. Most users will want to keep using this + behavior, but it can be disabled with `enableDefaultNetwork`. ## 0.1.3.0 -- 2020-05-03