Skip to content

Releases: ably/terraform-provider-ably

v0.7.0

14 Aug 15:01
08fa4a6
Compare
Choose a tag to compare

Changelog

  • 08fa4a6 Merge pull request #184 from ably/release/v0.7.0
  • e4d01e5 Release v0.7.0
  • 9ca554f Merge pull request #182 from ably/laura/server-side-batching
  • 1a58b3c Update docs
  • 0197130 Add server-side batching
  • 0e0c030 Merge pull request #178 from ably/dependabot/go_modules/google.golang.org/protobuf-1.33.0
  • 9f59eb9 Bump google.golang.org/protobuf from 1.30.0 to 1.33.0
  • 69bfded Merge pull request #179 from ably/dependabot/go_modules/golang.org/x/net-0.23.0
  • f963da3 Bump golang.org/x/net from 0.17.0 to 0.23.0

v0.6.1

09 Feb 14:33
b56f0bb
Compare
Choose a tag to compare

Changelog

  • b56f0bb Merge pull request #177 from ably/release/0.6.1
  • fe86225 Release v0.6.1
  • fbf9585 Merge pull request #176 from ably/fix/INF-3250-Update-Terraform-Documentation
  • 89d429e [INF-3250] - Update Contributing and Provider documentation

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

08 Feb 18:33
b355d3c
Compare
Choose a tag to compare

Changelog

  • b355d3c Merge pull request #172 from ably/release/0.6.0
  • 487e7d7 Release v0.6.0
  • 2ef0e4f Merge pull request #174 from ably/dependabot/go_modules/golang.org/x/crypto-0.17.0
  • 4d3951e Bump golang.org/x/crypto
  • 0b6302b Merge pull request #175 from ably/dependabot/go_modules/google.golang.org/grpc-1.56.3
  • c748ffc Bump google.golang.org/grpc from 1.53.0 to 1.56.3
  • ad2fa0e Merge pull request #173 from ably/dependabot/go_modules/golang.org/x/net-0.17.0
  • 107d74b Bump golang.org/x/net from 0.5.0 to 0.17.0
  • dead07a Merge pull request #165 from ably/dependabot/go_modules/google.golang.org/grpc-1.53.0
  • 735a69c Bump google.golang.org/grpc from 1.51.0 to 1.53.0
  • 7c2e8da Merge pull request #171 from ably/feature/INF-3250-add-ably-key-revocable-tokens-param
  • fae0b94 [INF-3250] - Add revocable_tokens parameter to ably_api_key resource
  • 84c757c Merge pull request #170 from ably/feature/SDK-3336-amqpexternal-rule-exchange-param
  • 8ce94d2 Fix typo for parameter in testAccAblyRuleAmqpExternalConfig function
  • d76be3c Add exchange parameter to AMQP External Rule
  • ac3a916 Merge pull request #169 from ably/readme-version
  • 0d0a8ed docs: bump readme version

v0.5.0

29 Sep 12:18
bf29707
Compare
Choose a tag to compare

Changelog

  • bf29707 Merge pull request #168 from ably/release/0.5.0
  • 11e3852 docs: removed copy-paste error
  • a81173e docs: changelog
  • be6cca2 Merge pull request #167 from ably/http-envelope
  • 90f4cf0 style: fix existing typo in method name
  • 147d471 style: use same format in test
  • a581c36 docs: update examples
  • ae32424 test: fix test
  • 4191638 fix: only allow enveloped on non-batched
  • f7c1078 style: gofmt
  • 5daa68f fix: provide envelope for http rules
  • 17bd1cc Merge pull request #162 from ably/check-ci
  • 919ee12 Merge pull request #163 from ably/update-dev-version
  • 7ef8e25 Use 0.0.0 as "dev" VERSION
  • 0cc03a3 ci: allow workflow dispatch to run tests

v0.4.3

12 Jan 20:17
85624b9
Compare
Choose a tag to compare

Changelog

  • 85624b9 Merge pull request #158 from ably/release/0.4.3
  • ef5c957 Update CHANGELOG.md
  • 7929250 Bump version to 0.4.3
  • 65eba07 Merge pull request #156 from ably/ably-agent
  • 2c6558d Append 'terraform-provider-ably/VERSION' to the Ably-Agent HTTP header
  • a060aa8 Bump ably-control-go
  • 1bd7ec2 Add a VERSION constant
  • b9642d0 Merge pull request #155 from ably/credit-external-contribution
  • 1a3daed add credit to CHANGELOG for external contribution
  • 9bcdd05 Merge pull request #154 from ably/release/0.4.2

v0.4.2

02 Dec 14:31
Compare
Choose a tag to compare

Changelog

v0.4.1

22 Nov 17:17
Compare
Choose a tag to compare

