Skip to content

Releases: CleverCloud/terraform-provider-clevercloud

v2.0.1

Choose a tag to compare

@miton18 miton18 released this 23 Apr 13:58

2.0.1 (2026-04-23)

Bug Fixes

  • ng: handle null tags values (fa58fc4)

v2.0.0

Choose a tag to compare

@miton18 miton18 released this 20 Apr 13:10

2.0.0 (2026-04-20)

⚠ BREAKING CHANGES

  • static: The clevercloud_static resource now manages the lightweight Static runtime (variant "static", no Apache). Users who were managing Static-with-Apache apps via clevercloud_static must add a moved block to migrate to clevercloud_static_apache:

Features

  • add debug logging for environment variable changes (9ba60ab)
  • static: add Static runtime, rename clevercloud_static to clevercloud_static_apache (798535a)

Bug Fixes

  • postgresql: resolve duplicate tfsdk locale tag in state upgrader (4977609)

v1.11.0

Choose a tag to compare

@miton18 miton18 released this 02 Apr 13:17

1.11.0 (2026-04-02)

Features

  • addon provider (db026d2)
  • env vars warning on invalid values (23291c8)
  • environment: reject null values with clear error message (#365) (4b020b7)
  • oauth_consumer (e0dc5c5)
  • plans: validate slug (f725e7a)
  • retry: add exponential backoff retry for 503 errors (5e41b18)
  • retry: add exponential backoff retry for 503 errors (625233c)
  • tests: add centralized CheckDestroy function for acceptance tests (959250a)
  • validate addon options against plan capabilities (#367) (9e59fa5)
  • vuln scanner (1ee7532)

Bug Fixes

  • ci: update elasticsearch test path after move to database/ (6ab9949)
  • drains: add retry mechanism for 503 errors and fix state preservation (078f862), closes #339
  • elasticsearch: make kibana, apm, and encryption immutable (#363) (d5d0cdb)
  • networkgroups: sync state in addon SyncNetworkGroups wrapper (825a058)
  • postgresql: add retry logic and use pg_database query for locale (181daba)
  • postgresql: change locale from Bool to String with schema migration (181daba)
  • postgresql: handle sqlDB.Close() error properly (181daba)
  • postgresql: query database for locale value in Create operation (181daba)

Performance Improvements

  • add Plan.Equal() method to skip unnecessary plan updates (db026d2)

v1.10.0

Choose a tag to compare

@miton18 miton18 released this 03 Mar 13:43

1.10.0 (2026-03-03)

Features

  • addons: add missing feature flags for MySQL, PostgreSQL, MongoDB (bc9a8aa)
  • apps: add Linux runtime support (797aeb2)

Bug Fixes

  • addons: use API response instead of plan values (0e6c0fa), closes #267
  • apps: guard against empty ID in state on Read and Create (e8c9983), closes #351
  • elasticsearch: validate version on apply (de57abb), closes #338
  • use PLAINTEXT as oauth signature (81dbfe1)

v1.9.0

Choose a tag to compare

@miton18 miton18 released this 23 Jan 15:28

1.9.0 (2026-01-23)

Features

  • applications: support app-to-app dependencies (8e20061)
  • apps: java jar profile (048670f), closes #333
  • apps: several integrations (4bb3685)
  • postgres: backup datasource (baf3e24)

Bug Fixes

  • application: read dependencies from API in Read flow (1d34b78)

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 19 Dec 14:38

1.8.0 (2025-12-19)

Features

  • actions: clevercloud_database_query (931895a)
  • apps: support exposed env vars (345d84c)
  • fsbucket: upload action (7047449)
  • keycloak: more stuff (a565236)
  • keycloak: return user/pass for admin access, host already provided (a0687d3)

Bug Fixes

  • applications: sync dependencies using Set.Difference pattern (404a905)
  • apps: double redeploy (db0c8a3)
  • apps: no redeploy for github apps (5e01ff1)

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 02 Dec 15:07

1.7.1 (2025-12-02)

Bug Fixes

  • apps: fill networkgroups on state-upgrader (5254aa1)

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 01 Dec 10:36

1.7.0 (2025-12-01)

Features

Bug Fixes

  • apps: flavor validation (0a9c3c4)
  • apps: missing parameters for github apps (0bd8e24)
  • better error messages (7b5327b), closes #296
  • cellar: empty bucket before deletion (0e54f46)

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 19 Nov 14:17

1.6.0 (2025-11-19)

Features

  • provider: allow to disable NG (1275333)

Bug Fixes

  • vhosts: handle empty vhosts config (1d4b880)

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 17 Nov 13:00

1.5.0 (2025-11-17)

Features

  • app/adons: networkgroup support (1052168)
  • application: allow authentication to clone private repositories (56d182d)
  • applications: support Github applications (6b0f22e)
  • postgres: support migration (aead77d)

Bug Fixes

  • applications: split app creation and deployment (1b400e3)
  • cellar: use resource instead of manually create dependencies (f9ec529)
  • use configured endpoint instead of hardcoded default (4e5dd8f)