OSDN Git Service

improve override conf. management of docker engine.
[metasearch/grid-chef-repo.git] / cookbooks / docker-grid / CHANGELOG.md
1 # docker-grid CHANGELOG
2
3 1.3.4
4 -----
5 - improve override conf. management.
6
7 1.3.3
8 -----
9 - adds docker-ce-18.09 support.
10
11 1.3.2
12 -----
13 - adds the latest Ubuntu support.
14
15 1.3.1
16 -----
17 - removes an extra attribute.
18 - adds `curl` installation.
19
20 1.3.0
21 -----
22 - adds autopilot features.
23
24 1.2.1
25 -----
26 - adds docker-compose cleanup before installing it.
27 - adds the `['docker-grid']['compose']['version']` attribute.
28
29 1.2.0
30 -----
31 - adds docker-compose installation from PyPI.
32
33 1.1.0
34 -----
35 - deactivates new `docker-ce-stable` yum repository by default.
36 - updates docker-compose default version.
37 - symlinks docker-compose for sudo secure_path on RHEL family OS.
38
39 1.0.0
40 -----
41 - activates dockerproject new repository by default.
42 - updates docker default version.
43 - modifies version normalizatoin for the latest package (18.06) of CentOS.
44
45 0.5.9
46 -----
47 - fixes utility scripts.
48
49 0.5.8
50 -----
51 - improves utility scripts.
52
53 0.5.7
54 -----
55 - refactoring.
56
57 0.5.6
58 -----
59 - adds the `['docker-grid']['dockerproject']['apt_new_repo_sections']` attribute.
60 - adds the `['docker-grid']['dockerproject']['yum_new_repo_extra_enablerepo']` attribute.
61
62 0.5.5
63 -----
64 - adds the `docker-grid::dind-compose` recipe.
65 - refactoring.
66
67 0.5.4
68 -----
69 - adds the Docker project new repository support (Debian, Ubuntu, RHEL and CentOS).
70
71 0.5.3
72 -----
73 - improves server key pair deployment for a Docker registry service.
74
75 0.5.2
76 -----
77 - adds the `docker_volumes_cleanup` script.
78
79 0.5.1
80 -----
81 - improves `docker-compose` installation.
82
83 0.5.0
84 -----
85 - adds the `docker-grid::registry-server` and `docker-grid::registry-docker-compose` recipes.
86
87 0.4.0
88 -----
89 - includes the `ssl_cert::server_key_pairs` recipe automatically.
90 - refactoring.
91
92 0.3.9
93 -----
94 - adds the Debian 9 (stretch) support.
95 - adds the `docker_images_cleanup` script.
96 - adds the Concourse pipeline configuration.
97
98 0.3.8
99 -----
100 - supports the latest Docker engine (17.03.1.ce-1, 17.03.1~ce-0).
101
102 0.3.7
103 -----
104 - supports the feature to specify no Docker version.
105
106 0.3.6
107 -----
108 - Bug fix: Ubuntu 14.04 LTS support.
109
110 0.3.5
111 -----
112 - adds the `['docker-grid']['engine']['skip_setup']` attribute.
113 - adds the `['docker-grid']['compose']['skip_setup']` attribute.
114
115 0.3.4
116 -----
117 - improves CentOS distributed `docker` package support.
118
119 0.3.3
120 -----
121 - adds OS distributed Docker Engine package support.
122 - adds the `['docker-grid']['install_flavor']` attribute.
123
124 0.3.2
125 -----
126 - refactoring.
127
128 0.3.1
129 -----
130 - bug fix: `systemctl daemon-reload` timing.
131 - adds the storage-driver automatic modifier for ZFS.
132
133 0.3.0
134 -----
135 - adds `Docker in LXD` support.
136
137 0.2.9
138 -----
139 - refactoring.
140 - adds the `platform_utils` cookbook dependency.
141
142 0.2.8
143 -----
144 - adds the `['docker-grid']['registry']['docker-compose']['host_data_volume']` attribute.
145
146 0.2.7
147 -----
148 - adds the `['docker-grid']['compose']['home_dir']` attribute.
149 - adds the `['docker-grid']['compose']['app_dir']` attribute.
150
151 0.2.6
152 -----
153 - bug fix: modifies `apt-get update` timing for the updated apt-line on Ubuntu.
154
155 0.2.5
156 -----
157 - adds `docker` service's handling of CA certificate update events.
158
159 0.2.4
160 -----
161 - improves the `docker-grid::registry` recipe.
162 - adds the `['docker-grid']['registry']['docker-compose']['config_format_version']` attribute. 
163 - adds the `['docker-grid']['registry']['docker-compose']['service_name']` attribute. 
164
165 0.2.3
166 -----
167 - adds the `docker-grid::registry` recipe.
168 - adds the `ssl_cert` cookbook dependency.
169 - adds the `['docker-grid']['apt_repo']['override_apt_line']` attribute.
170
171 0.2.2
172 -----
173 - adds the `docker-grid::compose` recipe.
174 - adds the `['docker-grid']['engine']['users_allow']` attribute.
175 - refactoring.
176
177 0.2.1
178 -----
179 - refactoring.
180
181 0.2.0
182 -----
183 - adds the `['docker-grid']['engine']['userns-remap']` attribute.
184
185 0.1.0
186 -----
187 - Initial release of docker-grid