OSDN Git Service

adds the `platform_utils::grub_default` recipe.
[metasearch/grid-chef-repo.git] / cookbooks / platform_utils / CHANGELOG.md
1 platform_utils CHANGELOG
2 ========================
3
4 0.8.0
5 -----
6 - adds the `platform_utils::grub_default` recipe.
7
8 0.7.0
9 -----
10 - adds autopilot features.
11
12 0.6.0
13 -----
14 - adds the `platform_utils::rc_local` recipe. 
15
16 0.5.0
17 -----
18 - adds the `platform_utils::pip` recipe. 
19
20 0.4.4
21 -----
22 - improves the `platform_utils::kernel_modules` recipe.
23
24 0.4.3
25 -----
26 - adds the `platform_utils::sysctl` recipe.
27
28 0.4.2
29 -----
30 - adds the `platform_utils::kernel_modules` recipe.
31 - adds the `platform_utils::kernel_user_namespace` recipe.
32
33 0.4.1
34 -----
35 - adds the `PlatformUtils::VirtUtils` module.
36
37 0.4.0
38 -----
39 - adds the `platform_utils::crond` recipe.
40 - adds the `platform_utils::ntpd` recipe.
41 - adds the `platform_utils::tcp_wrappers` recipe.
42
43 0.3.2
44 -----
45 - adds the `['platform_utils']['subid']['notifies']` attribute.
46 - refactoring.
47
48 0.3.1
49 -----
50 - adds the `PlatformUtils::Helper.append_subusers` method.
51 - bug fix.
52
53 0.3.0
54 -----
55 - adds the `platform_utils::subid` recipe.
56
57 0.2.0
58 -----
59 - adds the `platform_utils::sudo` recipe.
60
61 0.1.2
62 -----
63 - adds the `['platform_utils']['platform_update']['timer']` attribute.
64
65 0.1.1
66 -----
67 - improves update command string validation.
68
69 0.1.0
70 -----
71 - Initial release of platform_utils