beaker-puppet 1.19.2 → 1.22.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4cc6f0f36f82484e0a3ee844e0bc0c49e92cdc10fd79d1abb9fd57f595f47fe0
4
- data.tar.gz: 71b71ee4b94f13f1d42abb41712a0f3ef7a0fa2acd259beb67c847649a16b509
3
+ metadata.gz: 13f2e03144c47918054b8cb3b3f470df71761a7b06c513f5c0455a541107c0ec
4
+ data.tar.gz: f03a957fb46bce9f5645640e738534f3bef4eddc84d30a722645a2f713378513
5
5
  SHA512:
6
- metadata.gz: 5980d84a0db730cb94fbb3f2921792227806785bd9335310feeadc4be1c4bda2209c00c433824dd6e4e4b0e23bb9a2830b8df793ed04dc8ddc190cbd18d78f92
7
- data.tar.gz: 1f5e8bedf15b63a475ea3470fb12aa7952ef197effed6375b292cfa073f5daea8a1213f872fbd61f7963e7a52afa6a7b60899487b16bd7a94066ab1c20d08ced
6
+ metadata.gz: f7853cf2cc0836170a6c0642404e647e6adac07ad315bc9199848aa0c6cc86e6dab010dadee890fb4b8d7050fbddac15e68b00c7a06b05ba9861e547043d729e
7
+ data.tar.gz: 0be933ece5a86492d4c348564cf634376ec51b71fe46f318c4c187e91132674f46a33d7637ed4e7626162164fba3c31cb3f61999af6b232e3df0bd39e9cddd39
@@ -0,0 +1,8 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: bundler
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "13:00"
8
+ open-pull-requests-limit: 10
@@ -0,0 +1,32 @@
1
+ name: Release
2
+
3
+ on:
4
+ push:
5
+ tags:
6
+ - '*'
7
+
8
+ jobs:
9
+ release:
10
+ runs-on: ubuntu-latest
11
+ if: github.repository_owner == 'voxpupuli'
12
+ steps:
13
+ - uses: actions/checkout@v2
14
+ - name: Install Ruby 3.0
15
+ uses: ruby/setup-ruby@v1
16
+ with:
17
+ ruby-version: '3.0'
18
+ env:
19
+ BUNDLE_WITHOUT: release
20
+ - name: Build gem
21
+ run: gem build *.gemspec
22
+ - name: Publish gem to rubygems.org
23
+ run: gem push *.gem
24
+ env:
25
+ GEM_HOST_API_KEY: '${{ secrets.RUBYGEMS_AUTH_TOKEN }}'
26
+ - name: Setup GitHub packages access
27
+ run: |
28
+ mkdir -p ~/.gem
29
+ echo ":github: Bearer ${{ secrets.GITHUB_TOKEN }}" >> ~/.gem/credentials
30
+ chmod 0600 ~/.gem/credentials
31
+ - name: Publish gem to GitHub packages
32
+ run: gem push --key github --host https://rubygems.pkg.github.com/voxpupuli *.gem
@@ -0,0 +1,36 @@
1
+ name: Test
2
+
3
+ on:
4
+ - pull_request
5
+ - push
6
+
7
+ env:
8
+ BUNDLE_WITHOUT: release
9
+
10
+ jobs:
11
+ rspec:
12
+ runs-on: ubuntu-latest
13
+ strategy:
14
+ fail-fast: false
15
+ matrix:
16
+ include:
17
+ - ruby: "2.4"
18
+ - ruby: "2.5"
19
+ - ruby: "2.6"
20
+ - ruby: "2.7"
21
+ - ruby: "3.0"
22
+ coverage: "yes"
23
+ env:
24
+ COVERAGE: ${{ matrix.coverage }}
25
+ name: RSpec - Ruby ${{ matrix.ruby }}
26
+ steps:
27
+ - uses: actions/checkout@v2
28
+ - name: Install Ruby ${{ matrix.ruby }}
29
+ uses: ruby/setup-ruby@v1
30
+ with:
31
+ ruby-version: ${{ matrix.ruby }}
32
+ bundler-cache: true
33
+ - name: spec tests
34
+ run: bundle exec rake test:spec
35
+ - name: Verify gem builds
36
+ run: gem build *.gemspec
data/CHANGELOG.md ADDED
@@ -0,0 +1,642 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [1.22.1](https://github.com/voxpupuli/beaker-puppet/tree/1.22.1) (2021-08-19)
6
+
7
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.22.0...1.22.1)
8
+
9
+ **Merged pull requests:**
10
+
11
+ - Revert "Use the built-in Resolv::IPv4::Regex" [\#168](https://github.com/voxpupuli/beaker-puppet/pull/168) ([kenyon](https://github.com/kenyon))
12
+
13
+ ## [1.22.0](https://github.com/voxpupuli/beaker-puppet/tree/1.22.0) (2021-08-17)
14
+
15
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.21.0...1.22.0)
16
+
17
+ **Implemented enhancements:**
18
+
19
+ - Create better puppet apply tmpfiles [\#161](https://github.com/voxpupuli/beaker-puppet/pull/161) ([trevor-vaughan](https://github.com/trevor-vaughan))
20
+ - Drop stringify-hash dependency [\#158](https://github.com/voxpupuli/beaker-puppet/pull/158) ([ekohl](https://github.com/ekohl))
21
+
22
+ **Merged pull requests:**
23
+
24
+ - Remove mentions of Beaker 3 [\#165](https://github.com/voxpupuli/beaker-puppet/pull/165) ([ekohl](https://github.com/ekohl))
25
+ - Use the built-in Resolv::IPv4::Regex [\#164](https://github.com/voxpupuli/beaker-puppet/pull/164) ([ekohl](https://github.com/ekohl))
26
+ - Implement codecov; update README.md [\#162](https://github.com/voxpupuli/beaker-puppet/pull/162) ([bastelfreak](https://github.com/bastelfreak))
27
+ - Add both GPG keys when installing repos on SLES [\#157](https://github.com/voxpupuli/beaker-puppet/pull/157) ([GabrielNagy](https://github.com/GabrielNagy))
28
+
29
+ ## [1.21.0](https://github.com/voxpupuli/beaker-puppet/tree/1.21.0) (2020-12-21)
30
+
31
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.20.0...1.21.0)
32
+
33
+ **Fixed bugs:**
34
+
35
+ - Fix Arch Linux support [\#154](https://github.com/voxpupuli/beaker-puppet/pull/154) ([bastelfreak](https://github.com/bastelfreak))
36
+
37
+ **Merged pull requests:**
38
+
39
+ - \(\#151\) Remove useless 'PATH' string from system PATH [\#152](https://github.com/voxpupuli/beaker-puppet/pull/152) ([silug](https://github.com/silug))
40
+ - \(maint\) replace use of deprecated method `get_puppet_collection` [\#149](https://github.com/voxpupuli/beaker-puppet/pull/149) ([ciprianbadescu](https://github.com/ciprianbadescu))
41
+ - \(maint\) Make latest the latest stable instead of nightly [\#147](https://github.com/voxpupuli/beaker-puppet/pull/147) ([GabrielNagy](https://github.com/GabrielNagy))
42
+ - \(maint\) Remove deprecated gem install flags [\#146](https://github.com/voxpupuli/beaker-puppet/pull/146) ([gimmyxd](https://github.com/gimmyxd))
43
+ - \(maint\) redhat-8-arm64 builds access check [\#145](https://github.com/voxpupuli/beaker-puppet/pull/145) ([ciprianbadescu](https://github.com/ciprianbadescu))
44
+
45
+ ## [1.20.0](https://github.com/voxpupuli/beaker-puppet/tree/1.20.0) (2020-09-10)
46
+
47
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.19.2...1.20.0)
48
+
49
+ **Merged pull requests:**
50
+
51
+ - \(maint\) Remove puppet teams from CODEOWNERS file [\#143](https://github.com/voxpupuli/beaker-puppet/pull/143) ([lucywyman](https://github.com/lucywyman))
52
+ - Add .travis.yml [\#142](https://github.com/voxpupuli/beaker-puppet/pull/142) ([genebean](https://github.com/genebean))
53
+ - Add Dependabot to keep thins up to date [\#139](https://github.com/voxpupuli/beaker-puppet/pull/139) ([genebean](https://github.com/genebean))
54
+ - \(maint\) Update Windows test version.txt path [\#138](https://github.com/voxpupuli/beaker-puppet/pull/138) ([mihaibuzgau](https://github.com/mihaibuzgau))
55
+
56
+ ## [1.19.2](https://github.com/voxpupuli/beaker-puppet/tree/1.19.2) (2020-05-21)
57
+
58
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.19.1...1.19.2)
59
+
60
+ **Merged pull requests:**
61
+
62
+ - \(BKR-1654\) ruby\_command should work on windows localhost [\#137](https://github.com/voxpupuli/beaker-puppet/pull/137) ([Filipovici-Andrei](https://github.com/Filipovici-Andrei))
63
+
64
+ ## [1.19.1](https://github.com/voxpupuli/beaker-puppet/tree/1.19.1) (2020-05-07)
65
+
66
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.19.0...1.19.1)
67
+
68
+ **Merged pull requests:**
69
+
70
+ - \(BKR-1641\) Update Agent version defaults [\#134](https://github.com/voxpupuli/beaker-puppet/pull/134) ([sebastian-miclea](https://github.com/sebastian-miclea))
71
+
72
+ ## [1.19.0](https://github.com/voxpupuli/beaker-puppet/tree/1.19.0) (2020-05-06)
73
+
74
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.15...1.19.0)
75
+
76
+ **Merged pull requests:**
77
+
78
+ - Bump puppet and rake version [\#136](https://github.com/voxpupuli/beaker-puppet/pull/136) ([highb](https://github.com/highb))
79
+ - \(maint\) Add extra escape chars in msi-log [\#135](https://github.com/voxpupuli/beaker-puppet/pull/135) ([donoghuc](https://github.com/donoghuc))
80
+
81
+ ## [1.18.15](https://github.com/voxpupuli/beaker-puppet/tree/1.18.15) (2020-03-31)
82
+
83
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.14...1.18.15)
84
+
85
+ **Merged pull requests:**
86
+
87
+ - \(maint\) Enable Windows hosts to use the package\_proxy [\#133](https://github.com/voxpupuli/beaker-puppet/pull/133) ([markcassidy](https://github.com/markcassidy))
88
+
89
+ ## [1.18.14](https://github.com/voxpupuli/beaker-puppet/tree/1.18.14) (2020-02-20)
90
+
91
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.13...1.18.14)
92
+
93
+ **Merged pull requests:**
94
+
95
+ - Update to remove issues with type/more commands [\#131](https://github.com/voxpupuli/beaker-puppet/pull/131) ([trevor-vaughan](https://github.com/trevor-vaughan))
96
+
97
+ ## [1.18.13](https://github.com/voxpupuli/beaker-puppet/tree/1.18.13) (2020-02-07)
98
+
99
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.12...1.18.13)
100
+
101
+ **Merged pull requests:**
102
+
103
+ - Revert "Merge pull request \#129 from trevor-vaughan/windows\_paths" [\#130](https://github.com/voxpupuli/beaker-puppet/pull/130) ([gimmyxd](https://github.com/gimmyxd))
104
+
105
+ ## [1.18.12](https://github.com/voxpupuli/beaker-puppet/tree/1.18.12) (2020-02-06)
106
+
107
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.11...1.18.12)
108
+
109
+ **Merged pull requests:**
110
+
111
+ - Fix Windows Support [\#129](https://github.com/voxpupuli/beaker-puppet/pull/129) ([trevor-vaughan](https://github.com/trevor-vaughan))
112
+ - Provide a useful message if possible ISP hijacking [\#128](https://github.com/voxpupuli/beaker-puppet/pull/128) ([trevor-vaughan](https://github.com/trevor-vaughan))
113
+
114
+ ## [1.18.11](https://github.com/voxpupuli/beaker-puppet/tree/1.18.11) (2019-12-10)
115
+
116
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.10...1.18.11)
117
+
118
+ **Merged pull requests:**
119
+
120
+ - \(maint\) Allow custom hypervisor settings [\#127](https://github.com/voxpupuli/beaker-puppet/pull/127) ([melissa](https://github.com/melissa))
121
+
122
+ ## [1.18.10](https://github.com/voxpupuli/beaker-puppet/tree/1.18.10) (2019-11-26)
123
+
124
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.9...1.18.10)
125
+
126
+ **Merged pull requests:**
127
+
128
+ - \(RE-12690\) Be more explicit about when to gsub [\#126](https://github.com/voxpupuli/beaker-puppet/pull/126) ([mwaggett](https://github.com/mwaggett))
129
+
130
+ ## [1.18.9](https://github.com/voxpupuli/beaker-puppet/tree/1.18.9) (2019-11-25)
131
+
132
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.8...1.18.9)
133
+
134
+ **Merged pull requests:**
135
+
136
+ - \(RE-12690\) Add debug output to `install_repo_configs_from_url` [\#125](https://github.com/voxpupuli/beaker-puppet/pull/125) ([mwaggett](https://github.com/mwaggett))
137
+
138
+ ## [1.18.8](https://github.com/voxpupuli/beaker-puppet/tree/1.18.8) (2019-09-25)
139
+
140
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.7...1.18.8)
141
+
142
+ **Merged pull requests:**
143
+
144
+ - \(maint\) removed unused gem markdown [\#124](https://github.com/voxpupuli/beaker-puppet/pull/124) ([ciprianbadescu](https://github.com/ciprianbadescu))
145
+ - \(maint\) fix ssl cleanup [\#123](https://github.com/voxpupuli/beaker-puppet/pull/123) ([ciprianbadescu](https://github.com/ciprianbadescu))
146
+ - \(maint\) add CODEOWNERS [\#120](https://github.com/voxpupuli/beaker-puppet/pull/120) ([mihaibuzgau](https://github.com/mihaibuzgau))
147
+
148
+ ## [1.18.7](https://github.com/voxpupuli/beaker-puppet/tree/1.18.7) (2019-07-18)
149
+
150
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.6...1.18.7)
151
+
152
+ **Merged pull requests:**
153
+
154
+ - \(maint\) Using skip\_test in a step was not doing what I expected [\#119](https://github.com/voxpupuli/beaker-puppet/pull/119) ([underscorgan](https://github.com/underscorgan))
155
+
156
+ ## [1.18.6](https://github.com/voxpupuli/beaker-puppet/tree/1.18.6) (2019-07-15)
157
+
158
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.5...1.18.6)
159
+
160
+ **Merged pull requests:**
161
+
162
+ - \(maint\) Updates for rerunning tests on existing containers [\#117](https://github.com/voxpupuli/beaker-puppet/pull/117) ([underscorgan](https://github.com/underscorgan))
163
+
164
+ ## [1.18.5](https://github.com/voxpupuli/beaker-puppet/tree/1.18.5) (2019-06-27)
165
+
166
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.4...1.18.5)
167
+
168
+ **Merged pull requests:**
169
+
170
+ - \(BKR-1600\) Default puppet settings to `main` section [\#118](https://github.com/voxpupuli/beaker-puppet/pull/118) ([joshcooper](https://github.com/joshcooper))
171
+
172
+ ## [1.18.4](https://github.com/voxpupuli/beaker-puppet/tree/1.18.4) (2019-06-19)
173
+
174
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.3...1.18.4)
175
+
176
+ **Merged pull requests:**
177
+
178
+ - \(BKR-1598\) Set server hostname [\#116](https://github.com/voxpupuli/beaker-puppet/pull/116) ([joshcooper](https://github.com/joshcooper))
179
+
180
+ ## [1.18.3](https://github.com/voxpupuli/beaker-puppet/tree/1.18.3) (2019-05-24)
181
+
182
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.2...1.18.3)
183
+
184
+ **Merged pull requests:**
185
+
186
+ - \(maint\) Mark dev repos as trusted [\#115](https://github.com/voxpupuli/beaker-puppet/pull/115) ([pcarlisle](https://github.com/pcarlisle))
187
+
188
+ ## [1.18.2](https://github.com/voxpupuli/beaker-puppet/tree/1.18.2) (2019-05-20)
189
+
190
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.1...1.18.2)
191
+
192
+ **Merged pull requests:**
193
+
194
+ - \(BKR-1591\) install puppet from devbuilds on amazon [\#114](https://github.com/voxpupuli/beaker-puppet/pull/114) ([gimmyxd](https://github.com/gimmyxd))
195
+
196
+ ## [1.18.1](https://github.com/voxpupuli/beaker-puppet/tree/1.18.1) (2019-05-16)
197
+
198
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.0...1.18.1)
199
+
200
+ **Merged pull requests:**
201
+
202
+ - \(BKR-1587\) Install non-latest builds on all hosts [\#112](https://github.com/voxpupuli/beaker-puppet/pull/112) ([joshcooper](https://github.com/joshcooper))
203
+
204
+ ## [1.18.0](https://github.com/voxpupuli/beaker-puppet/tree/1.18.0) (2019-05-15)
205
+
206
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.17.0...1.18.0)
207
+
208
+ **Merged pull requests:**
209
+
210
+ - \(BKR-1590\) Support new yum and apt release locations [\#113](https://github.com/voxpupuli/beaker-puppet/pull/113) ([treydock](https://github.com/treydock))
211
+ - \(maint\) Restructure release repo url [\#110](https://github.com/voxpupuli/beaker-puppet/pull/110) ([melissa](https://github.com/melissa))
212
+
213
+ ## [1.17.0](https://github.com/voxpupuli/beaker-puppet/tree/1.17.0) (2019-04-15)
214
+
215
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.16.0...1.17.0)
216
+
217
+ **Merged pull requests:**
218
+
219
+ - \(maint\) Bump version of puppet-agent to test against to 6.0.0 [\#109](https://github.com/voxpupuli/beaker-puppet/pull/109) ([melissa](https://github.com/melissa))
220
+ - \(maint\) Remove assumption that we have runtime on docker [\#108](https://github.com/voxpupuli/beaker-puppet/pull/108) ([melissa](https://github.com/melissa))
221
+ - \(maint\) Added debian 10 or higher to allow insecure repo [\#107](https://github.com/voxpupuli/beaker-puppet/pull/107) ([loopinu](https://github.com/loopinu))
222
+ - \(MAINT\) Fix test:acceptance:pkg [\#106](https://github.com/voxpupuli/beaker-puppet/pull/106) ([smcelmurry](https://github.com/smcelmurry))
223
+ - \(maint\) Exclude tmp directory on module installation [\#101](https://github.com/voxpupuli/beaker-puppet/pull/101) ([glennsarti](https://github.com/glennsarti))
224
+ - \(maint\) Enable acceptance testing with puppet-agent installed from ni… [\#98](https://github.com/voxpupuli/beaker-puppet/pull/98) ([melissa](https://github.com/melissa))
225
+
226
+ ## [1.16.0](https://github.com/voxpupuli/beaker-puppet/tree/1.16.0) (2019-01-29)
227
+
228
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.15.1...1.16.0)
229
+
230
+ **Merged pull requests:**
231
+
232
+ - \(maint\) Add puppetserver package to puppet\_collection\_for [\#104](https://github.com/voxpupuli/beaker-puppet/pull/104) ([ekinanp](https://github.com/ekinanp))
233
+ - \(maint\) `agent` should be `host` [\#103](https://github.com/voxpupuli/beaker-puppet/pull/103) ([melissa](https://github.com/melissa))
234
+
235
+ ## [1.15.1](https://github.com/voxpupuli/beaker-puppet/tree/1.15.1) (2019-01-28)
236
+
237
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.15.0...1.15.1)
238
+
239
+ **Merged pull requests:**
240
+
241
+ - \(maint\) Avoid mutating frozen string [\#102](https://github.com/voxpupuli/beaker-puppet/pull/102) ([donoghuc](https://github.com/donoghuc))
242
+
243
+ ## [1.15.0](https://github.com/voxpupuli/beaker-puppet/tree/1.15.0) (2019-01-25)
244
+
245
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.14.0...1.15.0)
246
+
247
+ **Merged pull requests:**
248
+
249
+ - \(maint\) Centralize puppet\_collection\_for logic [\#100](https://github.com/voxpupuli/beaker-puppet/pull/100) ([ekinanp](https://github.com/ekinanp))
250
+ - \(maint\) return nil explicitly for agent/server version helpers [\#99](https://github.com/voxpupuli/beaker-puppet/pull/99) ([caseywilliams](https://github.com/caseywilliams))
251
+ - A few small puppet helper fixes [\#97](https://github.com/voxpupuli/beaker-puppet/pull/97) ([caseywilliams](https://github.com/caseywilliams))
252
+ - \(maint\) Fix incorrect constant reference, update a spec test description [\#96](https://github.com/voxpupuli/beaker-puppet/pull/96) ([caseywilliams](https://github.com/caseywilliams))
253
+ - \(BKR-1560\) Add install\_puppetserver\_on helper [\#95](https://github.com/voxpupuli/beaker-puppet/pull/95) ([caseywilliams](https://github.com/caseywilliams))
254
+ - \(BKR-1560\) Allow for installing puppet-agent from dev builds [\#93](https://github.com/voxpupuli/beaker-puppet/pull/93) ([caseywilliams](https://github.com/caseywilliams))
255
+ - \(maint\) Fix empty argument case in collection methods [\#92](https://github.com/voxpupuli/beaker-puppet/pull/92) ([caseywilliams](https://github.com/caseywilliams))
256
+ - \(maint\) Simplify missing SHA.yaml error message [\#91](https://github.com/voxpupuli/beaker-puppet/pull/91) ([caseywilliams](https://github.com/caseywilliams))
257
+ - \(BKR-1560\) Updates to support puppet\_agent module testing [\#89](https://github.com/voxpupuli/beaker-puppet/pull/89) ([caseywilliams](https://github.com/caseywilliams))
258
+
259
+ ## [1.14.0](https://github.com/voxpupuli/beaker-puppet/tree/1.14.0) (2018-12-17)
260
+
261
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.13.0...1.14.0)
262
+
263
+ **Merged pull requests:**
264
+
265
+ - Autodetect the target module dir in copy\_module\_to [\#83](https://github.com/voxpupuli/beaker-puppet/pull/83) ([ekohl](https://github.com/ekohl))
266
+
267
+ ## [1.13.0](https://github.com/voxpupuli/beaker-puppet/tree/1.13.0) (2018-12-13)
268
+
269
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.12.0...1.13.0)
270
+
271
+ **Implemented enhancements:**
272
+
273
+ - \(BKR-1523\) Add only-fails capability to beaker [\#76](https://github.com/voxpupuli/beaker-puppet/pull/76) ([speedofdark](https://github.com/speedofdark))
274
+
275
+ **Merged pull requests:**
276
+
277
+ - \(BKR-1558\) make sure we destroy hosts for ci:test:\* task execution [\#88](https://github.com/voxpupuli/beaker-puppet/pull/88) ([speedofdark](https://github.com/speedofdark))
278
+ - \(MAINT\) Use puppet.com URLs instead of puppetlabs.com [\#78](https://github.com/voxpupuli/beaker-puppet/pull/78) ([raphink](https://github.com/raphink))
279
+
280
+ ## [1.12.0](https://github.com/voxpupuli/beaker-puppet/tree/1.12.0) (2018-11-30)
281
+
282
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.11.0...1.12.0)
283
+
284
+ **Merged pull requests:**
285
+
286
+ - \(PA-2336\) Manually import GPG keys for SLES versions \>= 11 [\#87](https://github.com/voxpupuli/beaker-puppet/pull/87) ([ScottGarman](https://github.com/ScottGarman))
287
+
288
+ ## [1.11.0](https://github.com/voxpupuli/beaker-puppet/tree/1.11.0) (2018-11-28)
289
+
290
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.10.0...1.11.0)
291
+
292
+ **Merged pull requests:**
293
+
294
+ - Revert "\(maint\) Add AIX yum bootstrap to setup scripts" [\#86](https://github.com/voxpupuli/beaker-puppet/pull/86) ([geoffnichols](https://github.com/geoffnichols))
295
+
296
+ ## [1.10.0](https://github.com/voxpupuli/beaker-puppet/tree/1.10.0) (2018-11-27)
297
+
298
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.9.0...1.10.0)
299
+
300
+ **Merged pull requests:**
301
+
302
+ - \(maint\) Set `server` in puppet.conf in ValidateSignCert [\#85](https://github.com/voxpupuli/beaker-puppet/pull/85) ([caseywilliams](https://github.com/caseywilliams))
303
+
304
+ ## [1.9.0](https://github.com/voxpupuli/beaker-puppet/tree/1.9.0) (2018-11-26)
305
+
306
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.8.0...1.9.0)
307
+
308
+ **Merged pull requests:**
309
+
310
+ - \(maint\) Add AIX yum bootstrap to setup scripts [\#84](https://github.com/voxpupuli/beaker-puppet/pull/84) ([geoffnichols](https://github.com/geoffnichols))
311
+ - \(maint\) If iptables doesn't exist, don't fail [\#82](https://github.com/voxpupuli/beaker-puppet/pull/82) ([melissa](https://github.com/melissa))
312
+ - \(maint\) Add docker specifics to git testing [\#81](https://github.com/voxpupuli/beaker-puppet/pull/81) ([melissa](https://github.com/melissa))
313
+
314
+ ## [1.8.0](https://github.com/voxpupuli/beaker-puppet/tree/1.8.0) (2018-11-05)
315
+
316
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.7.0...1.8.0)
317
+
318
+ **Implemented enhancements:**
319
+
320
+ - \(PUP-8305\) Consume the puppet-runtime archive [\#75](https://github.com/voxpupuli/beaker-puppet/pull/75) ([melissa](https://github.com/melissa))
321
+
322
+ **Merged pull requests:**
323
+
324
+ - \(maint\) Example variables in comments shouldn't be valid syntax so ru… [\#80](https://github.com/voxpupuli/beaker-puppet/pull/80) ([melissa](https://github.com/melissa))
325
+
326
+ ## [1.7.0](https://github.com/voxpupuli/beaker-puppet/tree/1.7.0) (2018-10-25)
327
+
328
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.6.0...1.7.0)
329
+
330
+ **Merged pull requests:**
331
+
332
+ - \(PA-2183\) Quote fact name in fact\_on helper [\#79](https://github.com/voxpupuli/beaker-puppet/pull/79) ([ekinanp](https://github.com/ekinanp))
333
+ - Revert "\(PUP-8305\) Git testing should consume the runtime package" [\#74](https://github.com/voxpupuli/beaker-puppet/pull/74) ([kevpl](https://github.com/kevpl))
334
+ - \(maint\) Validate `fact_on` `name` parameter [\#73](https://github.com/voxpupuli/beaker-puppet/pull/73) ([alexjfisher](https://github.com/alexjfisher))
335
+ - \(PUP-9136\) Ensure state is preserved between runs [\#72](https://github.com/voxpupuli/beaker-puppet/pull/72) ([melissa](https://github.com/melissa))
336
+ - \(PUP-8305\) Git testing should consume the runtime package [\#52](https://github.com/voxpupuli/beaker-puppet/pull/52) ([melissa](https://github.com/melissa))
337
+
338
+ ## [1.6.0](https://github.com/voxpupuli/beaker-puppet/tree/1.6.0) (2018-09-14)
339
+
340
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.5.0...1.6.0)
341
+
342
+ **Merged pull requests:**
343
+
344
+ - \(PE-25146\) Check for hostnames when puppetserver signing [\#70](https://github.com/voxpupuli/beaker-puppet/pull/70) ([jpartlow](https://github.com/jpartlow))
345
+
346
+ ## [1.5.0](https://github.com/voxpupuli/beaker-puppet/tree/1.5.0) (2018-09-13)
347
+
348
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.4.0...1.5.0)
349
+
350
+ **Merged pull requests:**
351
+
352
+ - \(maint\) Get stdout of calls to `puppet --version` [\#69](https://github.com/voxpupuli/beaker-puppet/pull/69) ([Magisus](https://github.com/Magisus))
353
+ - \(MAINT\) Updates to support GCE and RHEL [\#27](https://github.com/voxpupuli/beaker-puppet/pull/27) ([trevor-vaughan](https://github.com/trevor-vaughan))
354
+
355
+ ## [1.4.0](https://github.com/voxpupuli/beaker-puppet/tree/1.4.0) (2018-09-13)
356
+
357
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.3.0...1.4.0)
358
+
359
+ **Merged pull requests:**
360
+
361
+ - \(MODULES-7793\) Avoid stat name conflicts by renaming stat -\> beaker\_stat [\#68](https://github.com/voxpupuli/beaker-puppet/pull/68) ([justinstoller](https://github.com/justinstoller))
362
+ - \(maint\) Merge up 0.x [\#67](https://github.com/voxpupuli/beaker-puppet/pull/67) ([justinstoller](https://github.com/justinstoller))
363
+ - \(BKR-1528\) Use `puppetserver ca` instead of `puppet cert` [\#66](https://github.com/voxpupuli/beaker-puppet/pull/66) ([Magisus](https://github.com/Magisus))
364
+
365
+ ## [1.3.0](https://github.com/voxpupuli/beaker-puppet/tree/1.3.0) (2018-09-11)
366
+
367
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.2.0...1.3.0)
368
+
369
+ **Merged pull requests:**
370
+
371
+ - pass hiera\_config argument to puppet\_apply [\#63](https://github.com/voxpupuli/beaker-puppet/pull/63) ([lmayorga1980](https://github.com/lmayorga1980))
372
+
373
+ ## [1.2.0](https://github.com/voxpupuli/beaker-puppet/tree/1.2.0) (2018-09-11)
374
+
375
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.1.0...1.2.0)
376
+
377
+ **Merged pull requests:**
378
+
379
+ - \(BKR-1445\) Update Windows agent paths for puppet6 [\#64](https://github.com/voxpupuli/beaker-puppet/pull/64) ([caseywilliams](https://github.com/caseywilliams))
380
+ - \(BKR-1510\) make fact helpers support structured facts [\#59](https://github.com/voxpupuli/beaker-puppet/pull/59) ([sevendials](https://github.com/sevendials))
381
+ - \(MAINT\) Adding some generic host helper utility methods [\#54](https://github.com/voxpupuli/beaker-puppet/pull/54) ([jsane](https://github.com/jsane))
382
+
383
+ ## [1.1.0](https://github.com/voxpupuli/beaker-puppet/tree/1.1.0) (2018-08-13)
384
+
385
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.0.1...1.1.0)
386
+
387
+ **Merged pull requests:**
388
+
389
+ - PE-24898 Set puppet collection value associated with agent version [\#60](https://github.com/voxpupuli/beaker-puppet/pull/60) ([shaigy](https://github.com/shaigy))
390
+
391
+ ## [1.0.1](https://github.com/voxpupuli/beaker-puppet/tree/1.0.1) (2018-08-10)
392
+
393
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.0.0...1.0.1)
394
+
395
+ **Merged pull requests:**
396
+
397
+ - \(BKR-1509\) Beaker 4.0 Compatibility [\#62](https://github.com/voxpupuli/beaker-puppet/pull/62) ([Dakta](https://github.com/Dakta))
398
+
399
+ ## [1.0.0](https://github.com/voxpupuli/beaker-puppet/tree/1.0.0) (2018-08-06)
400
+
401
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.17.1...1.0.0)
402
+
403
+ **Merged pull requests:**
404
+
405
+ - Revert "Revert "\(BKR-496\) Move create\_tmpdir\_on from beaker"" [\#58](https://github.com/voxpupuli/beaker-puppet/pull/58) ([Dakta](https://github.com/Dakta))
406
+ - \(BKR-1500\) Dependency Cleanup [\#55](https://github.com/voxpupuli/beaker-puppet/pull/55) ([Dakta](https://github.com/Dakta))
407
+
408
+ ## [0.17.1](https://github.com/voxpupuli/beaker-puppet/tree/0.17.1) (2018-07-27)
409
+
410
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.17.0...0.17.1)
411
+
412
+ **Merged pull requests:**
413
+
414
+ - Revert "\(BKR-496\) Move create\_tmpdir\_on from beaker" [\#57](https://github.com/voxpupuli/beaker-puppet/pull/57) ([kevpl](https://github.com/kevpl))
415
+
416
+ ## [0.17.0](https://github.com/voxpupuli/beaker-puppet/tree/0.17.0) (2018-07-26)
417
+
418
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.16.0...0.17.0)
419
+
420
+ **Merged pull requests:**
421
+
422
+ - \(BKR-496\) Move create\_tmpdir\_on from beaker [\#56](https://github.com/voxpupuli/beaker-puppet/pull/56) ([Dakta](https://github.com/Dakta))
423
+
424
+ ## [0.16.0](https://github.com/voxpupuli/beaker-puppet/tree/0.16.0) (2018-07-05)
425
+
426
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.15.2...0.16.0)
427
+
428
+ **Merged pull requests:**
429
+
430
+ - \(BKR-1484\) Packaging platform overrides for puppet5 install utils [\#53](https://github.com/voxpupuli/beaker-puppet/pull/53) ([caseywilliams](https://github.com/caseywilliams))
431
+ - \(MAINT\) pin fakefs to \< 0.14.0 for ruby 2.2 [\#51](https://github.com/voxpupuli/beaker-puppet/pull/51) ([kevpl](https://github.com/kevpl))
432
+
433
+ ## [0.15.2](https://github.com/voxpupuli/beaker-puppet/tree/0.15.2) (2018-05-07)
434
+
435
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.15.1...0.15.2)
436
+
437
+ **Merged pull requests:**
438
+
439
+ - BKR-1465 - install\_puppet\_on -"opts" defaults "options" [\#50](https://github.com/voxpupuli/beaker-puppet/pull/50) ([gunzl1ng3r](https://github.com/gunzl1ng3r))
440
+ - \(RE-10734\) Use nightlies.puppet.com for nightly collections [\#47](https://github.com/voxpupuli/beaker-puppet/pull/47) ([hunner](https://github.com/hunner))
441
+
442
+ ## [0.15.1](https://github.com/voxpupuli/beaker-puppet/tree/0.15.1) (2018-05-04)
443
+
444
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.15.0...0.15.1)
445
+
446
+ **Merged pull requests:**
447
+
448
+ - \(BKR-1462\) Another Ubuntu 18.04 check to allow insecure repo use [\#49](https://github.com/voxpupuli/beaker-puppet/pull/49) ([ScottGarman](https://github.com/ScottGarman))
449
+
450
+ ## [0.15.0](https://github.com/voxpupuli/beaker-puppet/tree/0.15.0) (2018-05-03)
451
+
452
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.14.0...0.15.0)
453
+
454
+ **Merged pull requests:**
455
+
456
+ - \(BKR-1462\) Allow unsigned apt repositories for Ubuntu 18.04 hosts [\#46](https://github.com/voxpupuli/beaker-puppet/pull/46) ([ScottGarman](https://github.com/ScottGarman))
457
+
458
+ ## [0.14.0](https://github.com/voxpupuli/beaker-puppet/tree/0.14.0) (2018-05-01)
459
+
460
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.13.6...0.14.0)
461
+
462
+ **Merged pull requests:**
463
+
464
+ - \(CPR-570\) Import the gpg signing key on sles 11 [\#45](https://github.com/voxpupuli/beaker-puppet/pull/45) ([melissa](https://github.com/melissa))
465
+
466
+ ## [0.13.6](https://github.com/voxpupuli/beaker-puppet/tree/0.13.6) (2018-04-26)
467
+
468
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.13.5...0.13.6)
469
+
470
+ **Merged pull requests:**
471
+
472
+ - Use puppet-agent specific helper when installing the MSI [\#43](https://github.com/voxpupuli/beaker-puppet/pull/43) ([joshcooper](https://github.com/joshcooper))
473
+
474
+ ## [0.13.5](https://github.com/voxpupuli/beaker-puppet/tree/0.13.5) (2018-04-25)
475
+
476
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.13.4...0.13.5)
477
+
478
+ **Merged pull requests:**
479
+
480
+ - \(maint\) Fix failing puppet5\_spec test due to changes in pr \#39 [\#42](https://github.com/voxpupuli/beaker-puppet/pull/42) ([mchllweeks](https://github.com/mchllweeks))
481
+ - Use --module-repository for a custom forge [\#40](https://github.com/voxpupuli/beaker-puppet/pull/40) ([ekohl](https://github.com/ekohl))
482
+
483
+ ## [0.13.4](https://github.com/voxpupuli/beaker-puppet/tree/0.13.4) (2018-04-23)
484
+
485
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.13.3...0.13.4)
486
+
487
+ **Merged pull requests:**
488
+
489
+ - \(BKR-1438\) Do not use `puppet master` [\#41](https://github.com/voxpupuli/beaker-puppet/pull/41) ([pcarlisle](https://github.com/pcarlisle))
490
+
491
+ ## [0.13.3](https://github.com/voxpupuli/beaker-puppet/tree/0.13.3) (2018-04-16)
492
+
493
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.13.2...0.13.3)
494
+
495
+ **Merged pull requests:**
496
+
497
+ - Maint/master/small changes [\#39](https://github.com/voxpupuli/beaker-puppet/pull/39) ([melissa](https://github.com/melissa))
498
+ - \(maint\) Bring additional changes from puppet-agent acceptance [\#36](https://github.com/voxpupuli/beaker-puppet/pull/36) ([melissa](https://github.com/melissa))
499
+
500
+ ## [0.13.2](https://github.com/voxpupuli/beaker-puppet/tree/0.13.2) (2018-04-11)
501
+
502
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.13.1...0.13.2)
503
+
504
+ **Merged pull requests:**
505
+
506
+ - \(BKR-1453\) Ensure no agent lock after stopping puppet service [\#38](https://github.com/voxpupuli/beaker-puppet/pull/38) ([cthorn42](https://github.com/cthorn42))
507
+ - \(maint\) Add information about additional ENV vars [\#37](https://github.com/voxpupuli/beaker-puppet/pull/37) ([melissa](https://github.com/melissa))
508
+
509
+ ## [0.13.1](https://github.com/voxpupuli/beaker-puppet/tree/0.13.1) (2018-04-09)
510
+
511
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.13.0...0.13.1)
512
+
513
+ **Merged pull requests:**
514
+
515
+ - \(BKR-1443\) Ensure we do not destroy hosts if specified [\#35](https://github.com/voxpupuli/beaker-puppet/pull/35) ([melissa](https://github.com/melissa))
516
+
517
+ ## [0.13.0](https://github.com/voxpupuli/beaker-puppet/tree/0.13.0) (2018-03-30)
518
+
519
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.12.0...0.13.0)
520
+
521
+ **Merged pull requests:**
522
+
523
+ - Maint/master/skip master tests [\#34](https://github.com/voxpupuli/beaker-puppet/pull/34) ([melissa](https://github.com/melissa))
524
+
525
+ ## [0.12.0](https://github.com/voxpupuli/beaker-puppet/tree/0.12.0) (2018-03-26)
526
+
527
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.11.1...0.12.0)
528
+
529
+ **Merged pull requests:**
530
+
531
+ - \(maint\) Add release information to the readme [\#33](https://github.com/voxpupuli/beaker-puppet/pull/33) ([melissa](https://github.com/melissa))
532
+ - \(PA-1915\) Test components against nightly puppetserver [\#30](https://github.com/voxpupuli/beaker-puppet/pull/30) ([melissa](https://github.com/melissa))
533
+
534
+ ## [0.11.1](https://github.com/voxpupuli/beaker-puppet/tree/0.11.1) (2018-03-26)
535
+
536
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.11.0...0.11.1)
537
+
538
+ **Merged pull requests:**
539
+
540
+ - \(maint\) Pre suite paths must be relative [\#32](https://github.com/voxpupuli/beaker-puppet/pull/32) ([melissa](https://github.com/melissa))
541
+ - \(maint\) Remove references to 'ci:test:quick' [\#29](https://github.com/voxpupuli/beaker-puppet/pull/29) ([melissa](https://github.com/melissa))
542
+
543
+ ## [0.11.0](https://github.com/voxpupuli/beaker-puppet/tree/0.11.0) (2018-03-20)
544
+
545
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.10.0...0.11.0)
546
+
547
+ **Merged pull requests:**
548
+
549
+ - \(BKR-1342\) Import ci rake tasks and install utils [\#26](https://github.com/voxpupuli/beaker-puppet/pull/26) ([melissa](https://github.com/melissa))
550
+
551
+ ## [0.10.0](https://github.com/voxpupuli/beaker-puppet/tree/0.10.0) (2018-01-11)
552
+
553
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.9.0...0.10.0)
554
+
555
+ **Merged pull requests:**
556
+
557
+ - \(BKR-1385\) Install rpm packages on aix [\#25](https://github.com/voxpupuli/beaker-puppet/pull/25) ([melissa](https://github.com/melissa))
558
+ - \(maint\) Refactor puppet5 install logic [\#24](https://github.com/voxpupuli/beaker-puppet/pull/24) ([joshcooper](https://github.com/joshcooper))
559
+ - \(BKR-1343\) Install as an MSI on Windows [\#23](https://github.com/voxpupuli/beaker-puppet/pull/23) ([joshcooper](https://github.com/joshcooper))
560
+ - \(maint\) Remove unnecessary logger information [\#22](https://github.com/voxpupuli/beaker-puppet/pull/22) ([melissa](https://github.com/melissa))
561
+
562
+ ## [0.9.0](https://github.com/voxpupuli/beaker-puppet/tree/0.9.0) (2018-01-04)
563
+
564
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.8.0...0.9.0)
565
+
566
+ **Merged pull requests:**
567
+
568
+ - \(maint\) Add beaker-abs to Gemfile [\#21](https://github.com/voxpupuli/beaker-puppet/pull/21) ([smcelmurry](https://github.com/smcelmurry))
569
+
570
+ ## [0.8.0](https://github.com/voxpupuli/beaker-puppet/tree/0.8.0) (2017-10-13)
571
+
572
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.7.0...0.8.0)
573
+
574
+ **Merged pull requests:**
575
+
576
+ - \(MAINT\) add contributing guide to README [\#19](https://github.com/voxpupuli/beaker-puppet/pull/19) ([kevpl](https://github.com/kevpl))
577
+ - \(maint\) Update beaker to support pupppet5 style installation [\#18](https://github.com/voxpupuli/beaker-puppet/pull/18) ([melissa](https://github.com/melissa))
578
+
579
+ ## [0.7.0](https://github.com/voxpupuli/beaker-puppet/tree/0.7.0) (2017-09-15)
580
+
581
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.6.0...0.7.0)
582
+
583
+ **Merged pull requests:**
584
+
585
+ - \(maint\) Allow user to pass in host target [\#16](https://github.com/voxpupuli/beaker-puppet/pull/16) ([melissa](https://github.com/melissa))
586
+
587
+ ## [0.6.0](https://github.com/voxpupuli/beaker-puppet/tree/0.6.0) (2017-08-21)
588
+
589
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.5.0...0.6.0)
590
+
591
+ **Merged pull requests:**
592
+
593
+ - \(BKR-1118\) add puppet5 install method [\#6](https://github.com/voxpupuli/beaker-puppet/pull/6) ([kevpl](https://github.com/kevpl))
594
+
595
+ ## [0.5.0](https://github.com/voxpupuli/beaker-puppet/tree/0.5.0) (2017-08-18)
596
+
597
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.4.0...0.5.0)
598
+
599
+ **Merged pull requests:**
600
+
601
+ - \(BKR-1185\) Use Oga instead of Nokogiri [\#15](https://github.com/voxpupuli/beaker-puppet/pull/15) ([rishijavia](https://github.com/rishijavia))
602
+ - \(MAINT\) fix windows spec failures [\#14](https://github.com/voxpupuli/beaker-puppet/pull/14) ([tvpartytonight](https://github.com/tvpartytonight))
603
+ - \(MAINT\) remove `dev_builds_repos` mentions [\#8](https://github.com/voxpupuli/beaker-puppet/pull/8) ([kevpl](https://github.com/kevpl))
604
+
605
+ ## [0.4.0](https://github.com/voxpupuli/beaker-puppet/tree/0.4.0) (2017-07-26)
606
+
607
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.3.0...0.4.0)
608
+
609
+ **Merged pull requests:**
610
+
611
+ - \(BKR-1164\) Add ubuntu to the platform list in remove\_puppet\_on [\#11](https://github.com/voxpupuli/beaker-puppet/pull/11) ([ScottGarman](https://github.com/ScottGarman))
612
+
613
+ ## [0.3.0](https://github.com/voxpupuli/beaker-puppet/tree/0.3.0) (2017-07-17)
614
+
615
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.2.0...0.3.0)
616
+
617
+ **Merged pull requests:**
618
+
619
+ - \(BKR-1159\) Reset opts in install\_puppet\_agent\_dev\_repo\_on [\#10](https://github.com/voxpupuli/beaker-puppet/pull/10) ([johnduarte](https://github.com/johnduarte))
620
+
621
+ ## [0.2.0](https://github.com/voxpupuli/beaker-puppet/tree/0.2.0) (2017-06-28)
622
+
623
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.1.0...0.2.0)
624
+
625
+ **Merged pull requests:**
626
+
627
+ - \(BKR-1147\) Fail to pkg install on ec2 for dev-repo [\#7](https://github.com/voxpupuli/beaker-puppet/pull/7) ([johnduarte](https://github.com/johnduarte))
628
+ - \(BKR-895\) add missing install\_utils tests [\#5](https://github.com/voxpupuli/beaker-puppet/pull/5) ([kevpl](https://github.com/kevpl))
629
+
630
+ ## [0.1.0](https://github.com/voxpupuli/beaker-puppet/tree/0.1.0) (2017-06-16)
631
+
632
+ [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/3878c13311bf5ddcda043f5c23cb1354614a997a...0.1.0)
633
+
634
+ **Merged pull requests:**
635
+
636
+ - \(MAINT\) fix coverage env-var name [\#4](https://github.com/voxpupuli/beaker-puppet/pull/4) ([kevpl](https://github.com/kevpl))
637
+ - \(MAINT\) improve README description [\#3](https://github.com/voxpupuli/beaker-puppet/pull/3) ([kevpl](https://github.com/kevpl))
638
+ - \(MAINT\) fix DSL inclusion [\#2](https://github.com/voxpupuli/beaker-puppet/pull/2) ([kevpl](https://github.com/kevpl))
639
+
640
+
641
+
642
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*