Changelog

  • 7ef6065 v0.4.1
  • 970bc0e Merge pull request #145 from ably/bug
  • 3e5acee Don't test single => batch update for broken rules
  • 2ca17eb Merge pull request #146 from ably/update-apns-sandbox-docs
  • 84227df Don't ignore error from update
  • f98fe2a Use correct geneic type when decoding rules
  • 083a8a1 Use state for unknown on app.id
  • a185c8e Use state for unknown on app.account_id
  • 185c0c8 Update ably-control-go
  • eb51eee docs: update description for apns_use_sandbox_endpoint
  • 73abf25 Handle null TTL in amqp/external
  • 2d31d67 Merge pull request #144 from ably/update_deps
  • f3a3d79 Update terraform sdk
  • 9bdfe1f Merge pull request #142 from ably/caps
  • ecd6a23 Use set instead of list for capabilities
  • 11ee41b Merge pull request #140 from ably/release/0.4.0

v0.4.0

26 Oct 09:25
Compare
Choose a tag to compare

Changelog

v0.3.0

06 Oct 15:08
217c11d
Compare
Choose a tag to compare

Changelog

  • 217c11d Merge pull request #135 from ably/release/0.3.0
  • e7a20e2 Update changelog
  • f3eb162 Merge pull request #120 from ably/fix/module-path
  • a5dd31d Merge pull request #131 from ably/error
  • 8aea087 Merge pull request #128 from ably/release/0.3.0
  • a50c6c1 Version up to 0.3.0
  • d63e2ab Merge pull request #132 from ably/fix/docs_index
  • 534d756 Update index.md
  • 5ec2729 Refactor rule impl to a generic function
  • cb9f51e Merge pull request #130 from ably/fix/add_documentation_examples
  • 5fb8db0 Add missing newline
  • 499d57c Merge pull request #127 from ably/fix/add_documentation_examples
  • cc29c88 Merge branch 'main' into fix/add_documentation_examples
  • d256635 Merge pull request #129 from ably/format
  • c07f420 Extract format and enveloped to helper functions
  • a8102db Fix indentation
  • cbd7050 Add docs
  • e67f75a Merge pull request #123 from ably/amqp
  • a724f4e Adjust pulsar rule to fix errors from control api
  • beef3e2 Add amqp external rule
  • ad93f20 Add amqp rule
  • f6e29e7 Merge pull request #122 from ably/feature/IAC-49-Ably-Rule-Pulsar-Target
  • 6b47f7b Implement Ably Rule Resource with Pulsar Target This PR includes the following items - tfplugindocs generated documentation - Ably Pulsar integration rule resource with inbuilt source and target. - Updates to provider and models to represent Ably Rule for Pulsar target - Playground tf templates updated - Resource example updated for Pulsar integration rule. Uses hashicorp TLS certificate provider for cert. - Acceptance testing configured - tf fmt on examples folder
  • f3f2dc3 Merge pull request #121 from ably/feature/IAC-50-Ably-Kafka-Rule
  • 7eb1de3 Implement Ably Rule Resource with Kafka Target This PR includes the following items - tfplugindocs generated documentation - Ably Kafka integration rule resource with inbuilt source and target. - Updates to provider and models to represent Ably Rule for Kafka target - Playground tf templates updated - Resource example updated for Kafka integration rule - Acceptance testing configured - Update timeouts in Makefile for tf acceptance testing - tf fmt on examples folder
  • 5d7ab8d Fix import to a new module name
  • 5033135 Merge branch 'main' into fix/module-path
  • 1f6aeda Merge pull request #118 from ably/feature/IAC-78-Ably-Http-Rule
  • e087470 Update module path
  • 5757cb3 go fmt
  • 77b4dd5 Update Azure Function Target to use ToHeaders
  • b24560a Implement Ably Rule Resource with HTTP Target This PR includes the following items - tfplugindocs generated documentation - Ably HTTP integration rule resource with inbuilt source and target. - Updates to provider and models to represent Ably Rule for HTTP target - Playground tf templates updated - Resource example updated for HTTP integration rule - Acceptance testing configured - Update timeouts in Makefile for tf acceptance testing - Update cloudflare worker docs - tf fmt on examples folder
  • fee47cb Change parallel in test Makefile command
  • e94391c Add format to target map
  • 577abb1 Remove enveloped from params. Failed with enveloped is not supported for webhook type
  • 7236f86 Implement Ably Rule Resource with HTTP Target This PR includes the following items - tfplugindocs generated documentation - Ably HTTP integration rule resource with inbuilt source and target. - Updates to provider and models to represent Ably Rule for HTTP target - Playground tf templates updated - Resource example updated for HTTP integration rule - Acceptance testing configured - Update timeouts in Makefile for tf acceptance testing
  • f2b23ba Merge pull request #119 from ably/webhook
  • 3bd3560 Update after rebase
  • 5b03c58 Add cloudflare rule
  • b9e8ca4 Merge pull request #117 from ably/feature/IAC-77-Ably-Rule-Azure-Function
  • 3332efe Implement Ably Rule Resource with Azure Functions Target This PR includes the following items - tfplugindocs generated documentation - Ably Azure Functions integration rule resource with inbuilt source and target. - Updates to provider and models to represent Ably Rule for Azure Functions target - Playground tf templates updated - Resource example updated for Azure Functions integration rule - Acceptance testing configured
  • c59f7cb Merge pull request #113 from ably/webhook
  • e695a4b Remove empty line
  • fbc1ef1 Merge pull request #116 from ably/fix/111-fix-documentation-issues
  • 7f080f7 Add google_function example resources
  • f459499 Add docs
  • eeaaa4f Add google cloud function rule
  • be42d15 Update index.md.tmpl
  • e25ddff Merge pull request #114 from ably/feature/IAC-74-IFTTT-Ably-Rule
  • 78ab404 Implement Ably Rule Resource with IFTTT Target This PR includes the following items - tfplugindocs generated documentation - Ably IFTTT integration rule resource with inbuilt source and target. - Updates to provider and models to represent Ably Rule for IFTTT target - Playground tf templates updated - Resource example updated for IFTTT integration rule - Acceptance testing configured
  • 2c95f09 Merge pull request #107 from ably/feature/IAC-73-Ably-Rule-Zapier
  • acbe70d Run tfplugindocs to generate the description in documentation for rule resources.
  • c36035a Update GetRuleSchema function to take MarkdownDescription We previously supplied them with the schema for other resources but because rule schemas are generated, it made sense to put it here.
  • efba1a1 Create GetHeaderSchema function to return headers used by Ably Rules Also change casing in rule functions for consistency
  • 1c968de Change url param in Zapier Target to Required. Also remove ably_control_go import. Not required.
  • 6796327 Remove commented out function gen_plan_sqs_target_config
  • 1e3dca2 Update SQS resource - Remove ably-control-go from imported packages - Remove function gen_plan_sqs_target_config. These is not required as we have a new way of generating params for rules.
  • af14737 Update Kinesis resource - Rename struct resourceRule to resourceRuleKinesis. This resource was the first rule created by myself so naming it resourceRule was short-sighted. Fixing that now. - Remove ably-control-go from imported packages - Remove functions gen_plan_kinesis_target_config, source_type, format. These are not required as we have a new way of generating params for rules.
  • bccb1bd Update zapier rule resources tf example
  • defe849 Generate terraform-docs README for playground + resources
  • 6c69edf Generate tfplugindocs
  • b2b485c Terraform Formatting - Terraform fmt for templates (kinesis/lambda/SQS)
  • 0bd2e18 Implement Ably Rule Resource with Zapier Target This PR includes the following items - tfplugindocs generated documentation - Ably Zapier integration rule resource with inbuilt source and target. - Updates to provider and models to represent Ably Rule for Zapier target - Playground tf templates updated - Resource example updated for Zapier integration rule - Acceptance testing configured - Added RequestMode to the list of parameters in AblyRuleDecoder. Added a default of Single for Kinesis/SQS. - Also added AblyRuleHeaders struct to represent headers for integration rules.
  • c5a8085 Merge pull request #108 from ably/lambda
  • d12f8c9 Update docs
  • 111b40c Update examples
  • 17a8e0e Update examples
  • af1a830 Add Lambda rule
  • c933efe Merge pull request #105 from ably/rulededupe
  • f247064 Refactor common rule things

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

14 Sep 21:36
b0e10d1
Compare
Choose a tag to compare

Changelog

  • b0e10d1 Merge pull request #106 from ably/release/0.2.0
  • eb7556e Update version and add changelog entry
  • 7f4641e Merge pull request #104 from ably/feature/IAC-46-Ably-Rule-SQS
  • c679896 Implement Ably Rule Resource with SQS Target
  • 8146ccf Merge pull request #100 from ably/feature/IAC-44-Ably-Rule-Resource
  • 52a4ae1 Implement Ably Rule Resource with Kinesis Target
  • 680fcad Merge pull request #103 from ably/fixkey
  • fb14db9 Fix known after apply when changing values
  • 3b31474 Merge pull request #102 from ably/fixkey
  • 6d24cf7 Return key value on read and modify
  • d956b22 Merge pull request #99 from ably/ci
  • 563467f Add CI
  • eaa2776 fmt
  • 4c6f347 Merge pull request #98 from ably/fix/maintainers-release-process
  • d2f9529 Merge pull request #96 from ably/fix/docs-index-heading
  • 46b9a2c Update templates/index.md.tmpl
  • c094f29 Update the release process description
  • ee7b674 Update index.md.tmpl
  • d833746 Remove unneeded heading