|
1 | 1 | # default - History
|
2 | 2 | ## Tags
|
3 |
| -* [LATEST - 21 Jun, 2016 (006c1921)](#LATEST) |
| 3 | +* [LATEST - 28 Jun, 2016 (e29fe388)](#LATEST) |
| 4 | +* [0.7.0 - 21 Jun, 2016 (993cf93a)](#0.7.0) |
4 | 5 | * [0.6.0 - 15 Jun, 2016 (a0800e46)](#0.6.0)
|
5 | 6 | * [0.5.2 - 6 Jun, 2016 (bb16b018)](#0.5.2)
|
6 | 7 | * [0.5.1 - 26 May, 2016 (c74a3fec)](#0.5.1)
|
|
18 | 19 | * [0.1.0 - 26 Aug, 2015 (ef47972d)](#0.1.0)
|
19 | 20 |
|
20 | 21 | ## Details
|
21 |
| -### <a name = "LATEST">LATEST - 21 Jun, 2016 (006c1921) |
| 22 | +### <a name = "LATEST">LATEST - 28 Jun, 2016 (e29fe388) |
| 23 | + |
| 24 | +* (GEM) update beaker-answers version to 0.8.0 (e29fe388) |
| 25 | + |
| 26 | +* Merge pull request #23 from demophoon/fix/master/pe-16065-38-upgrade-puppetdb-hostname (16271feb) |
| 27 | + |
| 28 | + |
| 29 | +``` |
| 30 | +Merge pull request #23 from demophoon/fix/master/pe-16065-38-upgrade-puppetdb-hostname |
| 31 | +
|
| 32 | +(PE-16065) Do not fall back to ip address when setting puppetdb hostname |
| 33 | +``` |
| 34 | +* (PE-16065) Do not fall back to ip address when setting puppetdb hostname (effd8f21) |
| 35 | + |
| 36 | + |
| 37 | +``` |
| 38 | +(PE-16065) Do not fall back to ip address when setting puppetdb hostname |
| 39 | +
|
| 40 | +Before this commit the puppetdb hostname answer would fallback to being |
| 41 | +an ip address which would cause the installer to do incorrect things as |
| 42 | +we depend on those answers to be hostnames for certificate generation |
| 43 | +and configuration bootstrap purposes. |
| 44 | +
|
| 45 | +This commit changes the q_puppetdb_hostname answer to be the hostname of |
| 46 | +the puppetdb node instead of its ip address which is returned by the |
| 47 | +reachable_name method on the host object. |
| 48 | +``` |
| 49 | +### <a name = "0.7.0">0.7.0 - 21 Jun, 2016 (993cf93a) |
| 50 | + |
| 51 | +* (HISTORY) update beaker-answers history for gem release 0.7.0 (993cf93a) |
22 | 52 |
|
23 | 53 | * (GEM) update beaker-answers version to 0.7.0 (006c1921)
|
24 | 54 |
|
|
0 commit comments