Skip to content

Commit

Permalink
release 1.7.1
Browse files Browse the repository at this point in the history
* Bugfix for REX authorized_keys permission handling (Katello#298)
* Improve error message and allow non-existing files for --rex-authpath (Katello#299)
* Improve --rex-urlkeyfile help text (Katello#293)
* Default bootstrap.py to install katello-host-tools and omit the katello-agent package (Katello#258)
* Improve output when using the rex options (Katello#291)
* Don't fail if yum clean fails (Katello#289)
* Don't use json.loads to generate dicts (Katello#288)
* Bugfix: don't build a newly created host (Katello#287)
* Call rhn-migrate-classic-to-rhsm with --remove-rhn-packages (Katello#137)
* Allow fetching REX keys from the API (Katello#282)
  • Loading branch information
evgeni committed Mar 8, 2019
1 parent 34da2e6 commit c5c71c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
import rpm # pylint:disable=import-error


VERSION = '1.7.0'
VERSION = '1.7.1'

# Python 2.4 only supports octal numbers by prefixing '0'
# Python 3 only support octal numbers by prefixing '0o'
Expand Down

0 comments on commit c5c71c9

Please sign in to comment.