0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-04-18 00:42:35 +00:00

Update CHANGELOG

This commit is contained in:
CrazyMax 2020-07-16 23:12:23 +02:00
parent e3f3c13cc0
commit 85d8765583
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 11 additions and 1 deletions

View file

@ -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)

View file

@ -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"