diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e79293..90d98d69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## v0.6.6 +- NEW: Support for tagging Container Host instances +- Improve error handling for Container Host provisioning +- Fix Dockerfile for local development + ## v0.6.5 - NEW: hsdp_iam_password_policy diff --git a/Dockerfile b/Dockerfile index 835551a9..c4b0cc9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG hsdp_provider_version=0.6.6 +ARG hsdp_provider_version=0.6.7 FROM golang:1.15.2-alpine3.12 as build_base RUN apk add --no-cache git openssh gcc musl-dev