OSDN Git Service

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