OSDN Git Service

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