From 9a71ac1d9f5e14042139d978c30ea57e7a94dd9c Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 23 Jan 2018 14:16:26 +0100 Subject: [PATCH] release 1.5.0 * make bootstrap.py compatible with Puppet 4 (#230) * add ansible example playbook (#197) * remove SAMs CA consumer RPM in remove_obsolete_packages() (#234) * allow FIPS enabled systems to register successfully with puppet (#236) * allow configuring timeout for API calls and subscription-manager (#237) * implement switching proxy / caps without destroying the host in Foreman (#227) --- bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.py b/bootstrap.py index 946b98d..8eea719 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -28,7 +28,7 @@ from ConfigParser import SafeConfigParser -VERSION = '1.4.2' +VERSION = '1.5.0' def get_architecture():