OSDN Git Service

fixes format version detection of a local `docker-compose.yml`.
[metasearch/grid-chef-repo.git] / cookbooks / concourse-ci / CHANGELOG.md
1 concourse-ci CHANGELOG
2 ======================
3
4 0.2.6
5 -----
6 - fixes format version detection of a local `docker-compose.yml`.
7
8 0.2.5
9 -----
10 - adds the docker-compose v2 format support.
11
12 0.2.4
13 -----
14 - adds the port number to the TSA host setting of the worker service.
15
16 0.2.3
17 -----
18 - improves CA certificates and server key pair deployment.
19
20 0.2.2
21 -----
22 - includes the `ssl_cert::server_key_pairs` and `ssl_cert::ca_certs` recipes automatically.
23
24 0.2.1
25 -----
26 - refactoring.
27
28 0.2.0
29 -----
30 - adds the `['concourse-ci']['docker-compose']['web_encryption_key_vault_item']` attribute (Encryption support: Concourse >= 3.1.0).
31   - see https://concourse.ci/encryption.html
32
33 0.1.9
34 -----
35 - improves CA certificates import feature.
36 - refactoring.
37
38 0.1.8
39 -----
40 - adds the `fly_prune_workers` command.
41
42 0.1.7
43 -----
44 - improves CA certificates import feature.
45 - adds the `['concourse-ci']['docker-image']['entrypoint']` attribute.
46
47 0.1.6
48 -----
49 - adds CA certificates import feature.
50 - adds the `['concourse-ci']['docker-compose']['web_oauth_client_(id|secret)_vault_item']` attributes.
51
52 0.1.5
53 -----
54 - adds the `concourse-ci::fly` recipe.
55
56 0.1.4
57 -----
58 - Bug fix: SSH keys directory volume mount configurations.
59
60 0.1.3
61 -----
62 - moves secrets from the `docker-compose.yml` file to the `.env` file.
63
64 0.1.2
65 -----
66 - ensures Kernel user namespace activation.
67
68 0.1.1
69 -----
70 - adds SSL configurations.
71 - improves passwords management.
72 - adds the `['concourse-ci']['docker-compose']['(db|web)_password_reset']` attributes.
73 - adds the `['concourse-ci']['docker-compose']['ssh_keys_reset']` attribute.
74
75 0.1.0
76 -----
77 - Initial release of concourse-ci