From e4aa10e22902c8ff6aafa375c892a867e24b126d Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Wed, 3 Feb 2021 11:42:00 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb73293..c492680b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,10 @@ - `options.k3d.noRollback` -> `options.k3d.disableRollback` - `options.k3d.prepDisableHostIPInjection` -> `options.k3d.disableHostIPInjection` +### Fixes + +- do not ignore `--no-hostip` flag and don't inject hostip if `--network=host` (#471, @konradmalik) + ### Misc - tests/e2e: add config override test