onceover 3.22.0 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +17 -0
  3. data/.github/workflows/release.yaml +25 -17
  4. data/.github/workflows/tests.yaml +30 -4
  5. data/.gitignore +2 -1
  6. data/.rubocop.yml +4 -704
  7. data/.rubocop_todo.yml +828 -0
  8. data/CHANGELOG.md +1036 -0
  9. data/Gemfile +7 -1
  10. data/LICENSE +202 -0
  11. data/README.md +81 -35
  12. data/Rakefile +23 -14
  13. data/features/auto_vendored.feature +27 -0
  14. data/features/step_definitions/common.rb +5 -5
  15. data/features/support/cache_helper.rb +0 -1
  16. data/features/support/command_helper.rb +0 -2
  17. data/features/support/controlrepo_helper.rb +0 -2
  18. data/lib/onceover/beaker/spec_helper.rb +7 -7
  19. data/lib/onceover/beaker.rb +9 -12
  20. data/lib/onceover/cli/run.rb +1 -0
  21. data/lib/onceover/controlrepo.rb +19 -24
  22. data/lib/onceover/deploy.rb +29 -2
  23. data/lib/onceover/group.rb +1 -3
  24. data/lib/onceover/logger.rb +3 -3
  25. data/lib/onceover/node.rb +0 -2
  26. data/lib/onceover/rake_tasks.rb +9 -4
  27. data/lib/onceover/rspec/formatters.rb +3 -4
  28. data/lib/onceover/test.rb +1 -2
  29. data/lib/onceover/testconfig.rb +2 -2
  30. data/lib/onceover/vendored_modules.rb +186 -0
  31. data/onceover.gemspec +24 -21
  32. data/spec/fixtures/controlrepos/caching/spec/factsets/README.md +1 -1
  33. data/spec/fixtures/controlrepos/caching/spec/pre_conditions/README.md +1 -1
  34. data/spec/fixtures/controlrepos/factsets/spec/factsets/README.md +1 -1
  35. data/spec/fixtures/controlrepos/puppet_controlrepo/Gemfile +1 -1
  36. data/spec/fixtures/controlrepos/vendored/Puppetfile +3 -0
  37. data/spec/fixtures/controlrepos/vendored/Puppetfile.cron +5 -0
  38. data/spec/fixtures/controlrepos/vendored/environment.conf +1 -0
  39. data/spec/fixtures/controlrepos/vendored/site-modules/role/manifests/cron.pp +9 -0
  40. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/augeas_core-puppet_agent-7.30.0.json +1 -0
  41. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/augeas_core-puppet_agent-8.6.0.json +1 -0
  42. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/cron_core-puppet_agent-7.30.0.json +1 -0
  43. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/cron_core-puppet_agent-8.6.0.json +1 -0
  44. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/host_core-puppet_agent-7.30.0.json +1 -0
  45. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/host_core-puppet_agent-8.6.0.json +1 -0
  46. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/mount_core-puppet_agent-7.30.0.json +1 -0
  47. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/mount_core-puppet_agent-8.6.0.json +1 -0
  48. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/repo_tree-puppet_agent-7.30.0.json +1 -0
  49. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/repo_tree-puppet_agent-8.6.0.json +1 -0
  50. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/scheduled_task-puppet_agent-7.30.0.json +1 -0
  51. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/scheduled_task-puppet_agent-8.6.0.json +1 -0
  52. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/selinux_core-puppet_agent-7.30.0.json +1 -0
  53. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/selinux_core-puppet_agent-8.6.0.json +1 -0
  54. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/sshkeys_core-puppet_agent-7.30.0.json +1 -0
  55. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/sshkeys_core-puppet_agent-8.6.0.json +1 -0
  56. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/yumrepo_core-puppet_agent-7.30.0.json +1 -0
  57. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/yumrepo_core-puppet_agent-8.6.0.json +1 -0
  58. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/zfs_core-puppet_agent-7.30.0.json +1 -0
  59. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/zfs_core-puppet_agent-8.6.0.json +1 -0
  60. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/zone_core-puppet_agent-7.30.0.json +1 -0
  61. data/spec/fixtures/controlrepos/vendored/spec/vendored_modules/zone_core-puppet_agent-8.6.0.json +1 -0
  62. data/spec/onceover/controlrepo_spec.rb +1 -1
  63. data/templates/factsets_README.md.erb +1 -1
  64. data/templates/pre_conditions_README.md.erb +1 -1
  65. metadata +56 -9
