nukosuke / terraform-provider-zendesk

Terraform Zendesk provider
https://registry.terraform.io/providers/nukosuke/zendesk/latest/docs
MIT License
26 stars 18 forks source link

Update Indirect Dependencies #235

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v2 -> v3
actions/setup-go action major v2 -> v3
github.com/hashicorp/terraform-plugin-sdk/v2 require minor v2.14.0 -> v2.15.0
github.com/nukosuke/go-zendesk require minor v0.10.3 -> v0.12.0

Release Notes

actions/checkout ### [`v3`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v302) [Compare Source](https://togithub.com/actions/checkout/compare/v2...v3) - [Add input `set-safe-directory`](https://togithub.com/actions/checkout/pull/770)
actions/setup-go ### [`v3`](https://togithub.com/actions/setup-go/compare/v2...v3) [Compare Source](https://togithub.com/actions/setup-go/compare/v2...v3)
hashicorp/terraform-plugin-sdk ### [`v2.15.0`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/v2.15.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.14.0...v2.15.0) FEATURES: - helper/resource: New `TestCheckResourceAttrWith` test helper, that simplifies checking of attribute values via custom functions ([#​950](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/950)) ENHANCEMENTS: - helper/schema: Propagated `tf_data_source_type`, `tf_req_id`, `tf_resource_type`, and `tf_rpc` fields in log entries ([#​955](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/955)) BUG FIXES: - helper/resource: Prevented `Unable to create logging subsystem with AdditionalLocationOffset due to missing root logger options` warning logs during acceptance testing ([#​955](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/955))
nukosuke/go-zendesk ### [`v0.12.0`](https://togithub.com/nukosuke/go-zendesk/releases/v0.12.0) [Compare Source](https://togithub.com/nukosuke/go-zendesk/compare/v0.11.2...v0.12.0) #### What's Changed - Add support for webhook API by [@​nukosuke](https://togithub.com/nukosuke) in [https://github.com/nukosuke/go-zendesk/pull/228](https://togithub.com/nukosuke/go-zendesk/pull/228) **Full Changelog**: https://github.com/nukosuke/go-zendesk/compare/v0.11.2...v0.12.0 ### [`v0.11.2`](https://togithub.com/nukosuke/go-zendesk/releases/v0.11.2) [Compare Source](https://togithub.com/nukosuke/go-zendesk/compare/v0.11.1...v0.11.2) #### What's Changed - Fix create endpoint for dynamic content by [@​nukosuke](https://togithub.com/nukosuke) in [https://github.com/nukosuke/go-zendesk/pull/227](https://togithub.com/nukosuke/go-zendesk/pull/227) **Full Changelog**: https://github.com/nukosuke/go-zendesk/compare/v0.11.1...v0.11.2 ### [`v0.11.1`](https://togithub.com/nukosuke/go-zendesk/releases/v0.11.1) [Compare Source](https://togithub.com/nukosuke/go-zendesk/compare/v0.11.0...v0.11.1) #### What's Changed - Update supported locales to latest by [@​nukosuke](https://togithub.com/nukosuke) in [https://github.com/nukosuke/go-zendesk/pull/226](https://togithub.com/nukosuke/go-zendesk/pull/226) **Full Changelog**: https://github.com/nukosuke/go-zendesk/compare/v0.11.0...v0.11.1 ### [`v0.11.0`](https://togithub.com/nukosuke/go-zendesk/releases/v0.11.0) [Compare Source](https://togithub.com/nukosuke/go-zendesk/compare/v0.10.3...v0.11.0) #### What's Changed - Update actions/setup-go action to v3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/nukosuke/go-zendesk/pull/220](https://togithub.com/nukosuke/go-zendesk/pull/220) - Use pointers in ticket struct to have fields omitted by omitempty. by [@​adabrooker](https://togithub.com/adabrooker) in [https://github.com/nukosuke/go-zendesk/pull/221](https://togithub.com/nukosuke/go-zendesk/pull/221) - Adds organization_memberships support by [@​mstanbCO](https://togithub.com/mstanbCO) in [https://github.com/nukosuke/go-zendesk/pull/222](https://togithub.com/nukosuke/go-zendesk/pull/222) - Adds support for fetching the list of custom roles by [@​mstanbCO](https://togithub.com/mstanbCO) in [https://github.com/nukosuke/go-zendesk/pull/223](https://togithub.com/nukosuke/go-zendesk/pull/223) - Add support for Go1.18 and drop Go1.13 by [@​nukosuke](https://togithub.com/nukosuke) in [https://github.com/nukosuke/go-zendesk/pull/224](https://togithub.com/nukosuke/go-zendesk/pull/224) - Add missing method for dynamic content item by [@​nukosuke](https://togithub.com/nukosuke) in [https://github.com/nukosuke/go-zendesk/pull/225](https://togithub.com/nukosuke/go-zendesk/pull/225) #### New Contributors - [@​adabrooker](https://togithub.com/adabrooker) made their first contribution in [https://github.com/nukosuke/go-zendesk/pull/221](https://togithub.com/nukosuke/go-zendesk/pull/221) - [@​mstanbCO](https://togithub.com/mstanbCO) made their first contribution in [https://github.com/nukosuke/go-zendesk/pull/222](https://togithub.com/nukosuke/go-zendesk/pull/222) **Full Changelog**: https://github.com/nukosuke/go-zendesk/compare/v0.10.3...v0.11.0

Configuration

πŸ“… Schedule: "every weekend" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.