aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorPaul Bonaud <paul.bonaud@fretlink.com>2020-12-08 11:28:45 +0100
committerPaul Bonaud <paul.bonaud@fretlink.com>2020-12-08 11:34:17 +0100
commit4c9962dd07f4249fa013dcafc3bc6ae9c8d12742 (patch)
tree1d6bc1899aa8749abf2cfac21c2fe590294950d9 /README.md
parent117a573db72d925da7161fb9ee340800581ec673 (diff)
downloadansible-clever-4c9962dd07f4249fa013dcafc3bc6ae9c8d12742.tar.gz
ansible-clever-4c9962dd07f4249fa013dcafc3bc6ae9c8d12742.tar.zst
ansible-clever-4c9962dd07f4249fa013dcafc3bc6ae9c8d12742.zip
dhall: upgrade minimum compatible Dhall version to at least 1.29.0
This commit also upgrades the nix channel used in the CI to be able to test with Dhall v1.34.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 499dced..c7d7415 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Requirements
13 13
14This role requires [`clever-tools`](https://github.com/CleverCloud/clever-tools) CLI version `2.6.1` or higher. 14This role requires [`clever-tools`](https://github.com/CleverCloud/clever-tools) CLI version `2.6.1` or higher.
15 15
16If you want to configure this role with [Dhall](https://dhall-lang.org/) instead of YAML, the role publishes dhall bindings defined in the `dhall/package.dhall` file. These bindings will need Dhall version `1.26.0` or higher. 16If you want to configure this role with [Dhall](https://dhall-lang.org/) instead of YAML, the role publishes dhall bindings defined in the `dhall/package.dhall` file. These bindings will need Dhall version `1.29.0` or higher.
17 17
18Role Variables 18Role Variables
19-------------- 19--------------