data/CHANGELOG.md ADDED
@@ -0,0 +1,1036 @@
1
+ # Changelog
2
+
3
+ ## [4.0.0](https://github.com/voxpupuli/onceover/tree/4.0.0) (2024-11-21)
4
+
5
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.22.0...4.0.0)
6
+
7
+ **Breaking changes:**
8
+
9
+ - Require Ruby 2.7 & rubocop: Use voxpupuli-rubocop [\#342](https://github.com/voxpupuli/onceover/pull/342) ([bastelfreak](https://github.com/bastelfreak))
10
+
11
+ **Implemented enhancements:**
12
+
13
+ - rubocop: autofix [\#343](https://github.com/voxpupuli/onceover/pull/343) ([bastelfreak](https://github.com/bastelfreak))
14
+ - Add support to create symlinks [\#337](https://github.com/voxpupuli/onceover/pull/337) ([pkazi](https://github.com/pkazi))
15
+ - Add support for downloading \*\_core modules [\#335](https://github.com/voxpupuli/onceover/pull/335) ([garrettrowell](https://github.com/garrettrowell))
16
+
17
+ **Fixed bugs:**
18
+
19
+ - add rexml gem to fix chocolatey tests [\#339](https://github.com/voxpupuli/onceover/pull/339) ([bastelfreak](https://github.com/bastelfreak))
20
+
21
+ **Merged pull requests:**
22
+
23
+ - CI: Apply Vox Pupuli best practices [\#341](https://github.com/voxpupuli/onceover/pull/341) ([bastelfreak](https://github.com/bastelfreak))
24
+ - dependabot: check for github actions and bundler [\#338](https://github.com/voxpupuli/onceover/pull/338) ([bastelfreak](https://github.com/bastelfreak))
25
+ - Adapt to Voxpupuli [\#336](https://github.com/voxpupuli/onceover/pull/336) ([rwaffen](https://github.com/rwaffen))
26
+ - \(maint\) - fix rubocop [\#334](https://github.com/voxpupuli/onceover/pull/334) ([garrettrowell](https://github.com/garrettrowell))
27
+
28
+ ## [v3.22.0](https://github.com/voxpupuli/onceover/tree/v3.22.0) (2024-03-16)
29
+
30
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.21.0...v3.22.0)
31
+
32
+ **Closed issues:**
33
+
34
+ - Trusted certname uses local trusted certname [\#289](https://github.com/voxpupuli/onceover/issues/289)
35
+
36
+ **Merged pull requests:**
37
+
38
+ - Ruby updates [\#332](https://github.com/voxpupuli/onceover/pull/332) ([dylanratcliffe](https://github.com/dylanratcliffe))
39
+ - Allow resolution of trusted\[certname\] from factset rather than localhost [\#327](https://github.com/voxpupuli/onceover/pull/327) ([chambersmp](https://github.com/chambersmp))
40
+
41
+ ## [v3.21.0](https://github.com/voxpupuli/onceover/tree/v3.21.0) (2023-06-17)
42
+
43
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.20.0...v3.21.0)
44
+
45
+ **Closed issues:**
46
+
47
+ - Onceover generated spec directory copies empty files [\#320](https://github.com/voxpupuli/onceover/issues/320)
48
+ - Support Ruby 3 [\#316](https://github.com/voxpupuli/onceover/issues/316)
49
+ - does node\_groups key accept regular expressions [\#312](https://github.com/voxpupuli/onceover/issues/312)
50
+ - Error uninitialized constant RSpec::Puppet::Win32::Registry::Error running on linux env [\#287](https://github.com/voxpupuli/onceover/issues/287)
51
+
52
+ **Merged pull requests:**
53
+
54
+ - Onceover show Puppetfile - Add versionomy support for DSC module version format [\#328](https://github.com/voxpupuli/onceover/pull/328) ([chambersmp](https://github.com/chambersmp))
55
+ - Fix onceover with modern Ruby [\#326](https://github.com/voxpupuli/onceover/pull/326) ([smortex](https://github.com/smortex))
56
+ - Add `onceover run spec --fail_fast` option [\#318](https://github.com/voxpupuli/onceover/pull/318) ([neomilium](https://github.com/neomilium))
57
+ - Fixed naming [\#314](https://github.com/voxpupuli/onceover/pull/314) ([dylanratcliffe](https://github.com/dylanratcliffe))
58
+ - Fix typo [\#313](https://github.com/voxpupuli/onceover/pull/313) ([DavidS](https://github.com/DavidS))
59
+
60
+ ## [v3.20.0](https://github.com/voxpupuli/onceover/tree/v3.20.0) (2021-04-07)
61
+
62
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.19.2...v3.20.0)
63
+
64
+ **Merged pull requests:**
65
+
66
+ - Improve handling of trusted fact hash [\#309](https://github.com/voxpupuli/onceover/pull/309) ([garrettrowell](https://github.com/garrettrowell))
67
+
68
+ ## [v3.19.2](https://github.com/voxpupuli/onceover/tree/v3.19.2) (2021-03-17)
69
+
70
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.19.1...v3.19.2)
71
+
72
+ **Fixed bugs:**
73
+
74
+ - Facter changes break Onceover [\#307](https://github.com/voxpupuli/onceover/issues/307)
75
+
76
+ **Closed issues:**
77
+
78
+ - According to README, default value for `manifest` option is nil [\#292](https://github.com/voxpupuli/onceover/issues/292)
79
+
80
+ **Merged pull requests:**
81
+
82
+ - Adapted for Facter 4 factsets [\#308](https://github.com/voxpupuli/onceover/pull/308) ([genebean](https://github.com/genebean))
83
+
84
+ ## [v3.19.1](https://github.com/voxpupuli/onceover/tree/v3.19.1) (2021-01-26)
85
+
86
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.19.0...v3.19.1)
87
+
88
+ **Closed issues:**
89
+
90
+ - Could not autoload puppet/provider/acl/windows: cannot load such file -- win32/security [\#300](https://github.com/voxpupuli/onceover/issues/300)
91
+ - No such file or directory error when running on Windows [\#299](https://github.com/voxpupuli/onceover/issues/299)
92
+ - Facter 4 gem breaks things [\#258](https://github.com/voxpupuli/onceover/issues/258)
93
+
94
+ **Merged pull requests:**
95
+
96
+ - Gem and testing cleanup [\#303](https://github.com/voxpupuli/onceover/pull/303) ([genebean](https://github.com/genebean))
97
+ - Revert manifest setting default to nil [\#302](https://github.com/voxpupuli/onceover/pull/302) ([dylanratcliffe](https://github.com/dylanratcliffe))
98
+ - Fix windows tests [\#301](https://github.com/voxpupuli/onceover/pull/301) ([dylanratcliffe](https://github.com/dylanratcliffe))
99
+ - Add factsets for recent CentOS, Debian, & Ubuntu [\#297](https://github.com/voxpupuli/onceover/pull/297) ([djschaap](https://github.com/djschaap))
100
+ - Move to GitHub Actions for testing [\#296](https://github.com/voxpupuli/onceover/pull/296) ([genebean](https://github.com/genebean))
101
+ - Allow Facter 4 [\#294](https://github.com/voxpupuli/onceover/pull/294) ([genebean](https://github.com/genebean))
102
+
103
+ ## [v3.19.0](https://github.com/voxpupuli/onceover/tree/v3.19.0) (2020-11-10)
104
+
105
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.18.1...v3.19.0)
106
+
107
+ **Fixed bugs:**
108
+
109
+ - control\_branch support broken [\#282](https://github.com/voxpupuli/onceover/issues/282)
110
+
111
+ **Closed issues:**
112
+
113
+ - is there a way to execute only r10k step when running onceover [\#286](https://github.com/voxpupuli/onceover/issues/286)
114
+
115
+ **Merged pull requests:**
116
+
117
+ - Fix and document :manifest opt [\#290](https://github.com/voxpupuli/onceover/pull/290) ([op-ct](https://github.com/op-ct))
118
+ - Added chocolatey tests [\#288](https://github.com/voxpupuli/onceover/pull/288) ([dylanratcliffe](https://github.com/dylanratcliffe))
119
+ - Fix `:control_branch` support [\#283](https://github.com/voxpupuli/onceover/pull/283) ([alexjfisher](https://github.com/alexjfisher))
120
+ - Add missing `require 'io/console'` [\#280](https://github.com/voxpupuli/onceover/pull/280) ([alexjfisher](https://github.com/alexjfisher))
121
+ - Readme improvements [\#275](https://github.com/voxpupuli/onceover/pull/275) ([neomilium](https://github.com/neomilium))
122
+
123
+ ## [v3.18.1](https://github.com/voxpupuli/onceover/tree/v3.18.1) (2020-09-23)
124
+
125
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.18.0...v3.18.1)
126
+
127
+ **Merged pull requests:**
128
+
129
+ - StandardError-patch-chrisl [\#281](https://github.com/voxpupuli/onceover/pull/281) ([chrislorro](https://github.com/chrislorro))
130
+
131
+ ## [v3.18.0](https://github.com/voxpupuli/onceover/tree/v3.18.0) (2020-07-29)
132
+
133
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.17.3...v3.18.0)
134
+
135
+ **Merged pull requests:**
136
+
137
+ - Support spec files selection before running tests [\#262](https://github.com/voxpupuli/onceover/pull/262) ([neomilium](https://github.com/neomilium))
138
+
139
+ ## [v3.17.3](https://github.com/voxpupuli/onceover/tree/v3.17.3) (2020-07-17)
140
+
141
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.17.2...v3.17.3)
142
+
143
+ **Merged pull requests:**
144
+
145
+ - Add choco\_install\_path fact to Windows factsets. [\#274](https://github.com/voxpupuli/onceover/pull/274) ([16c7x](https://github.com/16c7x))
146
+
147
+ ## [v3.17.2](https://github.com/voxpupuli/onceover/tree/v3.17.2) (2020-07-08)
148
+
149
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.17.1...v3.17.2)
150
+
151
+ **Fixed bugs:**
152
+
153
+ - show puppetfile subcommand table formatting is not aligned [\#182](https://github.com/voxpupuli/onceover/issues/182)
154
+
155
+ **Merged pull requests:**
156
+
157
+ - Improve show puppetfile [\#273](https://github.com/voxpupuli/onceover/pull/273) ([smortex](https://github.com/smortex))
158
+
159
+ ## [v3.17.1](https://github.com/voxpupuli/onceover/tree/v3.17.1) (2020-07-01)
160
+
161
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.17.0...v3.17.1)
162
+
163
+ **Fixed bugs:**
164
+
165
+ - undefined method name\_to\_principal when using DSC [\#269](https://github.com/voxpupuli/onceover/issues/269)
166
+
167
+ **Merged pull requests:**
168
+
169
+ - More Windows mocking!!! [\#272](https://github.com/voxpupuli/onceover/pull/272) ([dylanratcliffe](https://github.com/dylanratcliffe))
170
+ - Renamed role [\#271](https://github.com/voxpupuli/onceover/pull/271) ([dylanratcliffe](https://github.com/dylanratcliffe))
171
+ - Acl [\#268](https://github.com/voxpupuli/onceover/pull/268) ([dylanratcliffe](https://github.com/dylanratcliffe))
172
+
173
+ ## [v3.17.0](https://github.com/voxpupuli/onceover/tree/v3.17.0) (2020-05-04)
174
+
175
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.16.0...v3.17.0)
176
+
177
+ **Closed issues:**
178
+
179
+ - FYI - speedup `r10k puppetfile install` with g10k [\#234](https://github.com/voxpupuli/onceover/issues/234)
180
+
181
+ **Merged pull requests:**
182
+
183
+ - new factset: ubuntu 18.04 64 bit [\#264](https://github.com/voxpupuli/onceover/pull/264) ([GeoffWilliams](https://github.com/GeoffWilliams))
184
+ - \[docs\] Document r10k and git [\#263](https://github.com/voxpupuli/onceover/pull/263) ([GeoffWilliams](https://github.com/GeoffWilliams))
185
+ - Fixed controlrepo reference \(Fixes \#244\) [\#253](https://github.com/voxpupuli/onceover/pull/253) ([dylanratcliffe](https://github.com/dylanratcliffe))
186
+
187
+ ## [v3.16.0](https://github.com/voxpupuli/onceover/tree/v3.16.0) (2020-04-21)
188
+
189
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.15.2...v3.16.0)
190
+
191
+ **Closed issues:**
192
+
193
+ - How to only run onceover tests but not other rspec tests? [\#261](https://github.com/voxpupuli/onceover/issues/261)
194
+ - "Unknown resource type" for some puppet built-in resources [\#260](https://github.com/voxpupuli/onceover/issues/260)
195
+
196
+ **Merged pull requests:**
197
+
198
+ - Added support for r10k config files [\#226](https://github.com/voxpupuli/onceover/pull/226) ([dylanratcliffe](https://github.com/dylanratcliffe))
199
+
200
+ ## [v3.15.2](https://github.com/voxpupuli/onceover/tree/v3.15.2) (2020-03-20)
201
+
202
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.15.1...v3.15.2)
203
+
204
+ **Merged pull requests:**
205
+
206
+ - Pin to pre-facter 4 [\#259](https://github.com/voxpupuli/onceover/pull/259) ([genebean](https://github.com/genebean))
207
+
208
+ ## [v3.15.1](https://github.com/voxpupuli/onceover/tree/v3.15.1) (2020-03-10)
209
+
210
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.15.0...v3.15.1)
211
+
212
+ **Closed issues:**
213
+
214
+ - NoMethodError: undefined method `each' for :defaults:Symbol [\#255](https://github.com/voxpupuli/onceover/issues/255)
215
+ - \[DOC\] errant reference to controlrepo gem [\#244](https://github.com/voxpupuli/onceover/issues/244)
216
+
217
+ **Merged pull requests:**
218
+
219
+ - Fix compatibility with newer versions of `cri` [\#256](https://github.com/voxpupuli/onceover/pull/256) ([alexjfisher](https://github.com/alexjfisher))
220
+
221
+ ## [v3.15.0](https://github.com/voxpupuli/onceover/tree/v3.15.0) (2019-10-19)
222
+
223
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.14.1...v3.15.0)
224
+
225
+ **Closed issues:**
226
+
227
+ - Remove Litmus and use Bolt directly [\#239](https://github.com/voxpupuli/onceover/issues/239)
228
+ - Allow creation/destruction of litmus nodes [\#237](https://github.com/voxpupuli/onceover/issues/237)
229
+ - Implement less-than-MVP acceptance testing functionality [\#220](https://github.com/voxpupuli/onceover/issues/220)
230
+ - Move from mocha to rspec-mocks [\#210](https://github.com/voxpupuli/onceover/issues/210)
231
+
232
+ **Merged pull requests:**
233
+
234
+ - Move from mocha to rspec-mocks [\#252](https://github.com/voxpupuli/onceover/pull/252) ([op-ct](https://github.com/op-ct))
235
+
236
+ ## [v3.14.1](https://github.com/voxpupuli/onceover/tree/v3.14.1) (2019-06-19)
237
+
238
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.14.0...v3.14.1)
239
+
240
+ **Merged pull requests:**
241
+
242
+ - Added handling of bad execs [\#236](https://github.com/voxpupuli/onceover/pull/236) ([dylanratcliffe](https://github.com/dylanratcliffe))
243
+
244
+ ## [v3.14.0](https://github.com/voxpupuli/onceover/tree/v3.14.0) (2019-06-19)
245
+
246
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.13.4...v3.14.0)
247
+
248
+ **Implemented enhancements:**
249
+
250
+ - Properly test on windows [\#46](https://github.com/voxpupuli/onceover/issues/46)
251
+
252
+ **Merged pull requests:**
253
+
254
+ - Moved from 'json' to 'multi\_json' [\#235](https://github.com/voxpupuli/onceover/pull/235) ([dylanratcliffe](https://github.com/dylanratcliffe))
255
+
256
+ ## [v3.13.4](https://github.com/voxpupuli/onceover/tree/v3.13.4) (2019-06-12)
257
+
258
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.13.3...v3.13.4)
259
+
260
+ **Fixed bugs:**
261
+
262
+ - New formatting doesn't expose factset [\#231](https://github.com/voxpupuli/onceover/issues/231)
263
+
264
+ **Merged pull requests:**
265
+
266
+ - Formatter factset [\#232](https://github.com/voxpupuli/onceover/pull/232) ([dylanratcliffe](https://github.com/dylanratcliffe))
267
+
268
+ ## [v3.13.3](https://github.com/voxpupuli/onceover/tree/v3.13.3) (2019-06-11)
269
+
270
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.13.2...v3.13.3)
271
+
272
+ **Fixed bugs:**
273
+
274
+ - precondition pp files not escaped correctly when put into rspec-puppet precondition heredoc [\#224](https://github.com/voxpupuli/onceover/issues/224)
275
+ - A Puppetfile should not be a requirement [\#223](https://github.com/voxpupuli/onceover/issues/223)
276
+
277
+ **Closed issues:**
278
+
279
+ - environment set in factset causes problems [\#227](https://github.com/voxpupuli/onceover/issues/227)
280
+
281
+ **Merged pull requests:**
282
+
283
+ - Fixed escaping in pre\_conditions [\#230](https://github.com/voxpupuli/onceover/pull/230) ([dylanratcliffe](https://github.com/dylanratcliffe))
284
+ - Added handling for environment fact [\#229](https://github.com/voxpupuli/onceover/pull/229) ([dylanratcliffe](https://github.com/dylanratcliffe))
285
+ - Added the ability to handle missing Puppetfile [\#228](https://github.com/voxpupuli/onceover/pull/228) ([dylanratcliffe](https://github.com/dylanratcliffe))
286
+ - Add `vendor` to `excluded_dirs` [\#225](https://github.com/voxpupuli/onceover/pull/225) ([alexjfisher](https://github.com/alexjfisher))
287
+
288
+ ## [v3.13.2](https://github.com/voxpupuli/onceover/tree/v3.13.2) (2019-06-04)
289
+
290
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.13.1...v3.13.2)
291
+
292
+ ## [v3.13.1](https://github.com/voxpupuli/onceover/tree/v3.13.1) (2019-06-04)
293
+
294
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.13.0...v3.13.1)
295
+
296
+ **Merged pull requests:**
297
+
298
+ - Added ability to hand `=` in environment.conf and worked around CRI issue [\#222](https://github.com/voxpupuli/onceover/pull/222) ([dylanratcliffe](https://github.com/dylanratcliffe))
299
+
300
+ ## [v3.13.0](https://github.com/voxpupuli/onceover/tree/v3.13.0) (2019-05-08)
301
+
302
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.12.5...v3.13.0)
303
+
304
+ **Implemented enhancements:**
305
+
306
+ - Create appveyor tests [\#195](https://github.com/voxpupuli/onceover/issues/195)
307
+
308
+ **Merged pull requests:**
309
+
310
+ - New factsets [\#219](https://github.com/voxpupuli/onceover/pull/219) ([GeoffWilliams](https://github.com/GeoffWilliams))
311
+
312
+ ## [v3.12.5](https://github.com/voxpupuli/onceover/tree/v3.12.5) (2019-04-09)
313
+
314
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.12.4...v3.12.5)
315
+
316
+ **Merged pull requests:**
317
+
318
+ - \(\#215\) Simplfy and speed up cache building [\#216](https://github.com/voxpupuli/onceover/pull/216) ([GeoffWilliams](https://github.com/GeoffWilliams))
319
+ - Added appveyor config [\#214](https://github.com/voxpupuli/onceover/pull/214) ([dylanratcliffe](https://github.com/dylanratcliffe))
320
+
321
+ ## [v3.12.4](https://github.com/voxpupuli/onceover/tree/v3.12.4) (2019-04-03)
322
+
323
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.12.3...v3.12.4)
324
+
325
+ **Closed issues:**
326
+
327
+ - Bundler errors when running bundler \>2 [\#212](https://github.com/voxpupuli/onceover/issues/212)
328
+ - Unable to install onceover gem on windows due to symlink in r10k [\#204](https://github.com/voxpupuli/onceover/issues/204)
329
+
330
+ **Merged pull requests:**
331
+
332
+ - Fixed bundler error [\#213](https://github.com/voxpupuli/onceover/pull/213) ([dylanratcliffe](https://github.com/dylanratcliffe))
333
+
334
+ ## [v3.12.3](https://github.com/voxpupuli/onceover/tree/v3.12.3) (2019-03-27)
335
+
336
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.12.2...v3.12.3)
337
+
338
+ **Merged pull requests:**
339
+
340
+ - Added handling of ruby errors [\#209](https://github.com/voxpupuli/onceover/pull/209) ([dylanratcliffe](https://github.com/dylanratcliffe))
341
+
342
+ ## [v3.12.2](https://github.com/voxpupuli/onceover/tree/v3.12.2) (2019-03-21)
343
+
344
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.12.1...v3.12.2)
345
+
346
+ **Closed issues:**
347
+
348
+ - \#\<ArgumentError: invalid byte sequence in US-ASCII\> [\#207](https://github.com/voxpupuli/onceover/issues/207)
349
+
350
+ **Merged pull requests:**
351
+
352
+ - Skip over invalid character errors parsing some puppet code [\#208](https://github.com/voxpupuli/onceover/pull/208) ([GeoffWilliams](https://github.com/GeoffWilliams))
353
+
354
+ ## [v3.12.1](https://github.com/voxpupuli/onceover/tree/v3.12.1) (2019-03-17)
355
+
356
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.12.0...v3.12.1)
357
+
358
+ **Merged pull requests:**
359
+
360
+ - Parallel formatting [\#206](https://github.com/voxpupuli/onceover/pull/206) ([dylanratcliffe](https://github.com/dylanratcliffe))
361
+
362
+ ## [v3.12.0](https://github.com/voxpupuli/onceover/tree/v3.12.0) (2019-03-16)
363
+
364
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.11.1...v3.12.0)
365
+
366
+ **Merged pull requests:**
367
+
368
+ - Improved Formatting [\#205](https://github.com/voxpupuli/onceover/pull/205) ([dylanratcliffe](https://github.com/dylanratcliffe))
369
+ - Do not strip newline at the end of the Puppetfile [\#203](https://github.com/voxpupuli/onceover/pull/203) ([smortex](https://github.com/smortex))
370
+
371
+ ## [v3.11.1](https://github.com/voxpupuli/onceover/tree/v3.11.1) (2019-02-26)
372
+
373
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.11.0...v3.11.1)
374
+
375
+ **Merged pull requests:**
376
+
377
+ - Fix exit code [\#202](https://github.com/voxpupuli/onceover/pull/202) ([dylanratcliffe](https://github.com/dylanratcliffe))
378
+
379
+ ## [v3.11.0](https://github.com/voxpupuli/onceover/tree/v3.11.0) (2019-02-26)
380
+
381
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.10.2...v3.11.0)
382
+
383
+ **Merged pull requests:**
384
+
385
+ - Adding summarized output of failures [\#200](https://github.com/voxpupuli/onceover/pull/200) ([dylanratcliffe](https://github.com/dylanratcliffe))
386
+
387
+ ## [v3.10.2](https://github.com/voxpupuli/onceover/tree/v3.10.2) (2019-02-05)
388
+
389
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.10.1...v3.10.2)
390
+
391
+ ## [v3.10.1](https://github.com/voxpupuli/onceover/tree/v3.10.1) (2019-02-05)
392
+
393
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.10.0...v3.10.1)
394
+
395
+ **Fixed bugs:**
396
+
397
+ - Doubled up results in output of 'run spec' [\#180](https://github.com/voxpupuli/onceover/issues/180)
398
+
399
+ ## [v3.10.0](https://github.com/voxpupuli/onceover/tree/v3.10.0) (2019-02-05)
400
+
401
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.9.0...v3.10.0)
402
+
403
+ **Implemented enhancements:**
404
+
405
+ - `mock_with` deprecation warnings [\#174](https://github.com/voxpupuli/onceover/issues/174)
406
+ - .onceover directory sync problems [\#113](https://github.com/voxpupuli/onceover/issues/113)
407
+
408
+ **Fixed bugs:**
409
+
410
+ - Onceover seems to fail mocking functions that include `::` [\#197](https://github.com/voxpupuli/onceover/issues/197)
411
+
412
+ **Closed issues:**
413
+
414
+ - Onceover 3.9.0 character type issue [\#196](https://github.com/voxpupuli/onceover/issues/196)
415
+ - Remove acceptance testing from README [\#186](https://github.com/voxpupuli/onceover/issues/186)
416
+ - Code Coverage Reports [\#184](https://github.com/voxpupuli/onceover/issues/184)
417
+
418
+ **Merged pull requests:**
419
+
420
+ - Modify how function mocking works [\#198](https://github.com/voxpupuli/onceover/pull/198) ([dylanratcliffe](https://github.com/dylanratcliffe))
421
+
422
+ ## [v3.9.0](https://github.com/voxpupuli/onceover/tree/v3.9.0) (2018-12-24)
423
+
424
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.8.0...v3.9.0)
425
+
426
+ **Implemented enhancements:**
427
+
428
+ - \[feature\] hiera debugging/puppet lookup support [\#114](https://github.com/voxpupuli/onceover/issues/114)
429
+ - \[feature\] support for regenerating/updating tests [\#61](https://github.com/voxpupuli/onceover/issues/61)
430
+
431
+ **Fixed bugs:**
432
+
433
+ - File resource on Windows "File paths must be fully qualified, not 'c:/foo/bar' at ... " [\#59](https://github.com/voxpupuli/onceover/issues/59)
434
+
435
+ **Closed issues:**
436
+
437
+ - Run tests against puppet 5? [\#188](https://github.com/voxpupuli/onceover/issues/188)
438
+ - undefined method `on_supported_os` [\#175](https://github.com/voxpupuli/onceover/issues/175)
439
+ - Onceover run spec ignores node names in factsets [\#168](https://github.com/voxpupuli/onceover/issues/168)
440
+ - Onceover.yaml support for r10k credentials? [\#166](https://github.com/voxpupuli/onceover/issues/166)
441
+
442
+ **Merged pull requests:**
443
+
444
+ - Updated ruby versions and controlrepo [\#194](https://github.com/voxpupuli/onceover/pull/194) ([dylanratcliffe](https://github.com/dylanratcliffe))
445
+ - remove all mention of acceptance testing/beaker [\#193](https://github.com/voxpupuli/onceover/pull/193) ([GeoffWilliams](https://github.com/GeoffWilliams))
446
+ - \(\#86\) Support regex in R10K downloaded modules [\#192](https://github.com/voxpupuli/onceover/pull/192) ([GeoffWilliams](https://github.com/GeoffWilliams))
447
+ - factset for windows 10 [\#191](https://github.com/voxpupuli/onceover/pull/191) ([GeoffWilliams](https://github.com/GeoffWilliams))
448
+ - fix spelling: weather vs. whether [\#179](https://github.com/voxpupuli/onceover/pull/179) ([tequeter](https://github.com/tequeter))
449
+
450
+ ## [v3.8.0](https://github.com/voxpupuli/onceover/tree/v3.8.0) (2018-09-05)
451
+
452
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.7.0...v3.8.0)
453
+
454
+ **Implemented enhancements:**
455
+
456
+ - Update README.md [\#177](https://github.com/voxpupuli/onceover/pull/177) ([beergeek](https://github.com/beergeek))
457
+
458
+ **Closed issues:**
459
+
460
+ - Difficulty with Hiera-eyaml, Factsets, and Automatic Class Parameters [\#171](https://github.com/voxpupuli/onceover/issues/171)
461
+
462
+ **Merged pull requests:**
463
+
464
+ - show puppetfile: Add endorsement and superseded\_by [\#178](https://github.com/voxpupuli/onceover/pull/178) ([raphink](https://github.com/raphink))
465
+
466
+ ## [v3.7.0](https://github.com/voxpupuli/onceover/tree/v3.7.0) (2018-05-15)
467
+
468
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.6.2...v3.7.0)
469
+
470
+ **Merged pull requests:**
471
+
472
+ - Enabled trusted\_server\_facts [\#173](https://github.com/voxpupuli/onceover/pull/173) ([dylanratcliffe](https://github.com/dylanratcliffe))
473
+
474
+ ## [v3.6.2](https://github.com/voxpupuli/onceover/tree/v3.6.2) (2018-05-13)
475
+
476
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.6.1...v3.6.2)
477
+
478
+ **Merged pull requests:**
479
+
480
+ - Check Node/Classes hashes [\#172](https://github.com/voxpupuli/onceover/pull/172) ([beergeek](https://github.com/beergeek))
481
+ - \(GH-46\) Enable tests to be run on Windows [\#170](https://github.com/voxpupuli/onceover/pull/170) ([glennsarti](https://github.com/glennsarti))
482
+
483
+ ## [v3.6.1](https://github.com/voxpupuli/onceover/tree/v3.6.1) (2018-04-05)
484
+
485
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.6.0...v3.6.1)
486
+
487
+ **Fixed bugs:**
488
+
489
+ - Path error on run spec [\#97](https://github.com/voxpupuli/onceover/issues/97)
490
+
491
+ **Merged pull requests:**
492
+
493
+ - Allow loading of symbols [\#169](https://github.com/voxpupuli/onceover/pull/169) ([dylanratcliffe](https://github.com/dylanratcliffe))
494
+ - fix fixtures\_symlinks on Windows default tempdir [\#167](https://github.com/voxpupuli/onceover/pull/167) ([tabakhase](https://github.com/tabakhase))
495
+
496
+ ## [v3.6.0](https://github.com/voxpupuli/onceover/tree/v3.6.0) (2018-03-27)
497
+
498
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.5.2...v3.6.0)
499
+
500
+ **Implemented enhancements:**
501
+
502
+ - Add trusted facts support [\#151](https://github.com/voxpupuli/onceover/issues/151)
503
+
504
+ **Merged pull requests:**
505
+
506
+ - Add trusted facts support [\#163](https://github.com/voxpupuli/onceover/pull/163) ([LMacchi](https://github.com/LMacchi))
507
+
508
+ ## [v3.5.2](https://github.com/voxpupuli/onceover/tree/v3.5.2) (2018-03-15)
509
+
510
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.5.1...v3.5.2)
511
+
512
+ **Merged pull requests:**
513
+
514
+ - Skip copy of r10k modules directory. [\#162](https://github.com/voxpupuli/onceover/pull/162) ([mikkergimenez](https://github.com/mikkergimenez))
515
+
516
+ ## [v3.5.1](https://github.com/voxpupuli/onceover/tree/v3.5.1) (2018-03-08)
517
+
518
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.5.0...v3.5.1)
519
+
520
+ **Fixed bugs:**
521
+
522
+ - Mocked functions that return strings can cause errors [\#159](https://github.com/voxpupuli/onceover/issues/159)
523
+
524
+ **Closed issues:**
525
+
526
+ - Puppet gem v5.3.4 breaks spec tests [\#152](https://github.com/voxpupuli/onceover/issues/152)
527
+
528
+ **Merged pull requests:**
529
+
530
+ - Fix function mocking [\#160](https://github.com/voxpupuli/onceover/pull/160) ([dylanratcliffe](https://github.com/dylanratcliffe))
531
+
532
+ ## [v3.5.0](https://github.com/voxpupuli/onceover/tree/v3.5.0) (2018-03-06)
533
+
534
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.4.0...v3.5.0)
535
+
536
+ **Merged pull requests:**
537
+
538
+ - Added new force param [\#158](https://github.com/voxpupuli/onceover/pull/158) ([dylanratcliffe](https://github.com/dylanratcliffe))
539
+ - Add functionality to allow custom templates in control repo, this all… [\#157](https://github.com/voxpupuli/onceover/pull/157) ([mikkergimenez](https://github.com/mikkergimenez))
540
+
541
+ ## [v3.4.0](https://github.com/voxpupuli/onceover/tree/v3.4.0) (2018-02-27)
542
+
543
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.3.3...v3.4.0)
544
+
545
+ **Merged pull requests:**
546
+
547
+ - Add before and after :each blocks [\#155](https://github.com/voxpupuli/onceover/pull/155) ([LMacchi](https://github.com/LMacchi))
548
+
549
+ ## [v3.3.3](https://github.com/voxpupuli/onceover/tree/v3.3.3) (2018-02-26)
550
+
551
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.3.2...v3.3.3)
552
+
553
+ **Implemented enhancements:**
554
+
555
+ - Tags should be implemented in native Rspec [\#83](https://github.com/voxpupuli/onceover/issues/83)
556
+
557
+ **Fixed bugs:**
558
+
559
+ - On non-initial spec runs, temporary control repo copied inside existing control repo rather than replacing it. [\#154](https://github.com/voxpupuli/onceover/issues/154)
560
+ - Autogenerated spec tests don't work for certain factsets [\#105](https://github.com/voxpupuli/onceover/issues/105)
561
+ - Trouble using traditional Rspec tests with factsets [\#81](https://github.com/voxpupuli/onceover/issues/81)
562
+
563
+ **Closed issues:**
564
+
565
+ - Puppet conflicts with semantic\_puppet [\#153](https://github.com/voxpupuli/onceover/issues/153)
566
+ - Puppet fails to validate valid Windows paths running on Linux [\#109](https://github.com/voxpupuli/onceover/issues/109)
567
+ - Version 3.2.2 does not work out of the box with puppet version \< 5.0 [\#108](https://github.com/voxpupuli/onceover/issues/108)
568
+ - Onceover::Controlrepo.facts.each do processing too many files [\#103](https://github.com/voxpupuli/onceover/issues/103)
569
+ - Puppet not reading hiera correctly when running with onceover [\#98](https://github.com/voxpupuli/onceover/issues/98)
570
+ - Permission denied when running on server where r10k has run as root [\#96](https://github.com/voxpupuli/onceover/issues/96)
571
+ - \[question\] Are you plan to implement support for Librarian Puppet? [\#80](https://github.com/voxpupuli/onceover/issues/80)
572
+ - Permission denied error on file [\#67](https://github.com/voxpupuli/onceover/issues/67)
573
+
574
+ **Merged pull requests:**
575
+
576
+ - Fixed caching regression [\#156](https://github.com/voxpupuli/onceover/pull/156) ([dylanratcliffe](https://github.com/dylanratcliffe))
577
+ - Made the hiera section more readable [\#149](https://github.com/voxpupuli/onceover/pull/149) ([dylanratcliffe](https://github.com/dylanratcliffe))
578
+
579
+ ## [v3.3.2](https://github.com/voxpupuli/onceover/tree/v3.3.2) (2018-01-15)
580
+
581
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.3.1...v3.3.2)
582
+
583
+ **Fixed bugs:**
584
+
585
+ - Templated .file removed at some point [\#115](https://github.com/voxpupuli/onceover/issues/115)
586
+
587
+ **Closed issues:**
588
+
589
+ - Doesn't work out-of-the-box with Puppet's ruby [\#147](https://github.com/voxpupuli/onceover/issues/147)
590
+
591
+ **Merged pull requests:**
592
+
593
+ - Improve cache handling [\#148](https://github.com/voxpupuli/onceover/pull/148) ([dylanratcliffe](https://github.com/dylanratcliffe))
594
+
595
+ ## [v3.3.1](https://github.com/voxpupuli/onceover/tree/v3.3.1) (2018-01-05)
596
+
597
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.3.0...v3.3.1)
598
+
599
+ **Closed issues:**
600
+
601
+ - Issue Running onceover on Windows 10 [\#143](https://github.com/voxpupuli/onceover/issues/143)
602
+ - --skip\_r10k causes tests to run against stale copy of control-repo [\#95](https://github.com/voxpupuli/onceover/issues/95)
603
+
604
+ **Merged pull requests:**
605
+
606
+ - Added workaround for windows delimiter [\#146](https://github.com/voxpupuli/onceover/pull/146) ([dylanratcliffe](https://github.com/dylanratcliffe))
607
+
608
+ ## [v3.3.0](https://github.com/voxpupuli/onceover/tree/v3.3.0) (2018-01-05)
609
+
610
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.2.8...v3.3.0)
611
+
612
+ **Merged pull requests:**
613
+
614
+ - Improve testing [\#145](https://github.com/voxpupuli/onceover/pull/145) ([dylanratcliffe](https://github.com/dylanratcliffe))
615
+ - Add support for :control\_branch [\#144](https://github.com/voxpupuli/onceover/pull/144) ([Nekototori](https://github.com/Nekototori))
616
+
617
+ ## [v3.2.8](https://github.com/voxpupuli/onceover/tree/v3.2.8) (2017-12-11)
618
+
619
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.2.7...v3.2.8)
620
+
621
+ **Merged pull requests:**
622
+
623
+ - Acceptance tests \(ready to merge\) [\#139](https://github.com/voxpupuli/onceover/pull/139) ([mandos](https://github.com/mandos))
624
+ - Plugin documentation update [\#137](https://github.com/voxpupuli/onceover/pull/137) ([GeoffWilliams](https://github.com/GeoffWilliams))
625
+
626
+ ## [v3.2.7](https://github.com/voxpupuli/onceover/tree/v3.2.7) (2017-10-04)
627
+
628
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.2.6...v3.2.7)
629
+
630
+ **Closed issues:**
631
+
632
+ - --puppetfile option ignored in latest version [\#140](https://github.com/voxpupuli/onceover/issues/140)
633
+ - run spec should stop if all modules cannot be retrieved [\#54](https://github.com/voxpupuli/onceover/issues/54)
634
+
635
+ **Merged pull requests:**
636
+
637
+ - restore the --puppetfile option [\#141](https://github.com/voxpupuli/onceover/pull/141) ([GeoffWilliams](https://github.com/GeoffWilliams))
638
+ - Add acceptance tests for simple init scenario [\#138](https://github.com/voxpupuli/onceover/pull/138) ([mandos](https://github.com/mandos))
639
+ - Split rspec test to acceptance and unit tests [\#136](https://github.com/voxpupuli/onceover/pull/136) ([mandos](https://github.com/mandos))
640
+
641
+ ## [v3.2.6](https://github.com/voxpupuli/onceover/tree/v3.2.6) (2017-09-12)
642
+
643
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.2.5...v3.2.6)
644
+
645
+ **Closed issues:**
646
+
647
+ - Revert change to hiera load order [\#131](https://github.com/voxpupuli/onceover/issues/131)
648
+ - Onceover needs its own acceptance tests [\#116](https://github.com/voxpupuli/onceover/issues/116)
649
+
650
+ **Merged pull requests:**
651
+
652
+ - Add simple cucumber tests to check help command [\#134](https://github.com/voxpupuli/onceover/pull/134) ([mandos](https://github.com/mandos))
653
+ - Reverted order for hiera loading [\#132](https://github.com/voxpupuli/onceover/pull/132) ([dylanratcliffe](https://github.com/dylanratcliffe))
654
+ - only skip r10k when using --skip\_r10k [\#126](https://github.com/voxpupuli/onceover/pull/126) ([jessereynolds](https://github.com/jessereynolds))
655
+ - minimal refactor to aid readability [\#125](https://github.com/voxpupuli/onceover/pull/125) ([jessereynolds](https://github.com/jessereynolds))
656
+ - add submodule instructions [\#124](https://github.com/voxpupuli/onceover/pull/124) ([jessereynolds](https://github.com/jessereynolds))
657
+ - include ruby 2.4.0 in travis tests [\#123](https://github.com/voxpupuli/onceover/pull/123) ([jessereynolds](https://github.com/jessereynolds))
658
+
659
+ ## [v3.2.5](https://github.com/voxpupuli/onceover/tree/v3.2.5) (2017-08-29)
660
+
661
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.2.4...v3.2.5)
662
+
663
+ **Closed issues:**
664
+
665
+ - private method `local_variables` [\#121](https://github.com/voxpupuli/onceover/issues/121)
666
+ - Onceover does not generate nodesets [\#120](https://github.com/voxpupuli/onceover/issues/120)
667
+
668
+ **Merged pull requests:**
669
+
670
+ - Fix Issue 121 [\#122](https://github.com/voxpupuli/onceover/pull/122) ([dylanratcliffe](https://github.com/dylanratcliffe))
671
+
672
+ ## [v3.2.4](https://github.com/voxpupuli/onceover/tree/v3.2.4) (2017-08-28)
673
+
674
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.2.3...v3.2.4)
675
+
676
+ **Implemented enhancements:**
677
+
678
+ - \[feature\] run syntax checks on control repo files [\#62](https://github.com/voxpupuli/onceover/issues/62)
679
+
680
+ **Closed issues:**
681
+
682
+ - Deprecation warnings for hiera functions are breaking all tests when hiera functions used [\#107](https://github.com/voxpupuli/onceover/issues/107)
683
+ - Uninformative error when hiera.yaml is missing [\#104](https://github.com/voxpupuli/onceover/issues/104)
684
+
685
+ **Merged pull requests:**
686
+
687
+ - Merge mandos pr [\#119](https://github.com/voxpupuli/onceover/pull/119) ([dylanratcliffe](https://github.com/dylanratcliffe))
688
+ - Add travis [\#118](https://github.com/voxpupuli/onceover/pull/118) ([dylanratcliffe](https://github.com/dylanratcliffe))
689
+ - Syntax and style tests [\#117](https://github.com/voxpupuli/onceover/pull/117) ([jessereynolds](https://github.com/jessereynolds))
690
+
691
+ ## [v3.2.3](https://github.com/voxpupuli/onceover/tree/v3.2.3) (2017-08-07)
692
+
693
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.2.2...v3.2.3)
694
+
695
+ **Closed issues:**
696
+
697
+ - Error if hiera file is not present [\#111](https://github.com/voxpupuli/onceover/issues/111)
698
+ - fact "hostname" already has the maximum number of resolutions allowed [\#106](https://github.com/voxpupuli/onceover/issues/106)
699
+
700
+ **Merged pull requests:**
701
+
702
+ - Control `opts` from `onceover.yaml` [\#110](https://github.com/voxpupuli/onceover/pull/110) ([op-ct](https://github.com/op-ct))
703
+
704
+ ## [v3.2.2](https://github.com/voxpupuli/onceover/tree/v3.2.2) (2017-07-13)
705
+
706
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.2.1...v3.2.2)
707
+
708
+ **Merged pull requests:**
709
+
710
+ - Added correct solution for \#100 [\#102](https://github.com/voxpupuli/onceover/pull/102) ([dylanratcliffe](https://github.com/dylanratcliffe))
711
+
712
+ ## [v3.2.1](https://github.com/voxpupuli/onceover/tree/v3.2.1) (2017-07-13)
713
+
714
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.2.0...v3.2.1)
715
+
716
+ **Implemented enhancements:**
717
+
718
+ - \[enhancemant\] built-in docker support [\#8](https://github.com/voxpupuli/onceover/issues/8)
719
+
720
+ **Closed issues:**
721
+
722
+ - Hiera 5 Support is bad [\#100](https://github.com/voxpupuli/onceover/issues/100)
723
+ - Onceover dies with a Hiera 5 [\#92](https://github.com/voxpupuli/onceover/issues/92)
724
+
725
+ **Merged pull requests:**
726
+
727
+ - \(\#100\) Changed hiera.yaml hierarchy [\#101](https://github.com/voxpupuli/onceover/pull/101) ([dylanratcliffe](https://github.com/dylanratcliffe))
728
+ - Show puppet output [\#89](https://github.com/voxpupuli/onceover/pull/89) ([jessereynolds](https://github.com/jessereynolds))
729
+
730
+ ## [v3.2.0](https://github.com/voxpupuli/onceover/tree/v3.2.0) (2017-03-13)
731
+
732
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.1.1...v3.2.0)
733
+
734
+ **Implemented enhancements:**
735
+
736
+ - \[enhancement\] consider making a build without beaker [\#71](https://github.com/voxpupuli/onceover/issues/71)
737
+
738
+ **Merged pull requests:**
739
+
740
+ - Added plugin framework [\#88](https://github.com/voxpupuli/onceover/pull/88) ([dylanratcliffe](https://github.com/dylanratcliffe))
741
+ - Deprecated Beaker and removed dependency [\#87](https://github.com/voxpupuli/onceover/pull/87) ([dylanratcliffe](https://github.com/dylanratcliffe))
742
+ - Support for SLES 11/12 [\#85](https://github.com/voxpupuli/onceover/pull/85) ([GeoffWilliams](https://github.com/GeoffWilliams))
743
+
744
+ ## [v3.1.1](https://github.com/voxpupuli/onceover/tree/v3.1.1) (2017-03-04)
745
+
746
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.1.0...v3.1.1)
747
+
748
+ **Implemented enhancements:**
749
+
750
+ - Add `onceover show puppetfile` to README [\#66](https://github.com/voxpupuli/onceover/issues/66)
751
+ - Runs before the final run should discount outcome [\#51](https://github.com/voxpupuli/onceover/issues/51)
752
+
753
+ **Merged pull requests:**
754
+
755
+ - Feature/performance [\#82](https://github.com/voxpupuli/onceover/pull/82) ([dylanratcliffe](https://github.com/dylanratcliffe))
756
+ - Fixed \#66 [\#79](https://github.com/voxpupuli/onceover/pull/79) ([dylanratcliffe](https://github.com/dylanratcliffe))
757
+
758
+ ## [v3.1.0](https://github.com/voxpupuli/onceover/tree/v3.1.0) (2017-02-21)
759
+
760
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.0.11...v3.1.0)
761
+
762
+ **Merged pull requests:**
763
+
764
+ - Feature/regex support [\#78](https://github.com/voxpupuli/onceover/pull/78) ([dylanratcliffe](https://github.com/dylanratcliffe))
765
+ - support for AIX 6.1 and 7.1 [\#76](https://github.com/voxpupuli/onceover/pull/76) ([GeoffWilliams](https://github.com/GeoffWilliams))
766
+ - Further Doco [\#74](https://github.com/voxpupuli/onceover/pull/74) ([beergeek](https://github.com/beergeek))
767
+
768
+ ## [v3.0.11](https://github.com/voxpupuli/onceover/tree/v3.0.11) (2017-01-19)
769
+
770
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.0.10...v3.0.11)
771
+
772
+ **Closed issues:**
773
+
774
+ - \[feature\] Puppetfile module substitution [\#72](https://github.com/voxpupuli/onceover/issues/72)
775
+ - test [\#70](https://github.com/voxpupuli/onceover/issues/70)
776
+
777
+ **Merged pull requests:**
778
+
779
+ - Fix small things [\#73](https://github.com/voxpupuli/onceover/pull/73) ([op-ct](https://github.com/op-ct))
780
+
781
+ ## [v3.0.10](https://github.com/voxpupuli/onceover/tree/v3.0.10) (2016-12-14)
782
+
783
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.0.9...v3.0.10)
784
+
785
+ **Merged pull requests:**
786
+
787
+ - Added the ability to toggle strict\_variables [\#69](https://github.com/voxpupuli/onceover/pull/69) ([dylanratcliffe](https://github.com/dylanratcliffe))
788
+
789
+ ## [v3.0.9](https://github.com/voxpupuli/onceover/tree/v3.0.9) (2016-12-13)
790
+
791
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.0.8...v3.0.9)
792
+
793
+ **Implemented enhancements:**
794
+
795
+ - Allow for integration of custom tests [\#12](https://github.com/voxpupuli/onceover/issues/12)
796
+
797
+ **Merged pull requests:**
798
+
799
+ - \[WIP\] Change HTTP requests to support http\(s\)\_proxy environment variables. [\#68](https://github.com/voxpupuli/onceover/pull/68) ([jairojunior](https://github.com/jairojunior))
800
+
801
+ ## [v3.0.8](https://github.com/voxpupuli/onceover/tree/v3.0.8) (2016-10-15)
802
+
803
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.0.7...v3.0.8)
804
+
805
+ **Closed issues:**
806
+
807
+ - groups should be able to be empty [\#55](https://github.com/voxpupuli/onceover/issues/55)
808
+
809
+ **Merged pull requests:**
810
+
811
+ - Fix a grammar issue [\#60](https://github.com/voxpupuli/onceover/pull/60) ([natemccurdy](https://github.com/natemccurdy))
812
+ - 54 skip r10k [\#57](https://github.com/voxpupuli/onceover/pull/57) ([jessereynolds](https://github.com/jessereynolds))
813
+ - 55 support empty groups [\#56](https://github.com/voxpupuli/onceover/pull/56) ([jessereynolds](https://github.com/jessereynolds))
814
+
815
+ ## [v3.0.7](https://github.com/voxpupuli/onceover/tree/v3.0.7) (2016-05-30)
816
+
817
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.0.6...v3.0.7)
818
+
819
+ **Implemented enhancements:**
820
+
821
+ - Should have the classname and factset name available [\#52](https://github.com/voxpupuli/onceover/issues/52)
822
+
823
+ **Closed issues:**
824
+
825
+ - Test Puppet 3/4 migration [\#47](https://github.com/voxpupuli/onceover/issues/47)
826
+
827
+ **Merged pull requests:**
828
+
829
+ - Issue 52 [\#53](https://github.com/voxpupuli/onceover/pull/53) ([dylanratcliffe](https://github.com/dylanratcliffe))
830
+
831
+ ## [v3.0.6](https://github.com/voxpupuli/onceover/tree/v3.0.6) (2016-05-24)
832
+
833
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.0.5...v3.0.6)
834
+
835
+ **Fixed bugs:**
836
+
837
+ - Copying bundler files results in error [\#49](https://github.com/voxpupuli/onceover/issues/49)
838
+
839
+ **Closed issues:**
840
+
841
+ - When manually calling controlrepo it is hard to respect config [\#44](https://github.com/voxpupuli/onceover/issues/44)
842
+
843
+ **Merged pull requests:**
844
+
845
+ - Issue 49 [\#50](https://github.com/voxpupuli/onceover/pull/50) ([dylanratcliffe](https://github.com/dylanratcliffe))
846
+
847
+ ## [v3.0.5](https://github.com/voxpupuli/onceover/tree/v3.0.5) (2016-05-16)
848
+
849
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.0.4...v3.0.5)
850
+
851
+ **Merged pull requests:**
852
+
853
+ - Issue 44 [\#45](https://github.com/voxpupuli/onceover/pull/45) ([dylanratcliffe](https://github.com/dylanratcliffe))
854
+
855
+ ## [v3.0.4](https://github.com/voxpupuli/onceover/tree/v3.0.4) (2016-05-14)
856
+
857
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.0.3...v3.0.4)
858
+
859
+ **Implemented enhancements:**
860
+
861
+ - unable to remove windows [\#41](https://github.com/voxpupuli/onceover/issues/41)
862
+
863
+ **Fixed bugs:**
864
+
865
+ - Change :: to \_\_ [\#40](https://github.com/voxpupuli/onceover/issues/40)
866
+ - specifying an alternate Puppetfile with --puppetfile doesn't seem to work [\#39](https://github.com/voxpupuli/onceover/issues/39)
867
+
868
+ ## [v3.0.3](https://github.com/voxpupuli/onceover/tree/v3.0.3) (2016-05-06)
869
+
870
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.0.2...v3.0.3)
871
+
872
+ **Merged pull requests:**
873
+
874
+ - Issue 40 [\#43](https://github.com/voxpupuli/onceover/pull/43) ([dylanratcliffe](https://github.com/dylanratcliffe))
875
+ - Solaris factsets [\#42](https://github.com/voxpupuli/onceover/pull/42) ([jessereynolds](https://github.com/jessereynolds))
876
+
877
+ ## [v3.0.2](https://github.com/voxpupuli/onceover/tree/v3.0.2) (2016-04-30)
878
+
879
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.0.1...v3.0.2)
880
+
881
+ **Closed issues:**
882
+
883
+ - Code copying is broken [\#37](https://github.com/voxpupuli/onceover/issues/37)
884
+
885
+ **Merged pull requests:**
886
+
887
+ - Fixed \#37 [\#38](https://github.com/voxpupuli/onceover/pull/38) ([dylanratcliffe](https://github.com/dylanratcliffe))
888
+ - Bundler hotfix [\#36](https://github.com/voxpupuli/onceover/pull/36) ([dylanratcliffe](https://github.com/dylanratcliffe))
889
+
890
+ ## [v3.0.1](https://github.com/voxpupuli/onceover/tree/v3.0.1) (2016-04-28)
891
+
892
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v3.0.0...v3.0.1)
893
+
894
+ ## [v3.0.0](https://github.com/voxpupuli/onceover/tree/v3.0.0) (2016-04-28)
895
+
896
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v2.0.10...v3.0.0)
897
+
898
+ **Implemented enhancements:**
899
+
900
+ - Change the name! [\#34](https://github.com/voxpupuli/onceover/issues/34)
901
+ - Add the ability to update Puppetfiles [\#30](https://github.com/voxpupuli/onceover/issues/30)
902
+ - Move Beaker ugliness from templates to gem [\#26](https://github.com/voxpupuli/onceover/issues/26)
903
+ - Allow filtering on nodes and classes too [\#25](https://github.com/voxpupuli/onceover/issues/25)
904
+ - Properly implement tags [\#24](https://github.com/voxpupuli/onceover/issues/24)
905
+ - Add function mocking [\#22](https://github.com/voxpupuli/onceover/issues/22)
906
+ - Add debugging [\#19](https://github.com/voxpupuli/onceover/issues/19)
907
+ - Fully test new CLI parameters [\#18](https://github.com/voxpupuli/onceover/issues/18)
908
+ - Create `controlrepo init` [\#17](https://github.com/voxpupuli/onceover/issues/17)
909
+ - Change temp dir to .controlrepo [\#16](https://github.com/voxpupuli/onceover/issues/16)
910
+ - Improve r10k deploy to remove re-download of modules [\#15](https://github.com/voxpupuli/onceover/issues/15)
911
+ - Create a CLI [\#14](https://github.com/voxpupuli/onceover/issues/14)
912
+ - Remove workaround for line prefix [\#13](https://github.com/voxpupuli/onceover/issues/13)
913
+
914
+ **Merged pull requests:**
915
+
916
+ - Issue 34 [\#35](https://github.com/voxpupuli/onceover/pull/35) ([dylanratcliffe](https://github.com/dylanratcliffe))
917
+ - Fixed \#30 [\#33](https://github.com/voxpupuli/onceover/pull/33) ([dylanratcliffe](https://github.com/dylanratcliffe))
918
+ - Fixed \#18 [\#32](https://github.com/voxpupuli/onceover/pull/32) ([dylanratcliffe](https://github.com/dylanratcliffe))
919
+ - Issue 26 [\#31](https://github.com/voxpupuli/onceover/pull/31) ([dylanratcliffe](https://github.com/dylanratcliffe))
920
+ - Added function mocking, fixes \#22 [\#29](https://github.com/voxpupuli/onceover/pull/29) ([dylanratcliffe](https://github.com/dylanratcliffe))
921
+ - Added class and node filters, fixes \#25 [\#28](https://github.com/voxpupuli/onceover/pull/28) ([dylanratcliffe](https://github.com/dylanratcliffe))
922
+ - Properly implemented tags. Fixes \#24 [\#27](https://github.com/voxpupuli/onceover/pull/27) ([dylanratcliffe](https://github.com/dylanratcliffe))
923
+ - Added debugging, fixes \#19 [\#23](https://github.com/voxpupuli/onceover/pull/23) ([dylanratcliffe](https://github.com/dylanratcliffe))
924
+ - \(\#17\) Added modification of .gitignore to init [\#21](https://github.com/voxpupuli/onceover/pull/21) ([dylanratcliffe](https://github.com/dylanratcliffe))
925
+ - Create a CLI [\#20](https://github.com/voxpupuli/onceover/pull/20) ([dylanratcliffe](https://github.com/dylanratcliffe))
926
+
927
+ ## [v2.0.10](https://github.com/voxpupuli/onceover/tree/v2.0.10) (2016-03-21)
928
+
929
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v2.0.9...v2.0.10)
930
+
931
+ ## [v2.0.9](https://github.com/voxpupuli/onceover/tree/v2.0.9) (2016-03-21)
932
+
933
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v2.0.8...v2.0.9)
934
+
935
+ **Merged pull requests:**
936
+
937
+ - \(METHOD-570\) Added ability to add your own spec tests [\#11](https://github.com/voxpupuli/onceover/pull/11) ([dylanratcliffe](https://github.com/dylanratcliffe))
938
+
939
+ ## [v2.0.8](https://github.com/voxpupuli/onceover/tree/v2.0.8) (2016-02-11)
940
+
941
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v2.0.7...v2.0.8)
942
+
943
+ ## [v2.0.7](https://github.com/voxpupuli/onceover/tree/v2.0.7) (2016-02-11)
944
+
945
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v2.0.6...v2.0.7)
946
+
947
+ ## [v2.0.6](https://github.com/voxpupuli/onceover/tree/v2.0.6) (2016-02-11)
948
+
949
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v2.0.5...v2.0.6)
950
+
951
+ **Merged pull requests:**
952
+
953
+ - Method 569 [\#10](https://github.com/voxpupuli/onceover/pull/10) ([dylanratcliffe](https://github.com/dylanratcliffe))
954
+
955
+ ## [v2.0.5](https://github.com/voxpupuli/onceover/tree/v2.0.5) (2016-02-08)
956
+
957
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v2.0.4...v2.0.5)
958
+
959
+ ## [v2.0.4](https://github.com/voxpupuli/onceover/tree/v2.0.4) (2016-02-08)
960
+
961
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v2.0.3...v2.0.4)
962
+
963
+ **Implemented enhancements:**
964
+
965
+ - Phych::ParserError if controlrepo.yaml is missing [\#1](https://github.com/voxpupuli/onceover/issues/1)
966
+
967
+ **Closed issues:**
968
+
969
+ - \[bug\] ruby error if hiera.yaml is missing [\#7](https://github.com/voxpupuli/onceover/issues/7)
970
+ - \[enhancement\] ship a default nodeset [\#4](https://github.com/voxpupuli/onceover/issues/4)
971
+ - \[enhancement\] quickstart guide for the lazy/impatient \(me\) [\#3](https://github.com/voxpupuli/onceover/issues/3)
972
+ - \[enhancement\] ship with a default sets of facts [\#2](https://github.com/voxpupuli/onceover/issues/2)
973
+
974
+ **Merged pull requests:**
975
+
976
+ - Added support of the manifest setting [\#9](https://github.com/voxpupuli/onceover/pull/9) ([dylanratcliffe](https://github.com/dylanratcliffe))
977
+
978
+ ## [v2.0.3](https://github.com/voxpupuli/onceover/tree/v2.0.3) (2015-11-20)
979
+
980
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v2.0.2...v2.0.3)
981
+
982
+ ## [v2.0.2](https://github.com/voxpupuli/onceover/tree/v2.0.2) (2015-11-20)
983
+
984
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v2.0.1...v2.0.2)
985
+
986
+ **Closed issues:**
987
+
988
+ - \[bug\] ruby error when running controlrepo\_spec [\#5](https://github.com/voxpupuli/onceover/issues/5)
989
+
990
+ **Merged pull requests:**
991
+
992
+ - work without an r10k.yaml file [\#6](https://github.com/voxpupuli/onceover/pull/6) ([GeoffWilliams](https://github.com/GeoffWilliams))
993
+
994
+ ## [v2.0.1](https://github.com/voxpupuli/onceover/tree/v2.0.1) (2015-11-16)
995
+
996
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/2.0.0...v2.0.1)
997
+
998
+ ## [2.0.0](https://github.com/voxpupuli/onceover/tree/2.0.0) (2015-11-11)
999
+
1000
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v2.0.0...2.0.0)
1001
+
1002
+ ## [v2.0.0](https://github.com/voxpupuli/onceover/tree/v2.0.0) (2015-11-11)
1003
+
1004
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/1.1.1...v2.0.0)
1005
+
1006
+ ## [1.1.1](https://github.com/voxpupuli/onceover/tree/1.1.1) (2015-11-10)
1007
+
1008
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/v1.1.0...1.1.1)
1009
+
1010
+ ## [v1.1.0](https://github.com/voxpupuli/onceover/tree/v1.1.0) (2015-11-06)
1011
+
1012
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/1.1.0...v1.1.0)
1013
+
1014
+ ## [1.1.0](https://github.com/voxpupuli/onceover/tree/1.1.0) (2015-10-28)
1015
+
1016
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/1.0.0...1.1.0)
1017
+
1018
+ ## [1.0.0](https://github.com/voxpupuli/onceover/tree/1.0.0) (2015-10-19)
1019
+
1020
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/0.2.0...1.0.0)
1021
+
1022
+ ## [0.2.0](https://github.com/voxpupuli/onceover/tree/0.2.0) (2015-09-29)
1023
+
1024
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/0.1.1...0.2.0)
1025
+
1026
+ ## [0.1.1](https://github.com/voxpupuli/onceover/tree/0.1.1) (2015-09-28)
1027
+
1028
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/0.0.1...0.1.1)
1029
+
1030
+ ## [0.0.1](https://github.com/voxpupuli/onceover/tree/0.0.1) (2015-09-24)
1031
+
1032
+ [Full Changelog](https://github.com/voxpupuli/onceover/compare/192099961f3ffe616b5811815a9df013f1284e54...0.0.1)
1033
+
1034
+
1035
+
1036
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*