beaker-puppet 3.0.0 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [4.0.0](https://github.com/puppetlabs/beaker-puppet/tree/4.0.0) (2024-05-28)
6
+
7
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/3.0.1...4.0.0)
8
+
9
+ **Breaking changes:**
10
+
11
+ - Add support for Beaker 6 [\#255](https://github.com/puppetlabs/beaker-puppet/pull/255) ([mhashizume](https://github.com/mhashizume))
12
+ - Remove unsupported network platforms [\#254](https://github.com/puppetlabs/beaker-puppet/pull/254) ([mhashizume](https://github.com/mhashizume))
13
+
14
+ ## [3.0.1](https://github.com/puppetlabs/beaker-puppet/tree/3.0.1) (2024-03-12)
15
+
16
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/3.0.0...3.0.1)
17
+
18
+ **Fixed bugs:**
19
+
20
+ - \[PA-6181\]: Fix acceptance test failure caused due to addition of Amazon Linux 2023 in pe-client-tools for orchestrator client pipeline [\#250](https://github.com/puppetlabs/beaker-puppet/pull/250) ([span786](https://github.com/span786))
21
+
5
22
  ## [3.0.0](https://github.com/puppetlabs/beaker-puppet/tree/3.0.0) (2024-02-14)
6
23
 
7
24
  [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/2.0.0...3.0.0)
@@ -17,802 +34,849 @@ All notable changes to this project will be documented in this file.
17
34
 
18
35
  **Fixed bugs:**
19
36
 
37
+ - `ci:test:aio` skips the `post-suite` if any tests fail, but `ci:test:aio[true]` doesn't [\#237](https://github.com/puppetlabs/beaker-puppet/issues/237)
20
38
  - Ensure post-suite and destroy execute [\#238](https://github.com/puppetlabs/beaker-puppet/pull/238) ([joshcooper](https://github.com/joshcooper))
21
39
  - fix beaker exec when called from bundle exec [\#232](https://github.com/puppetlabs/beaker-puppet/pull/232) ([h0tw1r3](https://github.com/h0tw1r3))
22
40
  - Loosen expectations while attempting to delete puppet related files [\#225](https://github.com/puppetlabs/beaker-puppet/pull/225) ([tvpartytonight](https://github.com/tvpartytonight))
23
41
 
24
- ## [2.0.0](https://github.com/voxpupuli/beaker-puppet/tree/2.0.0) (2023-05-05)
42
+ **Closed issues:**
43
+
44
+ - Migrate gem back to puppetlabs [\#229](https://github.com/puppetlabs/beaker-puppet/issues/229)
25
45
 
26
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.29.0...2.0.0)
46
+ **Merged pull requests:**
47
+
48
+ - Release prep [\#248](https://github.com/puppetlabs/beaker-puppet/pull/248) ([mhashizume](https://github.com/mhashizume))
49
+ - Update excluded label to "maintenance" [\#247](https://github.com/puppetlabs/beaker-puppet/pull/247) ([mhashizume](https://github.com/mhashizume))
50
+ - Add changelog generator configuration file [\#246](https://github.com/puppetlabs/beaker-puppet/pull/246) ([mhashizume](https://github.com/mhashizume))
51
+ - Update release-prep script [\#245](https://github.com/puppetlabs/beaker-puppet/pull/245) ([mhashizume](https://github.com/mhashizume))
52
+ - Update branch for github workflow testing [\#244](https://github.com/puppetlabs/beaker-puppet/pull/244) ([tvpartytonight](https://github.com/tvpartytonight))
53
+ - Add release prep script [\#243](https://github.com/puppetlabs/beaker-puppet/pull/243) ([mhashizume](https://github.com/mhashizume))
54
+ - Move to Puppet release GitHub Actions [\#242](https://github.com/puppetlabs/beaker-puppet/pull/242) ([mhashizume](https://github.com/mhashizume))
55
+ - README: remove obsolete transfer notice, update badges [\#241](https://github.com/puppetlabs/beaker-puppet/pull/241) ([kenyon](https://github.com/kenyon))
56
+ - Add Unicorn to CODEONWERS [\#235](https://github.com/puppetlabs/beaker-puppet/pull/235) ([cthorn42](https://github.com/cthorn42))
57
+ - Update CODEOWNERS [\#234](https://github.com/puppetlabs/beaker-puppet/pull/234) ([cthorn42](https://github.com/cthorn42))
58
+ - rubocop: Update to voxpupuli-rubocop 2.1.0 [\#230](https://github.com/puppetlabs/beaker-puppet/pull/230) ([bastelfreak](https://github.com/bastelfreak))
59
+ - Bump actions/checkout from 3 to 4 [\#227](https://github.com/puppetlabs/beaker-puppet/pull/227) ([dependabot[bot]](https://github.com/apps/dependabot))
60
+ - Update voxpupuli-rubocop requirement from ~\> 1.2 to ~\> 2.0 [\#226](https://github.com/puppetlabs/beaker-puppet/pull/226) ([dependabot[bot]](https://github.com/apps/dependabot))
61
+
62
+ ## [2.0.0](https://github.com/puppetlabs/beaker-puppet/tree/2.0.0) (2023-05-05)
63
+
64
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.29.0...2.0.0)
27
65
 
28
66
  **Breaking changes:**
29
67
 
30
- - Drop Ruby 2.4/2.5/2.6 & GCG: Add faraday-retry dep [\#218](https://github.com/voxpupuli/beaker-puppet/pull/218) ([bastelfreak](https://github.com/bastelfreak))
31
- - add support for recent FreeBSD versions; Drop FreeBSD 9/10 support [\#207](https://github.com/voxpupuli/beaker-puppet/pull/207) ([evgeni](https://github.com/evgeni))
32
- - Removes deprecated network device platforms [\#205](https://github.com/voxpupuli/beaker-puppet/pull/205) ([mhashizume](https://github.com/mhashizume))
68
+ - Drop Ruby 2.4/2.5/2.6 & GCG: Add faraday-retry dep [\#218](https://github.com/puppetlabs/beaker-puppet/pull/218) ([bastelfreak](https://github.com/bastelfreak))
69
+ - add support for recent FreeBSD versions; Drop FreeBSD 9/10 support [\#207](https://github.com/puppetlabs/beaker-puppet/pull/207) ([evgeni](https://github.com/evgeni))
70
+ - Removes deprecated network device platforms [\#205](https://github.com/puppetlabs/beaker-puppet/pull/205) ([mhashizume](https://github.com/mhashizume))
33
71
 
34
72
  **Implemented enhancements:**
35
73
 
36
- - Implement RuboCop [\#212](https://github.com/voxpupuli/beaker-puppet/pull/212) ([bastelfreak](https://github.com/bastelfreak))
37
- - \(maint\) Call `exist?` instead of `exists?` [\#204](https://github.com/voxpupuli/beaker-puppet/pull/204) ([mhashizume](https://github.com/mhashizume))
74
+ - Implement RuboCop [\#212](https://github.com/puppetlabs/beaker-puppet/pull/212) ([bastelfreak](https://github.com/bastelfreak))
75
+ - \(maint\) Call `exist?` instead of `exists?` [\#204](https://github.com/puppetlabs/beaker-puppet/pull/204) ([mhashizume](https://github.com/mhashizume))
38
76
 
39
77
  **Fixed bugs:**
40
78
 
41
- - configure defaults on FreeBSD [\#210](https://github.com/voxpupuli/beaker-puppet/pull/210) ([evgeni](https://github.com/evgeni))
79
+ - configure defaults on FreeBSD [\#210](https://github.com/puppetlabs/beaker-puppet/pull/210) ([evgeni](https://github.com/evgeni))
42
80
 
43
81
  **Merged pull requests:**
44
82
 
45
- - Update fakefs requirement from \>= 0.6, \< 2.0 to \>= 0.6, \< 3.0 [\#222](https://github.com/voxpupuli/beaker-puppet/pull/222) ([dependabot[bot]](https://github.com/apps/dependabot))
46
- - rubocop: fix layout cops [\#221](https://github.com/voxpupuli/beaker-puppet/pull/221) ([bastelfreak](https://github.com/bastelfreak))
47
- - rubocop: fix style violations [\#220](https://github.com/voxpupuli/beaker-puppet/pull/220) ([bastelfreak](https://github.com/bastelfreak))
48
- - CI: Build gems with strictness and verbosity & dependencies: Add version constraints [\#219](https://github.com/voxpupuli/beaker-puppet/pull/219) ([bastelfreak](https://github.com/bastelfreak))
49
- - CI: apply Vox Pupuli best practices [\#217](https://github.com/voxpupuli/beaker-puppet/pull/217) ([bastelfreak](https://github.com/bastelfreak))
50
- - Drop in-parallel dependency [\#214](https://github.com/voxpupuli/beaker-puppet/pull/214) ([ekohl](https://github.com/ekohl))
51
- - Bump actions/checkout from 2 to 3 [\#211](https://github.com/voxpupuli/beaker-puppet/pull/211) ([dependabot[bot]](https://github.com/apps/dependabot))
52
- - tests: Always set the platform as a Beaker::Platform instance [\#209](https://github.com/voxpupuli/beaker-puppet/pull/209) ([ekohl](https://github.com/ekohl))
53
- - dependabot: check for github actions [\#208](https://github.com/voxpupuli/beaker-puppet/pull/208) ([bastelfreak](https://github.com/bastelfreak))
83
+ - release 2.0.0 [\#224](https://github.com/puppetlabs/beaker-puppet/pull/224) ([bastelfreak](https://github.com/bastelfreak))
84
+ - Update fakefs requirement from \>= 0.6, \< 2.0 to \>= 0.6, \< 3.0 [\#222](https://github.com/puppetlabs/beaker-puppet/pull/222) ([dependabot[bot]](https://github.com/apps/dependabot))
85
+ - rubocop: fix layout cops [\#221](https://github.com/puppetlabs/beaker-puppet/pull/221) ([bastelfreak](https://github.com/bastelfreak))
86
+ - rubocop: fix style violations [\#220](https://github.com/puppetlabs/beaker-puppet/pull/220) ([bastelfreak](https://github.com/bastelfreak))
87
+ - CI: Build gems with strictness and verbosity & dependencies: Add version constraints [\#219](https://github.com/puppetlabs/beaker-puppet/pull/219) ([bastelfreak](https://github.com/bastelfreak))
88
+ - CI: apply Vox Pupuli best practices [\#217](https://github.com/puppetlabs/beaker-puppet/pull/217) ([bastelfreak](https://github.com/bastelfreak))
89
+ - Drop in-parallel dependency [\#214](https://github.com/puppetlabs/beaker-puppet/pull/214) ([ekohl](https://github.com/ekohl))
90
+ - Update in-parallel requirement from ~\> 0.1 to \>= 0.1, \< 2.0 [\#213](https://github.com/puppetlabs/beaker-puppet/pull/213) ([dependabot[bot]](https://github.com/apps/dependabot))
91
+ - Bump actions/checkout from 2 to 3 [\#211](https://github.com/puppetlabs/beaker-puppet/pull/211) ([dependabot[bot]](https://github.com/apps/dependabot))
92
+ - tests: Always set the platform as a Beaker::Platform instance [\#209](https://github.com/puppetlabs/beaker-puppet/pull/209) ([ekohl](https://github.com/ekohl))
93
+ - dependabot: check for github actions [\#208](https://github.com/puppetlabs/beaker-puppet/pull/208) ([bastelfreak](https://github.com/bastelfreak))
54
94
 
55
- ## [1.29.0](https://github.com/voxpupuli/beaker-puppet/tree/1.29.0) (2022-11-02)
95
+ ## [1.29.0](https://github.com/puppetlabs/beaker-puppet/tree/1.29.0) (2022-11-02)
56
96
 
57
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.28.0...1.29.0)
97
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.28.0...1.29.0)
58
98
 
59
99
  **Implemented enhancements:**
60
100
 
61
- - Introduce BEAKER\_PUPPET\_DEBUG env var [\#197](https://github.com/voxpupuli/beaker-puppet/pull/197) ([ekohl](https://github.com/ekohl))
101
+ - Introduce BEAKER\_PUPPET\_DEBUG env var [\#197](https://github.com/puppetlabs/beaker-puppet/pull/197) ([ekohl](https://github.com/ekohl))
62
102
 
63
103
  **Fixed bugs:**
64
104
 
65
- - \(maint\) Fix DigiCert root cert to match fully patched Solaris 11.4 [\#202](https://github.com/voxpupuli/beaker-puppet/pull/202) ([yachub](https://github.com/yachub))
105
+ - \(maint\) Fix DigiCert root cert to match fully patched Solaris 11.4 [\#202](https://github.com/puppetlabs/beaker-puppet/pull/202) ([yachub](https://github.com/yachub))
66
106
 
67
107
  **Merged pull requests:**
68
108
 
69
- - \(maint\) Uses RFC 5737 IP space in example [\#200](https://github.com/voxpupuli/beaker-puppet/pull/200) ([mhashizume](https://github.com/mhashizume))
109
+ - Release 1.29.0 [\#203](https://github.com/puppetlabs/beaker-puppet/pull/203) ([yachub](https://github.com/yachub))
110
+ - \(maint\) Uses RFC 5737 IP space in example [\#200](https://github.com/puppetlabs/beaker-puppet/pull/200) ([mhashizume](https://github.com/mhashizume))
70
111
 
71
- ## [1.28.0](https://github.com/voxpupuli/beaker-puppet/tree/1.28.0) (2022-09-08)
112
+ ## [1.28.0](https://github.com/puppetlabs/beaker-puppet/tree/1.28.0) (2022-09-08)
72
113
 
73
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.27.0...1.28.0)
114
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.27.0...1.28.0)
74
115
 
75
116
  **Implemented enhancements:**
76
117
 
77
- - \(PA-4552\) Create ci:test:setup step for iterative workflow [\#194](https://github.com/voxpupuli/beaker-puppet/pull/194) ([joshcooper](https://github.com/joshcooper))
118
+ - \(PA-4552\) Create ci:test:setup step for iterative workflow [\#194](https://github.com/puppetlabs/beaker-puppet/pull/194) ([joshcooper](https://github.com/joshcooper))
119
+
120
+ **Merged pull requests:**
121
+
122
+ - Release 1.28.0 [\#201](https://github.com/puppetlabs/beaker-puppet/pull/201) ([joshcooper](https://github.com/joshcooper))
78
123
 
79
- ## [1.27.0](https://github.com/voxpupuli/beaker-puppet/tree/1.27.0) (2022-08-31)
124
+ ## [1.27.0](https://github.com/puppetlabs/beaker-puppet/tree/1.27.0) (2022-08-31)
80
125
 
81
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.26.3...1.27.0)
126
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.26.3...1.27.0)
82
127
 
83
128
  **Implemented enhancements:**
84
129
 
85
- - \(ITSYS-2543\) Adds workaround for EL8 PPCLE [\#198](https://github.com/voxpupuli/beaker-puppet/pull/198) ([mhashizume](https://github.com/mhashizume))
130
+ - \(ITSYS-2543\) Adds workaround for EL8 PPCLE [\#198](https://github.com/puppetlabs/beaker-puppet/pull/198) ([mhashizume](https://github.com/mhashizume))
86
131
 
87
132
  **Fixed bugs:**
88
133
 
89
- - \(PA-4566\) Retry beaker exec if presuite completes [\#195](https://github.com/voxpupuli/beaker-puppet/pull/195) ([joshcooper](https://github.com/joshcooper))
134
+ - \(PA-4566\) Retry beaker exec if presuite completes [\#195](https://github.com/puppetlabs/beaker-puppet/pull/195) ([joshcooper](https://github.com/joshcooper))
90
135
 
91
136
  **Merged pull requests:**
92
137
 
93
- - Release 1.27.0 [\#199](https://github.com/voxpupuli/beaker-puppet/pull/199) ([mhashizume](https://github.com/mhashizume))
138
+ - Release 1.27.0 [\#199](https://github.com/puppetlabs/beaker-puppet/pull/199) ([mhashizume](https://github.com/mhashizume))
94
139
 
95
- ## [1.26.3](https://github.com/voxpupuli/beaker-puppet/tree/1.26.3) (2022-08-09)
140
+ ## [1.26.3](https://github.com/puppetlabs/beaker-puppet/tree/1.26.3) (2022-08-09)
96
141
 
97
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.26.2...1.26.3)
142
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.26.2...1.26.3)
98
143
 
99
144
  **Fixed bugs:**
100
145
 
101
- - Actually print the versions.txt file [\#193](https://github.com/voxpupuli/beaker-puppet/pull/193) ([joshcooper](https://github.com/joshcooper))
146
+ - Actually print the versions.txt file [\#193](https://github.com/puppetlabs/beaker-puppet/pull/193) ([joshcooper](https://github.com/joshcooper))
102
147
 
103
148
  **Merged pull requests:**
104
149
 
105
- - Release 1.26.3 [\#196](https://github.com/voxpupuli/beaker-puppet/pull/196) ([joshcooper](https://github.com/joshcooper))
150
+ - Release 1.26.3 [\#196](https://github.com/puppetlabs/beaker-puppet/pull/196) ([joshcooper](https://github.com/joshcooper))
106
151
 
107
- ## [1.26.2](https://github.com/voxpupuli/beaker-puppet/tree/1.26.2) (2022-05-31)
152
+ ## [1.26.2](https://github.com/puppetlabs/beaker-puppet/tree/1.26.2) (2022-05-31)
108
153
 
109
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.26.1...1.26.2)
154
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.26.1...1.26.2)
110
155
 
111
156
  **Merged pull requests:**
112
157
 
113
- - \(PA-4178\) Only clear and add non-default gem sources [\#190](https://github.com/voxpupuli/beaker-puppet/pull/190) ([joshcooper](https://github.com/joshcooper))
158
+ - Release 1.26.2 [\#192](https://github.com/puppetlabs/beaker-puppet/pull/192) ([joshcooper](https://github.com/joshcooper))
159
+ - \(PA-4178\) Only clear and add non-default gem sources [\#190](https://github.com/puppetlabs/beaker-puppet/pull/190) ([joshcooper](https://github.com/joshcooper))
114
160
 
115
- ## [1.26.1](https://github.com/voxpupuli/beaker-puppet/tree/1.26.1) (2022-03-24)
161
+ ## [1.26.1](https://github.com/puppetlabs/beaker-puppet/tree/1.26.1) (2022-03-24)
116
162
 
117
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.26.0...1.26.1)
163
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.26.0...1.26.1)
118
164
 
119
165
  **Implemented enhancements:**
120
166
 
121
- - \(maint\) Adds CA to Solaris 11 SPARC setup [\#186](https://github.com/voxpupuli/beaker-puppet/pull/186) ([mhashizume](https://github.com/mhashizume))
167
+ - \(maint\) Adds CA to Solaris 11 SPARC setup [\#186](https://github.com/puppetlabs/beaker-puppet/pull/186) ([mhashizume](https://github.com/mhashizume))
122
168
 
123
169
  **Fixed bugs:**
124
170
 
125
- - \(maint\) Fixes Solaris cert setup step [\#188](https://github.com/voxpupuli/beaker-puppet/pull/188) ([mhashizume](https://github.com/mhashizume))
171
+ - \(maint\) Fixes Solaris cert setup step [\#188](https://github.com/puppetlabs/beaker-puppet/pull/188) ([mhashizume](https://github.com/mhashizume))
126
172
 
127
173
  **Merged pull requests:**
128
174
 
129
- - \(PA-4332\) Changes download links to HTTPS [\#185](https://github.com/voxpupuli/beaker-puppet/pull/185) ([mhashizume](https://github.com/mhashizume))
175
+ - Release 1.26.1 [\#189](https://github.com/puppetlabs/beaker-puppet/pull/189) ([mhashizume](https://github.com/mhashizume))
176
+ - Release 1.26.0 [\#187](https://github.com/puppetlabs/beaker-puppet/pull/187) ([mhashizume](https://github.com/mhashizume))
177
+ - \(PA-4332\) Changes download links to HTTPS [\#185](https://github.com/puppetlabs/beaker-puppet/pull/185) ([mhashizume](https://github.com/mhashizume))
130
178
 
131
- ## [1.26.0](https://github.com/voxpupuli/beaker-puppet/tree/1.26.0) (2022-03-23)
179
+ ## [1.26.0](https://github.com/puppetlabs/beaker-puppet/tree/1.26.0) (2022-03-23)
132
180
 
133
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.25.0...1.26.0)
181
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.25.0...1.26.0)
134
182
 
135
- ## [1.25.0](https://github.com/voxpupuli/beaker-puppet/tree/1.25.0) (2022-03-16)
183
+ ## [1.25.0](https://github.com/puppetlabs/beaker-puppet/tree/1.25.0) (2022-03-16)
136
184
 
137
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.24.0...1.25.0)
185
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.24.0...1.25.0)
138
186
 
139
187
  **Implemented enhancements:**
140
188
 
141
- - \(PA-4331\) Add a step for updating Solaris CA Keystore [\#182](https://github.com/voxpupuli/beaker-puppet/pull/182) ([cthorn42](https://github.com/cthorn42))
189
+ - \(PA-4331\) Add a step for updating Solaris CA Keystore [\#182](https://github.com/puppetlabs/beaker-puppet/pull/182) ([cthorn42](https://github.com/cthorn42))
142
190
 
143
191
  **Fixed bugs:**
144
192
 
145
- - \(PA-4331\) Fix the logic to only run on older solaris versions [\#183](https://github.com/voxpupuli/beaker-puppet/pull/183) ([cthorn42](https://github.com/cthorn42))
193
+ - \(PA-4331\) Fix the logic to only run on older solaris versions [\#183](https://github.com/puppetlabs/beaker-puppet/pull/183) ([cthorn42](https://github.com/cthorn42))
146
194
 
147
- ## [1.24.0](https://github.com/voxpupuli/beaker-puppet/tree/1.24.0) (2022-03-04)
195
+ **Merged pull requests:**
196
+
197
+ - Release 1.25.0 [\#184](https://github.com/puppetlabs/beaker-puppet/pull/184) ([bastelfreak](https://github.com/bastelfreak))
198
+
199
+ ## [1.24.0](https://github.com/puppetlabs/beaker-puppet/tree/1.24.0) (2022-03-04)
148
200
 
149
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.23.0...1.24.0)
201
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.23.0...1.24.0)
150
202
 
151
203
  **Implemented enhancements:**
152
204
 
153
- - module setup on the target: Ignore files at the root level only [\#177](https://github.com/voxpupuli/beaker-puppet/pull/177) ([smortex](https://github.com/smortex))
205
+ - module setup on the target: Ignore files at the root level only [\#177](https://github.com/puppetlabs/beaker-puppet/pull/177) ([smortex](https://github.com/smortex))
154
206
 
155
207
  **Merged pull requests:**
156
208
 
157
- - gemspec: fix typo in Apache-2.0 license [\#180](https://github.com/voxpupuli/beaker-puppet/pull/180) ([bastelfreak](https://github.com/bastelfreak))
158
- - Add Ruby 3.1 to CI [\#179](https://github.com/voxpupuli/beaker-puppet/pull/179) ([bastelfreak](https://github.com/bastelfreak))
159
- - Depend on Ruby 2.4 or newer in gemspec [\#178](https://github.com/voxpupuli/beaker-puppet/pull/178) ([bastelfreak](https://github.com/bastelfreak))
209
+ - Release 1.24.0 [\#181](https://github.com/puppetlabs/beaker-puppet/pull/181) ([bastelfreak](https://github.com/bastelfreak))
210
+ - gemspec: fix typo in Apache-2.0 license [\#180](https://github.com/puppetlabs/beaker-puppet/pull/180) ([bastelfreak](https://github.com/bastelfreak))
211
+ - Add Ruby 3.1 to CI [\#179](https://github.com/puppetlabs/beaker-puppet/pull/179) ([bastelfreak](https://github.com/bastelfreak))
212
+ - Depend on Ruby 2.4 or newer in gemspec [\#178](https://github.com/puppetlabs/beaker-puppet/pull/178) ([bastelfreak](https://github.com/bastelfreak))
213
+ - Release 1.23.0 [\#175](https://github.com/puppetlabs/beaker-puppet/pull/175) ([cthorn42](https://github.com/cthorn42))
160
214
 
161
- ## [1.23.0](https://github.com/voxpupuli/beaker-puppet/tree/1.23.0) (2022-02-23)
215
+ ## [1.23.0](https://github.com/puppetlabs/beaker-puppet/tree/1.23.0) (2022-02-23)
162
216
 
163
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.22.2...1.23.0)
217
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.22.2...1.23.0)
164
218
 
165
219
  **Implemented enhancements:**
166
220
 
167
- - \(maint\) Follow redirects when curling MSI [\#176](https://github.com/voxpupuli/beaker-puppet/pull/176) ([joshcooper](https://github.com/joshcooper))
168
- - Update agent download from URL logic to handle redirects [\#173](https://github.com/voxpupuli/beaker-puppet/pull/173) ([cthorn42](https://github.com/cthorn42))
221
+ - \(maint\) Follow redirects when curling MSI [\#176](https://github.com/puppetlabs/beaker-puppet/pull/176) ([joshcooper](https://github.com/joshcooper))
222
+ - Update agent download from URL logic to handle redirects [\#173](https://github.com/puppetlabs/beaker-puppet/pull/173) ([cthorn42](https://github.com/cthorn42))
169
223
 
170
224
  **Merged pull requests:**
171
225
 
172
- - Update specs to fix ruby 3 spec failures [\#174](https://github.com/voxpupuli/beaker-puppet/pull/174) ([cthorn42](https://github.com/cthorn42))
226
+ - Update specs to fix ruby 3 spec failures [\#174](https://github.com/puppetlabs/beaker-puppet/pull/174) ([cthorn42](https://github.com/cthorn42))
173
227
 
174
- ## [1.22.2](https://github.com/voxpupuli/beaker-puppet/tree/1.22.2) (2021-12-31)
228
+ ## [1.22.2](https://github.com/puppetlabs/beaker-puppet/tree/1.22.2) (2021-12-31)
175
229
 
176
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.22.1...1.22.2)
230
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.22.1...1.22.2)
177
231
 
178
232
  **Merged pull requests:**
179
233
 
180
- - Fix install\_puppet\_on on el8 [\#170](https://github.com/voxpupuli/beaker-puppet/pull/170) ([gcampbell12](https://github.com/gcampbell12))
234
+ - Release 1.22.2 [\#171](https://github.com/puppetlabs/beaker-puppet/pull/171) ([bastelfreak](https://github.com/bastelfreak))
235
+ - Fix install\_puppet\_on on el8 [\#170](https://github.com/puppetlabs/beaker-puppet/pull/170) ([gcampbell12](https://github.com/gcampbell12))
181
236
 
182
- ## [1.22.1](https://github.com/voxpupuli/beaker-puppet/tree/1.22.1) (2021-08-19)
237
+ ## [1.22.1](https://github.com/puppetlabs/beaker-puppet/tree/1.22.1) (2021-08-19)
183
238
 
184
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.22.0...1.22.1)
239
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.22.0...1.22.1)
185
240
 
186
241
  **Merged pull requests:**
187
242
 
188
- - Revert "Use the built-in Resolv::IPv4::Regex" [\#168](https://github.com/voxpupuli/beaker-puppet/pull/168) ([kenyon](https://github.com/kenyon))
243
+ - Prep for 1.22.1 release [\#169](https://github.com/puppetlabs/beaker-puppet/pull/169) ([tvpartytonight](https://github.com/tvpartytonight))
244
+ - Revert "Use the built-in Resolv::IPv4::Regex" [\#168](https://github.com/puppetlabs/beaker-puppet/pull/168) ([kenyon](https://github.com/kenyon))
189
245
 
190
- ## [1.22.0](https://github.com/voxpupuli/beaker-puppet/tree/1.22.0) (2021-08-17)
246
+ ## [1.22.0](https://github.com/puppetlabs/beaker-puppet/tree/1.22.0) (2021-08-17)
191
247
 
192
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.21.0...1.22.0)
248
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.21.0...1.22.0)
193
249
 
194
250
  **Implemented enhancements:**
195
251
 
196
- - Create better puppet apply tmpfiles [\#161](https://github.com/voxpupuli/beaker-puppet/pull/161) ([trevor-vaughan](https://github.com/trevor-vaughan))
197
- - Drop stringify-hash dependency [\#158](https://github.com/voxpupuli/beaker-puppet/pull/158) ([ekohl](https://github.com/ekohl))
252
+ - Create better puppet apply tmpfiles [\#161](https://github.com/puppetlabs/beaker-puppet/pull/161) ([trevor-vaughan](https://github.com/trevor-vaughan))
253
+ - Drop stringify-hash dependency [\#158](https://github.com/puppetlabs/beaker-puppet/pull/158) ([ekohl](https://github.com/ekohl))
198
254
 
199
255
  **Merged pull requests:**
200
256
 
201
- - Remove mentions of Beaker 3 [\#165](https://github.com/voxpupuli/beaker-puppet/pull/165) ([ekohl](https://github.com/ekohl))
202
- - Use the built-in Resolv::IPv4::Regex [\#164](https://github.com/voxpupuli/beaker-puppet/pull/164) ([ekohl](https://github.com/ekohl))
203
- - Implement codecov; update README.md [\#162](https://github.com/voxpupuli/beaker-puppet/pull/162) ([bastelfreak](https://github.com/bastelfreak))
204
- - Add both GPG keys when installing repos on SLES [\#157](https://github.com/voxpupuli/beaker-puppet/pull/157) ([GabrielNagy](https://github.com/GabrielNagy))
257
+ - Regenerate v1.22 changelog [\#167](https://github.com/puppetlabs/beaker-puppet/pull/167) ([bastelfreak](https://github.com/bastelfreak))
258
+ - Remove mentions of Beaker 3 [\#165](https://github.com/puppetlabs/beaker-puppet/pull/165) ([ekohl](https://github.com/ekohl))
259
+ - Use the built-in Resolv::IPv4::Regex [\#164](https://github.com/puppetlabs/beaker-puppet/pull/164) ([ekohl](https://github.com/ekohl))
260
+ - release 1.22.0 [\#163](https://github.com/puppetlabs/beaker-puppet/pull/163) ([bastelfreak](https://github.com/bastelfreak))
261
+ - Implement codecov; update README.md [\#162](https://github.com/puppetlabs/beaker-puppet/pull/162) ([bastelfreak](https://github.com/bastelfreak))
262
+ - Add both GPG keys when installing repos on SLES [\#157](https://github.com/puppetlabs/beaker-puppet/pull/157) ([GabrielNagy](https://github.com/GabrielNagy))
205
263
 
206
- ## [1.21.0](https://github.com/voxpupuli/beaker-puppet/tree/1.21.0) (2020-12-21)
264
+ ## [1.21.0](https://github.com/puppetlabs/beaker-puppet/tree/1.21.0) (2020-12-21)
207
265
 
208
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.20.0...1.21.0)
266
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.20.0...1.21.0)
209
267
 
210
268
  **Fixed bugs:**
211
269
 
212
- - Fix Arch Linux support [\#154](https://github.com/voxpupuli/beaker-puppet/pull/154) ([bastelfreak](https://github.com/bastelfreak))
270
+ - Fix Arch Linux support [\#154](https://github.com/puppetlabs/beaker-puppet/pull/154) ([bastelfreak](https://github.com/bastelfreak))
271
+
272
+ **Closed issues:**
273
+
274
+ - Useless 'PATH' string prepended to PATH environment variable [\#151](https://github.com/puppetlabs/beaker-puppet/issues/151)
213
275
 
214
276
  **Merged pull requests:**
215
277
 
216
- - \(\#151\) Remove useless 'PATH' string from system PATH [\#152](https://github.com/voxpupuli/beaker-puppet/pull/152) ([silug](https://github.com/silug))
217
- - \(maint\) replace use of deprecated method `get_puppet_collection` [\#149](https://github.com/voxpupuli/beaker-puppet/pull/149) ([ciprianbadescu](https://github.com/ciprianbadescu))
218
- - \(maint\) Make latest the latest stable instead of nightly [\#147](https://github.com/voxpupuli/beaker-puppet/pull/147) ([GabrielNagy](https://github.com/GabrielNagy))
219
- - \(maint\) Remove deprecated gem install flags [\#146](https://github.com/voxpupuli/beaker-puppet/pull/146) ([gimmyxd](https://github.com/gimmyxd))
220
- - \(maint\) redhat-8-arm64 builds access check [\#145](https://github.com/voxpupuli/beaker-puppet/pull/145) ([ciprianbadescu](https://github.com/ciprianbadescu))
278
+ - \(\#151\) Remove useless 'PATH' string from system PATH [\#152](https://github.com/puppetlabs/beaker-puppet/pull/152) ([silug](https://github.com/silug))
279
+ - Release 1.21.0 with proper changelog [\#150](https://github.com/puppetlabs/beaker-puppet/pull/150) ([bastelfreak](https://github.com/bastelfreak))
280
+ - \(maint\) replace use of deprecated method `get_puppet_collection` [\#149](https://github.com/puppetlabs/beaker-puppet/pull/149) ([ciprianbadescu](https://github.com/ciprianbadescu))
281
+ - Convert workflow to Github Actions [\#148](https://github.com/puppetlabs/beaker-puppet/pull/148) ([ekohl](https://github.com/ekohl))
282
+ - \(maint\) Make latest the latest stable instead of nightly [\#147](https://github.com/puppetlabs/beaker-puppet/pull/147) ([GabrielNagy](https://github.com/GabrielNagy))
283
+ - \(maint\) Remove deprecated gem install flags [\#146](https://github.com/puppetlabs/beaker-puppet/pull/146) ([gimmyxd](https://github.com/gimmyxd))
284
+ - \(maint\) redhat-8-arm64 builds access check [\#145](https://github.com/puppetlabs/beaker-puppet/pull/145) ([ciprianbadescu](https://github.com/ciprianbadescu))
221
285
 
222
- ## [1.20.0](https://github.com/voxpupuli/beaker-puppet/tree/1.20.0) (2020-09-10)
286
+ ## [1.20.0](https://github.com/puppetlabs/beaker-puppet/tree/1.20.0) (2020-09-10)
223
287
 
224
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.19.2...1.20.0)
288
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.19.2...1.20.0)
225
289
 
226
290
  **Merged pull requests:**
227
291
 
228
- - \(maint\) Remove puppet teams from CODEOWNERS file [\#143](https://github.com/voxpupuli/beaker-puppet/pull/143) ([lucywyman](https://github.com/lucywyman))
229
- - Add .travis.yml [\#142](https://github.com/voxpupuli/beaker-puppet/pull/142) ([genebean](https://github.com/genebean))
230
- - Add Dependabot to keep thins up to date [\#139](https://github.com/voxpupuli/beaker-puppet/pull/139) ([genebean](https://github.com/genebean))
231
- - \(maint\) Update Windows test version.txt path [\#138](https://github.com/voxpupuli/beaker-puppet/pull/138) ([mihaibuzgau](https://github.com/mihaibuzgau))
292
+ - \(maint\) Remove puppet teams from CODEOWNERS file [\#143](https://github.com/puppetlabs/beaker-puppet/pull/143) ([lucywyman](https://github.com/lucywyman))
293
+ - Add .travis.yml [\#142](https://github.com/puppetlabs/beaker-puppet/pull/142) ([genebean](https://github.com/genebean))
294
+ - Add Dependabot to keep thins up to date [\#139](https://github.com/puppetlabs/beaker-puppet/pull/139) ([genebean](https://github.com/genebean))
295
+ - \(maint\) Update Windows test version.txt path [\#138](https://github.com/puppetlabs/beaker-puppet/pull/138) ([mihaibuzgau](https://github.com/mihaibuzgau))
232
296
 
233
- ## [1.19.2](https://github.com/voxpupuli/beaker-puppet/tree/1.19.2) (2020-05-21)
297
+ ## [1.19.2](https://github.com/puppetlabs/beaker-puppet/tree/1.19.2) (2020-05-21)
234
298
 
235
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.19.1...1.19.2)
299
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.19.1...1.19.2)
236
300
 
237
301
  **Merged pull requests:**
238
302
 
239
- - \(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))
303
+ - \(BKR-1654\) ruby\_command should work on windows localhost [\#137](https://github.com/puppetlabs/beaker-puppet/pull/137) ([Filipovici-Andrei](https://github.com/Filipovici-Andrei))
240
304
 
241
- ## [1.19.1](https://github.com/voxpupuli/beaker-puppet/tree/1.19.1) (2020-05-07)
305
+ ## [1.19.1](https://github.com/puppetlabs/beaker-puppet/tree/1.19.1) (2020-05-07)
242
306
 
243
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.19.0...1.19.1)
307
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.19.0...1.19.1)
244
308
 
245
309
  **Merged pull requests:**
246
310
 
247
- - \(BKR-1641\) Update Agent version defaults [\#134](https://github.com/voxpupuli/beaker-puppet/pull/134) ([sebastian-miclea](https://github.com/sebastian-miclea))
311
+ - \(BKR-1641\) Update Agent version defaults [\#134](https://github.com/puppetlabs/beaker-puppet/pull/134) ([sebastian-miclea](https://github.com/sebastian-miclea))
248
312
 
249
- ## [1.19.0](https://github.com/voxpupuli/beaker-puppet/tree/1.19.0) (2020-05-06)
313
+ ## [1.19.0](https://github.com/puppetlabs/beaker-puppet/tree/1.19.0) (2020-05-06)
250
314
 
251
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.15...1.19.0)
315
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.15...1.19.0)
252
316
 
253
317
  **Merged pull requests:**
254
318
 
255
- - Bump puppet and rake version [\#136](https://github.com/voxpupuli/beaker-puppet/pull/136) ([highb](https://github.com/highb))
256
- - \(maint\) Add extra escape chars in msi-log [\#135](https://github.com/voxpupuli/beaker-puppet/pull/135) ([donoghuc](https://github.com/donoghuc))
319
+ - Bump puppet and rake version [\#136](https://github.com/puppetlabs/beaker-puppet/pull/136) ([highb](https://github.com/highb))
320
+ - \(maint\) Add extra escape chars in msi-log [\#135](https://github.com/puppetlabs/beaker-puppet/pull/135) ([donoghuc](https://github.com/donoghuc))
257
321
 
258
- ## [1.18.15](https://github.com/voxpupuli/beaker-puppet/tree/1.18.15) (2020-03-31)
322
+ ## [1.18.15](https://github.com/puppetlabs/beaker-puppet/tree/1.18.15) (2020-03-31)
259
323
 
260
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.14...1.18.15)
324
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.14...1.18.15)
261
325
 
262
326
  **Merged pull requests:**
263
327
 
264
- - \(maint\) Enable Windows hosts to use the package\_proxy [\#133](https://github.com/voxpupuli/beaker-puppet/pull/133) ([markcassidy](https://github.com/markcassidy))
328
+ - \(maint\) Enable Windows hosts to use the package\_proxy [\#133](https://github.com/puppetlabs/beaker-puppet/pull/133) ([markcassidy](https://github.com/markcassidy))
265
329
 
266
- ## [1.18.14](https://github.com/voxpupuli/beaker-puppet/tree/1.18.14) (2020-02-20)
330
+ ## [1.18.14](https://github.com/puppetlabs/beaker-puppet/tree/1.18.14) (2020-02-20)
267
331
 
268
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.13...1.18.14)
332
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.13...1.18.14)
269
333
 
270
334
  **Merged pull requests:**
271
335
 
272
- - Update to remove issues with type/more commands [\#131](https://github.com/voxpupuli/beaker-puppet/pull/131) ([trevor-vaughan](https://github.com/trevor-vaughan))
336
+ - Update to remove issues with type/more commands [\#131](https://github.com/puppetlabs/beaker-puppet/pull/131) ([trevor-vaughan](https://github.com/trevor-vaughan))
273
337
 
274
- ## [1.18.13](https://github.com/voxpupuli/beaker-puppet/tree/1.18.13) (2020-02-07)
338
+ ## [1.18.13](https://github.com/puppetlabs/beaker-puppet/tree/1.18.13) (2020-02-07)
275
339
 
276
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.12...1.18.13)
340
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.12...1.18.13)
277
341
 
278
342
  **Merged pull requests:**
279
343
 
280
- - Revert "Merge pull request \#129 from trevor-vaughan/windows\_paths" [\#130](https://github.com/voxpupuli/beaker-puppet/pull/130) ([gimmyxd](https://github.com/gimmyxd))
344
+ - Revert "Merge pull request \#129 from trevor-vaughan/windows\_paths" [\#130](https://github.com/puppetlabs/beaker-puppet/pull/130) ([gimmyxd](https://github.com/gimmyxd))
281
345
 
282
- ## [1.18.12](https://github.com/voxpupuli/beaker-puppet/tree/1.18.12) (2020-02-06)
346
+ ## [1.18.12](https://github.com/puppetlabs/beaker-puppet/tree/1.18.12) (2020-02-06)
283
347
 
284
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.11...1.18.12)
348
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.11...1.18.12)
285
349
 
286
350
  **Merged pull requests:**
287
351
 
288
- - Fix Windows Support [\#129](https://github.com/voxpupuli/beaker-puppet/pull/129) ([trevor-vaughan](https://github.com/trevor-vaughan))
289
- - Provide a useful message if possible ISP hijacking [\#128](https://github.com/voxpupuli/beaker-puppet/pull/128) ([trevor-vaughan](https://github.com/trevor-vaughan))
352
+ - Fix Windows Support [\#129](https://github.com/puppetlabs/beaker-puppet/pull/129) ([trevor-vaughan](https://github.com/trevor-vaughan))
353
+ - Provide a useful message if possible ISP hijacking [\#128](https://github.com/puppetlabs/beaker-puppet/pull/128) ([trevor-vaughan](https://github.com/trevor-vaughan))
290
354
 
291
- ## [1.18.11](https://github.com/voxpupuli/beaker-puppet/tree/1.18.11) (2019-12-10)
355
+ ## [1.18.11](https://github.com/puppetlabs/beaker-puppet/tree/1.18.11) (2019-12-10)
292
356
 
293
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.10...1.18.11)
357
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.10...1.18.11)
294
358
 
295
359
  **Merged pull requests:**
296
360
 
297
- - \(maint\) Allow custom hypervisor settings [\#127](https://github.com/voxpupuli/beaker-puppet/pull/127) ([melissa](https://github.com/melissa))
361
+ - \(maint\) Allow custom hypervisor settings [\#127](https://github.com/puppetlabs/beaker-puppet/pull/127) ([melissa](https://github.com/melissa))
298
362
 
299
- ## [1.18.10](https://github.com/voxpupuli/beaker-puppet/tree/1.18.10) (2019-11-26)
363
+ ## [1.18.10](https://github.com/puppetlabs/beaker-puppet/tree/1.18.10) (2019-11-26)
300
364
 
301
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.9...1.18.10)
365
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.9...1.18.10)
302
366
 
303
367
  **Merged pull requests:**
304
368
 
305
- - \(RE-12690\) Be more explicit about when to gsub [\#126](https://github.com/voxpupuli/beaker-puppet/pull/126) ([mwaggett](https://github.com/mwaggett))
369
+ - \(RE-12690\) Be more explicit about when to gsub [\#126](https://github.com/puppetlabs/beaker-puppet/pull/126) ([mwaggett](https://github.com/mwaggett))
306
370
 
307
- ## [1.18.9](https://github.com/voxpupuli/beaker-puppet/tree/1.18.9) (2019-11-25)
371
+ ## [1.18.9](https://github.com/puppetlabs/beaker-puppet/tree/1.18.9) (2019-11-25)
308
372
 
309
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.8...1.18.9)
373
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.8...1.18.9)
310
374
 
311
375
  **Merged pull requests:**
312
376
 
313
- - \(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))
377
+ - \(RE-12690\) Add debug output to `install_repo_configs_from_url` [\#125](https://github.com/puppetlabs/beaker-puppet/pull/125) ([mwaggett](https://github.com/mwaggett))
314
378
 
315
- ## [1.18.8](https://github.com/voxpupuli/beaker-puppet/tree/1.18.8) (2019-09-25)
379
+ ## [1.18.8](https://github.com/puppetlabs/beaker-puppet/tree/1.18.8) (2019-09-25)
316
380
 
317
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.7...1.18.8)
381
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.7...1.18.8)
318
382
 
319
383
  **Merged pull requests:**
320
384
 
321
- - \(maint\) removed unused gem markdown [\#124](https://github.com/voxpupuli/beaker-puppet/pull/124) ([ciprianbadescu](https://github.com/ciprianbadescu))
322
- - \(maint\) fix ssl cleanup [\#123](https://github.com/voxpupuli/beaker-puppet/pull/123) ([ciprianbadescu](https://github.com/ciprianbadescu))
323
- - \(maint\) add CODEOWNERS [\#120](https://github.com/voxpupuli/beaker-puppet/pull/120) ([mihaibuzgau](https://github.com/mihaibuzgau))
385
+ - \(maint\) removed unused gem markdown [\#124](https://github.com/puppetlabs/beaker-puppet/pull/124) ([ciprianbadescu](https://github.com/ciprianbadescu))
386
+ - \(maint\) fix ssl cleanup [\#123](https://github.com/puppetlabs/beaker-puppet/pull/123) ([ciprianbadescu](https://github.com/ciprianbadescu))
387
+ - \(maint\) add CODEOWNERS [\#120](https://github.com/puppetlabs/beaker-puppet/pull/120) ([mihaibuzgau](https://github.com/mihaibuzgau))
324
388
 
325
- ## [1.18.7](https://github.com/voxpupuli/beaker-puppet/tree/1.18.7) (2019-07-18)
389
+ ## [1.18.7](https://github.com/puppetlabs/beaker-puppet/tree/1.18.7) (2019-07-18)
326
390
 
327
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.6...1.18.7)
391
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.6...1.18.7)
328
392
 
329
393
  **Merged pull requests:**
330
394
 
331
- - \(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))
395
+ - \(maint\) Using skip\_test in a step was not doing what I expected [\#119](https://github.com/puppetlabs/beaker-puppet/pull/119) ([underscorgan](https://github.com/underscorgan))
332
396
 
333
- ## [1.18.6](https://github.com/voxpupuli/beaker-puppet/tree/1.18.6) (2019-07-15)
397
+ ## [1.18.6](https://github.com/puppetlabs/beaker-puppet/tree/1.18.6) (2019-07-15)
334
398
 
335
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.5...1.18.6)
399
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.5...1.18.6)
336
400
 
337
401
  **Merged pull requests:**
338
402
 
339
- - \(maint\) Updates for rerunning tests on existing containers [\#117](https://github.com/voxpupuli/beaker-puppet/pull/117) ([underscorgan](https://github.com/underscorgan))
403
+ - \(maint\) Updates for rerunning tests on existing containers [\#117](https://github.com/puppetlabs/beaker-puppet/pull/117) ([underscorgan](https://github.com/underscorgan))
340
404
 
341
- ## [1.18.5](https://github.com/voxpupuli/beaker-puppet/tree/1.18.5) (2019-06-27)
405
+ ## [1.18.5](https://github.com/puppetlabs/beaker-puppet/tree/1.18.5) (2019-06-27)
342
406
 
343
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.4...1.18.5)
407
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.4...1.18.5)
344
408
 
345
409
  **Merged pull requests:**
346
410
 
347
- - \(BKR-1600\) Default puppet settings to `main` section [\#118](https://github.com/voxpupuli/beaker-puppet/pull/118) ([joshcooper](https://github.com/joshcooper))
411
+ - \(BKR-1600\) Default puppet settings to `main` section [\#118](https://github.com/puppetlabs/beaker-puppet/pull/118) ([joshcooper](https://github.com/joshcooper))
348
412
 
349
- ## [1.18.4](https://github.com/voxpupuli/beaker-puppet/tree/1.18.4) (2019-06-19)
413
+ ## [1.18.4](https://github.com/puppetlabs/beaker-puppet/tree/1.18.4) (2019-06-19)
350
414
 
351
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.3...1.18.4)
415
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.3...1.18.4)
352
416
 
353
417
  **Merged pull requests:**
354
418
 
355
- - \(BKR-1598\) Set server hostname [\#116](https://github.com/voxpupuli/beaker-puppet/pull/116) ([joshcooper](https://github.com/joshcooper))
419
+ - \(BKR-1598\) Set server hostname [\#116](https://github.com/puppetlabs/beaker-puppet/pull/116) ([joshcooper](https://github.com/joshcooper))
356
420
 
357
- ## [1.18.3](https://github.com/voxpupuli/beaker-puppet/tree/1.18.3) (2019-05-24)
421
+ ## [1.18.3](https://github.com/puppetlabs/beaker-puppet/tree/1.18.3) (2019-05-24)
358
422
 
359
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.2...1.18.3)
423
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.2...1.18.3)
360
424
 
361
425
  **Merged pull requests:**
362
426
 
363
- - \(maint\) Mark dev repos as trusted [\#115](https://github.com/voxpupuli/beaker-puppet/pull/115) ([pcarlisle](https://github.com/pcarlisle))
427
+ - \(maint\) Mark dev repos as trusted [\#115](https://github.com/puppetlabs/beaker-puppet/pull/115) ([pcarlisle](https://github.com/pcarlisle))
364
428
 
365
- ## [1.18.2](https://github.com/voxpupuli/beaker-puppet/tree/1.18.2) (2019-05-20)
429
+ ## [1.18.2](https://github.com/puppetlabs/beaker-puppet/tree/1.18.2) (2019-05-20)
366
430
 
367
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.1...1.18.2)
431
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.1...1.18.2)
368
432
 
369
433
  **Merged pull requests:**
370
434
 
371
- - \(BKR-1591\) install puppet from devbuilds on amazon [\#114](https://github.com/voxpupuli/beaker-puppet/pull/114) ([gimmyxd](https://github.com/gimmyxd))
435
+ - \(BKR-1591\) install puppet from devbuilds on amazon [\#114](https://github.com/puppetlabs/beaker-puppet/pull/114) ([gimmyxd](https://github.com/gimmyxd))
372
436
 
373
- ## [1.18.1](https://github.com/voxpupuli/beaker-puppet/tree/1.18.1) (2019-05-16)
437
+ ## [1.18.1](https://github.com/puppetlabs/beaker-puppet/tree/1.18.1) (2019-05-16)
374
438
 
375
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.18.0...1.18.1)
439
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.0...1.18.1)
376
440
 
377
441
  **Merged pull requests:**
378
442
 
379
- - \(BKR-1587\) Install non-latest builds on all hosts [\#112](https://github.com/voxpupuli/beaker-puppet/pull/112) ([joshcooper](https://github.com/joshcooper))
443
+ - \(BKR-1587\) Install non-latest builds on all hosts [\#112](https://github.com/puppetlabs/beaker-puppet/pull/112) ([joshcooper](https://github.com/joshcooper))
380
444
 
381
- ## [1.18.0](https://github.com/voxpupuli/beaker-puppet/tree/1.18.0) (2019-05-15)
445
+ ## [1.18.0](https://github.com/puppetlabs/beaker-puppet/tree/1.18.0) (2019-05-15)
382
446
 
383
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.17.0...1.18.0)
447
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.17.0...1.18.0)
384
448
 
385
449
  **Merged pull requests:**
386
450
 
387
- - \(BKR-1590\) Support new yum and apt release locations [\#113](https://github.com/voxpupuli/beaker-puppet/pull/113) ([treydock](https://github.com/treydock))
388
- - \(maint\) Restructure release repo url [\#110](https://github.com/voxpupuli/beaker-puppet/pull/110) ([melissa](https://github.com/melissa))
451
+ - \(BKR-1590\) Support new yum and apt release locations [\#113](https://github.com/puppetlabs/beaker-puppet/pull/113) ([treydock](https://github.com/treydock))
452
+ - \(maint\) Restructure release repo url [\#110](https://github.com/puppetlabs/beaker-puppet/pull/110) ([melissa](https://github.com/melissa))
389
453
 
390
- ## [1.17.0](https://github.com/voxpupuli/beaker-puppet/tree/1.17.0) (2019-04-15)
454
+ ## [1.17.0](https://github.com/puppetlabs/beaker-puppet/tree/1.17.0) (2019-04-15)
391
455
 
392
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.16.0...1.17.0)
456
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.16.0...1.17.0)
393
457
 
394
458
  **Merged pull requests:**
395
459
 
396
- - \(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))
397
- - \(maint\) Remove assumption that we have runtime on docker [\#108](https://github.com/voxpupuli/beaker-puppet/pull/108) ([melissa](https://github.com/melissa))
398
- - \(maint\) Added debian 10 or higher to allow insecure repo [\#107](https://github.com/voxpupuli/beaker-puppet/pull/107) ([loopinu](https://github.com/loopinu))
399
- - \(MAINT\) Fix test:acceptance:pkg [\#106](https://github.com/voxpupuli/beaker-puppet/pull/106) ([smcelmurry](https://github.com/smcelmurry))
400
- - \(maint\) Exclude tmp directory on module installation [\#101](https://github.com/voxpupuli/beaker-puppet/pull/101) ([glennsarti](https://github.com/glennsarti))
401
- - \(maint\) Enable acceptance testing with puppet-agent installed from ni… [\#98](https://github.com/voxpupuli/beaker-puppet/pull/98) ([melissa](https://github.com/melissa))
460
+ - \(maint\) Bump version of puppet-agent to test against to 6.0.0 [\#109](https://github.com/puppetlabs/beaker-puppet/pull/109) ([melissa](https://github.com/melissa))
461
+ - \(maint\) Remove assumption that we have runtime on docker [\#108](https://github.com/puppetlabs/beaker-puppet/pull/108) ([melissa](https://github.com/melissa))
462
+ - \(maint\) Added debian 10 or higher to allow insecure repo [\#107](https://github.com/puppetlabs/beaker-puppet/pull/107) ([loopinu](https://github.com/loopinu))
463
+ - \(MAINT\) Fix test:acceptance:pkg [\#106](https://github.com/puppetlabs/beaker-puppet/pull/106) ([smcelmurry](https://github.com/smcelmurry))
464
+ - \(maint\) Exclude tmp directory on module installation [\#101](https://github.com/puppetlabs/beaker-puppet/pull/101) ([glennsarti](https://github.com/glennsarti))
465
+ - \(maint\) Enable acceptance testing with puppet-agent installed from ni… [\#98](https://github.com/puppetlabs/beaker-puppet/pull/98) ([melissa](https://github.com/melissa))
402
466
 
403
- ## [1.16.0](https://github.com/voxpupuli/beaker-puppet/tree/1.16.0) (2019-01-29)
467
+ ## [1.16.0](https://github.com/puppetlabs/beaker-puppet/tree/1.16.0) (2019-01-29)
404
468
 
405
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.15.1...1.16.0)
469
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.15.1...1.16.0)
406
470
 
407
471
  **Merged pull requests:**
408
472
 
409
- - \(maint\) Add puppetserver package to puppet\_collection\_for [\#104](https://github.com/voxpupuli/beaker-puppet/pull/104) ([ekinanp](https://github.com/ekinanp))
410
- - \(maint\) `agent` should be `host` [\#103](https://github.com/voxpupuli/beaker-puppet/pull/103) ([melissa](https://github.com/melissa))
473
+ - \(maint\) Add puppetserver package to puppet\_collection\_for [\#104](https://github.com/puppetlabs/beaker-puppet/pull/104) ([ekinanp](https://github.com/ekinanp))
474
+ - \(maint\) `agent` should be `host` [\#103](https://github.com/puppetlabs/beaker-puppet/pull/103) ([melissa](https://github.com/melissa))
411
475
 
412
- ## [1.15.1](https://github.com/voxpupuli/beaker-puppet/tree/1.15.1) (2019-01-28)
476
+ ## [1.15.1](https://github.com/puppetlabs/beaker-puppet/tree/1.15.1) (2019-01-28)
413
477
 
414
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.15.0...1.15.1)
478
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.15.0...1.15.1)
415
479
 
416
480
  **Merged pull requests:**
417
481
 
418
- - \(maint\) Avoid mutating frozen string [\#102](https://github.com/voxpupuli/beaker-puppet/pull/102) ([donoghuc](https://github.com/donoghuc))
482
+ - \(maint\) Avoid mutating frozen string [\#102](https://github.com/puppetlabs/beaker-puppet/pull/102) ([donoghuc](https://github.com/donoghuc))
419
483
 
420
- ## [1.15.0](https://github.com/voxpupuli/beaker-puppet/tree/1.15.0) (2019-01-25)
484
+ ## [1.15.0](https://github.com/puppetlabs/beaker-puppet/tree/1.15.0) (2019-01-25)
421
485
 
422
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.14.0...1.15.0)
486
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.14.0...1.15.0)
423
487
 
424
488
  **Merged pull requests:**
425
489
 
426
- - \(maint\) Centralize puppet\_collection\_for logic [\#100](https://github.com/voxpupuli/beaker-puppet/pull/100) ([ekinanp](https://github.com/ekinanp))
427
- - \(maint\) return nil explicitly for agent/server version helpers [\#99](https://github.com/voxpupuli/beaker-puppet/pull/99) ([caseywilliams](https://github.com/caseywilliams))
428
- - A few small puppet helper fixes [\#97](https://github.com/voxpupuli/beaker-puppet/pull/97) ([caseywilliams](https://github.com/caseywilliams))
429
- - \(maint\) Fix incorrect constant reference, update a spec test description [\#96](https://github.com/voxpupuli/beaker-puppet/pull/96) ([caseywilliams](https://github.com/caseywilliams))
430
- - \(BKR-1560\) Add install\_puppetserver\_on helper [\#95](https://github.com/voxpupuli/beaker-puppet/pull/95) ([caseywilliams](https://github.com/caseywilliams))
431
- - \(BKR-1560\) Allow for installing puppet-agent from dev builds [\#93](https://github.com/voxpupuli/beaker-puppet/pull/93) ([caseywilliams](https://github.com/caseywilliams))
432
- - \(maint\) Fix empty argument case in collection methods [\#92](https://github.com/voxpupuli/beaker-puppet/pull/92) ([caseywilliams](https://github.com/caseywilliams))
433
- - \(maint\) Simplify missing SHA.yaml error message [\#91](https://github.com/voxpupuli/beaker-puppet/pull/91) ([caseywilliams](https://github.com/caseywilliams))
434
- - \(BKR-1560\) Updates to support puppet\_agent module testing [\#89](https://github.com/voxpupuli/beaker-puppet/pull/89) ([caseywilliams](https://github.com/caseywilliams))
490
+ - \(maint\) Centralize puppet\_collection\_for logic [\#100](https://github.com/puppetlabs/beaker-puppet/pull/100) ([ekinanp](https://github.com/ekinanp))
491
+ - \(maint\) return nil explicitly for agent/server version helpers [\#99](https://github.com/puppetlabs/beaker-puppet/pull/99) ([caseywilliams](https://github.com/caseywilliams))
492
+ - A few small puppet helper fixes [\#97](https://github.com/puppetlabs/beaker-puppet/pull/97) ([caseywilliams](https://github.com/caseywilliams))
493
+ - \(maint\) Fix incorrect constant reference, update a spec test description [\#96](https://github.com/puppetlabs/beaker-puppet/pull/96) ([caseywilliams](https://github.com/caseywilliams))
494
+ - \(BKR-1560\) Add install\_puppetserver\_on helper [\#95](https://github.com/puppetlabs/beaker-puppet/pull/95) ([caseywilliams](https://github.com/caseywilliams))
495
+ - \(BKR-1560\) Allow for installing puppet-agent from dev builds [\#93](https://github.com/puppetlabs/beaker-puppet/pull/93) ([caseywilliams](https://github.com/caseywilliams))
496
+ - \(maint\) Fix empty argument case in collection methods [\#92](https://github.com/puppetlabs/beaker-puppet/pull/92) ([caseywilliams](https://github.com/caseywilliams))
497
+ - \(maint\) Simplify missing SHA.yaml error message [\#91](https://github.com/puppetlabs/beaker-puppet/pull/91) ([caseywilliams](https://github.com/caseywilliams))
498
+ - \(BKR-1560\) Updates to support puppet\_agent module testing [\#89](https://github.com/puppetlabs/beaker-puppet/pull/89) ([caseywilliams](https://github.com/caseywilliams))
435
499
 
436
- ## [1.14.0](https://github.com/voxpupuli/beaker-puppet/tree/1.14.0) (2018-12-17)
500
+ ## [1.14.0](https://github.com/puppetlabs/beaker-puppet/tree/1.14.0) (2018-12-17)
437
501
 
438
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.13.0...1.14.0)
502
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.13.0...1.14.0)
439
503
 
440
504
  **Merged pull requests:**
441
505
 
442
- - Autodetect the target module dir in copy\_module\_to [\#83](https://github.com/voxpupuli/beaker-puppet/pull/83) ([ekohl](https://github.com/ekohl))
506
+ - Autodetect the target module dir in copy\_module\_to [\#83](https://github.com/puppetlabs/beaker-puppet/pull/83) ([ekohl](https://github.com/ekohl))
443
507
 
444
- ## [1.13.0](https://github.com/voxpupuli/beaker-puppet/tree/1.13.0) (2018-12-13)
508
+ ## [1.13.0](https://github.com/puppetlabs/beaker-puppet/tree/1.13.0) (2018-12-13)
445
509
 
446
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.12.0...1.13.0)
510
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.12.0...1.13.0)
447
511
 
448
512
  **Implemented enhancements:**
449
513
 
450
- - \(BKR-1523\) Add only-fails capability to beaker [\#76](https://github.com/voxpupuli/beaker-puppet/pull/76) ([speedofdark](https://github.com/speedofdark))
514
+ - \(BKR-1523\) Add only-fails capability to beaker [\#76](https://github.com/puppetlabs/beaker-puppet/pull/76) ([speedofdark](https://github.com/speedofdark))
451
515
 
452
516
  **Merged pull requests:**
453
517
 
454
- - \(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))
455
- - \(MAINT\) Use puppet.com URLs instead of puppetlabs.com [\#78](https://github.com/voxpupuli/beaker-puppet/pull/78) ([raphink](https://github.com/raphink))
518
+ - \(BKR-1558\) make sure we destroy hosts for ci:test:\* task execution [\#88](https://github.com/puppetlabs/beaker-puppet/pull/88) ([speedofdark](https://github.com/speedofdark))
519
+ - \(MAINT\) Use puppet.com URLs instead of puppetlabs.com [\#78](https://github.com/puppetlabs/beaker-puppet/pull/78) ([raphink](https://github.com/raphink))
456
520
 
457
- ## [1.12.0](https://github.com/voxpupuli/beaker-puppet/tree/1.12.0) (2018-11-30)
521
+ ## [1.12.0](https://github.com/puppetlabs/beaker-puppet/tree/1.12.0) (2018-11-30)
458
522
 
459
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.11.0...1.12.0)
523
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.11.0...1.12.0)
460
524
 
461
525
  **Merged pull requests:**
462
526
 
463
- - \(PA-2336\) Manually import GPG keys for SLES versions \>= 11 [\#87](https://github.com/voxpupuli/beaker-puppet/pull/87) ([ScottGarman](https://github.com/ScottGarman))
527
+ - \(PA-2336\) Manually import GPG keys for SLES versions \>= 11 [\#87](https://github.com/puppetlabs/beaker-puppet/pull/87) ([ScottGarman](https://github.com/ScottGarman))
464
528
 
465
- ## [1.11.0](https://github.com/voxpupuli/beaker-puppet/tree/1.11.0) (2018-11-28)
529
+ ## [1.11.0](https://github.com/puppetlabs/beaker-puppet/tree/1.11.0) (2018-11-28)
466
530
 
467
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.10.0...1.11.0)
531
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.10.0...1.11.0)
468
532
 
469
533
  **Merged pull requests:**
470
534
 
471
- - Revert "\(maint\) Add AIX yum bootstrap to setup scripts" [\#86](https://github.com/voxpupuli/beaker-puppet/pull/86) ([geoffnichols](https://github.com/geoffnichols))
535
+ - Revert "\(maint\) Add AIX yum bootstrap to setup scripts" [\#86](https://github.com/puppetlabs/beaker-puppet/pull/86) ([geoffnichols](https://github.com/geoffnichols))
472
536
 
473
- ## [1.10.0](https://github.com/voxpupuli/beaker-puppet/tree/1.10.0) (2018-11-27)
537
+ ## [1.10.0](https://github.com/puppetlabs/beaker-puppet/tree/1.10.0) (2018-11-27)
474
538
 
475
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.9.0...1.10.0)
539
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.9.0...1.10.0)
476
540
 
477
541
  **Merged pull requests:**
478
542
 
479
- - \(maint\) Set `server` in puppet.conf in ValidateSignCert [\#85](https://github.com/voxpupuli/beaker-puppet/pull/85) ([caseywilliams](https://github.com/caseywilliams))
543
+ - \(maint\) Set `server` in puppet.conf in ValidateSignCert [\#85](https://github.com/puppetlabs/beaker-puppet/pull/85) ([caseywilliams](https://github.com/caseywilliams))
480
544
 
481
- ## [1.9.0](https://github.com/voxpupuli/beaker-puppet/tree/1.9.0) (2018-11-26)
545
+ ## [1.9.0](https://github.com/puppetlabs/beaker-puppet/tree/1.9.0) (2018-11-26)
482
546
 
483
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.8.0...1.9.0)
547
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.8.0...1.9.0)
484
548
 
485
549
  **Merged pull requests:**
486
550
 
487
- - \(maint\) Add AIX yum bootstrap to setup scripts [\#84](https://github.com/voxpupuli/beaker-puppet/pull/84) ([geoffnichols](https://github.com/geoffnichols))
488
- - \(maint\) If iptables doesn't exist, don't fail [\#82](https://github.com/voxpupuli/beaker-puppet/pull/82) ([melissa](https://github.com/melissa))
489
- - \(maint\) Add docker specifics to git testing [\#81](https://github.com/voxpupuli/beaker-puppet/pull/81) ([melissa](https://github.com/melissa))
551
+ - \(maint\) Add AIX yum bootstrap to setup scripts [\#84](https://github.com/puppetlabs/beaker-puppet/pull/84) ([geoffnichols](https://github.com/geoffnichols))
552
+ - \(maint\) If iptables doesn't exist, don't fail [\#82](https://github.com/puppetlabs/beaker-puppet/pull/82) ([melissa](https://github.com/melissa))
553
+ - \(maint\) Add docker specifics to git testing [\#81](https://github.com/puppetlabs/beaker-puppet/pull/81) ([melissa](https://github.com/melissa))
490
554
 
491
- ## [1.8.0](https://github.com/voxpupuli/beaker-puppet/tree/1.8.0) (2018-11-05)
555
+ ## [1.8.0](https://github.com/puppetlabs/beaker-puppet/tree/1.8.0) (2018-11-05)
492
556
 
493
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.7.0...1.8.0)
557
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.7.0...1.8.0)
494
558
 
495
559
  **Implemented enhancements:**
496
560
 
497
- - \(PUP-8305\) Consume the puppet-runtime archive [\#75](https://github.com/voxpupuli/beaker-puppet/pull/75) ([melissa](https://github.com/melissa))
561
+ - \(PUP-8305\) Consume the puppet-runtime archive [\#75](https://github.com/puppetlabs/beaker-puppet/pull/75) ([melissa](https://github.com/melissa))
498
562
 
499
563
  **Merged pull requests:**
500
564
 
501
- - \(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))
565
+ - \(maint\) Example variables in comments shouldn't be valid syntax so ru… [\#80](https://github.com/puppetlabs/beaker-puppet/pull/80) ([melissa](https://github.com/melissa))
502
566
 
503
- ## [1.7.0](https://github.com/voxpupuli/beaker-puppet/tree/1.7.0) (2018-10-25)
567
+ ## [1.7.0](https://github.com/puppetlabs/beaker-puppet/tree/1.7.0) (2018-10-25)
504
568
 
505
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.6.0...1.7.0)
569
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.6.0...1.7.0)
506
570
 
507
571
  **Merged pull requests:**
508
572
 
509
- - \(PA-2183\) Quote fact name in fact\_on helper [\#79](https://github.com/voxpupuli/beaker-puppet/pull/79) ([ekinanp](https://github.com/ekinanp))
510
- - Revert "\(PUP-8305\) Git testing should consume the runtime package" [\#74](https://github.com/voxpupuli/beaker-puppet/pull/74) ([kevpl](https://github.com/kevpl))
511
- - \(maint\) Validate `fact_on` `name` parameter [\#73](https://github.com/voxpupuli/beaker-puppet/pull/73) ([alexjfisher](https://github.com/alexjfisher))
512
- - \(PUP-9136\) Ensure state is preserved between runs [\#72](https://github.com/voxpupuli/beaker-puppet/pull/72) ([melissa](https://github.com/melissa))
513
- - \(PUP-8305\) Git testing should consume the runtime package [\#52](https://github.com/voxpupuli/beaker-puppet/pull/52) ([melissa](https://github.com/melissa))
573
+ - \(PA-2183\) Quote fact name in fact\_on helper [\#79](https://github.com/puppetlabs/beaker-puppet/pull/79) ([ekinanp](https://github.com/ekinanp))
574
+ - Revert "\(PUP-8305\) Git testing should consume the runtime package" [\#74](https://github.com/puppetlabs/beaker-puppet/pull/74) ([kevpl](https://github.com/kevpl))
575
+ - \(maint\) Validate `fact_on` `name` parameter [\#73](https://github.com/puppetlabs/beaker-puppet/pull/73) ([alexjfisher](https://github.com/alexjfisher))
576
+ - \(PUP-9136\) Ensure state is preserved between runs [\#72](https://github.com/puppetlabs/beaker-puppet/pull/72) ([melissa](https://github.com/melissa))
577
+ - \(PUP-8305\) Git testing should consume the runtime package [\#52](https://github.com/puppetlabs/beaker-puppet/pull/52) ([melissa](https://github.com/melissa))
514
578
 
515
- ## [1.6.0](https://github.com/voxpupuli/beaker-puppet/tree/1.6.0) (2018-09-14)
579
+ ## [1.6.0](https://github.com/puppetlabs/beaker-puppet/tree/1.6.0) (2018-09-14)
516
580
 
517
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.5.0...1.6.0)
581
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.5.0...1.6.0)
518
582
 
519
583
  **Merged pull requests:**
520
584
 
521
- - \(PE-25146\) Check for hostnames when puppetserver signing [\#70](https://github.com/voxpupuli/beaker-puppet/pull/70) ([jpartlow](https://github.com/jpartlow))
585
+ - \(PE-25146\) Check for hostnames when puppetserver signing [\#70](https://github.com/puppetlabs/beaker-puppet/pull/70) ([jpartlow](https://github.com/jpartlow))
522
586
 
523
- ## [1.5.0](https://github.com/voxpupuli/beaker-puppet/tree/1.5.0) (2018-09-13)
587
+ ## [1.5.0](https://github.com/puppetlabs/beaker-puppet/tree/1.5.0) (2018-09-13)
524
588
 
525
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.4.0...1.5.0)
589
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.4.0...1.5.0)
526
590
 
527
591
  **Merged pull requests:**
528
592
 
529
- - \(maint\) Get stdout of calls to `puppet --version` [\#69](https://github.com/voxpupuli/beaker-puppet/pull/69) ([Magisus](https://github.com/Magisus))
530
- - \(MAINT\) Updates to support GCE and RHEL [\#27](https://github.com/voxpupuli/beaker-puppet/pull/27) ([trevor-vaughan](https://github.com/trevor-vaughan))
593
+ - \(maint\) Get stdout of calls to `puppet --version` [\#69](https://github.com/puppetlabs/beaker-puppet/pull/69) ([Magisus](https://github.com/Magisus))
594
+ - \(MAINT\) Updates to support GCE and RHEL [\#27](https://github.com/puppetlabs/beaker-puppet/pull/27) ([trevor-vaughan](https://github.com/trevor-vaughan))
531
595
 
532
- ## [1.4.0](https://github.com/voxpupuli/beaker-puppet/tree/1.4.0) (2018-09-13)
596
+ ## [1.4.0](https://github.com/puppetlabs/beaker-puppet/tree/1.4.0) (2018-09-13)
533
597
 
534
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.3.0...1.4.0)
598
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.3.0...1.4.0)
535
599
 
536
600
  **Merged pull requests:**
537
601
 
538
- - \(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))
539
- - \(maint\) Merge up 0.x [\#67](https://github.com/voxpupuli/beaker-puppet/pull/67) ([justinstoller](https://github.com/justinstoller))
540
- - \(BKR-1528\) Use `puppetserver ca` instead of `puppet cert` [\#66](https://github.com/voxpupuli/beaker-puppet/pull/66) ([Magisus](https://github.com/Magisus))
602
+ - \(MODULES-7793\) Avoid stat name conflicts by renaming stat -\> beaker\_stat [\#68](https://github.com/puppetlabs/beaker-puppet/pull/68) ([justinstoller](https://github.com/justinstoller))
603
+ - \(maint\) Merge up 0.x [\#67](https://github.com/puppetlabs/beaker-puppet/pull/67) ([justinstoller](https://github.com/justinstoller))
604
+ - \(BKR-1528\) Use `puppetserver ca` instead of `puppet cert` [\#66](https://github.com/puppetlabs/beaker-puppet/pull/66) ([Magisus](https://github.com/Magisus))
541
605
 
542
- ## [1.3.0](https://github.com/voxpupuli/beaker-puppet/tree/1.3.0) (2018-09-11)
606
+ ## [1.3.0](https://github.com/puppetlabs/beaker-puppet/tree/1.3.0) (2018-09-11)
543
607
 
544
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.2.0...1.3.0)
608
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.2.0...1.3.0)
545
609
 
546
610
  **Merged pull requests:**
547
611
 
548
- - pass hiera\_config argument to puppet\_apply [\#63](https://github.com/voxpupuli/beaker-puppet/pull/63) ([lmayorga1980](https://github.com/lmayorga1980))
612
+ - pass hiera\_config argument to puppet\_apply [\#63](https://github.com/puppetlabs/beaker-puppet/pull/63) ([lmayorga1980](https://github.com/lmayorga1980))
549
613
 
550
- ## [1.2.0](https://github.com/voxpupuli/beaker-puppet/tree/1.2.0) (2018-09-11)
614
+ ## [1.2.0](https://github.com/puppetlabs/beaker-puppet/tree/1.2.0) (2018-09-11)
551
615
 
552
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.1.0...1.2.0)
616
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.1.0...1.2.0)
553
617
 
554
618
  **Merged pull requests:**
555
619
 
556
- - \(BKR-1445\) Update Windows agent paths for puppet6 [\#64](https://github.com/voxpupuli/beaker-puppet/pull/64) ([caseywilliams](https://github.com/caseywilliams))
557
- - \(BKR-1510\) make fact helpers support structured facts [\#59](https://github.com/voxpupuli/beaker-puppet/pull/59) ([sevendials](https://github.com/sevendials))
558
- - \(MAINT\) Adding some generic host helper utility methods [\#54](https://github.com/voxpupuli/beaker-puppet/pull/54) ([jsane](https://github.com/jsane))
620
+ - \(BKR-1445\) Update Windows agent paths for puppet6 [\#64](https://github.com/puppetlabs/beaker-puppet/pull/64) ([caseywilliams](https://github.com/caseywilliams))
621
+ - \(BKR-1510\) make fact helpers support structured facts [\#59](https://github.com/puppetlabs/beaker-puppet/pull/59) ([sevendials](https://github.com/sevendials))
622
+ - \(MAINT\) Adding some generic host helper utility methods [\#54](https://github.com/puppetlabs/beaker-puppet/pull/54) ([jsane](https://github.com/jsane))
559
623
 
560
- ## [1.1.0](https://github.com/voxpupuli/beaker-puppet/tree/1.1.0) (2018-08-13)
624
+ ## [1.1.0](https://github.com/puppetlabs/beaker-puppet/tree/1.1.0) (2018-08-13)
561
625
 
562
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.0.1...1.1.0)
626
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.0.1...1.1.0)
563
627
 
564
628
  **Merged pull requests:**
565
629
 
566
- - PE-24898 Set puppet collection value associated with agent version [\#60](https://github.com/voxpupuli/beaker-puppet/pull/60) ([shaigy](https://github.com/shaigy))
630
+ - PE-24898 Set puppet collection value associated with agent version [\#60](https://github.com/puppetlabs/beaker-puppet/pull/60) ([shaigy](https://github.com/shaigy))
567
631
 
568
- ## [1.0.1](https://github.com/voxpupuli/beaker-puppet/tree/1.0.1) (2018-08-10)
632
+ ## [1.0.1](https://github.com/puppetlabs/beaker-puppet/tree/1.0.1) (2018-08-10)
569
633
 
570
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.0.0...1.0.1)
634
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.0.0...1.0.1)
571
635
 
572
636
  **Merged pull requests:**
573
637
 
574
- - \(BKR-1509\) Beaker 4.0 Compatibility [\#62](https://github.com/voxpupuli/beaker-puppet/pull/62) ([Dakta](https://github.com/Dakta))
638
+ - \(BKR-1509\) Beaker 4.0 Compatibility [\#62](https://github.com/puppetlabs/beaker-puppet/pull/62) ([Dakta](https://github.com/Dakta))
575
639
 
576
- ## [1.0.0](https://github.com/voxpupuli/beaker-puppet/tree/1.0.0) (2018-08-06)
640
+ ## [1.0.0](https://github.com/puppetlabs/beaker-puppet/tree/1.0.0) (2018-08-06)
577
641
 
578
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.17.1...1.0.0)
642
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.17.1...1.0.0)
579
643
 
580
644
  **Merged pull requests:**
581
645
 
582
- - Revert "Revert "\(BKR-496\) Move create\_tmpdir\_on from beaker"" [\#58](https://github.com/voxpupuli/beaker-puppet/pull/58) ([Dakta](https://github.com/Dakta))
583
- - \(BKR-1500\) Dependency Cleanup [\#55](https://github.com/voxpupuli/beaker-puppet/pull/55) ([Dakta](https://github.com/Dakta))
646
+ - Revert "Revert "\(BKR-496\) Move create\_tmpdir\_on from beaker"" [\#58](https://github.com/puppetlabs/beaker-puppet/pull/58) ([Dakta](https://github.com/Dakta))
647
+ - \(BKR-1500\) Dependency Cleanup [\#55](https://github.com/puppetlabs/beaker-puppet/pull/55) ([Dakta](https://github.com/Dakta))
584
648
 
585
- ## [0.17.1](https://github.com/voxpupuli/beaker-puppet/tree/0.17.1) (2018-07-27)
649
+ ## [0.17.1](https://github.com/puppetlabs/beaker-puppet/tree/0.17.1) (2018-07-27)
586
650
 
587
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.17.0...0.17.1)
651
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.17.0...0.17.1)
588
652
 
589
653
  **Merged pull requests:**
590
654
 
591
- - Revert "\(BKR-496\) Move create\_tmpdir\_on from beaker" [\#57](https://github.com/voxpupuli/beaker-puppet/pull/57) ([kevpl](https://github.com/kevpl))
655
+ - Revert "\(BKR-496\) Move create\_tmpdir\_on from beaker" [\#57](https://github.com/puppetlabs/beaker-puppet/pull/57) ([kevpl](https://github.com/kevpl))
592
656
 
593
- ## [0.17.0](https://github.com/voxpupuli/beaker-puppet/tree/0.17.0) (2018-07-26)
657
+ ## [0.17.0](https://github.com/puppetlabs/beaker-puppet/tree/0.17.0) (2018-07-26)
594
658
 
595
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.16.0...0.17.0)
659
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.16.0...0.17.0)
596
660
 
597
661
  **Merged pull requests:**
598
662
 
599
- - \(BKR-496\) Move create\_tmpdir\_on from beaker [\#56](https://github.com/voxpupuli/beaker-puppet/pull/56) ([Dakta](https://github.com/Dakta))
663
+ - \(BKR-496\) Move create\_tmpdir\_on from beaker [\#56](https://github.com/puppetlabs/beaker-puppet/pull/56) ([Dakta](https://github.com/Dakta))
600
664
 
601
- ## [0.16.0](https://github.com/voxpupuli/beaker-puppet/tree/0.16.0) (2018-07-05)
665
+ ## [0.16.0](https://github.com/puppetlabs/beaker-puppet/tree/0.16.0) (2018-07-05)
602
666
 
603
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.15.2...0.16.0)
667
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.15.2...0.16.0)
604
668
 
605
669
  **Merged pull requests:**
606
670
 
607
- - \(BKR-1484\) Packaging platform overrides for puppet5 install utils [\#53](https://github.com/voxpupuli/beaker-puppet/pull/53) ([caseywilliams](https://github.com/caseywilliams))
608
- - \(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))
671
+ - \(BKR-1484\) Packaging platform overrides for puppet5 install utils [\#53](https://github.com/puppetlabs/beaker-puppet/pull/53) ([caseywilliams](https://github.com/caseywilliams))
672
+ - \(MAINT\) pin fakefs to \< 0.14.0 for ruby 2.2 [\#51](https://github.com/puppetlabs/beaker-puppet/pull/51) ([kevpl](https://github.com/kevpl))
609
673
 
610
- ## [0.15.2](https://github.com/voxpupuli/beaker-puppet/tree/0.15.2) (2018-05-07)
674
+ ## [0.15.2](https://github.com/puppetlabs/beaker-puppet/tree/0.15.2) (2018-05-07)
611
675
 
612
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.15.1...0.15.2)
676
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.15.1...0.15.2)
613
677
 
614
678
  **Merged pull requests:**
615
679
 
616
- - BKR-1465 - install\_puppet\_on -"opts" defaults "options" [\#50](https://github.com/voxpupuli/beaker-puppet/pull/50) ([gunzl1ng3r](https://github.com/gunzl1ng3r))
617
- - \(RE-10734\) Use nightlies.puppet.com for nightly collections [\#47](https://github.com/voxpupuli/beaker-puppet/pull/47) ([hunner](https://github.com/hunner))
680
+ - BKR-1465 - install\_puppet\_on -"opts" defaults "options" [\#50](https://github.com/puppetlabs/beaker-puppet/pull/50) ([gunzl1ng3r](https://github.com/gunzl1ng3r))
681
+ - \(RE-10734\) Use nightlies.puppet.com for nightly collections [\#47](https://github.com/puppetlabs/beaker-puppet/pull/47) ([hunner](https://github.com/hunner))
618
682
 
619
- ## [0.15.1](https://github.com/voxpupuli/beaker-puppet/tree/0.15.1) (2018-05-04)
683
+ ## [0.15.1](https://github.com/puppetlabs/beaker-puppet/tree/0.15.1) (2018-05-04)
620
684
 
621
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.15.0...0.15.1)
685
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.15.0...0.15.1)
622
686
 
623
687
  **Merged pull requests:**
624
688
 
625
- - \(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))
689
+ - \(BKR-1462\) Another Ubuntu 18.04 check to allow insecure repo use [\#49](https://github.com/puppetlabs/beaker-puppet/pull/49) ([ScottGarman](https://github.com/ScottGarman))
626
690
 
627
- ## [0.15.0](https://github.com/voxpupuli/beaker-puppet/tree/0.15.0) (2018-05-03)
691
+ ## [0.15.0](https://github.com/puppetlabs/beaker-puppet/tree/0.15.0) (2018-05-03)
628
692
 
629
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.14.0...0.15.0)
693
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.14.0...0.15.0)
630
694
 
631
695
  **Merged pull requests:**
632
696
 
633
- - \(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))
697
+ - \(BKR-1462\) Allow unsigned apt repositories for Ubuntu 18.04 hosts [\#46](https://github.com/puppetlabs/beaker-puppet/pull/46) ([ScottGarman](https://github.com/ScottGarman))
634
698
 
635
- ## [0.14.0](https://github.com/voxpupuli/beaker-puppet/tree/0.14.0) (2018-05-01)
699
+ ## [0.14.0](https://github.com/puppetlabs/beaker-puppet/tree/0.14.0) (2018-05-01)
636
700
 
637
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.13.6...0.14.0)
701
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.13.6...0.14.0)
638
702
 
639
703
  **Merged pull requests:**
640
704
 
641
- - \(CPR-570\) Import the gpg signing key on sles 11 [\#45](https://github.com/voxpupuli/beaker-puppet/pull/45) ([melissa](https://github.com/melissa))
705
+ - \(CPR-570\) Import the gpg signing key on sles 11 [\#45](https://github.com/puppetlabs/beaker-puppet/pull/45) ([melissa](https://github.com/melissa))
642
706
 
643
- ## [0.13.6](https://github.com/voxpupuli/beaker-puppet/tree/0.13.6) (2018-04-26)
707
+ ## [0.13.6](https://github.com/puppetlabs/beaker-puppet/tree/0.13.6) (2018-04-26)
644
708
 
645
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.13.5...0.13.6)
709
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.13.5...0.13.6)
646
710
 
647
711
  **Merged pull requests:**
648
712
 
649
- - Use puppet-agent specific helper when installing the MSI [\#43](https://github.com/voxpupuli/beaker-puppet/pull/43) ([joshcooper](https://github.com/joshcooper))
713
+ - Use puppet-agent specific helper when installing the MSI [\#43](https://github.com/puppetlabs/beaker-puppet/pull/43) ([joshcooper](https://github.com/joshcooper))
650
714
 
651
- ## [0.13.5](https://github.com/voxpupuli/beaker-puppet/tree/0.13.5) (2018-04-25)
715
+ ## [0.13.5](https://github.com/puppetlabs/beaker-puppet/tree/0.13.5) (2018-04-25)
652
716
 
653
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.13.4...0.13.5)
717
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.13.4...0.13.5)
654
718
 
655
719
  **Merged pull requests:**
656
720
 
657
- - \(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))
658
- - Use --module-repository for a custom forge [\#40](https://github.com/voxpupuli/beaker-puppet/pull/40) ([ekohl](https://github.com/ekohl))
721
+ - \(maint\) Fix failing puppet5\_spec test due to changes in pr \#39 [\#42](https://github.com/puppetlabs/beaker-puppet/pull/42) ([mchllweeks](https://github.com/mchllweeks))
722
+ - Use --module-repository for a custom forge [\#40](https://github.com/puppetlabs/beaker-puppet/pull/40) ([ekohl](https://github.com/ekohl))
659
723
 
660
- ## [0.13.4](https://github.com/voxpupuli/beaker-puppet/tree/0.13.4) (2018-04-23)
724
+ ## [0.13.4](https://github.com/puppetlabs/beaker-puppet/tree/0.13.4) (2018-04-23)
661
725
 
662
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.13.3...0.13.4)
726
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.13.3...0.13.4)
663
727
 
664
728
  **Merged pull requests:**
665
729
 
666
- - \(BKR-1438\) Do not use `puppet master` [\#41](https://github.com/voxpupuli/beaker-puppet/pull/41) ([pcarlisle](https://github.com/pcarlisle))
730
+ - \(BKR-1438\) Do not use `puppet master` [\#41](https://github.com/puppetlabs/beaker-puppet/pull/41) ([pcarlisle](https://github.com/pcarlisle))
667
731
 
668
- ## [0.13.3](https://github.com/voxpupuli/beaker-puppet/tree/0.13.3) (2018-04-16)
732
+ ## [0.13.3](https://github.com/puppetlabs/beaker-puppet/tree/0.13.3) (2018-04-16)
669
733
 
670
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.13.2...0.13.3)
734
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.13.2...0.13.3)
671
735
 
672
736
  **Merged pull requests:**
673
737
 
674
- - Maint/master/small changes [\#39](https://github.com/voxpupuli/beaker-puppet/pull/39) ([melissa](https://github.com/melissa))
675
- - \(maint\) Bring additional changes from puppet-agent acceptance [\#36](https://github.com/voxpupuli/beaker-puppet/pull/36) ([melissa](https://github.com/melissa))
738
+ - Maint/master/small changes [\#39](https://github.com/puppetlabs/beaker-puppet/pull/39) ([melissa](https://github.com/melissa))
739
+ - \(maint\) Bring additional changes from puppet-agent acceptance [\#36](https://github.com/puppetlabs/beaker-puppet/pull/36) ([melissa](https://github.com/melissa))
676
740
 
677
- ## [0.13.2](https://github.com/voxpupuli/beaker-puppet/tree/0.13.2) (2018-04-11)
741
+ ## [0.13.2](https://github.com/puppetlabs/beaker-puppet/tree/0.13.2) (2018-04-11)
678
742
 
679
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.13.1...0.13.2)
743
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.13.1...0.13.2)
680
744
 
681
745
  **Merged pull requests:**
682
746
 
683
- - \(BKR-1453\) Ensure no agent lock after stopping puppet service [\#38](https://github.com/voxpupuli/beaker-puppet/pull/38) ([cthorn42](https://github.com/cthorn42))
684
- - \(maint\) Add information about additional ENV vars [\#37](https://github.com/voxpupuli/beaker-puppet/pull/37) ([melissa](https://github.com/melissa))
747
+ - \(BKR-1453\) Ensure no agent lock after stopping puppet service [\#38](https://github.com/puppetlabs/beaker-puppet/pull/38) ([cthorn42](https://github.com/cthorn42))
748
+ - \(maint\) Add information about additional ENV vars [\#37](https://github.com/puppetlabs/beaker-puppet/pull/37) ([melissa](https://github.com/melissa))
685
749
 
686
- ## [0.13.1](https://github.com/voxpupuli/beaker-puppet/tree/0.13.1) (2018-04-09)
750
+ ## [0.13.1](https://github.com/puppetlabs/beaker-puppet/tree/0.13.1) (2018-04-09)
687
751
 
688
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.13.0...0.13.1)
752
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.13.0...0.13.1)
689
753
 
690
754
  **Merged pull requests:**
691
755
 
692
- - \(BKR-1443\) Ensure we do not destroy hosts if specified [\#35](https://github.com/voxpupuli/beaker-puppet/pull/35) ([melissa](https://github.com/melissa))
756
+ - \(BKR-1443\) Ensure we do not destroy hosts if specified [\#35](https://github.com/puppetlabs/beaker-puppet/pull/35) ([melissa](https://github.com/melissa))
693
757
 
694
- ## [0.13.0](https://github.com/voxpupuli/beaker-puppet/tree/0.13.0) (2018-03-30)
758
+ ## [0.13.0](https://github.com/puppetlabs/beaker-puppet/tree/0.13.0) (2018-03-30)
695
759
 
696
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.12.0...0.13.0)
760
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.12.0...0.13.0)
697
761
 
698
762
  **Merged pull requests:**
699
763
 
700
- - Maint/master/skip master tests [\#34](https://github.com/voxpupuli/beaker-puppet/pull/34) ([melissa](https://github.com/melissa))
764
+ - Maint/master/skip master tests [\#34](https://github.com/puppetlabs/beaker-puppet/pull/34) ([melissa](https://github.com/melissa))
701
765
 
702
- ## [0.12.0](https://github.com/voxpupuli/beaker-puppet/tree/0.12.0) (2018-03-26)
766
+ ## [0.12.0](https://github.com/puppetlabs/beaker-puppet/tree/0.12.0) (2018-03-26)
703
767
 
704
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.11.1...0.12.0)
768
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.11.1...0.12.0)
705
769
 
706
770
  **Merged pull requests:**
707
771
 
708
- - \(maint\) Add release information to the readme [\#33](https://github.com/voxpupuli/beaker-puppet/pull/33) ([melissa](https://github.com/melissa))
709
- - \(PA-1915\) Test components against nightly puppetserver [\#30](https://github.com/voxpupuli/beaker-puppet/pull/30) ([melissa](https://github.com/melissa))
772
+ - \(maint\) Add release information to the readme [\#33](https://github.com/puppetlabs/beaker-puppet/pull/33) ([melissa](https://github.com/melissa))
773
+ - \(PA-1915\) Test components against nightly puppetserver [\#30](https://github.com/puppetlabs/beaker-puppet/pull/30) ([melissa](https://github.com/melissa))
710
774
 
711
- ## [0.11.1](https://github.com/voxpupuli/beaker-puppet/tree/0.11.1) (2018-03-26)
775
+ ## [0.11.1](https://github.com/puppetlabs/beaker-puppet/tree/0.11.1) (2018-03-26)
712
776
 
713
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.11.0...0.11.1)
777
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.11.0...0.11.1)
714
778
 
715
779
  **Merged pull requests:**
716
780
 
717
- - \(maint\) Pre suite paths must be relative [\#32](https://github.com/voxpupuli/beaker-puppet/pull/32) ([melissa](https://github.com/melissa))
718
- - \(maint\) Remove references to 'ci:test:quick' [\#29](https://github.com/voxpupuli/beaker-puppet/pull/29) ([melissa](https://github.com/melissa))
781
+ - \(maint\) Pre suite paths must be relative [\#32](https://github.com/puppetlabs/beaker-puppet/pull/32) ([melissa](https://github.com/melissa))
782
+ - \(maint\) Remove references to 'ci:test:quick' [\#29](https://github.com/puppetlabs/beaker-puppet/pull/29) ([melissa](https://github.com/melissa))
719
783
 
720
- ## [0.11.0](https://github.com/voxpupuli/beaker-puppet/tree/0.11.0) (2018-03-20)
784
+ ## [0.11.0](https://github.com/puppetlabs/beaker-puppet/tree/0.11.0) (2018-03-20)
721
785
 
722
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.10.0...0.11.0)
786
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.10.0...0.11.0)
723
787
 
724
788
  **Merged pull requests:**
725
789
 
726
- - \(BKR-1342\) Import ci rake tasks and install utils [\#26](https://github.com/voxpupuli/beaker-puppet/pull/26) ([melissa](https://github.com/melissa))
790
+ - \(BKR-1342\) Import ci rake tasks and install utils [\#26](https://github.com/puppetlabs/beaker-puppet/pull/26) ([melissa](https://github.com/melissa))
727
791
 
728
- ## [0.10.0](https://github.com/voxpupuli/beaker-puppet/tree/0.10.0) (2018-01-11)
792
+ ## [0.10.0](https://github.com/puppetlabs/beaker-puppet/tree/0.10.0) (2018-01-11)
729
793
 
730
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.9.0...0.10.0)
794
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.9.0...0.10.0)
731
795
 
732
796
  **Merged pull requests:**
733
797
 
734
- - \(BKR-1385\) Install rpm packages on aix [\#25](https://github.com/voxpupuli/beaker-puppet/pull/25) ([melissa](https://github.com/melissa))
735
- - \(maint\) Refactor puppet5 install logic [\#24](https://github.com/voxpupuli/beaker-puppet/pull/24) ([joshcooper](https://github.com/joshcooper))
736
- - \(BKR-1343\) Install as an MSI on Windows [\#23](https://github.com/voxpupuli/beaker-puppet/pull/23) ([joshcooper](https://github.com/joshcooper))
737
- - \(maint\) Remove unnecessary logger information [\#22](https://github.com/voxpupuli/beaker-puppet/pull/22) ([melissa](https://github.com/melissa))
798
+ - \(BKR-1385\) Install rpm packages on aix [\#25](https://github.com/puppetlabs/beaker-puppet/pull/25) ([melissa](https://github.com/melissa))
799
+ - \(maint\) Refactor puppet5 install logic [\#24](https://github.com/puppetlabs/beaker-puppet/pull/24) ([joshcooper](https://github.com/joshcooper))
800
+ - \(BKR-1343\) Install as an MSI on Windows [\#23](https://github.com/puppetlabs/beaker-puppet/pull/23) ([joshcooper](https://github.com/joshcooper))
801
+ - \(maint\) Remove unnecessary logger information [\#22](https://github.com/puppetlabs/beaker-puppet/pull/22) ([melissa](https://github.com/melissa))
738
802
 
739
- ## [0.9.0](https://github.com/voxpupuli/beaker-puppet/tree/0.9.0) (2018-01-04)
803
+ ## [0.9.0](https://github.com/puppetlabs/beaker-puppet/tree/0.9.0) (2018-01-04)
740
804
 
741
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.8.0...0.9.0)
805
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.8.0...0.9.0)
742
806
 
743
807
  **Merged pull requests:**
744
808
 
745
- - \(maint\) Add beaker-abs to Gemfile [\#21](https://github.com/voxpupuli/beaker-puppet/pull/21) ([smcelmurry](https://github.com/smcelmurry))
809
+ - \(maint\) Add beaker-abs to Gemfile [\#21](https://github.com/puppetlabs/beaker-puppet/pull/21) ([smcelmurry](https://github.com/smcelmurry))
746
810
 
747
- ## [0.8.0](https://github.com/voxpupuli/beaker-puppet/tree/0.8.0) (2017-10-13)
811
+ ## [0.8.0](https://github.com/puppetlabs/beaker-puppet/tree/0.8.0) (2017-10-13)
748
812
 
749
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.7.0...0.8.0)
813
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.7.0...0.8.0)
750
814
 
751
815
  **Merged pull requests:**
752
816
 
753
- - \(MAINT\) add contributing guide to README [\#19](https://github.com/voxpupuli/beaker-puppet/pull/19) ([kevpl](https://github.com/kevpl))
754
- - \(maint\) Update beaker to support pupppet5 style installation [\#18](https://github.com/voxpupuli/beaker-puppet/pull/18) ([melissa](https://github.com/melissa))
817
+ - \(MAINT\) add contributing guide to README [\#19](https://github.com/puppetlabs/beaker-puppet/pull/19) ([kevpl](https://github.com/kevpl))
818
+ - \(maint\) Update beaker to support pupppet5 style installation [\#18](https://github.com/puppetlabs/beaker-puppet/pull/18) ([melissa](https://github.com/melissa))
755
819
 
756
- ## [0.7.0](https://github.com/voxpupuli/beaker-puppet/tree/0.7.0) (2017-09-15)
820
+ ## [0.7.0](https://github.com/puppetlabs/beaker-puppet/tree/0.7.0) (2017-09-15)
757
821
 
758
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.6.0...0.7.0)
822
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.6.0...0.7.0)
759
823
 
760
824
  **Merged pull requests:**
761
825
 
762
- - \(maint\) Allow user to pass in host target [\#16](https://github.com/voxpupuli/beaker-puppet/pull/16) ([melissa](https://github.com/melissa))
826
+ - \(maint\) Allow user to pass in host target [\#16](https://github.com/puppetlabs/beaker-puppet/pull/16) ([melissa](https://github.com/melissa))
763
827
 
764
- ## [0.6.0](https://github.com/voxpupuli/beaker-puppet/tree/0.6.0) (2017-08-21)
828
+ ## [0.6.0](https://github.com/puppetlabs/beaker-puppet/tree/0.6.0) (2017-08-21)
765
829
 
766
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.5.0...0.6.0)
830
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.5.0...0.6.0)
767
831
 
768
832
  **Merged pull requests:**
769
833
 
770
- - \(BKR-1118\) add puppet5 install method [\#6](https://github.com/voxpupuli/beaker-puppet/pull/6) ([kevpl](https://github.com/kevpl))
834
+ - \(BKR-1118\) add puppet5 install method [\#6](https://github.com/puppetlabs/beaker-puppet/pull/6) ([kevpl](https://github.com/kevpl))
771
835
 
772
- ## [0.5.0](https://github.com/voxpupuli/beaker-puppet/tree/0.5.0) (2017-08-18)
836
+ ## [0.5.0](https://github.com/puppetlabs/beaker-puppet/tree/0.5.0) (2017-08-18)
773
837
 
774
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.4.0...0.5.0)
838
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.4.0...0.5.0)
775
839
 
776
840
  **Merged pull requests:**
777
841
 
778
- - \(BKR-1185\) Use Oga instead of Nokogiri [\#15](https://github.com/voxpupuli/beaker-puppet/pull/15) ([rishijavia](https://github.com/rishijavia))
779
- - \(MAINT\) fix windows spec failures [\#14](https://github.com/voxpupuli/beaker-puppet/pull/14) ([tvpartytonight](https://github.com/tvpartytonight))
780
- - \(MAINT\) remove `dev_builds_repos` mentions [\#8](https://github.com/voxpupuli/beaker-puppet/pull/8) ([kevpl](https://github.com/kevpl))
842
+ - \(BKR-1185\) Use Oga instead of Nokogiri [\#15](https://github.com/puppetlabs/beaker-puppet/pull/15) ([rishijavia](https://github.com/rishijavia))
843
+ - \(MAINT\) fix windows spec failures [\#14](https://github.com/puppetlabs/beaker-puppet/pull/14) ([tvpartytonight](https://github.com/tvpartytonight))
844
+ - \(MAINT\) remove `dev_builds_repos` mentions [\#8](https://github.com/puppetlabs/beaker-puppet/pull/8) ([kevpl](https://github.com/kevpl))
781
845
 
782
- ## [0.4.0](https://github.com/voxpupuli/beaker-puppet/tree/0.4.0) (2017-07-26)
846
+ ## [0.4.0](https://github.com/puppetlabs/beaker-puppet/tree/0.4.0) (2017-07-26)
783
847
 
784
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.3.0...0.4.0)
848
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.3.0...0.4.0)
785
849
 
786
850
  **Merged pull requests:**
787
851
 
788
- - \(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))
852
+ - \(BKR-1164\) Add ubuntu to the platform list in remove\_puppet\_on [\#11](https://github.com/puppetlabs/beaker-puppet/pull/11) ([ScottGarman](https://github.com/ScottGarman))
789
853
 
790
- ## [0.3.0](https://github.com/voxpupuli/beaker-puppet/tree/0.3.0) (2017-07-17)
854
+ ## [0.3.0](https://github.com/puppetlabs/beaker-puppet/tree/0.3.0) (2017-07-17)
791
855
 
792
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.2.0...0.3.0)
856
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.2.0...0.3.0)
793
857
 
794
858
  **Merged pull requests:**
795
859
 
796
- - \(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))
860
+ - \(BKR-1159\) Reset opts in install\_puppet\_agent\_dev\_repo\_on [\#10](https://github.com/puppetlabs/beaker-puppet/pull/10) ([johnduarte](https://github.com/johnduarte))
797
861
 
798
- ## [0.2.0](https://github.com/voxpupuli/beaker-puppet/tree/0.2.0) (2017-06-28)
862
+ ## [0.2.0](https://github.com/puppetlabs/beaker-puppet/tree/0.2.0) (2017-06-28)
799
863
 
800
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/0.1.0...0.2.0)
864
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.1.0...0.2.0)
801
865
 
802
866
  **Merged pull requests:**
803
867
 
804
- - \(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))
805
- - \(BKR-895\) add missing install\_utils tests [\#5](https://github.com/voxpupuli/beaker-puppet/pull/5) ([kevpl](https://github.com/kevpl))
868
+ - \(BKR-1147\) Fail to pkg install on ec2 for dev-repo [\#7](https://github.com/puppetlabs/beaker-puppet/pull/7) ([johnduarte](https://github.com/johnduarte))
869
+ - \(BKR-895\) add missing install\_utils tests [\#5](https://github.com/puppetlabs/beaker-puppet/pull/5) ([kevpl](https://github.com/kevpl))
806
870
 
807
- ## [0.1.0](https://github.com/voxpupuli/beaker-puppet/tree/0.1.0) (2017-06-16)
871
+ ## [0.1.0](https://github.com/puppetlabs/beaker-puppet/tree/0.1.0) (2017-06-16)
808
872
 
809
- [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/3878c13311bf5ddcda043f5c23cb1354614a997a...0.1.0)
873
+ [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/3878c13311bf5ddcda043f5c23cb1354614a997a...0.1.0)
810
874
 
811
875
  **Merged pull requests:**
812
876
 
813
- - \(MAINT\) fix coverage env-var name [\#4](https://github.com/voxpupuli/beaker-puppet/pull/4) ([kevpl](https://github.com/kevpl))
814
- - \(MAINT\) improve README description [\#3](https://github.com/voxpupuli/beaker-puppet/pull/3) ([kevpl](https://github.com/kevpl))
815
- - \(MAINT\) fix DSL inclusion [\#2](https://github.com/voxpupuli/beaker-puppet/pull/2) ([kevpl](https://github.com/kevpl))
877
+ - \(MAINT\) fix coverage env-var name [\#4](https://github.com/puppetlabs/beaker-puppet/pull/4) ([kevpl](https://github.com/kevpl))
878
+ - \(MAINT\) improve README description [\#3](https://github.com/puppetlabs/beaker-puppet/pull/3) ([kevpl](https://github.com/kevpl))
879
+ - \(MAINT\) fix DSL inclusion [\#2](https://github.com/puppetlabs/beaker-puppet/pull/2) ([kevpl](https://github.com/kevpl))
816
880
 
817
881
 
818
882