From b11dae55f54720759431107e83f1070c10aacd96 Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Fri, 2 Mar 2018 20:46:21 -0500 Subject: Make tox work in a fresh scenario Severing the unit tests from the local config dependency meant refactoring code that made pure unit testing impossible. Introduced a conftest in this commit. Change-Id: Id005b8b5b0704ccac33fa8768be1642941281f34 Issue-ID: DCAEGEN2-372 Signed-off-by: Michael Hwang --- dcae-cli/ChangeLog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dcae-cli/ChangeLog.md') diff --git a/dcae-cli/ChangeLog.md b/dcae-cli/ChangeLog.md index 59c17f3..311165c 100644 --- a/dcae-cli/ChangeLog.md +++ b/dcae-cli/ChangeLog.md @@ -5,7 +5,7 @@ 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.0] * Make server url (url to webserver that has static artifacts like json schemas) a configuration parameter * Seeding configuration is no longer a fatal issue @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Seeding profiles is no longer a fatal issue * Dynamically fetch Docker login credentials from Consul to use to authenticate when creating Docker client. * Make docker login key into a configuration param +* Clean up the hard coupling to the user configuration particularly in the discovery module ## [2.9.0] -- cgit 1.2.3-korg