OSDN Git Service

1c8a9771cb8af82699c8d6e9bc5fd899d17eed65
[metasearch/grid-chef-repo.git] / cookbooks / docker-grid / CHANGELOG.md
1 # docker-grid CHANGELOG
2
3 0.5.9
4 -----
5 - fixes utility scripts.
6
7 0.5.8
8 -----
9 - improves utility scripts.
10
11 0.5.7
12 -----
13 - refactoring.
14
15 0.5.6
16 -----
17 - adds the `['docker-grid']['dockerproject']['apt_new_repo_sections']` attribute.
18 - adds the `['docker-grid']['dockerproject']['yum_new_repo_extra_enablerepo']` attribute.
19
20 0.5.5
21 -----
22 - adds the `docker-grid::dind-compose` recipe.
23 - refactoring.
24
25 0.5.4
26 -----
27 - adds the Docker project new repository support (Debian, Ubuntu, RHEL and CentOS).
28
29 0.5.3
30 -----
31 - improves server key pair deployment for a Docker registry service.
32
33 0.5.2
34 -----
35 - adds the `docker_volumes_cleanup` script.
36
37 0.5.1
38 -----
39 - improves `docker-compose` installation.
40
41 0.5.0
42 -----
43 - adds the `docker-grid::registry-server` and `docker-grid::registry-docker-compose` recipes.
44
45 0.4.0
46 -----
47 - includes the `ssl_cert::server_key_pairs` recipe automatically.
48 - refactoring.
49
50 0.3.9
51 -----
52 - adds the Debian 9 (stretch) support.
53 - adds the `docker_images_cleanup` script.
54 - adds the Concourse pipeline configuration.
55
56 0.3.8
57 -----
58 - supports the latest Docker engine (17.03.1.ce-1, 17.03.1~ce-0).
59
60 0.3.7
61 -----
62 - supports the feature to specify no Docker version.
63
64 0.3.6
65 -----
66 - Bug fix: Ubuntu 14.04 LTS support.
67
68 0.3.5
69 -----
70 - adds the `['docker-grid']['engine']['skip_setup']` attribute.
71 - adds the `['docker-grid']['compose']['skip_setup']` attribute.
72
73 0.3.4
74 -----
75 - improves CentOS distributed `docker` package support.
76
77 0.3.3
78 -----
79 - adds OS distributed Docker Engine package support.
80 - adds the `['docker-grid']['install_flavor']` attribute.
81
82 0.3.2
83 -----
84 - refactoring.
85
86 0.3.1
87 -----
88 - bug fix: `systemctl daemon-reload` timing.
89 - adds the storage-driver automatic modifier for ZFS.
90
91 0.3.0
92 -----
93 - adds `Docker in LXD` support.
94
95 0.2.9
96 -----
97 - refactoring.
98 - adds the `platform_utils` cookbook dependency.
99
100 0.2.8
101 -----
102 - adds the `['docker-grid']['registry']['docker-compose']['host_data_volume']` attribute.
103
104 0.2.7
105 -----
106 - adds the `['docker-grid']['compose']['home_dir']` attribute.
107 - adds the `['docker-grid']['compose']['app_dir']` attribute.
108
109 0.2.6
110 -----
111 - bug fix: modifies `apt-get update` timing for the updated apt-line on Ubuntu.
112
113 0.2.5
114 -----
115 - adds `docker` service's handling of CA certificate update events.
116
117 0.2.4
118 -----
119 - improves the `docker-grid::registry` recipe.
120 - adds the `['docker-grid']['registry']['docker-compose']['config_format_version']` attribute. 
121 - adds the `['docker-grid']['registry']['docker-compose']['service_name']` attribute. 
122
123 0.2.3
124 -----
125 - adds the `docker-grid::registry` recipe.
126 - adds the `ssl_cert` cookbook dependency.
127 - adds the `['docker-grid']['apt_repo']['override_apt_line']` attribute.
128
129 0.2.2
130 -----
131 - adds the `docker-grid::compose` recipe.
132 - adds the `['docker-grid']['engine']['users_allow']` attribute.
133 - refactoring.
134
135 0.2.1
136 -----
137 - refactoring.
138
139 0.2.0
140 -----
141 - adds the `['docker-grid']['engine']['userns-remap']` attribute.
142
143 0.1.0
144 -----
145 - Initial release of docker-grid