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 #240

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/hashicorp/terraform-plugin-sdk/v2 require minor v2.17.0 -> v2.18.0
github.com/nukosuke/go-zendesk require minor v0.12.2 -> v0.13.0

Release Notes

hashicorp/terraform-plugin-sdk ### [`v2.18.0`](https://togithub.com/hashicorp/terraform-plugin-sdk/releases/tag/v2.18.0) [Compare Source](https://togithub.com/hashicorp/terraform-plugin-sdk/compare/v2.17.0...v2.18.0) ENHANCEMENTS: - helper/resource: Added `TF_ACC_LOG`, `TF_LOG_CORE`, and `TF_LOG_PROVIDER` environment variable handling for Terraform versions 0.15 and later ([#​993](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/993)) - helper/schema: Added sdk.proto logger request duration and response diagnostics logging ([#​996](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/996)) BUG FIXES: - helper/resource: Ensured errors are always logged. ([#​983](https://togithub.com/hashicorp/terraform-plugin-sdk/issues/983))
nukosuke/go-zendesk ### [`v0.13.0`](https://togithub.com/nukosuke/go-zendesk/releases/tag/v0.13.0) [Compare Source](https://togithub.com/nukosuke/go-zendesk/compare/v0.12.3...v0.13.0) ❗ This version includes some breaking changes. #### What's Changed - Add List Groups pagination by [@​principis](https://togithub.com/principis) in [https://github.com/nukosuke/go-zendesk/pull/235](https://togithub.com/nukosuke/go-zendesk/pull/235) ```go // ~v0.12.3 client.GetGroups(ctx) // v0.13.0~ have to take opts as second argument. client.GetGroups(ctx, opts) // or call without options client.GetGroups(ctx, nil) ``` **Full Changelog**: https://github.com/nukosuke/go-zendesk/compare/v0.12.3...v0.13.0 ### [`v0.12.3`](https://togithub.com/nukosuke/go-zendesk/releases/tag/v0.12.3) [Compare Source](https://togithub.com/nukosuke/go-zendesk/compare/v0.12.2...v0.12.3) #### What's Changed - Add missing Group fields by [@​principis](https://togithub.com/principis) in [https://github.com/nukosuke/go-zendesk/pull/234](https://togithub.com/nukosuke/go-zendesk/pull/234) #### New Contributors - [@​principis](https://togithub.com/principis) made their first contribution in [https://github.com/nukosuke/go-zendesk/pull/234](https://togithub.com/nukosuke/go-zendesk/pull/234) **Full Changelog**: https://github.com/nukosuke/go-zendesk/compare/v0.12.2...v0.12.3

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 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 Mend Renovate. View repository job log here.