Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Indirect Dependencies #240

Merged
merged 1 commit into from
Jul 14, 2022
Merged

Update Indirect Dependencies #240

merged 1 commit into from
Jul 14, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2022

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

Compare Source

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)
  • helper/schema: Added sdk.proto logger request duration and response diagnostics logging (#​996)

BUG FIXES:

  • helper/resource: Ensured errors are always logged. (#​983)
nukosuke/go-zendesk

v0.13.0

Compare Source

❗ This version includes some breaking changes.

What's Changed

// ~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: nukosuke/go-zendesk@v0.12.3...v0.13.0

v0.12.3

Compare Source

What's Changed

New Contributors

Full Changelog: nukosuke/go-zendesk@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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot requested review from nukosuke and tamccall as code owners July 9, 2022 02:10
@renovate renovate bot added the renovate Renovate PR label Jul 9, 2022
@renovate renovate bot changed the title Update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.18.0 Update Indirect Dependencies Jul 13, 2022
@nukosuke nukosuke merged commit 84f9b4e into master Jul 14, 2022
@nukosuke nukosuke deleted the renovate/indirect branch July 14, 2022 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate Renovate PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant