Skip to content

Commit d56e6ba

Browse files
(HISTORY) update beaker-answers history for gem release 0.8.0
1 parent e29fe38 commit d56e6ba

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

HISTORY.md

+32-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# default - History
22
## 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)
45
* [0.6.0 - 15 Jun, 2016 (a0800e46)](#0.6.0)
56
* [0.5.2 - 6 Jun, 2016 (bb16b018)](#0.5.2)
67
* [0.5.1 - 26 May, 2016 (c74a3fec)](#0.5.1)
@@ -18,7 +19,36 @@
1819
* [0.1.0 - 26 Aug, 2015 (ef47972d)](#0.1.0)
1920

2021
## 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)
2252

2353
* (GEM) update beaker-answers version to 0.7.0 (006c1921)
2454

0 commit comments

Comments
 (0)