OSDN Git Service

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