OSDN Git Service

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