chef-sugar 4.0.0 → 4.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/lock.yml +3 -0
- data/.github/reaction.yml +1 -0
- data/CHANGELOG.md +5 -0
- data/lib/chef/sugar/platform.rb +8 -0
- data/lib/chef/sugar/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26e5390ab845a7043efbe3b331508964a5235cbd74033afefc0dd7b1ae197dec
|
|
4
|
+
data.tar.gz: c4dd59760db4d2598cd3186e54281d00cdf7eb33fc12e67a0f024d82cb1dde8a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5262a4a5ac63d0d9159cf523c31565aaf7a55530fa707993e893810d627e896280de1c3306d5da964dc5862154aad2c36ba7b2eff90c36838564e109a3185b1
|
|
7
|
+
data.tar.gz: 9ecc9cc256950fb02cf2d85ef3cf679c9221d263092d6284c7d61c58f15bfb4303f44380591a40c52b5c2146810bfd7faacf39dba9230fad2facb3e2ff73b658
|
data/.github/lock.yml
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
reactionComment: false
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
This file is used to list changes made in each version of the chef-sugar cookbook and gem.
|
|
4
4
|
|
|
5
|
+
## v4.0.1 (2018-08-09)
|
|
6
|
+
|
|
7
|
+
- Add new Debian, Mint, macOS codenames
|
|
8
|
+
- Add new Ubuntu codenames: artful, bionic, cosmic
|
|
9
|
+
|
|
5
10
|
## v4.0.0 (2018-01-26)
|
|
6
11
|
|
|
7
12
|
- Require Ruby 2.2 or later and Chef 12.10 or later
|
data/lib/chef/sugar/platform.rb
CHANGED
|
@@ -27,8 +27,11 @@ class Chef
|
|
|
27
27
|
'wheezy' => '7',
|
|
28
28
|
'jessie' => '8',
|
|
29
29
|
'stretch' => '9',
|
|
30
|
+
'buster' => '10',
|
|
30
31
|
},
|
|
31
32
|
'linuxmint' => {
|
|
33
|
+
'tara' => '19',
|
|
34
|
+
'sarah' => '18',
|
|
32
35
|
'qiana' => '17',
|
|
33
36
|
'petra' => '16',
|
|
34
37
|
'olivia' => '15',
|
|
@@ -43,6 +46,8 @@ class Chef
|
|
|
43
46
|
'yosemite' => '10.10',
|
|
44
47
|
'el_capitan' => '10.11',
|
|
45
48
|
'sierra' => '10.12',
|
|
49
|
+
'high_sierra' => '10.13',
|
|
50
|
+
'mojave' => '10.14',
|
|
46
51
|
},
|
|
47
52
|
'solaris' => {
|
|
48
53
|
'7' => '5.7',
|
|
@@ -66,6 +71,9 @@ class Chef
|
|
|
66
71
|
'wily' => '15.10',
|
|
67
72
|
'xenial' => '16.04',
|
|
68
73
|
'zesty' => '17.04',
|
|
74
|
+
'artful' => '17.10',
|
|
75
|
+
'bionic' => '18.04',
|
|
76
|
+
'cosmic' => '18.10',
|
|
69
77
|
},
|
|
70
78
|
}
|
|
71
79
|
|
data/lib/chef/sugar/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-sugar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Seth Vargo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-08-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -89,6 +89,8 @@ executables: []
|
|
|
89
89
|
extensions: []
|
|
90
90
|
extra_rdoc_files: []
|
|
91
91
|
files:
|
|
92
|
+
- ".github/lock.yml"
|
|
93
|
+
- ".github/reaction.yml"
|
|
92
94
|
- ".gitignore"
|
|
93
95
|
- ".kitchen.yml"
|
|
94
96
|
- ".travis.yml"
|
|
@@ -170,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
170
172
|
version: '0'
|
|
171
173
|
requirements: []
|
|
172
174
|
rubyforge_project:
|
|
173
|
-
rubygems_version: 2.7.
|
|
175
|
+
rubygems_version: 2.7.6
|
|
174
176
|
signing_key:
|
|
175
177
|
specification_version: 4
|
|
176
178
|
summary: A collection of helper methods and modules that make working with Chef recipes
|