From 9058875a001f5fd742e873d18182ba6d126a1d19 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 9 Sep 2019 08:04:24 +0200 Subject: [PATCH] Release 1.7.3 * BZ #1659414 - don't fail on unknown smart proxies (#315) * BZ #1729179 - don't migrate EL8 hosts (#317) * Puppet 6 support (#316) * BZ#1717096: only pass --remove-rhn-packages when also doing legacy purge (#313) * Open file in 'w' mode instead of 'wb' (#314) * BZ #1710546 - decode ALL results we get from rpm (#310) * update puppet config when puppet is not skipped, not foreman * move enable_rhsmcertd just after doing the subscription stuff * only execute API calls of "new capsule" mode when Foreman is not skipped * improve error message when running on an registered host --- bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.py b/bootstrap.py index 39b202a..856dfd3 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -63,7 +63,7 @@ import rpm # pylint:disable=import-error -VERSION = '1.7.2' +VERSION = '1.7.3' # Python 2.4 only supports octal numbers by prefixing '0' # Python 3 only support octal numbers by prefixing '0o'