From 18a256c1c5e059b69569c3705c41cee6a3e74bee Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 2 Mar 2022 20:05:29 -0500 Subject: [PATCH] update changelog Signed-off-by: Rui Chen --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1b064bf45..0fe24640ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v0.18.5 + +Maintenance release: +- Drop Dockerhub support +- fixing the most recent multiplatform image build issue. (#2104) + +## What's Changed + +* ci: drop circleci docker hub update by @chenrui333 in https://github.com/runatlantis/atlantis/pull/2102 +* fix(docker): fix docker runtime issue by @chenrui333 in https://github.com/runatlantis/atlantis/pull/2106 +* deps: tf 1.1.7 by @chenrui333 in https://github.com/runatlantis/atlantis/pull/2108 + # v0.18.4 Maintenance release for security patches with atlantis-base image