devops-rob/terraform-provider-terracurl
### [`v1.1.0`](https://togithub.com/devops-rob/terraform-provider-terracurl/releases/tag/v1.1.0)
[Compare Source](https://togithub.com/devops-rob/terraform-provider-terracurl/compare/v1.0.2...v1.1.0)
#### What's Changed
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/devops-rob/terraform-provider-terracurl/pull/40](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/40)
- Bump github.com/hashicorp/terraform-plugin-docs from 0.10.1 to 0.14.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/devops-rob/terraform-provider-terracurl/pull/42](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/42)
- Bump github.com/hashicorp/terraform-plugin-docs from 0.14.0 to 0.14.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/devops-rob/terraform-provider-terracurl/pull/44](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/44)
- Feature: Adds request parameters by [@robh007](https://togithub.com/robh007) in [https://github.com/devops-rob/terraform-provider-terracurl/pull/47](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/47)
- bumped the version in the makefile by [@devops-rob](https://togithub.com/devops-rob) in [https://github.com/devops-rob/terraform-provider-terracurl/pull/53](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/53)
#### New Contributors
- [@robh007](https://togithub.com/robh007) made their first contribution in [https://github.com/devops-rob/terraform-provider-terracurl/pull/47](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/47)
**Full Changelog**: https://github.com/devops-rob/terraform-provider-terracurl/compare/v1.0.2...v1.1.0
### [`v1.0.2`](https://togithub.com/devops-rob/terraform-provider-terracurl/releases/tag/v1.0.2)
[Compare Source](https://togithub.com/devops-rob/terraform-provider-terracurl/compare/v1.0.1...v1.0.2)
#### What's Changed
- status code by [@devops-rob](https://togithub.com/devops-rob) in [https://github.com/devops-rob/terraform-provider-terracurl/pull/39](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/39)
**Full Changelog**: https://github.com/devops-rob/terraform-provider-terracurl/compare/v1.0.1...v1.0.2
### [`v1.0.1`](https://togithub.com/devops-rob/terraform-provider-terracurl/releases/tag/v1.0.1)
[Compare Source](https://togithub.com/devops-rob/terraform-provider-terracurl/compare/v1.0.0...v1.0.1)
#### What's Changed
- Bump github.com/stretchr/testify from 1.7.2 to 1.8.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/devops-rob/terraform-provider-terracurl/pull/36](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/36)
- Fix retry logic as retries would always fail with Bad Request by [@nicholasjackson](https://togithub.com/nicholasjackson) in [https://github.com/devops-rob/terraform-provider-terracurl/pull/38](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/38)
#### New Contributors
- [@dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/devops-rob/terraform-provider-terracurl/pull/36](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/36)
- [@nicholasjackson](https://togithub.com/nicholasjackson) made their first contribution in [https://github.com/devops-rob/terraform-provider-terracurl/pull/38](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/38)
**Full Changelog**: https://github.com/devops-rob/terraform-provider-terracurl/compare/v1.0.0...v1.0.1
### [`v1.0.0`](https://togithub.com/devops-rob/terraform-provider-terracurl/releases/tag/v1.0.0)
[Compare Source](https://togithub.com/devops-rob/terraform-provider-terracurl/compare/v0.1.1...v1.0.0)
V1.0.0 release of TerraCurl is here.
**BREAKING CHANGES**
- The `terracurl_request` data source now requires the expected response codes to be specified in the the Terraform module
**NEW FEATURES**
- TLS key materials can now be added to all requests. This will enable TerraCurl to interact with APIs that require HTTPS.
- mTLS can now be optionally enabled / disabled for each API call made by TerraCurl
- TerraCurl now has the ability to optionally add retry logic to all API calls. Each call can specify the maximum number of retries it attempts if the API call fails or the expected response code is not returned. The duration between each attempt can also be configured.
**DOCUMENTATION UPDATES**
- A correction to the `terracurl_request` resource documentation has been included to mark the destroy arguments as optional.
- All examples updated to reflect the new features and breaking changes.
**BUG FIXES**
n/a
**ISSUES**
Please [open an issue](https://togithub.com/devops-rob/terraform-provider-terracurl/issues/new) if you have any problems with the provider, or if you have additional functionality that you would like to be added to the provider. As always, Pull Requests are welcome.
**COMMUNITY THANKS**
As the provider quickly approaches 10k in downloads, I want to say a huge thank you to the community for your trust and support.
A special thank you goes out to:
- [@lucymhdavies](https://togithub.com/lucymhdavies) - For championing and advocating for this provider
- [@GaryJBlake](https://togithub.com/GaryJBlake) - For providing impactful feedback on the provider
- [@kholisrag](https://togithub.com/kholisrag) - For providing impactful feedback on the provider
- [@nicholasjackson](https://togithub.com/nicholasjackson) - For all the help you've given me in the background debugging issues etc
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
~> 0.1
->~> 1.0
Release Notes
devops-rob/terraform-provider-terracurl
### [`v1.1.0`](https://togithub.com/devops-rob/terraform-provider-terracurl/releases/tag/v1.1.0) [Compare Source](https://togithub.com/devops-rob/terraform-provider-terracurl/compare/v1.0.2...v1.1.0) #### What's Changed - Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/devops-rob/terraform-provider-terracurl/pull/40](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/40) - Bump github.com/hashicorp/terraform-plugin-docs from 0.10.1 to 0.14.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/devops-rob/terraform-provider-terracurl/pull/42](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/42) - Bump github.com/hashicorp/terraform-plugin-docs from 0.14.0 to 0.14.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/devops-rob/terraform-provider-terracurl/pull/44](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/44) - Feature: Adds request parameters by [@robh007](https://togithub.com/robh007) in [https://github.com/devops-rob/terraform-provider-terracurl/pull/47](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/47) - bumped the version in the makefile by [@devops-rob](https://togithub.com/devops-rob) in [https://github.com/devops-rob/terraform-provider-terracurl/pull/53](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/53) #### New Contributors - [@robh007](https://togithub.com/robh007) made their first contribution in [https://github.com/devops-rob/terraform-provider-terracurl/pull/47](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/47) **Full Changelog**: https://github.com/devops-rob/terraform-provider-terracurl/compare/v1.0.2...v1.1.0 ### [`v1.0.2`](https://togithub.com/devops-rob/terraform-provider-terracurl/releases/tag/v1.0.2) [Compare Source](https://togithub.com/devops-rob/terraform-provider-terracurl/compare/v1.0.1...v1.0.2) #### What's Changed - status code by [@devops-rob](https://togithub.com/devops-rob) in [https://github.com/devops-rob/terraform-provider-terracurl/pull/39](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/39) **Full Changelog**: https://github.com/devops-rob/terraform-provider-terracurl/compare/v1.0.1...v1.0.2 ### [`v1.0.1`](https://togithub.com/devops-rob/terraform-provider-terracurl/releases/tag/v1.0.1) [Compare Source](https://togithub.com/devops-rob/terraform-provider-terracurl/compare/v1.0.0...v1.0.1) #### What's Changed - Bump github.com/stretchr/testify from 1.7.2 to 1.8.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/devops-rob/terraform-provider-terracurl/pull/36](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/36) - Fix retry logic as retries would always fail with Bad Request by [@nicholasjackson](https://togithub.com/nicholasjackson) in [https://github.com/devops-rob/terraform-provider-terracurl/pull/38](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/38) #### New Contributors - [@dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/devops-rob/terraform-provider-terracurl/pull/36](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/36) - [@nicholasjackson](https://togithub.com/nicholasjackson) made their first contribution in [https://github.com/devops-rob/terraform-provider-terracurl/pull/38](https://togithub.com/devops-rob/terraform-provider-terracurl/pull/38) **Full Changelog**: https://github.com/devops-rob/terraform-provider-terracurl/compare/v1.0.0...v1.0.1 ### [`v1.0.0`](https://togithub.com/devops-rob/terraform-provider-terracurl/releases/tag/v1.0.0) [Compare Source](https://togithub.com/devops-rob/terraform-provider-terracurl/compare/v0.1.1...v1.0.0) V1.0.0 release of TerraCurl is here. **BREAKING CHANGES** - The `terracurl_request` data source now requires the expected response codes to be specified in the the Terraform module **NEW FEATURES** - TLS key materials can now be added to all requests. This will enable TerraCurl to interact with APIs that require HTTPS. - mTLS can now be optionally enabled / disabled for each API call made by TerraCurl - TerraCurl now has the ability to optionally add retry logic to all API calls. Each call can specify the maximum number of retries it attempts if the API call fails or the expected response code is not returned. The duration between each attempt can also be configured. **DOCUMENTATION UPDATES** - A correction to the `terracurl_request` resource documentation has been included to mark the destroy arguments as optional. - All examples updated to reflect the new features and breaking changes. **BUG FIXES** n/a **ISSUES** Please [open an issue](https://togithub.com/devops-rob/terraform-provider-terracurl/issues/new) if you have any problems with the provider, or if you have additional functionality that you would like to be added to the provider. As always, Pull Requests are welcome. **COMMUNITY THANKS** As the provider quickly approaches 10k in downloads, I want to say a huge thank you to the community for your trust and support. A special thank you goes out to: - [@lucymhdavies](https://togithub.com/lucymhdavies) - For championing and advocating for this provider - [@GaryJBlake](https://togithub.com/GaryJBlake) - For providing impactful feedback on the provider - [@kholisrag](https://togithub.com/kholisrag) - For providing impactful feedback on the provider - [@nicholasjackson](https://togithub.com/nicholasjackson) - For all the help you've given me in the background debugging issues etcConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.