Skip to content

Releases: ClickHouse/terraform-provider-clickhouse

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.

v0.0.10

05 Jun 19:58
b6c3a8b
Compare
Choose a tag to compare

Changelog

  • b6c3a8b Merge pull request #63 from ClickHouse/use-state-for-iam-role-service-config
  • 04c44d4 use state for unknown iam_role and private_endpoint_config, deprecate private_endpoint_config
  • 3578072 Merge pull request #58 from juan-vg/docs/add-examples-and-imports
  • d927ba0 Merge pull request #61 from ClickHouse/azure/pl-example
  • 340aaea .
  • 9c453ae Example for azure private link
  • 50ae30e Fix typo
  • d10a972 Improve docs: Add examples and imports (plus section sorting and renaming)

v0.0.9

20 May 15:26
35f0b5f
Compare
Choose a tag to compare

Changelog

  • 35f0b5f Merge pull request #60 from ClickHouse/remove-azure-private-endpoint-restriction
  • 824a114 remove azure private link restriction

v0.0.8

07 May 22:10
15c021f
Compare
Choose a tag to compare

Changelog

  • 15c021f Merge pull request #57 from ClickHouse/state-consistency
  • fe2a207 fix inconsistent state for encryption_key, encryption_assumed_role_identifier, idle_scaling, min_total_memory_gb, max_total_memory_gb, and idle_timeout_minutes as these are optional arguments

v0.0.8-beta.1

02 May 08:06
3131cc8
Compare
Choose a tag to compare

Changelog

  • 3131cc8 Merge pull request #56 from ClickHouse/exclude-private-endpoint-config-for-azure
  • 35a306e fix comment
  • 0253432 refactor
  • 110fd28 add comment
  • 3a970a9 add check on private endpoint config
  • 4070b27 don't get private endpoint config for azure instances