fauxhai 6.9.1 → 6.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/.DS_Store +0 -0
- data/lib/fauxhai/.DS_Store +0 -0
- data/lib/fauxhai/platforms/.DS_Store +0 -0
- data/lib/fauxhai/platforms/aix/.DS_Store +0 -0
- data/lib/fauxhai/platforms/amazon/.DS_Store +0 -0
- data/lib/fauxhai/platforms/amazon/2.json +1351 -1273
- data/lib/fauxhai/platforms/amazon/2014.09.json +164 -164
- data/lib/fauxhai/platforms/amazon/2015.03.json +108 -108
- data/lib/fauxhai/platforms/amazon/2015.09.json +102 -102
- data/lib/fauxhai/platforms/amazon/2016.03.json +99 -99
- data/lib/fauxhai/platforms/amazon/2016.09.json +88 -88
- data/lib/fauxhai/platforms/amazon/2017.03.json +80 -80
- data/lib/fauxhai/platforms/amazon/2017.09.json +70 -70
- data/lib/fauxhai/platforms/amazon/2018.03.json +528 -507
- data/lib/fauxhai/platforms/centos/.DS_Store +0 -0
- data/lib/fauxhai/platforms/centos/6.9.json +30 -30
- data/lib/fauxhai/platforms/centos/7.4.1708.json +43 -43
- data/lib/fauxhai/platforms/debian/.DS_Store +0 -0
- data/lib/fauxhai/platforms/debian/8.7.json +29 -29
- data/lib/fauxhai/platforms/debian/9.0.json +40 -40
- data/lib/fauxhai/platforms/debian/9.1.json +40 -41
- data/lib/fauxhai/platforms/debian/9.2.json +40 -40
- data/lib/fauxhai/platforms/debian/9.3.json +49 -49
- data/lib/fauxhai/platforms/debian/9.4.json +42 -42
- data/lib/fauxhai/platforms/debian/9.5.json +40 -40
- data/lib/fauxhai/platforms/fedora/.DS_Store +0 -0
- data/lib/fauxhai/platforms/fedora/24.json +37 -37
- data/lib/fauxhai/platforms/fedora/25.json +39 -39
- data/lib/fauxhai/platforms/fedora/26.json +38 -38
- data/lib/fauxhai/platforms/fedora/27.json +39 -39
- data/lib/fauxhai/platforms/fedora/28.json +555 -554
- data/lib/fauxhai/platforms/fedora/29.json +3824 -0
- data/lib/fauxhai/platforms/freebsd/.DS_Store +0 -0
- data/lib/fauxhai/platforms/ios_xr/6.0.0.14I.json +1 -1
- data/lib/fauxhai/platforms/mac_os_x/.DS_Store +0 -0
- data/lib/fauxhai/platforms/nexus/5.json +1 -1
- data/lib/fauxhai/platforms/omnios/151018.json +1 -1
- data/lib/fauxhai/platforms/openbsd/.DS_Store +0 -0
- data/lib/fauxhai/platforms/opensuse/.DS_Store +0 -0
- data/lib/fauxhai/platforms/opensuse/42.2.json +41 -41
- data/lib/fauxhai/platforms/opensuse/42.3.json +56 -98
- data/lib/fauxhai/platforms/oracle/.DS_Store +0 -0
- data/lib/fauxhai/platforms/redhat/.DS_Store +0 -0
- data/lib/fauxhai/platforms/redhat/6.8.json +37 -37
- data/lib/fauxhai/platforms/redhat/6.9.json +38 -38
- data/lib/fauxhai/platforms/redhat/7.2.json +39 -40
- data/lib/fauxhai/platforms/redhat/7.3.json +43 -43
- data/lib/fauxhai/platforms/redhat/7.4.json +42 -42
- data/lib/fauxhai/platforms/redhat/7.5.json +45 -45
- data/lib/fauxhai/platforms/solaris2/.DS_Store +0 -0
- data/lib/fauxhai/platforms/suse/.DS_Store +0 -0
- data/lib/fauxhai/platforms/suse/11.4.json +42 -42
- data/lib/fauxhai/platforms/suse/12.1.json +30 -30
- data/lib/fauxhai/platforms/suse/12.2.json +117 -77
- data/lib/fauxhai/platforms/suse/12.3.json +38 -38
- data/lib/fauxhai/platforms/ubuntu/.DS_Store +0 -0
- data/lib/fauxhai/platforms/ubuntu/14.04.json +126 -122
- data/lib/fauxhai/platforms/ubuntu/16.04.json +221 -217
- data/lib/fauxhai/platforms/ubuntu/18.04.json +248 -245
- data/lib/fauxhai/platforms/windows/.DS_Store +0 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +24 -7
- data/CHANGELOG.md +0 -605
- data/README.md +0 -196
- data/fauxhai.gemspec +0 -29
- data/tmp/.gitkeep +0 -0
Binary file
|
data/lib/fauxhai/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fauxhai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.
|
4
|
+
version: 6.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Seth Vargo
|
8
|
+
- Tim Smith
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2018-
|
12
|
+
date: 2018-12-21 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: net-ssh
|
@@ -97,17 +98,17 @@ dependencies:
|
|
97
98
|
description: Easily mock out ohai data
|
98
99
|
email:
|
99
100
|
- sethvargo@gmail.com
|
101
|
+
- tsmith84@gmail.com
|
100
102
|
executables:
|
101
103
|
- fauxhai
|
102
104
|
extensions: []
|
103
105
|
extra_rdoc_files: []
|
104
106
|
files:
|
105
|
-
- CHANGELOG.md
|
106
107
|
- LICENSE
|
107
|
-
- README.md
|
108
108
|
- bin/fauxhai
|
109
|
-
-
|
109
|
+
- lib/.DS_Store
|
110
110
|
- lib/fauxhai.rb
|
111
|
+
- lib/fauxhai/.DS_Store
|
111
112
|
- lib/fauxhai/exception.rb
|
112
113
|
- lib/fauxhai/fetcher.rb
|
113
114
|
- lib/fauxhai/keys/id_dsa
|
@@ -115,8 +116,11 @@ files:
|
|
115
116
|
- lib/fauxhai/keys/id_rsa
|
116
117
|
- lib/fauxhai/keys/id_rsa.pub
|
117
118
|
- lib/fauxhai/mocker.rb
|
119
|
+
- lib/fauxhai/platforms/.DS_Store
|
120
|
+
- lib/fauxhai/platforms/aix/.DS_Store
|
118
121
|
- lib/fauxhai/platforms/aix/6.1.json
|
119
122
|
- lib/fauxhai/platforms/aix/7.1.json
|
123
|
+
- lib/fauxhai/platforms/amazon/.DS_Store
|
120
124
|
- lib/fauxhai/platforms/amazon/2.json
|
121
125
|
- lib/fauxhai/platforms/amazon/2012.09.json
|
122
126
|
- lib/fauxhai/platforms/amazon/2013.09.json
|
@@ -131,6 +135,7 @@ files:
|
|
131
135
|
- lib/fauxhai/platforms/amazon/2017.12.json
|
132
136
|
- lib/fauxhai/platforms/amazon/2018.03.json
|
133
137
|
- lib/fauxhai/platforms/arch/4.10.13-1-ARCH.json
|
138
|
+
- lib/fauxhai/platforms/centos/.DS_Store
|
134
139
|
- lib/fauxhai/platforms/centos/5.10.json
|
135
140
|
- lib/fauxhai/platforms/centos/5.11.json
|
136
141
|
- lib/fauxhai/platforms/centos/6.7.json
|
@@ -143,6 +148,7 @@ files:
|
|
143
148
|
- lib/fauxhai/platforms/chefspec/0.6.1.json
|
144
149
|
- lib/fauxhai/platforms/clearos/7.0.json
|
145
150
|
- lib/fauxhai/platforms/clearos/7.4.json
|
151
|
+
- lib/fauxhai/platforms/debian/.DS_Store
|
146
152
|
- lib/fauxhai/platforms/debian/7.10.json
|
147
153
|
- lib/fauxhai/platforms/debian/7.11.json
|
148
154
|
- lib/fauxhai/platforms/debian/8.10.json
|
@@ -157,11 +163,14 @@ files:
|
|
157
163
|
- lib/fauxhai/platforms/debian/9.4.json
|
158
164
|
- lib/fauxhai/platforms/debian/9.5.json
|
159
165
|
- lib/fauxhai/platforms/dragonfly4/4.8-RELEASE.json
|
166
|
+
- lib/fauxhai/platforms/fedora/.DS_Store
|
160
167
|
- lib/fauxhai/platforms/fedora/24.json
|
161
168
|
- lib/fauxhai/platforms/fedora/25.json
|
162
169
|
- lib/fauxhai/platforms/fedora/26.json
|
163
170
|
- lib/fauxhai/platforms/fedora/27.json
|
164
171
|
- lib/fauxhai/platforms/fedora/28.json
|
172
|
+
- lib/fauxhai/platforms/fedora/29.json
|
173
|
+
- lib/fauxhai/platforms/freebsd/.DS_Store
|
165
174
|
- lib/fauxhai/platforms/freebsd/10.3.json
|
166
175
|
- lib/fauxhai/platforms/freebsd/10.4.json
|
167
176
|
- lib/fauxhai/platforms/freebsd/11.0.json
|
@@ -174,6 +183,7 @@ files:
|
|
174
183
|
- lib/fauxhai/platforms/linuxmint/18.2.json
|
175
184
|
- lib/fauxhai/platforms/linuxmint/18.3.json
|
176
185
|
- lib/fauxhai/platforms/linuxmint/19.0.json
|
186
|
+
- lib/fauxhai/platforms/mac_os_x/.DS_Store
|
177
187
|
- lib/fauxhai/platforms/mac_os_x/10.10.json
|
178
188
|
- lib/fauxhai/platforms/mac_os_x/10.11.json
|
179
189
|
- lib/fauxhai/platforms/mac_os_x/10.12.json
|
@@ -181,11 +191,14 @@ files:
|
|
181
191
|
- lib/fauxhai/platforms/mac_os_x/10.14.json
|
182
192
|
- lib/fauxhai/platforms/nexus/5.json
|
183
193
|
- lib/fauxhai/platforms/omnios/151018.json
|
194
|
+
- lib/fauxhai/platforms/openbsd/.DS_Store
|
184
195
|
- lib/fauxhai/platforms/openbsd/6.2.json
|
196
|
+
- lib/fauxhai/platforms/opensuse/.DS_Store
|
185
197
|
- lib/fauxhai/platforms/opensuse/13.2.json
|
186
198
|
- lib/fauxhai/platforms/opensuse/42.1.json
|
187
199
|
- lib/fauxhai/platforms/opensuse/42.2.json
|
188
200
|
- lib/fauxhai/platforms/opensuse/42.3.json
|
201
|
+
- lib/fauxhai/platforms/oracle/.DS_Store
|
189
202
|
- lib/fauxhai/platforms/oracle/5.10.json
|
190
203
|
- lib/fauxhai/platforms/oracle/5.11.json
|
191
204
|
- lib/fauxhai/platforms/oracle/6.8.json
|
@@ -194,6 +207,7 @@ files:
|
|
194
207
|
- lib/fauxhai/platforms/oracle/7.3.json
|
195
208
|
- lib/fauxhai/platforms/oracle/7.4.json
|
196
209
|
- lib/fauxhai/platforms/raspbian/8.0.json
|
210
|
+
- lib/fauxhai/platforms/redhat/.DS_Store
|
197
211
|
- lib/fauxhai/platforms/redhat/5.10.json
|
198
212
|
- lib/fauxhai/platforms/redhat/5.11.json
|
199
213
|
- lib/fauxhai/platforms/redhat/6.8.json
|
@@ -203,17 +217,21 @@ files:
|
|
203
217
|
- lib/fauxhai/platforms/redhat/7.4.json
|
204
218
|
- lib/fauxhai/platforms/redhat/7.5.json
|
205
219
|
- lib/fauxhai/platforms/smartos/5.11.json
|
220
|
+
- lib/fauxhai/platforms/solaris2/.DS_Store
|
206
221
|
- lib/fauxhai/platforms/solaris2/5.10.json
|
207
222
|
- lib/fauxhai/platforms/solaris2/5.11.json
|
223
|
+
- lib/fauxhai/platforms/suse/.DS_Store
|
208
224
|
- lib/fauxhai/platforms/suse/11.4.json
|
209
225
|
- lib/fauxhai/platforms/suse/12.1.json
|
210
226
|
- lib/fauxhai/platforms/suse/12.2.json
|
211
227
|
- lib/fauxhai/platforms/suse/12.3.json
|
212
228
|
- lib/fauxhai/platforms/suse/15.json
|
229
|
+
- lib/fauxhai/platforms/ubuntu/.DS_Store
|
213
230
|
- lib/fauxhai/platforms/ubuntu/14.04.json
|
214
231
|
- lib/fauxhai/platforms/ubuntu/16.04.json
|
215
232
|
- lib/fauxhai/platforms/ubuntu/17.10.json
|
216
233
|
- lib/fauxhai/platforms/ubuntu/18.04.json
|
234
|
+
- lib/fauxhai/platforms/windows/.DS_Store
|
217
235
|
- lib/fauxhai/platforms/windows/10.json
|
218
236
|
- lib/fauxhai/platforms/windows/2008R2.json
|
219
237
|
- lib/fauxhai/platforms/windows/2012.json
|
@@ -225,7 +243,6 @@ files:
|
|
225
243
|
- lib/fauxhai/runner/default.rb
|
226
244
|
- lib/fauxhai/runner/windows.rb
|
227
245
|
- lib/fauxhai/version.rb
|
228
|
-
- tmp/.gitkeep
|
229
246
|
homepage: https://github.com/chefspec/fauxhai
|
230
247
|
licenses:
|
231
248
|
- MIT
|
@@ -246,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
246
263
|
version: '0'
|
247
264
|
requirements: []
|
248
265
|
rubyforge_project:
|
249
|
-
rubygems_version: 2.7.
|
266
|
+
rubygems_version: 2.7.7
|
250
267
|
signing_key:
|
251
268
|
specification_version: 4
|
252
269
|
summary: Fauxhai provides an easy way to mock out your ohai data for testing with
|
data/CHANGELOG.md
DELETED
@@ -1,605 +0,0 @@
|
|
1
|
-
# Fauxhai Changelog
|
2
|
-
|
3
|
-
## v6.9.1 (2018-10-22)
|
4
|
-
|
5
|
-
- Remove extra 'etc' plugin data from several dumps
|
6
|
-
- Don't ship contributing and testing deps in the published gem to reduce gem size
|
7
|
-
|
8
|
-
## v6.9.0 (2018-10-20)
|
9
|
-
|
10
|
-
### New / Updated Platforms
|
11
|
-
|
12
|
-
- Linux Mint 18.3 updated to Chef 14.5
|
13
|
-
- Added Linux Mint 19
|
14
|
-
|
15
|
-
### Newly Deprecated Platforms
|
16
|
-
|
17
|
-
- Linux Mint 18.2
|
18
|
-
- Gentoo 4.9.6
|
19
|
-
- All versions of ios_xr
|
20
|
-
- All versions of omnios
|
21
|
-
- All versions of nexus
|
22
|
-
|
23
|
-
## v6.8.0 (2018-10-19)
|
24
|
-
|
25
|
-
### New Platforms
|
26
|
-
|
27
|
-
- Solaris 5.11 has been updated to the latest Solaris 11.4 release on Chef 14.5
|
28
|
-
- macOS 10.14
|
29
|
-
- SLES 15
|
30
|
-
|
31
|
-
### Newly Deprecated Platforms
|
32
|
-
|
33
|
-
- Solaris 5.11
|
34
|
-
- macOS 10.10
|
35
|
-
|
36
|
-
## v6.7.0 (2018-09-26)
|
37
|
-
|
38
|
-
### Regenerated on AWS
|
39
|
-
|
40
|
-
These systems were previously on Chef 13 / VirtualBox, but are now updated for Chef 14.5 on AWS
|
41
|
-
|
42
|
-
- Oracle 7.4
|
43
|
-
- Oracle 6.9
|
44
|
-
|
45
|
-
### Updated From Chef 14.3 -> Chef 14.5
|
46
|
-
|
47
|
-
- Amazon 2012.09
|
48
|
-
- Amazon 2013.09
|
49
|
-
- Amazon 2014.03
|
50
|
-
- Amazon 2014.09
|
51
|
-
- Amazon 2015.03
|
52
|
-
- Amazon 2015.09
|
53
|
-
- Amazon 2016.03
|
54
|
-
- Amazon 2016.09
|
55
|
-
- Amazon 2017.03
|
56
|
-
- Amazon 2017.09
|
57
|
-
- Amazon 2018.03
|
58
|
-
- CentOS 6.9
|
59
|
-
- CentOS 7.4
|
60
|
-
- Debian 8.7
|
61
|
-
- Debian 9.0
|
62
|
-
- Debian 9.1
|
63
|
-
- Debian 9.2
|
64
|
-
- Debian 9.4
|
65
|
-
- Debian 9.5
|
66
|
-
- Fedora 24
|
67
|
-
- Fedora 25
|
68
|
-
- Fedora 26
|
69
|
-
- Fedora 27
|
70
|
-
- Fedora 28
|
71
|
-
- openSUSE 42.2
|
72
|
-
- openSUSE 42.3
|
73
|
-
- Redhat 6.8
|
74
|
-
- Redhat 6.9
|
75
|
-
- Redhat 7.2
|
76
|
-
- Redhat 7.3
|
77
|
-
- Redhat 7.4
|
78
|
-
- Redhat 7.5
|
79
|
-
- SLES 11.4
|
80
|
-
- SLES 12.1
|
81
|
-
- SLES 12.2
|
82
|
-
- SLES 12.3
|
83
|
-
- Ubuntu 14.04
|
84
|
-
- Ubuntu 16.04
|
85
|
-
- Ubuntu 18.04
|
86
|
-
|
87
|
-
## v6.6.0 (2018-08-11)
|
88
|
-
|
89
|
-
### New Platforms
|
90
|
-
|
91
|
-
- Debian 9.5
|
92
|
-
|
93
|
-
### Regenerated on AWS
|
94
|
-
|
95
|
-
These systems were previously on Chef 13 on VirtualBox, but are now updated for Chef 14.3 on AWS
|
96
|
-
|
97
|
-
- Amazon 2012.09
|
98
|
-
- Amazon 2013.09
|
99
|
-
- Amazon 2014.03
|
100
|
-
- Amazon 2014.09
|
101
|
-
- Debian 8.7
|
102
|
-
- Debian 9.0
|
103
|
-
- Debian 9.1
|
104
|
-
- Debian 9.2
|
105
|
-
- Debian 9.3
|
106
|
-
- Redhat 7.2
|
107
|
-
|
108
|
-
### Updated From Chef 14.x -> Chef 14.3
|
109
|
-
|
110
|
-
- Amazon 2015.03
|
111
|
-
- Amazon 2015.09
|
112
|
-
- Amazon 2016.03
|
113
|
-
- Amazon 2016.09
|
114
|
-
- Amazon 2017.03
|
115
|
-
- Amazon 2017.09
|
116
|
-
- Amazon 2018.03
|
117
|
-
- CentOS 6.9
|
118
|
-
- CentOS 7.5
|
119
|
-
- CentOS 7.4
|
120
|
-
- Debian 9.4
|
121
|
-
- Fedora 24
|
122
|
-
- Fedora 25
|
123
|
-
- Fedora 26
|
124
|
-
- Fedora 27
|
125
|
-
- Fedora 28
|
126
|
-
- openBSD 6.2
|
127
|
-
- openSUSE 42.2
|
128
|
-
- openSUSE 42.3
|
129
|
-
- Redhat 6.8
|
130
|
-
- Redhat 6.9
|
131
|
-
- Redhat 7.3
|
132
|
-
- Redhat 7.4
|
133
|
-
- Redhat 7.5
|
134
|
-
- SLES 11.4
|
135
|
-
- SLES 12.2
|
136
|
-
- SLES 12.3
|
137
|
-
- SLES 12.4
|
138
|
-
- Ubuntu 14.04
|
139
|
-
- Ubuntu 16.04
|
140
|
-
- Ubuntu 18.04
|
141
|
-
|
142
|
-
## v6.5.0 (2018-07-16)
|
143
|
-
|
144
|
-
- Re-gathered the following operating systems on AWS with Chef 14.2
|
145
|
-
|
146
|
-
- CentOS 6.9/7.4/7.5
|
147
|
-
- Fedora 24-28
|
148
|
-
- Debian 9.4
|
149
|
-
|
150
|
-
## v6.4.0 (2018-06-28)
|
151
|
-
|
152
|
-
### New Platforms
|
153
|
-
|
154
|
-
- CentOS 7.5
|
155
|
-
- Debian 8.11
|
156
|
-
- FreeBSD 11.2
|
157
|
-
|
158
|
-
### Dumps Updated for Chef 14.2
|
159
|
-
|
160
|
-
- Amazon Linux
|
161
|
-
- Redhat
|
162
|
-
- SLES
|
163
|
-
- Ubuntu
|
164
|
-
|
165
|
-
### New Deprecations
|
166
|
-
|
167
|
-
- FreeBSD 10.3
|
168
|
-
|
169
|
-
## v6.3.0 (2018-06-11)
|
170
|
-
|
171
|
-
New intelligent platform and version matching. This means if you specify the platform centos we'll now automatically match you to the latest version. If you specify the version of 6 we'll automatically match you to 6.9\. This should make it easier to write specs that don't need constant updating as we deprecate dumps of minor versions.
|
172
|
-
|
173
|
-
## v6.2.0 (2018-05-07)
|
174
|
-
|
175
|
-
### New Platforms
|
176
|
-
|
177
|
-
- Ubuntu 17.10
|
178
|
-
- Amazon 2018.03
|
179
|
-
- Amazon 2
|
180
|
-
- ClearOS 7.4
|
181
|
-
- Gentoo 4.9.95-gentoo
|
182
|
-
- Redhat 7.5
|
183
|
-
- Windows 2008R2
|
184
|
-
- Fedora 28
|
185
|
-
|
186
|
-
### Dumps Updated for Chef 14
|
187
|
-
|
188
|
-
- Amazon 2015.03 / 2015.09 / 2016.03 / 2016.09 / 2017.03
|
189
|
-
- openBSD 6.2
|
190
|
-
- Redhat 6.8 / 6.9 / 7.3 / 7.4
|
191
|
-
- SLES 11.4 / 12.1
|
192
|
-
|
193
|
-
### New Deprecations
|
194
|
-
|
195
|
-
- Amazon 2017.12 (replaced with Amazon 2)
|
196
|
-
- ClearOS 7.0
|
197
|
-
- Gentoo 4.9.6-gentoo-r1
|
198
|
-
|
199
|
-
## v6.1.0 (2018-04-09)
|
200
|
-
|
201
|
-
### New Deprecations
|
202
|
-
|
203
|
-
- Amazon Linux 2012.09, 2013.09, 2014.03, 2014.09
|
204
|
-
- Linux Mint 18.1
|
205
|
-
- Windows 2008R2
|
206
|
-
- Windows 7
|
207
|
-
|
208
|
-
### New Platforms
|
209
|
-
|
210
|
-
- Amazon Linux 2017.12 (Amazon Linux 2.0 preview)
|
211
|
-
- Linux Mint 18.2, 18.3
|
212
|
-
- Debian 9.4
|
213
|
-
- Ubuntu 18.04
|
214
|
-
|
215
|
-
### Dumps Updated for Chef 14
|
216
|
-
|
217
|
-
- AIX 7.1
|
218
|
-
- Amazon Linux 2017.09
|
219
|
-
- Debian 7.11, 8.10, 9.2, 9.3
|
220
|
-
- Fedora 26, 27
|
221
|
-
- FreeBSD 10.4, 11.1
|
222
|
-
- openSUSE 42.2, 42.3
|
223
|
-
- SLES 12.3
|
224
|
-
- Ubuntu 14.04, 16.04
|
225
|
-
- Windows 2008R2, 2012, 2012R2, 2016
|
226
|
-
- macOS 10.13
|
227
|
-
|
228
|
-
## v6.0.1 (2018-03-07)
|
229
|
-
|
230
|
-
- Updated the deprecation warning to now show the date files will be removed as 3/2019 in the Fauxhai 7.0 release.
|
231
|
-
|
232
|
-
## v6.0.0 (2018-03-07)
|
233
|
-
|
234
|
-
### Removed Deprecated Platforms
|
235
|
-
|
236
|
-
All previously deprecated platforms have been removed. If you previously saw deprecation messages when running fauxhai/chefspec you will now see a hard error message linking to the list of supported platforms. This allows us to keep the Fauxhai gem size reasonable and also allows us to remove files that were dumped with very old versions of Chef (10/11).
|
237
|
-
|
238
|
-
### New Deprecations
|
239
|
-
|
240
|
-
Multiple platform versions are now marked as deprecated and will begin throwing warning messages during ChefSpec runs. This continues the goal of providing only up to date fauxhai dumps using recent builds of Chef. Since regenerating fauxhai data against new releases of Chef involves manually installing each version of distros we're limiting the number of point releases we'll support. This mostly impacts distros such as Debian/RHEL that release many point releases for the same major version.
|
241
|
-
|
242
|
-
#### Newly Deprecated Platforms:
|
243
|
-
|
244
|
-
- CentOS 5.10 / 6.7 / 7.2.1511
|
245
|
-
- Debian 7.10 / 8.7 / 8.8 / 9.0 / 9.1
|
246
|
-
- Fedora 24 / 25
|
247
|
-
- FreeBSD 11
|
248
|
-
- openSUSE 13.2 / 42.1
|
249
|
-
- Oracle 5.10 / 7.2
|
250
|
-
- RedHat 5.10 / 7.2
|
251
|
-
|
252
|
-
### Other Changes
|
253
|
-
|
254
|
-
- Added openBSD 6.2 data
|
255
|
-
- Fauxhai now handles situations where it can fetch new platform data from Github, but can't write it to disk due to lack of permissions. This is pretty common in CI systems like Travis. Previously we'd fail, but no we'll use the data without writing it to disk. This will require fetching it every time, but avoids failures.
|
256
|
-
|
257
|
-
## v5.6.0 (2018-01-17)
|
258
|
-
|
259
|
-
- Add new platform data:
|
260
|
-
|
261
|
-
- `Debian` 9.3, 8.10
|
262
|
-
- `Fedora` 27
|
263
|
-
- `FreeBSD` 10.4
|
264
|
-
|
265
|
-
## v5.5.0 (2017-11-07)
|
266
|
-
|
267
|
-
- Added new platform data:
|
268
|
-
|
269
|
-
- `Debian` 9.2
|
270
|
-
- `macOS` 10.13
|
271
|
-
- `Amazon Linux` 2017.09
|
272
|
-
|
273
|
-
## v5.4.0 (2017-09-15)
|
274
|
-
|
275
|
-
- Set the date for the removal of all deprecated platform data to 3/2018 to coincide with ChefDK 3.0
|
276
|
-
- Removed several non-critical files from the Gemfile to slim the package size down slightly
|
277
|
-
- Added new platform data:
|
278
|
-
|
279
|
-
- `Redhat` 7.4
|
280
|
-
- `Oracle` 7.4
|
281
|
-
- `SUSE Enterprise Linux` 12.3 (aka 12 SP3)
|
282
|
-
- `CentOS` 7.4
|
283
|
-
|
284
|
-
## v5.3.0 (2017-07-31)
|
285
|
-
|
286
|
-
- Added new platform data:
|
287
|
-
|
288
|
-
- `Debian` 8.9, 9.1
|
289
|
-
- `FreeBSD` 11.1
|
290
|
-
- `Fedora` 26
|
291
|
-
- `Windows` 2016
|
292
|
-
- `openSUSE` 42.3
|
293
|
-
|
294
|
-
## v5.2.0 (2017-06-21)
|
295
|
-
|
296
|
-
- Added new platform data:
|
297
|
-
|
298
|
-
- `Redhat` 5.11, 6.9
|
299
|
-
- `Gentoo` 4.9.6-gentoo-r1
|
300
|
-
|
301
|
-
- Platform versions updated for Chef 13:
|
302
|
-
|
303
|
-
- `Solaris` 5.10
|
304
|
-
- `Redhat` 5.10, 6.8, 7.2, 7.3
|
305
|
-
- `SUSE Enterprise Linux` 11.4
|
306
|
-
|
307
|
-
- Newly deprecated platform versions:
|
308
|
-
|
309
|
-
- `Gentoo` 4.2
|
310
|
-
- `openBSD` 5.4
|
311
|
-
- `Redhat` 5.9, 6.7
|
312
|
-
- `Slackware` 14.1
|
313
|
-
|
314
|
-
## v5.1.0 (2017-06-20)
|
315
|
-
|
316
|
-
- Added new platform data:
|
317
|
-
|
318
|
-
- `Oracle Linux` 5.11, 6.9, 7.3
|
319
|
-
- `Debian` 9.0
|
320
|
-
- `DragonflyBSD` 4.8-RELEASE
|
321
|
-
|
322
|
-
- Platform versions updated for Chef 13:
|
323
|
-
|
324
|
-
- `Oracle Linux` 5.10, 6.8, 7.2
|
325
|
-
- `SUSE Enterprise Linux` 12.1, 12.2
|
326
|
-
|
327
|
-
- Newly deprecated platform versions:
|
328
|
-
|
329
|
-
- `DragonflyBSD` 4.2-RELEASE
|
330
|
-
|
331
|
-
## v5.0.0 (2017-06-12)
|
332
|
-
|
333
|
-
- Added new platform data:
|
334
|
-
|
335
|
-
- `Arch` 4.10.13-1-ARCH
|
336
|
-
- `Amazon` Linux 2017.03
|
337
|
-
- `CentOS` 6.9
|
338
|
-
- `ClearOS` 7.0
|
339
|
-
- `Debian` 8.8
|
340
|
-
- `Linux Mint` 18.1
|
341
|
-
|
342
|
-
- Regenerated multiple platform data files to include Ohai 13 data, better mocked network data, and additional Ohai plugin data that is now whitelisted:
|
343
|
-
|
344
|
-
- `Amazon Linux`
|
345
|
-
- `CentOS`
|
346
|
-
- `Debian`
|
347
|
-
- `Fedora`
|
348
|
-
- `macOS`
|
349
|
-
- `openSUSE`
|
350
|
-
- `Solaris`
|
351
|
-
- `Ubuntu`
|
352
|
-
- `Windows`
|
353
|
-
|
354
|
-
- Added a new system to allow deprecating old Fauxhai platform data with a warning shown during ChefSpec. This will allow us to deprecate data for platforms which have been marked End of Life by their maintainers. The following platforms have been marked as deprecated, but will continue to function until they are removed at a future date:
|
355
|
-
|
356
|
-
- `Arch`: 4.5.4-1-ARCH, 4.9.11-1-ARCH
|
357
|
-
- `CentOS`: 5.0, 5.1, 5.2, 5.3, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6.0, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 7.0, 7.0.1406, 7.1.1503
|
358
|
-
- `Debian`: 7.2, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.4, 8.5, 8.6
|
359
|
-
- `Fedora`: 21, 22, 23
|
360
|
-
- `FreeBSD`: 9.3, 10.1, 10.2
|
361
|
-
- `MacOS`: 10.9.2, 10.11.1 (replaced by 10.11)
|
362
|
-
- `omnios`: 151014
|
363
|
-
- `openSUSE`: 12.3, 13.1
|
364
|
-
- `oracle`: 5.8, 6.5, 6.6, 7.0, 7.1
|
365
|
-
- `redhat`: 5.6, 5.7, 5.8, 6.0, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 7.0, 7.1
|
366
|
-
- `smartos`: joyent_20130111T180733Z
|
367
|
-
- `suse`: 11.3, 12.0
|
368
|
-
- `ubuntu`: 12.04, 15.04, 15.10
|
369
|
-
- `windows`: 2003R2, 8
|
370
|
-
|
371
|
-
- Data provided by the chef_packages will no longer be mocked, but instead the actual Ohai data will be used. This corrects incorrect paths to the Chef/Ohai binaries on many platforms
|
372
|
-
|
373
|
-
- Update the chef/ohai dependencies to allow for Chef/Ohai 13
|
374
|
-
|
375
|
-
- Improve the mocked Network data to return more platform appropriate network information.
|
376
|
-
|
377
|
-
- Whitelisted additional Ohai plugins to provide better mocked data
|
378
|
-
|
379
|
-
- idletime_seconds
|
380
|
-
- idle
|
381
|
-
- machinename
|
382
|
-
- packages
|
383
|
-
- fips
|
384
|
-
- block_device
|
385
|
-
- time
|
386
|
-
- shard_seed
|
387
|
-
- shells
|
388
|
-
|
389
|
-
- Remove backwards compatibility with ChefSpec < 0.9.0 which was released 5 years ago
|
390
|
-
|
391
|
-
- Improve error messages when the platform data cannot be fetched remotely
|
392
|
-
|
393
|
-
- Fix the logic for enabling / disabling the Github fetching being backwards
|
394
|
-
|
395
|
-
## v4.1.0 (2017-03-27)
|
396
|
-
|
397
|
-
- Add a new config option "github_fetching" that disables fetching platform mocks from Github
|
398
|
-
|
399
|
-
## v4.0.2 (2017-03-20)
|
400
|
-
|
401
|
-
- Link to the platforms.md file in the platform not found exception messages
|
402
|
-
|
403
|
-
## v4.0.1 (2017-03-09)
|
404
|
-
|
405
|
-
- Added a new platforms.md file in this repo that lists all current platforms and versions available. This is generated with a new Rake task
|
406
|
-
- Updated the error text received when no platform/version is specified to be more clear what fields are missing
|
407
|
-
|
408
|
-
## v4.0.0 (2017-03-06)
|
409
|
-
|
410
|
-
### New Platform Data
|
411
|
-
|
412
|
-
- openSUSE 42.2
|
413
|
-
- Redhat 7.3
|
414
|
-
- Debian 8.7
|
415
|
-
- CentOS 7.3.1611
|
416
|
-
- Fedora 25
|
417
|
-
- Arch 4.9.11-1-ARCH
|
418
|
-
- Suse Enterprise 12.2
|
419
|
-
|
420
|
-
### Updated Platform Data
|
421
|
-
|
422
|
-
These platforms have been redumped using Chef 12.19 to get the latest Ohai data
|
423
|
-
|
424
|
-
- openSUSE 42.1
|
425
|
-
- CentOS 6.8
|
426
|
-
- FreeBSD 10.3 / 11.0
|
427
|
-
- Redhat 6.6 / 6.7 / 6.8 / 7.0 / 7.1 / 7.2
|
428
|
-
- Suse Enterprise 12.0
|
429
|
-
- Ubuntu 14.04 / 16.04
|
430
|
-
- Debian 7.11
|
431
|
-
|
432
|
-
### Removed Platform Data
|
433
|
-
|
434
|
-
The following platforms were removed as they were long ago EOL'd by their maintainers and in most cases they were dumped with Chef 10/11 data that is no longer valid.
|
435
|
-
|
436
|
-
- Arch 3.10.5-1-ARCH
|
437
|
-
- Debian 6.0.5
|
438
|
-
- Debian jessie/stretch which were also incorrectly named as sid
|
439
|
-
- Fedora 18 / 19 / 20
|
440
|
-
- FreeBSD 8.4 / 9.1 / 9.2 / 10.0
|
441
|
-
- Gentoo 2.1
|
442
|
-
- macOS 10.6.8 / 10.7.4 / 10.8.2
|
443
|
-
- omniOS 151002 / 151006 / 151008
|
444
|
-
- Suse Enterprise 11.1 / 11.2
|
445
|
-
- Ubuntu 10.04 / 13.04 / 13.10 / 14.10
|
446
|
-
|
447
|
-
## v3.10.0
|
448
|
-
|
449
|
-
- Added macOS 10.12
|
450
|
-
- Added Amazon 2016.09
|
451
|
-
- Added FreeBSD 11.0
|
452
|
-
- Added Debian 8.6
|
453
|
-
- Require Ruby 2.2.2 or later
|
454
|
-
- Add init_package attribute to OpenSuse 13.2
|
455
|
-
|
456
|
-
## v3.9.0
|
457
|
-
|
458
|
-
- Added a new deprecation warning when someone doesn't provide a platform to mock. Previously we silently returned the Chefspec platform, which is probably not what anyone wanted / expected.
|
459
|
-
- Added Redhat 7.2
|
460
|
-
- Added Suse 12.1 and 11.4
|
461
|
-
- Added Windows 7
|
462
|
-
- Regenerated Windows 8, 8.1, and 10
|
463
|
-
|
464
|
-
## v3.8.0
|
465
|
-
|
466
|
-
- Added init_package attribute to existing CentOS/Oracle/Ubuntu/Debian platforms
|
467
|
-
- Added Debian 8.5
|
468
|
-
- Added Fedora 24
|
469
|
-
- Added Oracle Linux 5.8, 6.8, and regenerated 7.2 on VirtualBox to match others
|
470
|
-
|
471
|
-
## v3.7.0
|
472
|
-
|
473
|
-
- Fauxhai now requires at least Ruby 2.1.0
|
474
|
-
- Added Raspbian 8.0
|
475
|
-
|
476
|
-
## v3.6.0
|
477
|
-
|
478
|
-
- Generate proper data for Windows hosts
|
479
|
-
- Generate prefixlen as 23 not 24
|
480
|
-
- Fix the routes data to match the current Ohai format (hash instead of array of hash)
|
481
|
-
- Add root_group of wheel on previous FreeBSD system dumps
|
482
|
-
|
483
|
-
## v3.5.0
|
484
|
-
|
485
|
-
- Fauxhai now requires at least Ruby 2.0
|
486
|
-
- Added CentOS 6.8, Arch 4.5.4-1-ARCH, Debian 7.10, Gentoo 2.2
|
487
|
-
- Fixed the naming and bad JSON in Amazon 2016.03
|
488
|
-
- Updated the raw Github URL to Github's recommended URL
|
489
|
-
- Fixed the Rake task to properly fail if JSON files fail to validate
|
490
|
-
|
491
|
-
## v3.4.0
|
492
|
-
|
493
|
-
- Added Ubuntu 16.04, Debian 8.4, FreeBSD 10.3, and OmniOS r151018
|
494
|
-
|
495
|
-
## v3.3.0
|
496
|
-
|
497
|
-
- Updated AIX with latest Ohai data
|
498
|
-
|
499
|
-
## v3.2.0
|
500
|
-
|
501
|
-
- Updated OS X 10.11 to include root_group and kernel processor information
|
502
|
-
- Recaptured Solaris 5.11 with the latest Ohai
|
503
|
-
- Updated CPU attributes and fixed memory to be in kB on Solaris 5.10
|
504
|
-
- Added node['virtualization']['systems'] = {} to the runner and updated data in existing dumps
|
505
|
-
- Updated the runner to mock out chef_packages install paths using Omnibus paths not gem install paths and added it to existing dumps.
|
506
|
-
|
507
|
-
## v3.1.0
|
508
|
-
|
509
|
-
- Added collection of root_group, init_package, and cpu cores to the runner
|
510
|
-
- Added root_group to existing Linux systems
|
511
|
-
- Added Fedora 23, openSUSE Leap 42.1, and CentOS 7.2.1511
|
512
|
-
- Fixed malformed JSON in the Windows 2012 output
|
513
|
-
- Updated the runner and existing platform files to represent total memory in kB not MB as the default for Ohai has been changed on Windows / Linux
|
514
|
-
- Added cpu cores to all existing platform files
|
515
|
-
- Added a Rake task to validate the JSON of all platform files, and enabled Travis to run this task on every PR
|
516
|
-
|
517
|
-
## v3.0.1
|
518
|
-
|
519
|
-
- Change dependency for Chef and Ohai to a development dependency. The previous dependency on Chef 12 prevented Fauxhai from working with Chefspec on pre-12 Chef releases.
|
520
|
-
|
521
|
-
## v3.0.0
|
522
|
-
|
523
|
-
- Regenerated json files for all currently supported versions of Ubuntu, CentOS, FreeBSD, Debian, Fedora, and OpenSUSE. This new data is generated with Ohai output from Ohai 8.7.0 in Chef 12.5.1\. This data is more accurate for mocking out current Chef setups, but is changed from the previous Fauxhai 2.3.0 release. If you relied on specific mocked data this may require updating your specs.
|
524
|
-
|
525
|
-
## v2.3.0
|
526
|
-
|
527
|
-
- Annual release to add new versions bundled in the gem automatically ([#133])
|
528
|
-
|
529
|
-
## v2.2.0
|
530
|
-
|
531
|
-
- Fix an issue where OpenURI's error was not caught properly
|
532
|
-
- Add `memory` output to Fauxhai
|
533
|
-
|
534
|
-
## v2.1.2
|
535
|
-
|
536
|
-
- Fix an issue when Chef is not installed on the system
|
537
|
-
- Add basic --version and --help flags
|
538
|
-
- Use fauxhai/version
|
539
|
-
|
540
|
-
## v2.1.1
|
541
|
-
|
542
|
-
- Switch to OpenURI (#99)
|
543
|
-
|
544
|
-
## v2.1.0
|
545
|
-
|
546
|
-
- Add CPU stanza information to all platforms
|
547
|
-
|
548
|
-
## v2.0.1
|
549
|
-
|
550
|
-
Released 2013-12-12
|
551
|
-
|
552
|
-
- Fix critical error on networking interfaces ([@benbytheway], [#51])
|
553
|
-
|
554
|
-
## v2.0.0
|
555
|
-
|
556
|
-
Released 2013-11-06
|
557
|
-
|
558
|
-
- Remove dependency on HTTParty
|
559
|
-
- Require Ruby 1.9
|
560
|
-
|
561
|
-
## v1.1.1
|
562
|
-
|
563
|
-
Released 2013-06-03
|
564
|
-
|
565
|
-
- Add new LSB release information ([@pschultz], [#32])
|
566
|
-
|
567
|
-
## v1.1.0
|
568
|
-
|
569
|
-
Released: 2013-05-21
|
570
|
-
|
571
|
-
- Fix typo in README ([@mapleoin], [#29])
|
572
|
-
- Rename `gem` to `spec` in gemspec
|
573
|
-
- Use Ruby's built-in JSON class
|
574
|
-
- Handle use case where an entire new operating system is created (15708ce)
|
575
|
-
- Add openSUSE 12.3 ([@mapleoin], [#30])
|
576
|
-
|
577
|
-
## v1.0.0
|
578
|
-
|
579
|
-
Released: 2013-05-09
|
580
|
-
|
581
|
-
- Support `path` option to specify the fixture data ([#21])
|
582
|
-
- Require `version` option for platform, drop (undocumented) support for default versions ([#25], [#26])
|
583
|
-
- Update gem paths on Ubuntu 10.04 data ([@anujbiyani], [#18], [#19])
|
584
|
-
- Add SmartOS joyent_20130111T180733Z ([@sax], [#23])
|
585
|
-
- Add Debian 7.0 (Wheezy) ([@tmatilai], [#24])
|
586
|
-
- <!-- - The following link definition list is generated by PimpMyChangelog - -->
|
587
|
-
|
588
|
-
[#133]: https://github.com/chefspec/fauxhai/issues/133
|
589
|
-
[#18]: https://github.com/chefspec/fauxhai/issues/18
|
590
|
-
[#19]: https://github.com/chefspec/fauxhai/issues/19
|
591
|
-
[#21]: https://github.com/chefspec/fauxhai/issues/21
|
592
|
-
[#23]: https://github.com/chefspec/fauxhai/issues/23
|
593
|
-
[#24]: https://github.com/chefspec/fauxhai/issues/24
|
594
|
-
[#25]: https://github.com/chefspec/fauxhai/issues/25
|
595
|
-
[#26]: https://github.com/chefspec/fauxhai/issues/26
|
596
|
-
[#29]: https://github.com/chefspec/fauxhai/issues/29
|
597
|
-
[#30]: https://github.com/chefspec/fauxhai/issues/30
|
598
|
-
[#32]: https://github.com/chefspec/fauxhai/issues/32
|
599
|
-
[#51]: https://github.com/chefspec/fauxhai/issues/51
|
600
|
-
[@anujbiyani]: https://github.com/anujbiyani
|
601
|
-
[@benbytheway]: https://github.com/benbytheway
|
602
|
-
[@mapleoin]: https://github.com/mapleoin
|
603
|
-
[@pschultz]: https://github.com/pschultz
|
604
|
-
[@sax]: https://github.com/sax
|
605
|
-
[@tmatilai]: https://github.com/tmatilai
|