beaker-puppet 2.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/.github/workflows/release.yml +2 -2
- data/.github/workflows/test.yml +3 -3
- data/.github_changelog_generator +3 -0
- data/.rubocop_todo.yml +52 -7
- data/CHANGELOG.md +409 -335
- data/CODEOWNERS +1 -0
- data/README.md +4 -13
- data/Rakefile +1 -1
- data/acceptance/tests/stub_host.rb +1 -1
- data/beaker-puppet.gemspec +3 -3
- data/lib/beaker-puppet/helpers/puppet_helpers.rb +20 -95
- data/lib/beaker-puppet/install_utils/foss_utils.rb +10 -194
- data/lib/beaker-puppet/install_utils/puppet_utils.rb +0 -17
- data/lib/beaker-puppet/version.rb +1 -1
- data/release-prep.sh +11 -0
- data/setup/aio/010_Install_Puppet_Agent.rb +22 -8
- data/setup/common/040_ValidateSignCert.rb +4 -11
- data/setup/gem/010_GemInstall.rb +1 -1
- data/spec/beaker-puppet/helpers/puppet_helpers_spec.rb +1 -251
- data/spec/beaker-puppet/install_utils/foss_utils_spec.rb +34 -463
- data/spec/beaker-puppet/install_utils/puppet_utils_spec.rb +0 -23
- data/tasks/ci.rake +27 -19
- metadata +11 -6
data/CHANGELOG.md
CHANGED
@@ -2,798 +2,872 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
|
5
|
-
## [
|
5
|
+
## [3.0.1](https://github.com/puppetlabs/beaker-puppet/tree/3.0.1) (2024-03-12)
|
6
6
|
|
7
|
-
[Full Changelog](https://github.com/
|
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
|
+
|
13
|
+
## [3.0.0](https://github.com/puppetlabs/beaker-puppet/tree/3.0.0) (2024-02-14)
|
14
|
+
|
15
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/2.0.0...3.0.0)
|
8
16
|
|
9
17
|
**Breaking changes:**
|
10
18
|
|
11
|
-
-
|
12
|
-
- 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))
|
13
|
-
- Removes deprecated network device platforms [\#205](https://github.com/voxpupuli/beaker-puppet/pull/205) ([mhashizume](https://github.com/mhashizume))
|
19
|
+
- Beaker 5 compatibility [\#240](https://github.com/puppetlabs/beaker-puppet/pull/240) ([mhashizume](https://github.com/mhashizume))
|
14
20
|
|
15
21
|
**Implemented enhancements:**
|
16
22
|
|
17
|
-
-
|
18
|
-
-
|
23
|
+
- Add the ability to install puppet-agent from a local dev build [\#239](https://github.com/puppetlabs/beaker-puppet/pull/239) ([joshcooper](https://github.com/joshcooper))
|
24
|
+
- Add Amazon linux 2023 platform support [\#228](https://github.com/puppetlabs/beaker-puppet/pull/228) ([span786](https://github.com/span786))
|
19
25
|
|
20
26
|
**Fixed bugs:**
|
21
27
|
|
22
|
-
-
|
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)
|
29
|
+
- Ensure post-suite and destroy execute [\#238](https://github.com/puppetlabs/beaker-puppet/pull/238) ([joshcooper](https://github.com/joshcooper))
|
30
|
+
- fix beaker exec when called from bundle exec [\#232](https://github.com/puppetlabs/beaker-puppet/pull/232) ([h0tw1r3](https://github.com/h0tw1r3))
|
31
|
+
- Loosen expectations while attempting to delete puppet related files [\#225](https://github.com/puppetlabs/beaker-puppet/pull/225) ([tvpartytonight](https://github.com/tvpartytonight))
|
32
|
+
|
33
|
+
**Closed issues:**
|
34
|
+
|
35
|
+
- Migrate gem back to puppetlabs [\#229](https://github.com/puppetlabs/beaker-puppet/issues/229)
|
23
36
|
|
24
37
|
**Merged pull requests:**
|
25
38
|
|
26
|
-
-
|
27
|
-
-
|
28
|
-
-
|
29
|
-
-
|
30
|
-
-
|
31
|
-
-
|
32
|
-
-
|
33
|
-
-
|
34
|
-
-
|
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))
|
35
52
|
|
36
|
-
## [
|
53
|
+
## [2.0.0](https://github.com/puppetlabs/beaker-puppet/tree/2.0.0) (2023-05-05)
|
37
54
|
|
38
|
-
[Full Changelog](https://github.com/
|
55
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.29.0...2.0.0)
|
56
|
+
|
57
|
+
**Breaking changes:**
|
58
|
+
|
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))
|
39
62
|
|
40
63
|
**Implemented enhancements:**
|
41
64
|
|
42
|
-
-
|
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))
|
43
67
|
|
44
68
|
**Fixed bugs:**
|
45
69
|
|
46
|
-
-
|
70
|
+
- configure defaults on FreeBSD [\#210](https://github.com/puppetlabs/beaker-puppet/pull/210) ([evgeni](https://github.com/evgeni))
|
47
71
|
|
48
72
|
**Merged pull requests:**
|
49
73
|
|
50
|
-
-
|
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))
|
51
85
|
|
52
|
-
## [1.
|
86
|
+
## [1.29.0](https://github.com/puppetlabs/beaker-puppet/tree/1.29.0) (2022-11-02)
|
53
87
|
|
54
|
-
[Full Changelog](https://github.com/
|
88
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.28.0...1.29.0)
|
55
89
|
|
56
90
|
**Implemented enhancements:**
|
57
91
|
|
58
|
-
- \
|
92
|
+
- Introduce BEAKER\_PUPPET\_DEBUG env var [\#197](https://github.com/puppetlabs/beaker-puppet/pull/197) ([ekohl](https://github.com/ekohl))
|
93
|
+
|
94
|
+
**Fixed bugs:**
|
95
|
+
|
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))
|
97
|
+
|
98
|
+
**Merged pull requests:**
|
59
99
|
|
60
|
-
|
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))
|
61
102
|
|
62
|
-
[
|
103
|
+
## [1.28.0](https://github.com/puppetlabs/beaker-puppet/tree/1.28.0) (2022-09-08)
|
104
|
+
|
105
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.27.0...1.28.0)
|
106
|
+
|
107
|
+
**Implemented enhancements:**
|
108
|
+
|
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:**
|
112
|
+
|
113
|
+
- Release 1.28.0 [\#201](https://github.com/puppetlabs/beaker-puppet/pull/201) ([joshcooper](https://github.com/joshcooper))
|
114
|
+
|
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)
|
63
118
|
|
64
119
|
**Implemented enhancements:**
|
65
120
|
|
66
|
-
- \(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))
|
67
122
|
|
68
123
|
**Fixed bugs:**
|
69
124
|
|
70
|
-
- \(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))
|
71
126
|
|
72
127
|
**Merged pull requests:**
|
73
128
|
|
74
|
-
- 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))
|
75
130
|
|
76
|
-
## [1.26.3](https://github.com/
|
131
|
+
## [1.26.3](https://github.com/puppetlabs/beaker-puppet/tree/1.26.3) (2022-08-09)
|
77
132
|
|
78
|
-
[Full Changelog](https://github.com/
|
133
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.26.2...1.26.3)
|
79
134
|
|
80
135
|
**Fixed bugs:**
|
81
136
|
|
82
|
-
- 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))
|
83
138
|
|
84
139
|
**Merged pull requests:**
|
85
140
|
|
86
|
-
- 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))
|
87
142
|
|
88
|
-
## [1.26.2](https://github.com/
|
143
|
+
## [1.26.2](https://github.com/puppetlabs/beaker-puppet/tree/1.26.2) (2022-05-31)
|
89
144
|
|
90
|
-
[Full Changelog](https://github.com/
|
145
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.26.1...1.26.2)
|
91
146
|
|
92
147
|
**Merged pull requests:**
|
93
148
|
|
94
|
-
-
|
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))
|
95
151
|
|
96
|
-
## [1.26.1](https://github.com/
|
152
|
+
## [1.26.1](https://github.com/puppetlabs/beaker-puppet/tree/1.26.1) (2022-03-24)
|
97
153
|
|
98
|
-
[Full Changelog](https://github.com/
|
154
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.26.0...1.26.1)
|
99
155
|
|
100
156
|
**Implemented enhancements:**
|
101
157
|
|
102
|
-
- \(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))
|
103
159
|
|
104
160
|
**Fixed bugs:**
|
105
161
|
|
106
|
-
- \(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))
|
107
163
|
|
108
164
|
**Merged pull requests:**
|
109
165
|
|
110
|
-
-
|
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))
|
111
169
|
|
112
|
-
## [1.26.0](https://github.com/
|
170
|
+
## [1.26.0](https://github.com/puppetlabs/beaker-puppet/tree/1.26.0) (2022-03-23)
|
113
171
|
|
114
|
-
[Full Changelog](https://github.com/
|
172
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.25.0...1.26.0)
|
115
173
|
|
116
|
-
## [1.25.0](https://github.com/
|
174
|
+
## [1.25.0](https://github.com/puppetlabs/beaker-puppet/tree/1.25.0) (2022-03-16)
|
117
175
|
|
118
|
-
[Full Changelog](https://github.com/
|
176
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.24.0...1.25.0)
|
119
177
|
|
120
178
|
**Implemented enhancements:**
|
121
179
|
|
122
|
-
- \(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))
|
123
181
|
|
124
182
|
**Fixed bugs:**
|
125
183
|
|
126
|
-
- \(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))
|
185
|
+
|
186
|
+
**Merged pull requests:**
|
127
187
|
|
128
|
-
|
188
|
+
- Release 1.25.0 [\#184](https://github.com/puppetlabs/beaker-puppet/pull/184) ([bastelfreak](https://github.com/bastelfreak))
|
129
189
|
|
130
|
-
[
|
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)
|
131
193
|
|
132
194
|
**Implemented enhancements:**
|
133
195
|
|
134
|
-
- 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))
|
135
197
|
|
136
198
|
**Merged pull requests:**
|
137
199
|
|
138
|
-
-
|
139
|
-
-
|
140
|
-
-
|
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))
|
141
205
|
|
142
|
-
## [1.23.0](https://github.com/
|
206
|
+
## [1.23.0](https://github.com/puppetlabs/beaker-puppet/tree/1.23.0) (2022-02-23)
|
143
207
|
|
144
|
-
[Full Changelog](https://github.com/
|
208
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.22.2...1.23.0)
|
145
209
|
|
146
210
|
**Implemented enhancements:**
|
147
211
|
|
148
|
-
- \(maint\) Follow redirects when curling MSI [\#176](https://github.com/
|
149
|
-
- 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))
|
150
214
|
|
151
215
|
**Merged pull requests:**
|
152
216
|
|
153
|
-
- 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))
|
154
218
|
|
155
|
-
## [1.22.2](https://github.com/
|
219
|
+
## [1.22.2](https://github.com/puppetlabs/beaker-puppet/tree/1.22.2) (2021-12-31)
|
156
220
|
|
157
|
-
[Full Changelog](https://github.com/
|
221
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.22.1...1.22.2)
|
158
222
|
|
159
223
|
**Merged pull requests:**
|
160
224
|
|
161
|
-
-
|
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))
|
162
227
|
|
163
|
-
## [1.22.1](https://github.com/
|
228
|
+
## [1.22.1](https://github.com/puppetlabs/beaker-puppet/tree/1.22.1) (2021-08-19)
|
164
229
|
|
165
|
-
[Full Changelog](https://github.com/
|
230
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.22.0...1.22.1)
|
166
231
|
|
167
232
|
**Merged pull requests:**
|
168
233
|
|
169
|
-
-
|
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))
|
170
236
|
|
171
|
-
## [1.22.0](https://github.com/
|
237
|
+
## [1.22.0](https://github.com/puppetlabs/beaker-puppet/tree/1.22.0) (2021-08-17)
|
172
238
|
|
173
|
-
[Full Changelog](https://github.com/
|
239
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.21.0...1.22.0)
|
174
240
|
|
175
241
|
**Implemented enhancements:**
|
176
242
|
|
177
|
-
- Create better puppet apply tmpfiles [\#161](https://github.com/
|
178
|
-
- 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))
|
179
245
|
|
180
246
|
**Merged pull requests:**
|
181
247
|
|
182
|
-
-
|
183
|
-
-
|
184
|
-
-
|
185
|
-
-
|
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))
|
186
254
|
|
187
|
-
## [1.21.0](https://github.com/
|
255
|
+
## [1.21.0](https://github.com/puppetlabs/beaker-puppet/tree/1.21.0) (2020-12-21)
|
188
256
|
|
189
|
-
[Full Changelog](https://github.com/
|
257
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.20.0...1.21.0)
|
190
258
|
|
191
259
|
**Fixed bugs:**
|
192
260
|
|
193
|
-
- 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)
|
194
266
|
|
195
267
|
**Merged pull requests:**
|
196
268
|
|
197
|
-
- \(\#151\) Remove useless 'PATH' string from system PATH [\#152](https://github.com/
|
198
|
-
-
|
199
|
-
- \(maint\)
|
200
|
-
-
|
201
|
-
- \(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))
|
202
276
|
|
203
|
-
## [1.20.0](https://github.com/
|
277
|
+
## [1.20.0](https://github.com/puppetlabs/beaker-puppet/tree/1.20.0) (2020-09-10)
|
204
278
|
|
205
|
-
[Full Changelog](https://github.com/
|
279
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.19.2...1.20.0)
|
206
280
|
|
207
281
|
**Merged pull requests:**
|
208
282
|
|
209
|
-
- \(maint\) Remove puppet teams from CODEOWNERS file [\#143](https://github.com/
|
210
|
-
- Add .travis.yml [\#142](https://github.com/
|
211
|
-
- Add Dependabot to keep thins up to date [\#139](https://github.com/
|
212
|
-
- \(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))
|
213
287
|
|
214
|
-
## [1.19.2](https://github.com/
|
288
|
+
## [1.19.2](https://github.com/puppetlabs/beaker-puppet/tree/1.19.2) (2020-05-21)
|
215
289
|
|
216
|
-
[Full Changelog](https://github.com/
|
290
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.19.1...1.19.2)
|
217
291
|
|
218
292
|
**Merged pull requests:**
|
219
293
|
|
220
|
-
- \(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))
|
221
295
|
|
222
|
-
## [1.19.1](https://github.com/
|
296
|
+
## [1.19.1](https://github.com/puppetlabs/beaker-puppet/tree/1.19.1) (2020-05-07)
|
223
297
|
|
224
|
-
[Full Changelog](https://github.com/
|
298
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.19.0...1.19.1)
|
225
299
|
|
226
300
|
**Merged pull requests:**
|
227
301
|
|
228
|
-
- \(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))
|
229
303
|
|
230
|
-
## [1.19.0](https://github.com/
|
304
|
+
## [1.19.0](https://github.com/puppetlabs/beaker-puppet/tree/1.19.0) (2020-05-06)
|
231
305
|
|
232
|
-
[Full Changelog](https://github.com/
|
306
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.15...1.19.0)
|
233
307
|
|
234
308
|
**Merged pull requests:**
|
235
309
|
|
236
|
-
- Bump puppet and rake version [\#136](https://github.com/
|
237
|
-
- \(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))
|
238
312
|
|
239
|
-
## [1.18.15](https://github.com/
|
313
|
+
## [1.18.15](https://github.com/puppetlabs/beaker-puppet/tree/1.18.15) (2020-03-31)
|
240
314
|
|
241
|
-
[Full Changelog](https://github.com/
|
315
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.14...1.18.15)
|
242
316
|
|
243
317
|
**Merged pull requests:**
|
244
318
|
|
245
|
-
- \(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))
|
246
320
|
|
247
|
-
## [1.18.14](https://github.com/
|
321
|
+
## [1.18.14](https://github.com/puppetlabs/beaker-puppet/tree/1.18.14) (2020-02-20)
|
248
322
|
|
249
|
-
[Full Changelog](https://github.com/
|
323
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.13...1.18.14)
|
250
324
|
|
251
325
|
**Merged pull requests:**
|
252
326
|
|
253
|
-
- 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))
|
254
328
|
|
255
|
-
## [1.18.13](https://github.com/
|
329
|
+
## [1.18.13](https://github.com/puppetlabs/beaker-puppet/tree/1.18.13) (2020-02-07)
|
256
330
|
|
257
|
-
[Full Changelog](https://github.com/
|
331
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.12...1.18.13)
|
258
332
|
|
259
333
|
**Merged pull requests:**
|
260
334
|
|
261
|
-
- 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))
|
262
336
|
|
263
|
-
## [1.18.12](https://github.com/
|
337
|
+
## [1.18.12](https://github.com/puppetlabs/beaker-puppet/tree/1.18.12) (2020-02-06)
|
264
338
|
|
265
|
-
[Full Changelog](https://github.com/
|
339
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.11...1.18.12)
|
266
340
|
|
267
341
|
**Merged pull requests:**
|
268
342
|
|
269
|
-
- Fix Windows Support [\#129](https://github.com/
|
270
|
-
- 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))
|
271
345
|
|
272
|
-
## [1.18.11](https://github.com/
|
346
|
+
## [1.18.11](https://github.com/puppetlabs/beaker-puppet/tree/1.18.11) (2019-12-10)
|
273
347
|
|
274
|
-
[Full Changelog](https://github.com/
|
348
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.10...1.18.11)
|
275
349
|
|
276
350
|
**Merged pull requests:**
|
277
351
|
|
278
|
-
- \(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))
|
279
353
|
|
280
|
-
## [1.18.10](https://github.com/
|
354
|
+
## [1.18.10](https://github.com/puppetlabs/beaker-puppet/tree/1.18.10) (2019-11-26)
|
281
355
|
|
282
|
-
[Full Changelog](https://github.com/
|
356
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.9...1.18.10)
|
283
357
|
|
284
358
|
**Merged pull requests:**
|
285
359
|
|
286
|
-
- \(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))
|
287
361
|
|
288
|
-
## [1.18.9](https://github.com/
|
362
|
+
## [1.18.9](https://github.com/puppetlabs/beaker-puppet/tree/1.18.9) (2019-11-25)
|
289
363
|
|
290
|
-
[Full Changelog](https://github.com/
|
364
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.8...1.18.9)
|
291
365
|
|
292
366
|
**Merged pull requests:**
|
293
367
|
|
294
|
-
- \(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))
|
295
369
|
|
296
|
-
## [1.18.8](https://github.com/
|
370
|
+
## [1.18.8](https://github.com/puppetlabs/beaker-puppet/tree/1.18.8) (2019-09-25)
|
297
371
|
|
298
|
-
[Full Changelog](https://github.com/
|
372
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.7...1.18.8)
|
299
373
|
|
300
374
|
**Merged pull requests:**
|
301
375
|
|
302
|
-
- \(maint\) removed unused gem markdown [\#124](https://github.com/
|
303
|
-
- \(maint\) fix ssl cleanup [\#123](https://github.com/
|
304
|
-
- \(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))
|
305
379
|
|
306
|
-
## [1.18.7](https://github.com/
|
380
|
+
## [1.18.7](https://github.com/puppetlabs/beaker-puppet/tree/1.18.7) (2019-07-18)
|
307
381
|
|
308
|
-
[Full Changelog](https://github.com/
|
382
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.6...1.18.7)
|
309
383
|
|
310
384
|
**Merged pull requests:**
|
311
385
|
|
312
|
-
- \(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))
|
313
387
|
|
314
|
-
## [1.18.6](https://github.com/
|
388
|
+
## [1.18.6](https://github.com/puppetlabs/beaker-puppet/tree/1.18.6) (2019-07-15)
|
315
389
|
|
316
|
-
[Full Changelog](https://github.com/
|
390
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.5...1.18.6)
|
317
391
|
|
318
392
|
**Merged pull requests:**
|
319
393
|
|
320
|
-
- \(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))
|
321
395
|
|
322
|
-
## [1.18.5](https://github.com/
|
396
|
+
## [1.18.5](https://github.com/puppetlabs/beaker-puppet/tree/1.18.5) (2019-06-27)
|
323
397
|
|
324
|
-
[Full Changelog](https://github.com/
|
398
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.4...1.18.5)
|
325
399
|
|
326
400
|
**Merged pull requests:**
|
327
401
|
|
328
|
-
- \(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))
|
329
403
|
|
330
|
-
## [1.18.4](https://github.com/
|
404
|
+
## [1.18.4](https://github.com/puppetlabs/beaker-puppet/tree/1.18.4) (2019-06-19)
|
331
405
|
|
332
|
-
[Full Changelog](https://github.com/
|
406
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.3...1.18.4)
|
333
407
|
|
334
408
|
**Merged pull requests:**
|
335
409
|
|
336
|
-
- \(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))
|
337
411
|
|
338
|
-
## [1.18.3](https://github.com/
|
412
|
+
## [1.18.3](https://github.com/puppetlabs/beaker-puppet/tree/1.18.3) (2019-05-24)
|
339
413
|
|
340
|
-
[Full Changelog](https://github.com/
|
414
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.2...1.18.3)
|
341
415
|
|
342
416
|
**Merged pull requests:**
|
343
417
|
|
344
|
-
- \(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))
|
345
419
|
|
346
|
-
## [1.18.2](https://github.com/
|
420
|
+
## [1.18.2](https://github.com/puppetlabs/beaker-puppet/tree/1.18.2) (2019-05-20)
|
347
421
|
|
348
|
-
[Full Changelog](https://github.com/
|
422
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.1...1.18.2)
|
349
423
|
|
350
424
|
**Merged pull requests:**
|
351
425
|
|
352
|
-
- \(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))
|
353
427
|
|
354
|
-
## [1.18.1](https://github.com/
|
428
|
+
## [1.18.1](https://github.com/puppetlabs/beaker-puppet/tree/1.18.1) (2019-05-16)
|
355
429
|
|
356
|
-
[Full Changelog](https://github.com/
|
430
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.18.0...1.18.1)
|
357
431
|
|
358
432
|
**Merged pull requests:**
|
359
433
|
|
360
|
-
- \(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))
|
361
435
|
|
362
|
-
## [1.18.0](https://github.com/
|
436
|
+
## [1.18.0](https://github.com/puppetlabs/beaker-puppet/tree/1.18.0) (2019-05-15)
|
363
437
|
|
364
|
-
[Full Changelog](https://github.com/
|
438
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.17.0...1.18.0)
|
365
439
|
|
366
440
|
**Merged pull requests:**
|
367
441
|
|
368
|
-
- \(BKR-1590\) Support new yum and apt release locations [\#113](https://github.com/
|
369
|
-
- \(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))
|
370
444
|
|
371
|
-
## [1.17.0](https://github.com/
|
445
|
+
## [1.17.0](https://github.com/puppetlabs/beaker-puppet/tree/1.17.0) (2019-04-15)
|
372
446
|
|
373
|
-
[Full Changelog](https://github.com/
|
447
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.16.0...1.17.0)
|
374
448
|
|
375
449
|
**Merged pull requests:**
|
376
450
|
|
377
|
-
- \(maint\) Bump version of puppet-agent to test against to 6.0.0 [\#109](https://github.com/
|
378
|
-
- \(maint\) Remove assumption that we have runtime on docker [\#108](https://github.com/
|
379
|
-
- \(maint\) Added debian 10 or higher to allow insecure repo [\#107](https://github.com/
|
380
|
-
- \(MAINT\) Fix test:acceptance:pkg [\#106](https://github.com/
|
381
|
-
- \(maint\) Exclude tmp directory on module installation [\#101](https://github.com/
|
382
|
-
- \(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))
|
383
457
|
|
384
|
-
## [1.16.0](https://github.com/
|
458
|
+
## [1.16.0](https://github.com/puppetlabs/beaker-puppet/tree/1.16.0) (2019-01-29)
|
385
459
|
|
386
|
-
[Full Changelog](https://github.com/
|
460
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.15.1...1.16.0)
|
387
461
|
|
388
462
|
**Merged pull requests:**
|
389
463
|
|
390
|
-
- \(maint\) Add puppetserver package to puppet\_collection\_for [\#104](https://github.com/
|
391
|
-
- \(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))
|
392
466
|
|
393
|
-
## [1.15.1](https://github.com/
|
467
|
+
## [1.15.1](https://github.com/puppetlabs/beaker-puppet/tree/1.15.1) (2019-01-28)
|
394
468
|
|
395
|
-
[Full Changelog](https://github.com/
|
469
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.15.0...1.15.1)
|
396
470
|
|
397
471
|
**Merged pull requests:**
|
398
472
|
|
399
|
-
- \(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))
|
400
474
|
|
401
|
-
## [1.15.0](https://github.com/
|
475
|
+
## [1.15.0](https://github.com/puppetlabs/beaker-puppet/tree/1.15.0) (2019-01-25)
|
402
476
|
|
403
|
-
[Full Changelog](https://github.com/
|
477
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.14.0...1.15.0)
|
404
478
|
|
405
479
|
**Merged pull requests:**
|
406
480
|
|
407
|
-
- \(maint\) Centralize puppet\_collection\_for logic [\#100](https://github.com/
|
408
|
-
- \(maint\) return nil explicitly for agent/server version helpers [\#99](https://github.com/
|
409
|
-
- A few small puppet helper fixes [\#97](https://github.com/
|
410
|
-
- \(maint\) Fix incorrect constant reference, update a spec test description [\#96](https://github.com/
|
411
|
-
- \(BKR-1560\) Add install\_puppetserver\_on helper [\#95](https://github.com/
|
412
|
-
- \(BKR-1560\) Allow for installing puppet-agent from dev builds [\#93](https://github.com/
|
413
|
-
- \(maint\) Fix empty argument case in collection methods [\#92](https://github.com/
|
414
|
-
- \(maint\) Simplify missing SHA.yaml error message [\#91](https://github.com/
|
415
|
-
- \(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))
|
416
490
|
|
417
|
-
## [1.14.0](https://github.com/
|
491
|
+
## [1.14.0](https://github.com/puppetlabs/beaker-puppet/tree/1.14.0) (2018-12-17)
|
418
492
|
|
419
|
-
[Full Changelog](https://github.com/
|
493
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.13.0...1.14.0)
|
420
494
|
|
421
495
|
**Merged pull requests:**
|
422
496
|
|
423
|
-
- 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))
|
424
498
|
|
425
|
-
## [1.13.0](https://github.com/
|
499
|
+
## [1.13.0](https://github.com/puppetlabs/beaker-puppet/tree/1.13.0) (2018-12-13)
|
426
500
|
|
427
|
-
[Full Changelog](https://github.com/
|
501
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.12.0...1.13.0)
|
428
502
|
|
429
503
|
**Implemented enhancements:**
|
430
504
|
|
431
|
-
- \(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))
|
432
506
|
|
433
507
|
**Merged pull requests:**
|
434
508
|
|
435
|
-
- \(BKR-1558\) make sure we destroy hosts for ci:test:\* task execution [\#88](https://github.com/
|
436
|
-
- \(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))
|
437
511
|
|
438
|
-
## [1.12.0](https://github.com/
|
512
|
+
## [1.12.0](https://github.com/puppetlabs/beaker-puppet/tree/1.12.0) (2018-11-30)
|
439
513
|
|
440
|
-
[Full Changelog](https://github.com/
|
514
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.11.0...1.12.0)
|
441
515
|
|
442
516
|
**Merged pull requests:**
|
443
517
|
|
444
|
-
- \(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))
|
445
519
|
|
446
|
-
## [1.11.0](https://github.com/
|
520
|
+
## [1.11.0](https://github.com/puppetlabs/beaker-puppet/tree/1.11.0) (2018-11-28)
|
447
521
|
|
448
|
-
[Full Changelog](https://github.com/
|
522
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.10.0...1.11.0)
|
449
523
|
|
450
524
|
**Merged pull requests:**
|
451
525
|
|
452
|
-
- 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))
|
453
527
|
|
454
|
-
## [1.10.0](https://github.com/
|
528
|
+
## [1.10.0](https://github.com/puppetlabs/beaker-puppet/tree/1.10.0) (2018-11-27)
|
455
529
|
|
456
|
-
[Full Changelog](https://github.com/
|
530
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.9.0...1.10.0)
|
457
531
|
|
458
532
|
**Merged pull requests:**
|
459
533
|
|
460
|
-
- \(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))
|
461
535
|
|
462
|
-
## [1.9.0](https://github.com/
|
536
|
+
## [1.9.0](https://github.com/puppetlabs/beaker-puppet/tree/1.9.0) (2018-11-26)
|
463
537
|
|
464
|
-
[Full Changelog](https://github.com/
|
538
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.8.0...1.9.0)
|
465
539
|
|
466
540
|
**Merged pull requests:**
|
467
541
|
|
468
|
-
- \(maint\) Add AIX yum bootstrap to setup scripts [\#84](https://github.com/
|
469
|
-
- \(maint\) If iptables doesn't exist, don't fail [\#82](https://github.com/
|
470
|
-
- \(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))
|
471
545
|
|
472
|
-
## [1.8.0](https://github.com/
|
546
|
+
## [1.8.0](https://github.com/puppetlabs/beaker-puppet/tree/1.8.0) (2018-11-05)
|
473
547
|
|
474
|
-
[Full Changelog](https://github.com/
|
548
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.7.0...1.8.0)
|
475
549
|
|
476
550
|
**Implemented enhancements:**
|
477
551
|
|
478
|
-
- \(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))
|
479
553
|
|
480
554
|
**Merged pull requests:**
|
481
555
|
|
482
|
-
- \(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))
|
483
557
|
|
484
|
-
## [1.7.0](https://github.com/
|
558
|
+
## [1.7.0](https://github.com/puppetlabs/beaker-puppet/tree/1.7.0) (2018-10-25)
|
485
559
|
|
486
|
-
[Full Changelog](https://github.com/
|
560
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.6.0...1.7.0)
|
487
561
|
|
488
562
|
**Merged pull requests:**
|
489
563
|
|
490
|
-
- \(PA-2183\) Quote fact name in fact\_on helper [\#79](https://github.com/
|
491
|
-
- Revert "\(PUP-8305\) Git testing should consume the runtime package" [\#74](https://github.com/
|
492
|
-
- \(maint\) Validate `fact_on` `name` parameter [\#73](https://github.com/
|
493
|
-
- \(PUP-9136\) Ensure state is preserved between runs [\#72](https://github.com/
|
494
|
-
- \(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))
|
495
569
|
|
496
|
-
## [1.6.0](https://github.com/
|
570
|
+
## [1.6.0](https://github.com/puppetlabs/beaker-puppet/tree/1.6.0) (2018-09-14)
|
497
571
|
|
498
|
-
[Full Changelog](https://github.com/
|
572
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.5.0...1.6.0)
|
499
573
|
|
500
574
|
**Merged pull requests:**
|
501
575
|
|
502
|
-
- \(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))
|
503
577
|
|
504
|
-
## [1.5.0](https://github.com/
|
578
|
+
## [1.5.0](https://github.com/puppetlabs/beaker-puppet/tree/1.5.0) (2018-09-13)
|
505
579
|
|
506
|
-
[Full Changelog](https://github.com/
|
580
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.4.0...1.5.0)
|
507
581
|
|
508
582
|
**Merged pull requests:**
|
509
583
|
|
510
|
-
- \(maint\) Get stdout of calls to `puppet --version` [\#69](https://github.com/
|
511
|
-
- \(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))
|
512
586
|
|
513
|
-
## [1.4.0](https://github.com/
|
587
|
+
## [1.4.0](https://github.com/puppetlabs/beaker-puppet/tree/1.4.0) (2018-09-13)
|
514
588
|
|
515
|
-
[Full Changelog](https://github.com/
|
589
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.3.0...1.4.0)
|
516
590
|
|
517
591
|
**Merged pull requests:**
|
518
592
|
|
519
|
-
- \(MODULES-7793\) Avoid stat name conflicts by renaming stat -\> beaker\_stat [\#68](https://github.com/
|
520
|
-
- \(maint\) Merge up 0.x [\#67](https://github.com/
|
521
|
-
- \(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))
|
522
596
|
|
523
|
-
## [1.3.0](https://github.com/
|
597
|
+
## [1.3.0](https://github.com/puppetlabs/beaker-puppet/tree/1.3.0) (2018-09-11)
|
524
598
|
|
525
|
-
[Full Changelog](https://github.com/
|
599
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.2.0...1.3.0)
|
526
600
|
|
527
601
|
**Merged pull requests:**
|
528
602
|
|
529
|
-
- 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))
|
530
604
|
|
531
|
-
## [1.2.0](https://github.com/
|
605
|
+
## [1.2.0](https://github.com/puppetlabs/beaker-puppet/tree/1.2.0) (2018-09-11)
|
532
606
|
|
533
|
-
[Full Changelog](https://github.com/
|
607
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.1.0...1.2.0)
|
534
608
|
|
535
609
|
**Merged pull requests:**
|
536
610
|
|
537
|
-
- \(BKR-1445\) Update Windows agent paths for puppet6 [\#64](https://github.com/
|
538
|
-
- \(BKR-1510\) make fact helpers support structured facts [\#59](https://github.com/
|
539
|
-
- \(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))
|
540
614
|
|
541
|
-
## [1.1.0](https://github.com/
|
615
|
+
## [1.1.0](https://github.com/puppetlabs/beaker-puppet/tree/1.1.0) (2018-08-13)
|
542
616
|
|
543
|
-
[Full Changelog](https://github.com/
|
617
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.0.1...1.1.0)
|
544
618
|
|
545
619
|
**Merged pull requests:**
|
546
620
|
|
547
|
-
- 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))
|
548
622
|
|
549
|
-
## [1.0.1](https://github.com/
|
623
|
+
## [1.0.1](https://github.com/puppetlabs/beaker-puppet/tree/1.0.1) (2018-08-10)
|
550
624
|
|
551
|
-
[Full Changelog](https://github.com/
|
625
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.0.0...1.0.1)
|
552
626
|
|
553
627
|
**Merged pull requests:**
|
554
628
|
|
555
|
-
- \(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))
|
556
630
|
|
557
|
-
## [1.0.0](https://github.com/
|
631
|
+
## [1.0.0](https://github.com/puppetlabs/beaker-puppet/tree/1.0.0) (2018-08-06)
|
558
632
|
|
559
|
-
[Full Changelog](https://github.com/
|
633
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.17.1...1.0.0)
|
560
634
|
|
561
635
|
**Merged pull requests:**
|
562
636
|
|
563
|
-
- Revert "Revert "\(BKR-496\) Move create\_tmpdir\_on from beaker"" [\#58](https://github.com/
|
564
|
-
- \(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))
|
565
639
|
|
566
|
-
## [0.17.1](https://github.com/
|
640
|
+
## [0.17.1](https://github.com/puppetlabs/beaker-puppet/tree/0.17.1) (2018-07-27)
|
567
641
|
|
568
|
-
[Full Changelog](https://github.com/
|
642
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.17.0...0.17.1)
|
569
643
|
|
570
644
|
**Merged pull requests:**
|
571
645
|
|
572
|
-
- 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))
|
573
647
|
|
574
|
-
## [0.17.0](https://github.com/
|
648
|
+
## [0.17.0](https://github.com/puppetlabs/beaker-puppet/tree/0.17.0) (2018-07-26)
|
575
649
|
|
576
|
-
[Full Changelog](https://github.com/
|
650
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.16.0...0.17.0)
|
577
651
|
|
578
652
|
**Merged pull requests:**
|
579
653
|
|
580
|
-
- \(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))
|
581
655
|
|
582
|
-
## [0.16.0](https://github.com/
|
656
|
+
## [0.16.0](https://github.com/puppetlabs/beaker-puppet/tree/0.16.0) (2018-07-05)
|
583
657
|
|
584
|
-
[Full Changelog](https://github.com/
|
658
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.15.2...0.16.0)
|
585
659
|
|
586
660
|
**Merged pull requests:**
|
587
661
|
|
588
|
-
- \(BKR-1484\) Packaging platform overrides for puppet5 install utils [\#53](https://github.com/
|
589
|
-
- \(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))
|
590
664
|
|
591
|
-
## [0.15.2](https://github.com/
|
665
|
+
## [0.15.2](https://github.com/puppetlabs/beaker-puppet/tree/0.15.2) (2018-05-07)
|
592
666
|
|
593
|
-
[Full Changelog](https://github.com/
|
667
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.15.1...0.15.2)
|
594
668
|
|
595
669
|
**Merged pull requests:**
|
596
670
|
|
597
|
-
- BKR-1465 - install\_puppet\_on -"opts" defaults "options" [\#50](https://github.com/
|
598
|
-
- \(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))
|
599
673
|
|
600
|
-
## [0.15.1](https://github.com/
|
674
|
+
## [0.15.1](https://github.com/puppetlabs/beaker-puppet/tree/0.15.1) (2018-05-04)
|
601
675
|
|
602
|
-
[Full Changelog](https://github.com/
|
676
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.15.0...0.15.1)
|
603
677
|
|
604
678
|
**Merged pull requests:**
|
605
679
|
|
606
|
-
- \(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))
|
607
681
|
|
608
|
-
## [0.15.0](https://github.com/
|
682
|
+
## [0.15.0](https://github.com/puppetlabs/beaker-puppet/tree/0.15.0) (2018-05-03)
|
609
683
|
|
610
|
-
[Full Changelog](https://github.com/
|
684
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.14.0...0.15.0)
|
611
685
|
|
612
686
|
**Merged pull requests:**
|
613
687
|
|
614
|
-
- \(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))
|
615
689
|
|
616
|
-
## [0.14.0](https://github.com/
|
690
|
+
## [0.14.0](https://github.com/puppetlabs/beaker-puppet/tree/0.14.0) (2018-05-01)
|
617
691
|
|
618
|
-
[Full Changelog](https://github.com/
|
692
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.13.6...0.14.0)
|
619
693
|
|
620
694
|
**Merged pull requests:**
|
621
695
|
|
622
|
-
- \(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))
|
623
697
|
|
624
|
-
## [0.13.6](https://github.com/
|
698
|
+
## [0.13.6](https://github.com/puppetlabs/beaker-puppet/tree/0.13.6) (2018-04-26)
|
625
699
|
|
626
|
-
[Full Changelog](https://github.com/
|
700
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.13.5...0.13.6)
|
627
701
|
|
628
702
|
**Merged pull requests:**
|
629
703
|
|
630
|
-
- 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))
|
631
705
|
|
632
|
-
## [0.13.5](https://github.com/
|
706
|
+
## [0.13.5](https://github.com/puppetlabs/beaker-puppet/tree/0.13.5) (2018-04-25)
|
633
707
|
|
634
|
-
[Full Changelog](https://github.com/
|
708
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.13.4...0.13.5)
|
635
709
|
|
636
710
|
**Merged pull requests:**
|
637
711
|
|
638
|
-
- \(maint\) Fix failing puppet5\_spec test due to changes in pr \#39 [\#42](https://github.com/
|
639
|
-
- 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))
|
640
714
|
|
641
|
-
## [0.13.4](https://github.com/
|
715
|
+
## [0.13.4](https://github.com/puppetlabs/beaker-puppet/tree/0.13.4) (2018-04-23)
|
642
716
|
|
643
|
-
[Full Changelog](https://github.com/
|
717
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.13.3...0.13.4)
|
644
718
|
|
645
719
|
**Merged pull requests:**
|
646
720
|
|
647
|
-
- \(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))
|
648
722
|
|
649
|
-
## [0.13.3](https://github.com/
|
723
|
+
## [0.13.3](https://github.com/puppetlabs/beaker-puppet/tree/0.13.3) (2018-04-16)
|
650
724
|
|
651
|
-
[Full Changelog](https://github.com/
|
725
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.13.2...0.13.3)
|
652
726
|
|
653
727
|
**Merged pull requests:**
|
654
728
|
|
655
|
-
- Maint/master/small changes [\#39](https://github.com/
|
656
|
-
- \(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))
|
657
731
|
|
658
|
-
## [0.13.2](https://github.com/
|
732
|
+
## [0.13.2](https://github.com/puppetlabs/beaker-puppet/tree/0.13.2) (2018-04-11)
|
659
733
|
|
660
|
-
[Full Changelog](https://github.com/
|
734
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.13.1...0.13.2)
|
661
735
|
|
662
736
|
**Merged pull requests:**
|
663
737
|
|
664
|
-
- \(BKR-1453\) Ensure no agent lock after stopping puppet service [\#38](https://github.com/
|
665
|
-
- \(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))
|
666
740
|
|
667
|
-
## [0.13.1](https://github.com/
|
741
|
+
## [0.13.1](https://github.com/puppetlabs/beaker-puppet/tree/0.13.1) (2018-04-09)
|
668
742
|
|
669
|
-
[Full Changelog](https://github.com/
|
743
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.13.0...0.13.1)
|
670
744
|
|
671
745
|
**Merged pull requests:**
|
672
746
|
|
673
|
-
- \(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))
|
674
748
|
|
675
|
-
## [0.13.0](https://github.com/
|
749
|
+
## [0.13.0](https://github.com/puppetlabs/beaker-puppet/tree/0.13.0) (2018-03-30)
|
676
750
|
|
677
|
-
[Full Changelog](https://github.com/
|
751
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.12.0...0.13.0)
|
678
752
|
|
679
753
|
**Merged pull requests:**
|
680
754
|
|
681
|
-
- 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))
|
682
756
|
|
683
|
-
## [0.12.0](https://github.com/
|
757
|
+
## [0.12.0](https://github.com/puppetlabs/beaker-puppet/tree/0.12.0) (2018-03-26)
|
684
758
|
|
685
|
-
[Full Changelog](https://github.com/
|
759
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.11.1...0.12.0)
|
686
760
|
|
687
761
|
**Merged pull requests:**
|
688
762
|
|
689
|
-
- \(maint\) Add release information to the readme [\#33](https://github.com/
|
690
|
-
- \(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))
|
691
765
|
|
692
|
-
## [0.11.1](https://github.com/
|
766
|
+
## [0.11.1](https://github.com/puppetlabs/beaker-puppet/tree/0.11.1) (2018-03-26)
|
693
767
|
|
694
|
-
[Full Changelog](https://github.com/
|
768
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.11.0...0.11.1)
|
695
769
|
|
696
770
|
**Merged pull requests:**
|
697
771
|
|
698
|
-
- \(maint\) Pre suite paths must be relative [\#32](https://github.com/
|
699
|
-
- \(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))
|
700
774
|
|
701
|
-
## [0.11.0](https://github.com/
|
775
|
+
## [0.11.0](https://github.com/puppetlabs/beaker-puppet/tree/0.11.0) (2018-03-20)
|
702
776
|
|
703
|
-
[Full Changelog](https://github.com/
|
777
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.10.0...0.11.0)
|
704
778
|
|
705
779
|
**Merged pull requests:**
|
706
780
|
|
707
|
-
- \(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))
|
708
782
|
|
709
|
-
## [0.10.0](https://github.com/
|
783
|
+
## [0.10.0](https://github.com/puppetlabs/beaker-puppet/tree/0.10.0) (2018-01-11)
|
710
784
|
|
711
|
-
[Full Changelog](https://github.com/
|
785
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.9.0...0.10.0)
|
712
786
|
|
713
787
|
**Merged pull requests:**
|
714
788
|
|
715
|
-
- \(BKR-1385\) Install rpm packages on aix [\#25](https://github.com/
|
716
|
-
- \(maint\) Refactor puppet5 install logic [\#24](https://github.com/
|
717
|
-
- \(BKR-1343\) Install as an MSI on Windows [\#23](https://github.com/
|
718
|
-
- \(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))
|
719
793
|
|
720
|
-
## [0.9.0](https://github.com/
|
794
|
+
## [0.9.0](https://github.com/puppetlabs/beaker-puppet/tree/0.9.0) (2018-01-04)
|
721
795
|
|
722
|
-
[Full Changelog](https://github.com/
|
796
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.8.0...0.9.0)
|
723
797
|
|
724
798
|
**Merged pull requests:**
|
725
799
|
|
726
|
-
- \(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))
|
727
801
|
|
728
|
-
## [0.8.0](https://github.com/
|
802
|
+
## [0.8.0](https://github.com/puppetlabs/beaker-puppet/tree/0.8.0) (2017-10-13)
|
729
803
|
|
730
|
-
[Full Changelog](https://github.com/
|
804
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.7.0...0.8.0)
|
731
805
|
|
732
806
|
**Merged pull requests:**
|
733
807
|
|
734
|
-
- \(MAINT\) add contributing guide to README [\#19](https://github.com/
|
735
|
-
- \(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))
|
736
810
|
|
737
|
-
## [0.7.0](https://github.com/
|
811
|
+
## [0.7.0](https://github.com/puppetlabs/beaker-puppet/tree/0.7.0) (2017-09-15)
|
738
812
|
|
739
|
-
[Full Changelog](https://github.com/
|
813
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.6.0...0.7.0)
|
740
814
|
|
741
815
|
**Merged pull requests:**
|
742
816
|
|
743
|
-
- \(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))
|
744
818
|
|
745
|
-
## [0.6.0](https://github.com/
|
819
|
+
## [0.6.0](https://github.com/puppetlabs/beaker-puppet/tree/0.6.0) (2017-08-21)
|
746
820
|
|
747
|
-
[Full Changelog](https://github.com/
|
821
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.5.0...0.6.0)
|
748
822
|
|
749
823
|
**Merged pull requests:**
|
750
824
|
|
751
|
-
- \(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))
|
752
826
|
|
753
|
-
## [0.5.0](https://github.com/
|
827
|
+
## [0.5.0](https://github.com/puppetlabs/beaker-puppet/tree/0.5.0) (2017-08-18)
|
754
828
|
|
755
|
-
[Full Changelog](https://github.com/
|
829
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.4.0...0.5.0)
|
756
830
|
|
757
831
|
**Merged pull requests:**
|
758
832
|
|
759
|
-
- \(BKR-1185\) Use Oga instead of Nokogiri [\#15](https://github.com/
|
760
|
-
- \(MAINT\) fix windows spec failures [\#14](https://github.com/
|
761
|
-
- \(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))
|
762
836
|
|
763
|
-
## [0.4.0](https://github.com/
|
837
|
+
## [0.4.0](https://github.com/puppetlabs/beaker-puppet/tree/0.4.0) (2017-07-26)
|
764
838
|
|
765
|
-
[Full Changelog](https://github.com/
|
839
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.3.0...0.4.0)
|
766
840
|
|
767
841
|
**Merged pull requests:**
|
768
842
|
|
769
|
-
- \(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))
|
770
844
|
|
771
|
-
## [0.3.0](https://github.com/
|
845
|
+
## [0.3.0](https://github.com/puppetlabs/beaker-puppet/tree/0.3.0) (2017-07-17)
|
772
846
|
|
773
|
-
[Full Changelog](https://github.com/
|
847
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.2.0...0.3.0)
|
774
848
|
|
775
849
|
**Merged pull requests:**
|
776
850
|
|
777
|
-
- \(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))
|
778
852
|
|
779
|
-
## [0.2.0](https://github.com/
|
853
|
+
## [0.2.0](https://github.com/puppetlabs/beaker-puppet/tree/0.2.0) (2017-06-28)
|
780
854
|
|
781
|
-
[Full Changelog](https://github.com/
|
855
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/0.1.0...0.2.0)
|
782
856
|
|
783
857
|
**Merged pull requests:**
|
784
858
|
|
785
|
-
- \(BKR-1147\) Fail to pkg install on ec2 for dev-repo [\#7](https://github.com/
|
786
|
-
- \(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))
|
787
861
|
|
788
|
-
## [0.1.0](https://github.com/
|
862
|
+
## [0.1.0](https://github.com/puppetlabs/beaker-puppet/tree/0.1.0) (2017-06-16)
|
789
863
|
|
790
|
-
[Full Changelog](https://github.com/
|
864
|
+
[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/3878c13311bf5ddcda043f5c23cb1354614a997a...0.1.0)
|
791
865
|
|
792
866
|
**Merged pull requests:**
|
793
867
|
|
794
|
-
- \(MAINT\) fix coverage env-var name [\#4](https://github.com/
|
795
|
-
- \(MAINT\) improve README description [\#3](https://github.com/
|
796
|
-
- \(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))
|
797
871
|
|
798
872
|
|
799
873
|
|