OSDN Git Service

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