OSDN Git Service

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