Skip to content

Releases: cockroachdb/terraform-provider-cockroach

v1.3.1

04 Dec 15:33
94f1502
Compare
Choose a tag to compare
changelog: prep 1.3.1 release (#175)

v1.3.0

15 Sep 19:08
1e62020
Compare
Choose a tag to compare
Revert "Replace list attribute with sets (#163)" (#166)

This reverts commit 551369a73d92e53298fcec2c0922d19c45398b63.

v1.2.0

13 Sep 19:15
ff0153b
Compare
Choose a tag to compare
.github/workflows: split release into pre-release-ci and release (man…

…ual) (#164)

Previously, we run the release workflow automatically whenever a v* tag
gets pushed. The existing workflow does not work because the tests can be
flaky. When that happens, there's no way to release a new TF version since
goreleaser will only run once all the acceptance tests pass.

Until the flakiness goes away, we will split the release workflow into
two: pre-release-ci (that runs automatically like before), and release (which
has to be triggered manually after all the acceptance tests are triaged).

v1.1.0

15 Aug 19:17
c78f4f5
Compare
Choose a tag to compare
Update changelog for release 1.1.0 (#157)

v1.0.0

10 Aug 19:25
a2628c5
Compare
Choose a tag to compare
Update CC SDK to v1.4.0 (#156)

v0.7.0

18 Jul 17:33
f4572ba
Compare
Choose a tag to compare
fix serverless integration tests (#141)

v0.6.0

21 Jun 18:30
35a7112
Compare
Choose a tag to compare
v0.6.0 Changelog (#128)

v0.5.0

12 May 23:29
Compare
Choose a tag to compare
Added a CHANGELOG.md

v0.4.7

14 Apr 21:52
24a611a
Compare
Choose a tag to compare
Revert "update dedicated cluster test (#103)" (#104)

This reverts commit 12a16f9cf7d44a7112ec39fd7396c7f871a59cb2.

Now that the external issue with the lower cost
machine type is fixed, revert to use it again.

v0.4.6

12 Apr 23:28
12a16f9
Compare
Choose a tag to compare
update dedicated cluster test (#103)

Use a different machine type for dedicated
cluster acceptance test.