OSDN Git Service

adds the `platform_utils` cookbook dependency.
[metasearch/grid-chef-repo.git] / cookbooks / docker-grid / CHANGELOG.md
1 # docker-grid CHANGELOG
2
3 0.2.9
4 -----
5 - refactoring.
6 - adds the `platform_utils` cookbook dependency.
7
8 0.2.8
9 -----
10 - adds the `['docker-grid']['registry']['docker-compose']['host_data_volume']` attribute.
11
12 0.2.7
13 -----
14 - adds the `['docker-grid']['compose']['home_dir']` attribute.
15 - adds the `['docker-grid']['compose']['app_dir']` attribute.
16
17 0.2.6
18 -----
19 - bug fix: modifies `apt-get update` timing for the updated apt-line on Ubuntu.
20
21 0.2.5
22 -----
23 - adds `docker` service's handling of CA certificate update events.
24
25 0.2.4
26 -----
27 - improves the `docker-grid::registry` recipe.
28 - adds the `['docker-grid']['registry']['docker-compose']['config_format_version']` attribute. 
29 - adds the `['docker-grid']['registry']['docker-compose']['service_name']` attribute. 
30
31 0.2.3
32 -----
33 - adds the `docker-grid::registry` recipe.
34 - adds the `ssl_cert` cookbook dependency.
35 - adds the `['docker-grid']['apt_repo']['override_apt_line']` attribute.
36
37 0.2.2
38 -----
39 - adds the `docker-grid::compose` recipe.
40 - adds the `['docker-grid']['engine']['users_allow']` attribute.
41 - refactoring.
42
43 0.2.1
44 -----
45 - refactoring.
46
47 0.2.0
48 -----
49 - adds the `['docker-grid']['engine']['userns-remap']` attribute.
50
51 0.1.0
52 -----
53 - Initial release of docker-grid