OSDN Git Service

improves the utility scripts.
[metasearch/grid-chef-repo.git] / cookbooks / concourse-ci / CHANGELOG.md
index 21b7ab6..4a418ea 100644 (file)
@@ -1,6 +1,78 @@
 concourse-ci CHANGELOG
 ======================
 
+0.2.9
+-----
+- improves the utility scripts.
+
+0.2.8
+-----
+- adds the `concourse_start` script.
+
+0.2.7
+-----
+- adds the `fly_prune_workers_main` script.
+
+0.2.6
+-----
+- fixes format version detection of a local `docker-compose.yml`.
+
+0.2.5
+-----
+- adds the docker-compose v2 format support.
+
+0.2.4
+-----
+- adds the port number to the TSA host setting of the worker service.
+
+0.2.3
+-----
+- improves CA certificates and server key pair deployment.
+
+0.2.2
+-----
+- includes the `ssl_cert::server_key_pairs` and `ssl_cert::ca_certs` recipes automatically.
+
+0.2.1
+-----
+- refactoring.
+
+0.2.0
+-----
+- adds the `['concourse-ci']['docker-compose']['web_encryption_key_vault_item']` attribute (Encryption support: Concourse >= 3.1.0).
+  - see https://concourse.ci/encryption.html
+
+0.1.9
+-----
+- improves CA certificates import feature.
+- refactoring.
+
+0.1.8
+-----
+- adds the `fly_prune_workers` command.
+
+0.1.7
+-----
+- improves CA certificates import feature.
+- adds the `['concourse-ci']['docker-image']['entrypoint']` attribute.
+
+0.1.6
+-----
+- adds CA certificates import feature.
+- adds the `['concourse-ci']['docker-compose']['web_oauth_client_(id|secret)_vault_item']` attributes.
+
+0.1.5
+-----
+- adds the `concourse-ci::fly` recipe.
+
+0.1.4
+-----
+- Bug fix: SSH keys directory volume mount configurations.
+
+0.1.3
+-----
+- moves secrets from the `docker-compose.yml` file to the `.env` file.
+
 0.1.2
 -----
 - ensures Kernel user namespace activation.