OSDN Git Service

improves CA certificates import feature.
[metasearch/grid-chef-repo.git] / cookbooks / concourse-ci / CHANGELOG.md
1 concourse-ci CHANGELOG
2 ======================
3
4 0.1.9
5 -----
6 - improves CA certificates import feature.
7 - refactoring.
8
9 0.1.8
10 -----
11 - adds the `fly_prune_workers` command.
12
13 0.1.7
14 -----
15 - improves CA certificates import feature.
16 - adds the `['concourse-ci']['docker-image']['entrypoint']` attribute.
17
18 0.1.6
19 -----
20 - adds CA certificates import feature.
21 - adds the `['concourse-ci']['docker-compose']['web_oauth_client_(id|secret)_vault_item']` attributes.
22
23 0.1.5
24 -----
25 - adds the `concourse-ci::fly` recipe.
26
27 0.1.4
28 -----
29 - Bug fix: SSH keys directory volume mount configurations.
30
31 0.1.3
32 -----
33 - moves secrets from the `docker-compose.yml` file to the `.env` file.
34
35 0.1.2
36 -----
37 - ensures Kernel user namespace activation.
38
39 0.1.1
40 -----
41 - adds SSL configurations.
42 - improves passwords management.
43 - adds the `['concourse-ci']['docker-compose']['(db|web)_password_reset']` attributes.
44 - adds the `['concourse-ci']['docker-compose']['ssh_keys_reset']` attribute.
45
46 0.1.0
47 -----
48 - Initial release of concourse-ci