From 85d8765583c44fce1b2660e7028459f3f3167b88 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 16 Jul 2020 23:12:23 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 +++++++- docs/migration/v3-to-v4.md | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be11681b..032fb8d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.2.0 (2020/07/16) + +* Seek configuration file from default places (#107) +* Switch to [gonfig](https://github.com/crazy-max/gonfig) +* Update deps + ## 4.1.1 (2020/06/26) * Small typo @@ -144,7 +150,7 @@ * Update deps * Display containers/image logs -* Fix registry options not setted (Issue #5) +* Fix registry options not setted (#5) ## 1.1.0 (2019/07/24) diff --git a/docs/migration/v3-to-v4.md b/docs/migration/v3-to-v4.md index 35803f1c..2f70b016 100644 --- a/docs/migration/v3-to-v4.md +++ b/docs/migration/v3-to-v4.md @@ -235,6 +235,10 @@ is no longer loaded by default in the official Docker image. If you want to load a configuration file through the Docker image you will have to declare the [`CONFIG` environment variable](../usage/cli.md#environment-variables) pointing to the assigned configuration file: +!!! tip + This is no longer required since version 4.2.0. Now configuration file can be loaded from + [default places](../config/index.md#configuration-file) + ```yaml version: "3.5"