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