Skip to content

Releases: ClickHouse/terraform-provider-clickhouse

v0.0.5-beta.5

06 Feb 22:43
Compare
Choose a tag to compare

Changelog

  • 397152f change private endpoint registration to single object
  • d4ce7c5 fix out of bounds crash for private endpoint description

v0.0.5-beta.4

06 Feb 20:05
Compare
Choose a tag to compare

Changelog

  • 5c42165 prevent stop command if instance is already stopping

v0.0.5-beta.3

06 Feb 19:01
Compare
Choose a tag to compare

Changelog

  • 874e72c add retry mechanism for all polls
  • f87867f fix service private endpoint ids update, handle empty arrays correctly for org private endpoint registration
  • 3334bce fix endpoint registration reading state incorrectly

v0.0.5-beta.2

05 Feb 21:49
Compare
Choose a tag to compare

Changelog

  • 7de503a DataSource to retrieve privateEndpointID from openapi

v0.0.5-beta.1

22 Dec 17:25
Compare
Choose a tag to compare

Changelog

  • 3864dbc Merge remote-tracking branch 'origin/main' into kz-privatelink-flow
  • e7ee1df Merge pull request #34 from ClickHouse/kz-fix-null-description
  • 851892b Merge pull request #33 from ClickHouse/kz-fix-idle-scaling-update
  • adf4977 add privatelink example
  • b996668 implement private_endpoint_registration resource, switch private_endpoint_ids to optional attribute
  • 45c48e6 add private_endpoint_ids attribute
  • ad51c20 add private_endpoint_config as computed attribute to service
  • 5760831 keep description consistent on read
  • 27ac2f0 fix idle scaling getting inconsistent result when updating with dev tier instance
  • d03e00d fix inconsistent result when description is null

v0.0.4

29 Nov 20:33
271a011
Compare
Choose a tag to compare

Changelog

  • 271a011 Merge pull request #27 from ClickHouse/v0.0.4-prep
  • a022df1 update docs and examples for v0.0.4
  • 05899c3 Merge pull request #26 from ClickHouse/kz-update-example
  • 143c0ea remove api_url from example
  • 8d99729 Merge pull request #23 from ClickHouse/kz-add-iam-output
  • 1424982 update exmaples/basic/main.tf
  • b06a459 add iam_role as a computed value on services
  • f6b24b1 Merge pull request #22 from ClickHouse/kz-double-sha1-hash
  • 9cfd960 Merge remote-tracking branch 'origin/main' into kz-double-sha1-hash
  • 3b183a5 Merge pull request #21 from ClickHouse/kz-ip-access-list-order
  • 3559df2 Merge pull request #17 from swgillespie/swgillespie/token-secret
  • a42ce0d fix double sha1 password not getting updated
  • d20827a remove all old ip access items and add all new items to preserve order
  • 562dc06 add mysql double sha1 hash logic to password update
  • 1b20569 add mysql double sha1 hash logic to password update
  • 627a4b9 Merge pull request #8 from ClickHouse/dependabot/go_modules/google.golang.org/grpc-1.53.0
  • 9f851d2 Read token secret from CLICKHOUSE_TOKEN_SECRET environment variable
  • ff1a3be Merge pull request #15 from ClickHouse/update_ip_access_list_docs
  • 5e7148c Update nested IP access list
  • d919d99 Merge pull request #14 from ClickHouse/kz-license
  • e5c75de add license
  • 606573b Bump google.golang.org/grpc from 1.51.0 to 1.53.0

v0.0.3

11 Aug 17:20
Compare
Choose a tag to compare

Changelog

  • 31dab62 remove changelog skip for goreleaser
  • 3cbb1eb Merge pull request #6 from ClickHouse/api-url-key
  • f587159 Merge remote-tracking branch 'origin/main' into api-url-key
  • 84f47a5 Merge pull request #9 from ClickHouse/add-plan-modifiers
  • a45feb2 Merge pull request #7 from ClickHouse/development-tier-idle-scaling
  • ad32fef fix api url defaulting logic
  • 0d086dd add plan modifiers to use state for unknown values for id and endpoints keys
  • 176b1ab fix idle_scaling key not being set correctly for dev services
  • 2631e4b change environment key to api_url key

v0.0.2

16 Jun 14:12
Compare
Choose a tag to compare
generate docs for v0.0.2

v0.0.1

25 May 10:08
Compare
Choose a tag to compare
add docs, goreleaser, and github actions