Skip to content

Releases: petoju/terraform-provider-mysql

v3.0.76

06 Jun 20:04
e1f8a94
Compare
Choose a tag to compare

Changelog

v3.0.75

02 May 21:19
a5b4500
Compare
Choose a tag to compare

Changelog

v3.0.74

02 May 21:15
a5b4500
Compare
Choose a tag to compare

Changelog

v3.0.72

22 Apr 20:30
4772339
Compare
Choose a tag to compare

Changelog

  • 4772339 Upgrade deps (#223)
  • caa2ca5 chore(deps): bump golang.org/x/net (#212)
  • 9f57888 Update goreleaser config to include version
  • 71ad368 Add backticks around column names (Fixes #219)
  • 5be87ac docs: update README rationale – note winebarrel/terraform-provider-mysql archived since Oct 11, 2022 (making pull requests pointless) and apply grammar fixes for improved clarity. (#208)
  • 633ea61 Remove PGP key description (#206)
  • a65ebd6 chore(deps): bump github.com/golang-jwt/jwt/v5 (#205)

v3.0.71

16 Mar 18:09
946a912
Compare
Choose a tag to compare

Changelog

v3.0.70

24 Feb 21:08
a1f0858
Compare
Choose a tag to compare

Changelog

v3.0.69

13 Jan 18:17
51183e9
Compare
Choose a tag to compare

Changelog

  • 51183e9 fix: ignore host when comparing role grants (#190)

v3.0.68

07 Jan 19:57
14ab080
Compare
Choose a tag to compare

Changelog

v3.0.67

21 Nov 16:50
58f2c35
Compare
Choose a tag to compare

Changelog

  • 58f2c35 feat: revert use of SystemCertPool() and add env vars to cover all custom_tls settings (#184)

v3.0.66

13 Nov 15:56
f126bc3
Compare
Choose a tag to compare

Changelog

  • f126bc3 feat: ensure that ClientCert, ClientKey of custom_tls are optional and handled correctly + default to system cert pool (#182)
  • 71dfdd0 docs: fix mysql_user doc and add example (#175)
  • 52e26c2 docs: Fix description of default value for connect_retry_timeout_sec (#174)