OSDN Git Service

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