From 0dbf4c5b5ab45e0304c5df01af7714093ee58fd9 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 1 Dec 2023 13:35:01 +0100 Subject: [PATCH] Version bump to 1.8.0 and increasing version of dependend software. --- lib/cr_tf/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/cr_tf/__init__.py b/lib/cr_tf/__init__.py index cdac2ba..cf5e74b 100644 --- a/lib/cr_tf/__init__.py +++ b/lib/cr_tf/__init__.py @@ -1,12 +1,12 @@ #!/bin/env python3 # -*- coding: utf-8 -*- -__version__ = '1.7.2' +__version__ = '1.8.0' -MIN_VERSION_TERRAFORM = '1.0.5' -MAX_VERSION_TERRAFORM = '1.8.0' +MIN_VERSION_TERRAFORM = '1.6.5' +MAX_VERSION_TERRAFORM = '1.9.0' -MIN_VERSION_VSPHERE_PROVIDER = '2.0.0' +MIN_VERSION_VSPHERE_PROVIDER = '2.5.1' CFGFILE_BASENAME = 'create-terraform.ini' -- 2.39.5