Skip to content

Releases: CleverCloud/clever-tools

v3.5.2

11 Apr 14:41
4e0a8fb
Compare
Choose a tag to compare

3.5.2 (2024-04-11)

🐛 Bug Fixes

  • curl: fix clever curl command when used with the auto packaged binary version (7197f29), closes #713

v3.5.1

10 Apr 17:08
7bedc2e
Compare
Choose a tag to compare

3.5.1 (2024-04-10)

🐛 Bug Fixes

  • build: fix PKGBUILD template for arch/AUR build (71d37f0), closes #708

v3.5.0

08 Apr 16:21
06bab41
Compare
Choose a tag to compare

3.5.0 (2024-04-08)

🚀 Features

  • addon: enable materia kv (341a3fa)
  • addon: support JSON format when plotting an add-on list (d01b3e0)
  • backups: support JSON format when plotting a backup list (c51c028)
  • create: add the ability to create an app as a task (c217772)
  • curl: add a clever curl help message (520d04b)
  • curl: list the command in clever help (b6e18d2)
  • database-backups: rework json backup list (5cbb381)
  • help: adjust description for help command (85b3dec)
  • logs: support duration in since parameters (a223f3a)
  • logs: support indexPrefix customization for ElasticSearch log drain (2dc0bd6)
  • parsers: add duration parser (62d6089)
  • status: show instance lifetime (TASK/REGULAR) in status (5c67aa7)

🐛 Bug Fixes

  • logs: allow real ID for addons with clever logs (b50ae3e), closes #710
  • logs: fix logs for addon (when no linked apps) (8c6d6f1), closes #644
  • restart: quieter mode (e507113)

v3.4.0

16 Feb 10:51
c834885
Compare
Choose a tag to compare

3.4.0 (2024-02-16)

🚀 Features

  • addon-create: add support for JSON format (-F json) (334cec5)
  • create: add support for JSON format (-F json) (1f7842a)
  • create: display name once app (or add-on) is created (1a3eb9e)
  • create: make app name optional (use current directory name if not specified) (0a20393)
  • deploy: support tag option (52ea270)
  • logs: support "json" and "json-stream" formats (for apps only) (a909959)

🐛 Bug Fixes

  • docker: inject Docker hub credentials to actions (e5e546e)

v3.3.0

15 Feb 17:23
c5bd9c0
Compare
Choose a tag to compare

3.3.0 (2024-02-15)

🚀 Features

  • add new Gravelines HDS region to autocomplete (fbebd40)

🐛 Bug Fixes

  • logs: show addon logs when addonId is provided (6fb99d5)

v3.2.0

07 Feb 15:31
ed6cdfe
Compare
Choose a tag to compare

3.2.0 (2024-02-07)

🚀 Features

  • logs: enable auto retry on network failures (ccab160)

🐛 Bug Fixes

  • api: improve error message with EAI_AGAIN and ECONNRESET (b134213)
  • delete beta/Jenkins mentions in README.md (cb32b3b)
  • logs: improve error message with EAI_AGAIN and ECONNRESET (fada067)
  • logs: improve open and error debug message (28dd996)
  • logs: increase connection timeout (a4ec4b9)
  • logs: only print SSE errors as debug when verbose mode is enabled (3ea21c6)

v3.1.0

25 Jan 16:26
9e31037
Compare
Choose a tag to compare

3.1.0 (2024-01-25)

🚀 Features

  • applications: display git+ssh deployment URL (8c702ce), closes #619
  • deploy: add same-commit-policy option (76ff6a2)
  • deploy: log application and owner details (e5929ae)
  • update runtimes list in autocomplete (f02f50f)
  • update zones list in autocomplete (3b18adb)

🐛 Bug Fixes

  • add an alias/name check during app create (4a5201a), closes #656
  • addon: fix a typo (8ece4cd)
  • domain: use response object to access status (18fba08)
  • pass an HTTP agent with long timeout to isomorphic-git (1bfbf40), closes #640