OSDN Git Service

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