fauxhai 6.7.0 → 6.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -0
- data/PLATFORMS.md +2 -2
- data/lib/fauxhai/platforms/mac_os_x/10.10.json +1 -0
- data/lib/fauxhai/platforms/mac_os_x/10.13.json +0 -6
- data/lib/fauxhai/platforms/mac_os_x/10.14.json +1344 -0
- data/lib/fauxhai/platforms/solaris2/5.10.json +1 -0
- data/lib/fauxhai/platforms/solaris2/5.11.json +3984 -6259
- data/lib/fauxhai/platforms/suse/15.json +5949 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e8977303ac4d75579052840bfe872b17df481ec9039ccb8268abf3c13adade95
|
|
4
|
+
data.tar.gz: d04ee7caf84433e9dd563721c1f46d91a1c38a90549d5365fcc486d406cf18a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3d422cba03f41d95b92c311d224ea90792526f795e34a780cb4e02775fda8f3d5b0154ade7aa159ccba9a883e6247a6634b62c9010c358cb4dd8159282004c7
|
|
7
|
+
data.tar.gz: 88a159da41799c21e2c040c036f5cf85dc858f6b6773d6553bdb6b7dddd3dfbd82151766d90035c82cff1cba05e22e5bfd8ab0e461fa3bf790c464beb7ce33ac
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Fauxhai Changelog
|
|
2
2
|
|
|
3
|
+
## v6.8.0 (2018-10-19)
|
|
4
|
+
|
|
5
|
+
### New Platforms
|
|
6
|
+
|
|
7
|
+
- Solaris 5.11 has been updated to the latest Solaris 11.4 release on Chef 14.5
|
|
8
|
+
- macOS 10.14
|
|
9
|
+
- SLES 15
|
|
10
|
+
|
|
11
|
+
### Newly Deprecated Platforms
|
|
12
|
+
|
|
13
|
+
- Solaris 5.11
|
|
14
|
+
- macOS 10.10
|
|
15
|
+
|
|
3
16
|
## v6.7.0 (2018-09-26)
|
|
4
17
|
|
|
5
18
|
### Regenerated on AWS
|
data/PLATFORMS.md
CHANGED
|
@@ -77,10 +77,10 @@ This file lists each platform known to Fauxhai and the available versions for ea
|
|
|
77
77
|
|
|
78
78
|
### mac_os_x
|
|
79
79
|
|
|
80
|
-
- 10.10
|
|
81
80
|
- 10.11
|
|
82
81
|
- 10.12
|
|
83
82
|
- 10.13
|
|
83
|
+
- 10.14
|
|
84
84
|
|
|
85
85
|
### nexus
|
|
86
86
|
|
|
@@ -126,7 +126,6 @@ This file lists each platform known to Fauxhai and the available versions for ea
|
|
|
126
126
|
|
|
127
127
|
### solaris2
|
|
128
128
|
|
|
129
|
-
- 5.10
|
|
130
129
|
- 5.11
|
|
131
130
|
|
|
132
131
|
### suse
|
|
@@ -135,6 +134,7 @@ This file lists each platform known to Fauxhai and the available versions for ea
|
|
|
135
134
|
- 12.1
|
|
136
135
|
- 12.2
|
|
137
136
|
- 12.3
|
|
137
|
+
- 15
|
|
138
138
|
|
|
139
139
|
### ubuntu
|
|
140
140
|
|