Skip to content

Releases: fretlink/ansible-clever

Bump deployment waiting time

03 Jun 10:00
9acacc7
Compare
Choose a tag to compare
  • #79 The waiting time for deployment is now 1 hour instead of 40 minutes

Upgrade minimal Dhall version

08 Dec 10:45
e38cc06
Compare
Choose a tag to compare

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

06 Aug 14:03
9a29ce3
Compare
Choose a tag to compare
  • #75 deploy: try to restart the app when the CLI asks to do it

Deployment idempotency and service dependencies

07 Jul 11:10
315c7f5
Compare
Choose a tag to compare

New 🆕

  • #74 Service dependencies are now configurable in order for the role to link dependencies (addon or apps) automatically.

Fixes

  • #72 Don't run clever deploy if the app is up-to-date to avoid a failure when the application is already deployed in the current version
  • #73 Prevent a crash when a deployment times out

Build flavor, scalibility configuration, restart only command and more…

23 Jun 09:30
fa354e6
Compare
Choose a tag to compare

Features 🆕

  • #55 Add optional build flavor configuration
  • #64 & #68 Use JSON import for environment variables
  • #67 Add scalability configuration
  • #70 & #71 Add a new clever_restart_only variable to restart an app

Core

  • #69 README cleanup and test env cleanup

Upgrade CLI to v2.6.1 and remove custom polling script

17 Jun 13:15
d5c5bf8
Compare
Choose a tag to compare

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

25 Mar 08:38
5816bb8
Compare
Choose a tag to compare

👷🏻‍♀️👷🏾‍♂️

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

24 Mar 15:15
0815543
Compare
Choose a tag to compare

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

23 Mar 17:11
13602ab
Compare
Choose a tag to compare

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

11 Oct 16:10
417bbfa
Compare
Choose a tag to compare

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