Skip to content

Releases: ClickHouse/terraform-provider-clickhouse

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)

v0.3.0

09 Aug 10:17
9d8757f
Compare
Choose a tag to compare

Breaking changes

If you need this field, please keep using version 0.2.3 and let us know why you are using this field.

The recently added private_endpoint_attachment resource was removed. You can use the private_endpoint_ids field of the clickhouse_service instead. Open an issue if you need help.

v0.2.3

07 Aug 12:58
1dc5fa8
Compare
Choose a tag to compare

Changelog

  • 1dc5fa8 [RELEASE 0.2.3] Bump provider version in examples (#126)
  • 0ed8198 Use Terraform functions to compare List attributes (#125)
  • 1e7da0c Prevent setting idle_timeout_minutes if idle_scaling is false (#124)

v0.2.2

07 Aug 09:06
8324d23
Compare
Choose a tag to compare

Changelog

  • Fix regression introduced in 0.2.1: "produced an unexpected new value: .encryption_key"
  • cbee4a2 [RELEASE 0.2.2] Bump provider version in examples (#121)
  • 36dd0c0 Bump github.com/hashicorp/terraform-plugin-framework from 1.10.0 to 1.11.0 (#113)
  • 59a27fa Bump github.com/gojuno/minimock/v3 from 3.3.13 to 3.3.14 (#112)
  • 7c302f6 Refactoring (#111)
  • 310388b Move validation of user config for service resource to ModifyPlan s… (#110)
  • a340b65 Refactoring of the code, better modularization and cleanup of unused … (#107)

v0.2.1

05 Aug 09:18
d7dc66a
Compare
Choose a tag to compare

Changelog

  • d7dc66a Add unit test to check mapping of API responses to terraform status (#106)
  • 86f524f Update idleScaling and idleTimeoutMinutes for dev tier as well (#104)
  • fdbdcb1 Always set encryption fields in status (#105)

v0.2.0

02 Aug 15:12
a349fae
Compare
Choose a tag to compare

Changelog

  • aab898a allow specifying idle_scaling and idle_timeout_minutes for dev tier

v0.1.0

31 Jul 12:00
cc90772
Compare
Choose a tag to compare

Changelog

  • cc90772 update Go version to 1.22.5 (#87)
  • 6ec6de0 add go toolchain (#86)
  • 1b37d18 Bump github.com/hashicorp/terraform-plugin-docs from 0.14.1 to 0.19.4 (#84)
  • 6572080 Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#82)
  • c667c92 Bump golang.org/x/net from 0.11.0 to 0.23.0 (#81)
  • 22b133b Bump express from 4.18.2 to 4.19.2 (#80)
  • 91676ac Merge pull request #79 from ClickHouse/fix-dependabot-dependencies
  • dea5bf5 Merge branch 'main' into fix-dependabot-dependencies
  • 0b62fc1 Merge pull request #78 from ClickHouse/docs
  • bdb793f Merge branch 'main' into docs
  • 399780c add ci to check if docs are up to date
  • de1d486 add ci to check if docs are up to date
  • ec3cb4f add dependabot config
  • 508c8c6 update dependencies
  • 46005d2 update gitignore
  • e1e7d94 add ci to check if docs are up to date
  • e4ac2bf add ci to check if docs are up to date
  • f40e5da Merge pull request #77 from ClickHouse/issue-31-fix-import
  • 502661b gofmt all code
  • ac833b2 Fix import of minTotalMemoryGB, maxTotalMemoryGB, numReplicas and idleTimeoutMinutes fields
  • 638a6ea Merge pull request #75 from ClickHouse/doc-api-url
  • 45ad527 Merge pull request #76 from ClickHouse/add-unit-tests
  • cee4c60 Merge pull request #74 from ClickHouse/issues-supporting-aws-rivatelink
  • a23aeda add first unit test
  • 15a273e fix obsolete instructions on how to use different environment
  • 6d5381c add private endpoint attachment resource
  • e634e5a format files
  • c2e48dd update examples
  • 6ab9ac3 Merge pull request #73 from ClickHouse/bump-examples-ch-provider-version
  • 228874d Use latest version of ClickHouse TF provider in examples
  • 97d694c Merge pull request #68 from ClickHouse/fix-tf-out-of-range
  • 6704f08 Merge pull request #67 from ClickHouse/fix-azure-example
  • 47bb2f1 Fix ipAccessList index out of range
  • a585607 api url
  • 4d4180e Updating azure Private Link example
  • bd01a4b Merge pull request #62 from cwurm/num_replicas
  • d1c31c6 Error for development tier.
  • 263e431 Update docs
  • de68a8e Update docs
  • 4235fe2 Add to docs
  • 5c6d891 Allow adjusting the number of replicas for existing services.