Skip to content

Commit

Permalink
release 1.5.0
Browse files Browse the repository at this point in the history
* make bootstrap.py compatible with Puppet 4 (Katello#230)
* add ansible example playbook (Katello#197)
* remove SAMs CA consumer RPM in remove_obsolete_packages() (Katello#234)
* allow FIPS enabled systems to register successfully with puppet (Katello#236)
* allow configuring timeout for API calls and subscription-manager (Katello#237)
* implement switching proxy / caps without destroying the host in Foreman (Katello#227)
  • Loading branch information
evgeni committed Jan 23, 2018
1 parent f1b041b commit 9a71ac1
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 @@ -28,7 +28,7 @@
from ConfigParser import SafeConfigParser


VERSION = '1.4.2'
VERSION = '1.5.0'


def get_architecture():
Expand Down

0 comments on commit 9a71ac1

Please sign in to comment.