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

Release for v0.3.11 #121

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [v0.3.11](https://github.com/okkez/terraform-provider-mysql/compare/v0.3.10...v0.3.11) - 2025-01-09
### Dependencies
- chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/120
- chore(deps): bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/116
- chore(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.8.0 to 1.9.0 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/117
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.9.0 to 1.10.0 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/118
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.12.0 to 0.13.0 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/119
- chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/122
- chore(deps): bump hashicorp/setup-terraform from 3.1.1 to 3.1.2 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/126
- chore(deps): bump golang.org/x/net from 0.27.0 to 0.29.0 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/127
- chore(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.9.0 to 1.10.0 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/125
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.10.0 to 1.11.0 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/123
- chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/130
- chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/131
- chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/134
- chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/143
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.14.0 to 0.16.0 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/144
- chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.34.0 to 2.35.0 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/139
- chore(deps): bump golang.org/x/net from 0.30.0 to 0.34.0 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/148
### Other changes
- chore(deps): update go 1.22 by @okkez in https://github.com/okkez/terraform-provider-mysql/pull/133
- chore(deps): add groups section to dependabot.yml by @okkez in https://github.com/okkez/terraform-provider-mysql/pull/135
- chore(deps): bump github.com/hashicorp/terraform-plugin-* by @okkez in https://github.com/okkez/terraform-provider-mysql/pull/136
- ci: support latest terraform versions by @okkez in https://github.com/okkez/terraform-provider-mysql/pull/145

## [v0.3.10](https://github.com/okkez/terraform-provider-mysql/compare/v0.3.9...v0.3.10) - 2024-06-06
### Dependencies
- chore(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 by @dependabot in https://github.com/okkez/terraform-provider-mysql/pull/89
Expand Down