From 2de95edebaa92072aa857ca70961cd7bdaf7a77d Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Wed, 1 Aug 2018 16:22:13 -0400 Subject: Do first pass on dcae onboarding vagrant * Provide Vagrantfile etc to standup a VirtualBox image that runs a minimal DCAE runtime for onboarding * Add README with directions on how to do above * Make minor fixes to the dcae-cli for issues discovered from testing above Issue-ID: DCAEGEN2-574 Change-Id: I99ea595df9e5e2b9a872b864e553caec1f020669 Signed-off-by: Michael Hwang --- dcae-cli/ChangeLog.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dcae-cli/ChangeLog.md') diff --git a/dcae-cli/ChangeLog.md b/dcae-cli/ChangeLog.md index e3aaac4..aa845bd 100644 --- a/dcae-cli/ChangeLog.md +++ b/dcae-cli/ChangeLog.md @@ -5,6 +5,12 @@ 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/). +## [2.10.2] + +* Fix dependency conflict with python-consul +* Fix psycopg2 warning by requiring psycopg2-binary +* Use Docker client from env when checking images + ## [2.10.1] * Fix DCAEGEN2-402 -- cgit 1.2.3-korg