OSDN Git Service

dcos-grid-0.4.2
[metasearch/grid-chef-repo.git] / cookbooks / dcos-grid / CHANGELOG.md
1 dcos-grid CHANGELOG
2 ===================
3
4 0.4.2
5 -----
6 - bug fix: generating genconf/config.yaml
7
8 0.4.1
9 -----
10 - updates `docker-grid` cookbook dependency.
11 - adds `['dcos-grid']['bootstrap']['config']['telemetry_enabled']` attribute's default value `'false'`,
12
13 0.4.0
14 -----
15 - separates the `docker-grid` cookbook.
16
17 0.3.5
18 -----
19 - refactoring.
20 - bug fix.
21
22 0.3.4
23 -----
24 - adds some attributes for Docker daemon's execution option.
25
26 0.3.3
27 -----
28 - improves configuration validation.
29
30 0.3.2
31 -----
32 - adds `['dcos-grid']['bootstrap']['config']['master_discovery']` default value.
33 - adds some `['dcos-grid']['bootstrap']['config']['oauth_*']` attributes' default values.
34
35 0.3.1
36 -----
37 - adds some attributes of APT and YUM repositories' settings.
38 - adds docker-engine version lock feature (by apt-pinning) on Ubuntu.
39
40 0.3.0
41 -----
42 - adds Ubuntu (>= 16.04) support (Experimental).
43 - adds `dcos-grid::cli` recipe.
44
45 0.2.0
46 -----
47 - adds some attributes for the generation of cloud-config.yaml
48 - improves the Markdown formatting of READEME.md
49
50 0.1.0
51 -----
52 - Initial release of dcos-grid