Skip to content

Releases: ClickHouse/terraform-provider-clickhouse

v1.3.1

15 Nov 15:31
Compare
Choose a tag to compare

Changelog

  • c4ce7f8 Bump provider version in examples to 1.3.1
  • 70e99de Fix attachment of multiple private endpoints to the same service (#191)

v1.3.0

12 Nov 10:23
Compare
Choose a tag to compare

Changelog

  • 49e33c6 Bump provider version in examples to 1.3.0
  • c4f5dfd Allow specifying Service Release channel (#189)

v1.2.5

07 Nov 14:12
Compare
Choose a tag to compare

Changelog

  • d27123e Bump provider version in examples to 1.2.5
  • 2f342e4 Update num_replicas when value is known (#185)

v1.2.4

24 Oct 11:53
Compare
Choose a tag to compare

Changelog

  • 2dd01d8 Bump provider version in examples to 1.2.4
  • ee5b4b3 Mark num_replicas field as computed (#180)

v1.2.3

16 Oct 14:55
Compare
Choose a tag to compare

Changelog

  • 1381a8f Bump provider version in examples to 1.2.3
  • 217fa56 Make idle_scaling field computed (#174)

v1.2.2

15 Oct 15:16
Compare
Choose a tag to compare

Changelog

  • c35fd36 Bump provider version in examples to 1.2.2
  • b640253 Fix import of private_endpoint_registration resource (#169)
  • e99d00d Disable setting backup configuration for development services (#168)

v1.2.1

01 Oct 08:12
Compare
Choose a tag to compare

Changelog

  • f057c06 Bump provider version in examples to 1.2.1
  • a4fc23a Fix validation of backup_period_in_hours and backup_retention_period_… (#165)

v1.2.0

26 Sep 14:08
Compare
Choose a tag to compare

Changelog

  • 5803bf2 Bump provider version in examples to 1.2.0
  • 3b0ed27 Allow setting Service Backup configuration (#160)
  • ece59c2 Bump github.com/hashicorp/terraform-plugin-framework from 1.11.0 to 1.12.0 (#154)

v1.1.0

13 Sep 13:08
a8b7490
Compare
Choose a tag to compare

Changelog

  • a8b7490 Fix wrong calculation of memory size while caling services with more than 3 replicas (#152)
  • c29524a Honor server-side throttling info while dealing with 429 errors (#150)

v1.0.0

23 Aug 12:25
94954f1
Compare
Choose a tag to compare

This is a new major release of the official ClickHouse terraform provider.

WARNING This release introduces a few breaking changes that require manual intervention for some users coming from < 1.0.0 releases. More details in the readme

Changelog

  • ed0a934 Add user agent (#144)
  • a6af408 Improve retry logic (#143)
  • 8308d48 Breaking change documentation and handling (#142)
  • d701ec3 rename "id" to "private_endpoint_id" in "private_endpoint_registration" (#141)
  • bb0b590 Improve examples, make them part of e2e tests (#140)
  • 2afb178 Add new resource service_private_endpoints_attachment (#139)
  • ed80cb1 Remove private endpoints from service (#138)