Skip to content

Releases: k-yomo/terraform-provider-algolia

v0.2.5

31 Dec 12:32
7f72ee9
Compare
Choose a tag to compare

Changelog

  • ac0bdae Extend index resource timeout to 1 hour
  • 1625622 Bump github.com/algolia/algoliasearch-client-go/v3 from 3.21.0 to 3.22.0
  • 3882023 Bump actions/checkout from 2.3.5 to 2.4.0
  • c0a3a27 Format code with goimports

v0.2.4

11 Nov 15:25
7f72ee9
Compare
Choose a tag to compare

Changelog

ac0bdae Extend index resource timeout to 1 hour
1625622 Bump github.com/algolia/algoliasearch-client-go/v3 from 3.21.0 to 3.22.0
3882023 Bump actions/checkout from 2.3.5 to 2.4.0
c0a3a27 Format code with goimports

v0.2.3

20 Oct 16:54
8ca74d3
Compare
Choose a tag to compare

Changelog

4f8f611 Fix facets config in query suggestions
f39305e Add retry for refreshing rule
873593c Fix to remove resource from state only when the resource not found
1816e92 Bump goreleaser/goreleaser-action from 2.7.0 to 2.8.0
6d8c5b6 Bump actions/checkout from 2.3.4 to 2.3.5

v0.2.2

11 Oct 12:34
3f556e4
Compare
Choose a tag to compare

Changelog

86cd8ce Fix 'snippet_ellipsis_text' setting and add tests
1ae7630 Fix 'highlight_and_snippet_config' is not imported
c2cce42 Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.7.1 to 2.8.0
de2d834 Bump codecov/codecov-action from 2.0.3 to 2.1.0
51fc912 Bump github.com/hashicorp/terraform-plugin-docs from 0.4.0 to 0.5.0
bf71fc6 Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.7.0 to 2.7.1
8623f6e Bump codecov/codecov-action from 2.0.2 to 2.0.3
1bd66a9 Add A/B Test and Dictionaries API as not supported (yet) resources in README
46856cc Update algolia client version
37ed6f2 Bump goreleaser/goreleaser-action from 2.6.1 to 2.7.0
6f11ea2 Bump codecov/codecov-action from 2.0.1 to 2.0.2

v0.2.1

20 Jul 14:07
578e53d
Compare
Choose a tag to compare

Changelog

0d38ad0 Remove wrong default values for min_hits and min_letters
9de3b93 Bump codecov/codecov-action from 1.5.2 to 2.0.1
77b93a3 Update issue template
48525d1 Use appropriate word
9d2f5ad Fix typo
9cd06b2 Enable syntax highlight for the code in CONTRIBUTING.md
ef39fd4 Add make install to use the local provider
aa853c7 Add tests to check destroy

v0.2.0

30 Jun 14:43
9dcae74
Compare
Choose a tag to compare

Changelog

00ccc89 Add algolia_query_suggestions examples for import and resource
6cc9232 Add tests
93705cb Update README
066688d Add algolia_query_suggestions resource
fcbe9ed Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.6.1 to 2.7.0
1463a78 Bump github.com/algolia/algoliasearch-client-go/v3 from 3.18.1 to 3.19.0
7c192e3 Fix title in provider doc template
ec38051 Fix provider doc title
37c2a47 Bump codecov/codecov-action from 1.5.0 to 1.5.2
c0fd850 Run CI only on push
8f0a5eb Add 1.0.0 to CI test matrix
c3fa084 Add explicit dependency

v0.1.7

05 Jun 14:31
35dd5c0
Compare
Choose a tag to compare

Changelog

8c8e4a4 Add advanced config block to algolia_index
d49391b Revert "Add app_id field"

v0.1.6

05 Jun 09:01
Compare
Choose a tag to compare

Changelog

a4b9390 Update test workflow badge link
4d68bec Update supported resources in README

v0.1.5

05 Jun 08:06
Compare
Choose a tag to compare

Changelog

dd9b6d0 Fix release job
0f8d259 Update terraform version on CI
1ee0f0f Add optional app_id field
e3738ba Bump goreleaser/goreleaser-action from 2.6.0 to 2.6.1
cddf3d8 Bump goreleaser/goreleaser-action from 2.5.0 to 2.6.0
22af520 Update Go version to 1.16
3276f03 Fix resource dependeny in test
6c9c1d2 Fix release to show changelog

v0.1.4

13 May 12:03
252964d
Compare
Choose a tag to compare
Merge pull request #12 from k-yomo/add-index-data-source

Add index data source