OSDN Git Service

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