Skip to content

Commit

Permalink
Prepare for v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Oct 17, 2020
1 parent ddbf829 commit 62fe9fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 62fe9fb

Please sign in to comment.