OSDN Git Service

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