diff --git a/src/aosm/HISTORY.rst b/src/aosm/HISTORY.rst index 364e77fb711..ff892c457c2 100644 --- a/src/aosm/HISTORY.rst +++ b/src/aosm/HISTORY.rst @@ -4,6 +4,17 @@ Release History =============== Unreleased +++++++++ + +1.0.0b10 +++++++++ +* Removed imageName from deployParameters +* Removed image name parameter from input file +* Fixed camel casing of VHD Parameters +* Fixed blob sas url bug +* Edited comment in input file to reflect RGs are created if they do not exist +* Added creating RG if it does not exist +* Removed use of permanent temp file for helm package 1.0.0b9 ++++++++ diff --git a/src/aosm/setup.py b/src/aosm/setup.py index 70abdc14e8e..026e436a979 100644 --- a/src/aosm/setup.py +++ b/src/aosm/setup.py @@ -17,7 +17,7 @@ # Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = "1.0.0b9" +VERSION = "1.0.0b10" # The full list of classifiers is available at