OSDN Git Service

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