OSDN Git Service

supports the feature to specify no Docker version.
[metasearch/grid-chef-repo.git] / cookbooks / docker-grid / CHANGELOG.md
1 # docker-grid CHANGELOG
2
3 0.3.7
4 -----
5 - supports the feature to specify no Docker version.
6
7 0.3.6
8 -----
9 - Bug fix: Ubuntu 14.04 LTS support.
10
11 0.3.5
12 -----
13 - adds the `['docker-grid']['engine']['skip_setup']` attribute.
14 - adds the `['docker-grid']['compose']['skip_setup']` attribute.
15
16 0.3.4
17 -----
18 - improves CentOS distributed `docker` package support.
19
20 0.3.3
21 -----
22 - adds OS distributed Docker Engine package support.
23 - adds the `['docker-grid']['install_flavor']` attribute.
24
25 0.3.2
26 -----
27 - refactoring.
28
29 0.3.1
30 -----
31 - bug fix: `systemctl daemon-reload` timing.
32 - adds the storage-driver automatic modifier for ZFS.
33
34 0.3.0
35 -----
36 - adds `Docker in LXD` support.
37
38 0.2.9
39 -----
40 - refactoring.
41 - adds the `platform_utils` cookbook dependency.
42
43 0.2.8
44 -----
45 - adds the `['docker-grid']['registry']['docker-compose']['host_data_volume']` attribute.
46
47 0.2.7
48 -----
49 - adds the `['docker-grid']['compose']['home_dir']` attribute.
50 - adds the `['docker-grid']['compose']['app_dir']` attribute.
51
52 0.2.6
53 -----
54 - bug fix: modifies `apt-get update` timing for the updated apt-line on Ubuntu.
55
56 0.2.5
57 -----
58 - adds `docker` service's handling of CA certificate update events.
59
60 0.2.4
61 -----
62 - improves the `docker-grid::registry` recipe.
63 - adds the `['docker-grid']['registry']['docker-compose']['config_format_version']` attribute. 
64 - adds the `['docker-grid']['registry']['docker-compose']['service_name']` attribute. 
65
66 0.2.3
67 -----
68 - adds the `docker-grid::registry` recipe.
69 - adds the `ssl_cert` cookbook dependency.
70 - adds the `['docker-grid']['apt_repo']['override_apt_line']` attribute.
71
72 0.2.2
73 -----
74 - adds the `docker-grid::compose` recipe.
75 - adds the `['docker-grid']['engine']['users_allow']` attribute.
76 - refactoring.
77
78 0.2.1
79 -----
80 - refactoring.
81
82 0.2.0
83 -----
84 - adds the `['docker-grid']['engine']['userns-remap']` attribute.
85
86 0.1.0
87 -----
88 - Initial release of docker-grid