HISTORY.md in beaker-pe-0.1.0 vs HISTORY.md in beaker-pe-0.1.1
- old
+ new
@@ -1,8 +1,33 @@
# default - History
## Tags
-* [LATEST - 29 Feb, 2016 (ed4ae03d)](#LATEST)
+* [LATEST - 4 Apr, 2016 (6ccb5a59)](#LATEST)
+* [0.1.0 - 29 Feb, 2016 (4fc88d8c)](#0.1.0)
## Details
-### <a name = "LATEST">LATEST - 29 Feb, 2016 (ed4ae03d)
+### <a name = "LATEST">LATEST - 4 Apr, 2016 (6ccb5a59)
+
+* (GEM) update beaker-pe version to 0.1.1 (6ccb5a59)
+
+* Merge pull request #2 from demophoon/fix/master/pe-14934 (4e0b668e)
+
+
+```
+Merge pull request #2 from demophoon/fix/master/pe-14934
+
+(PE-14934) Test if puppetdb is up when running puppet agent on pdb node
+```
+* (PE-14934) Test if puppetdb is up when running puppet agent on pdb node (882ca94f)
+
+
+```
+(PE-14934) Test if puppetdb is up when running puppet agent on pdb node
+
+Before this commit we were running into an issue where puppetdb would
+sometimes not be up and running after puppet agent restarted the
+service. This commit waits for the puppetdb service to be up after
+running puppet agent on the database node so that the next agent run
+doesn't fail.
+```
+### <a name = "0.1.0">0.1.0 - 29 Feb, 2016 (4fc88d8c)
* Initial release.