HISTORY.md in beaker-answers-0.7.0 vs HISTORY.md in beaker-answers-0.8.0

- old
+ new

@@ -1,8 +1,9 @@ # default - History ## Tags -* [LATEST - 21 Jun, 2016 (006c1921)](#LATEST) +* [LATEST - 28 Jun, 2016 (e29fe388)](#LATEST) +* [0.7.0 - 21 Jun, 2016 (993cf93a)](#0.7.0) * [0.6.0 - 15 Jun, 2016 (a0800e46)](#0.6.0) * [0.5.2 - 6 Jun, 2016 (bb16b018)](#0.5.2) * [0.5.1 - 26 May, 2016 (c74a3fec)](#0.5.1) * [0.5.0 - 26 May, 2016 (c802e883)](#0.5.0) * [0.4.3 - 10 May, 2016 (5ffdb5f2)](#0.4.3) @@ -16,10 +17,39 @@ * [0.2.1 - 31 Aug, 2015 (5aa509e2)](#0.2.1) * [0.2.0 - 31 Aug, 2015 (6447f9bc)](#0.2.0) * [0.1.0 - 26 Aug, 2015 (ef47972d)](#0.1.0) ## Details -### <a name = "LATEST">LATEST - 21 Jun, 2016 (006c1921) +### <a name = "LATEST">LATEST - 28 Jun, 2016 (e29fe388) + +* (GEM) update beaker-answers version to 0.8.0 (e29fe388) + +* Merge pull request #23 from demophoon/fix/master/pe-16065-38-upgrade-puppetdb-hostname (16271feb) + + +``` +Merge pull request #23 from demophoon/fix/master/pe-16065-38-upgrade-puppetdb-hostname + +(PE-16065) Do not fall back to ip address when setting puppetdb hostname +``` +* (PE-16065) Do not fall back to ip address when setting puppetdb hostname (effd8f21) + + +``` +(PE-16065) Do not fall back to ip address when setting puppetdb hostname + +Before this commit the puppetdb hostname answer would fallback to being +an ip address which would cause the installer to do incorrect things as +we depend on those answers to be hostnames for certificate generation +and configuration bootstrap purposes. + +This commit changes the q_puppetdb_hostname answer to be the hostname of +the puppetdb node instead of its ip address which is returned by the +reachable_name method on the host object. +``` +### <a name = "0.7.0">0.7.0 - 21 Jun, 2016 (993cf93a) + +* (HISTORY) update beaker-answers history for gem release 0.7.0 (993cf93a) * (GEM) update beaker-answers version to 0.7.0 (006c1921) * Merge pull request #22 from sathlan/bug/ENTERPRISE-910 (b6ab97cd)