Releases: fretlink/ansible-clever
Bump deployment waiting time
- #79 The waiting time for deployment is now 1 hour instead of 40 minutes
Upgrade minimal Dhall version
This release includes changes done before releasing the repo to the public and an upgrade of the minimal version needed to use the Dhall bindings for your configuration (min. to dhall v1.29.0)
Fix deployment failure when App is up-to-date
- #75 deploy: try to restart the app when the CLI asks to do it
Deployment idempotency and service dependencies
New 🆕
- #74 Service dependencies are now configurable in order for the role to link dependencies (addon or apps) automatically.
Fixes
Build flavor, scalibility configuration, restart only command and more…
Upgrade CLI to v2.6.1 and remove custom polling script
Upgrade of the clever-tools CLI from 1.6.3
to 2.6.1
This upgrade of the CLI is handy as it removes the necessity to do the HTTP polling manually. Indeed since v2.5.0 version of clever-tools, the CLI polls the API to check the deployment status (similarly to what we were doing manually).
Fix release about environment file generation
👷🏻♀️👷🏾♂️
This release fixes the two broken previous releases (v2.2 and v2.3) which prevented to generate the environment file (and thus configure application environment on clever cloud).
Fix release and update clever tools default to 1.6.3
This release includes changes from #60
- Update the default clever cli tools to 1.6.3
- Fix the default environment by removing the
CC_RUN_COMMAND
if not necessary - Adds automatic integration tests in Travis
Configuration update adding more Addon types
This release updates the dhall
bindings with two extra addons: the redis
and mysql
ones.
Compatibility release to handle multiline env variables from clever v1.5.0
Clever tools v1.5.0 introduced multiline strings for environment variables. This led to add quotes around env values.
We had a workaround in the role to add the quotes ourselves before that.
This release makes sure to not add another pair of double-quotes in case you use clever version >= v1.5.0