OSDN Git Service

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