Skip to content

Releases: pendo-io/terraform-provider-mysql

v3.0.62

10 May 18:27
Compare
Choose a tag to compare
add registry manifest

v3.0.60

10 May 17:45
Compare
Choose a tag to compare

Changelog

  • e3612a6 pendo-io updates
  • 349b210 Add azure config provider block (petoju#148)
  • aa94599 Fix issues related to error comparison (petoju#150)
  • 7be1098 Update dependencies (petoju#147)
  • 841718b Refactoring: remove deprecated function calls, use our functions (petoju#146)
  • 88c3e5c Set max number of connections to 1 (petoju#145)
  • 74aae9b Update dependencies (petoju#142)
  • cf05886 Change error strings, add details for grant parsing (petoju#141)
  • c7dfa94 Ask people specify server version when creating an issue (petoju#140)
  • 09cd741 Support ANSI_QUOTES default set on server (petoju#139)
  • 0f6349e chore(deps): bump golang.org/x/net (petoju#138)
  • ea9f920 Remove old changelog
  • 2379d03 Add default roles resource (petoju#134)
  • 6482993 Fix go.mod to contain also patch version
  • 3f05346 Check for empty user and empty role string (petoju#136)
  • 21eb972 Generate changelog
  • 8e9f707 Rename module to match repo location
  • 6e53a17 Update docs, github issue template
  • 2795da3 Add support for all Azure Clouds (petoju#130)
  • 5a90fe3 Add Ability to load Certificates from Data Resources/Secrets (petoju#123)
  • 2cdc94d Fix grant import (petoju#126)
  • d35fcf2 Add Cloud SQL instances private ip option (petoju#122)
  • 83dcc3f chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (petoju#125)
  • 72cdb1a Fix ALL + GRANT issue (petoju#121)
  • 69227ff feat: better support for resource conflicts (petoju#114)
  • 0c455c4 Update CircleCI to newer Golang, remove deprecated "make test" (petoju#115)
  • 50e23b3 Add support for custom certificates (petoju#111)
  • c9c0a83 Fix "make test" and "make website" (petoju#113)
  • 79fe2ca Enable automatic IAM database authN for Cloud SQL (petoju#109)
  • 869a20e Adding options to enable IAM database AuthN in Cloud SQL (petoju#107)
  • 1d8c642 breakfix: Fix Example 2 of Procedure Loading, reading state for non-deleted grants (petoju#104)
  • 79b4e96 Revert "Fix GRANT OPTION"
  • 5cedd8a Update dependencies
  • 1b5b633 fix GRANT OPTION
  • 309f64c suggested changes
  • 2dc2802 fix mariadb
  • 5146c94 remove debug logging
  • 0c66f79 working
  • 8c4cef2 add tests
  • 398f870 working
  • f913cf8 working
  • 027f743 Add first class support for privileges
  • b8e22b9 chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
  • 0dfe895 chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3
  • d1c2b86 Merge pull request petoju#92 from petoju/dependabot/go_modules/golang.org/x/net-0.17.0
  • 33448fb chore(deps): bump golang.org/x/net from 0.9.0 to 0.17.0
  • 7bdf619 Merge pull request petoju#91 from petoju/feature/fix-grant-option-role
  • ac398d5 Fix granting roles with admin option
  • 6f0648d Merge pull request petoju#90 from Kiliandeca/feat/retain-old-password
  • 5cb0255 test: add user retain old password acceptance tests
  • 300d0fe refact: remove unused arg and change error message
  • a03842e feat: add retain old password support
  • 6757a7c Merge pull request petoju#88 from petoju/feature/fix-normalization
  • 56d6ff3 Incorrect grant parsing fix
  • 501df90 Merge pull request petoju#87 from mikutas/doc-default
  • 1d836f4 Update default value
  • adb50d0 Merge pull request petoju#86 from petoju/feature/dynamic-grants
  • 94d3b06 Support dynamic grants in MySQL8
  • e008130 Merge pull request petoju#83 from petoju/dependabot/go_modules/google.golang.org/grpc-1.53.0
  • 8fe8bb8 Bump google.golang.org/grpc from 1.52.0 to 1.53.0
  • 43914b6 Merge pull request petoju#81 from kratkyzobak/document-issue-79
  • bde17c8 Merge pull request petoju#80 from kratkyzobak/fix-issue-79
  • 8469e5f Add note to documentation about need to use specific connection parameter for older Azure servers
  • 165c454 Support older version of aad_auth
  • 7efb230 Merge pull request petoju#77 from kratkyzobak/create-aad-user
  • 821875b Force define type of AAD identity to avoid ambiguousness for group names and service principal uuids
  • 026c392 Fix missing auth_string_hashed/ConflictsWith
  • 00b6f66 Fix potential partially created user not reported to Terraform
  • 497dee1 Fix comments syntax
  • b8d3c21 Add support for CREATE AADUSER to mysql_user resource
  • 1daab1a Merge pull request petoju#76 from kratkyzobak/azure-mysql-aad-auth
  • 7777061 Use azure:// scheme to configure AAD Auth instead of config flag.
  • 3e8ab8f Add support to connect using AzureAD credentials
  • 2534f38 Merge pull request petoju#74 from rohitaro/master
  • 6c79d7c fix: if the value is NULL(just in case)
  • f90948b fix: strconv.Atoi: strconv.Atoi: parsing "": invalid syntax
  • 9bbc5fd Merge pull request petoju#68 from petoju/feature/upgrade-go-version
  • b831ccc Update golang on circleci
  • f157618 Update go version
  • 7e35fed Merge pull request petoju#63 from petoju/dependabot/go_modules/golang.org/x/net-0.7.0
  • 37f42dd Bump golang.org/x/net from 0.5.0 to 0.7.0
  • 49e42bf Merge pull request petoju#60 from Giphy/feat-rds-config
  • 045b737 chore: skip RDS tests from other MySQL versions
  • ed74266 Merge pull request petoju#62 from petoju/feature/remove-sql-log-bin-in-tests
  • e4683ad Remove sql_log_bin in tests, add Fatals on errors
  • 9f3817a chore: add comment to mysqlRdsConfigId constant
  • cb887d7 chore: improve error messages
  • 117a0bb chore: improve test logic
  • 36086ed fix: remove commented line
  • a160dbc chore: remove RDS acct tests from default. Improve error messages
  • 0dc96e0 chore: rename binlog attribute, better error messages. Remove randomness from tests
  • e1c2a94 chore: remove empty line
  • 224348b chore: remove release workflow for petoju PR
  • 227309b feat: resource mysql_rds_config (petoju#3)
  • adbfa67 Merge branch 'petoju:master' into master
  • 8a1504a Merge pull request petoju#58 from petoju/feature/ignore-dblquote
  • 35b8ae0 Ignore double quotes in grants
  • ce67394 Merge pull request petoju#55 from eugenepaniot/master
  • 40e8c86 Update vendors
  • 1337b85 Enhance mysql error handling
  • 2a51a2f Enhance googleapi error handling
  • aa762a3 Merge pull request petoju#2 from Giphy/doc-mysql-binlog
  • 286cdf0 docs: add mysql_retention_period docs for terraform registry
  • 56e6f33 Merge pull request petoju#1 from Giphy/feat-binlog-retention
  • f9d0980 chore: better styling
  • 4cdaa50 Update GCP CloudSQL Connection documentation
  • 123f932 fix: retention period set to number
  • 7f6d2b1 fix: read binlog retention when null. Unique id
  • 1fb4571 chore: add release workflow
  • 2af7c56 Merge pull request petoju#53 from mudkipme/fix/mariadb1010
  • 3a9081f Fix compatibility with MariaDB 10.10
  • 4164e7a Merge pull request petoju#51 from petoju/feature/support-changing-passwords
  • aeb061f Fix applying changes of passwords
  • 212cfb2 Merge pull request petoju#50 from shiimaxx/update-docs-mysql_user
  • 911e02e feat: add binlog retention resource
  • 5f39071 Add docs for import mysql_user resource
  • 8336246 Merge pull request petoju#48 from eugenepaniot/gcp_native_cloudsql_support
  • a7f48e2 Add missing vendors and deps
  • 6a7c03b Update CHANGELOG
  • 702471f Add vendors Google cloudsqlconn/mysql/mysql
  • 2eaafd0 Add support for GCP CloudSQL Native Connection
  • 9065753 Merge pull request petoju#44 from Ken-Sumi1019/feature/add-tables-doc
  • 5453df0 fix some grammar issues / extra newline / type
  • 90ae6f8 Add table data source documentation
  • 0345ba8 Merge pull request petoju#42 from petoju/feature/bubble-up-errors
  • 6db3f5c Bubble up user read errors
  • 6c9a433 Merge pull request petoju#41 from petoju/feature/remove-pgp-key-docs
  • 841b7a2 Remove pgp_key
  • 14931ca Merge pull request petoju#37 from petoju/feature/connect-mysql-ad-hoc
  • 994baa1 Connect to MySQL only when necessary
  • 6d022ea Merge pull request petoju#36 from petoju/feature/add-context
  • b7a5a38 Add context to the rest of functions
  • 118fe86 Merge pull request petoju#35 from petoju/feature/add-rest
  • cebb96b Update vendored files
  • df4fbe0 Merge pull request petoju#34 from petoju/feature/update-api
  • aaeb77a Add context-aware functions
  • f1a931b Merge pull request petoju#33 from petoju/feature/skip-option-none
  • 3009a76 Explicitly skip tls_option=none for grants
  • 44b9435 Merge pull request petoju#31 from boltandrke/feature/fix-global-variable-str-handling
  • 7826b64 Merge remote-tracking branch 'upstream/master' into feature/fix-global-variable-str-handling
  • e87c46d Merge pull request petoju#27 from borissavelev/tidb_tests
  • c5cdfeb Fixed value string, integer, float and boolean parsing issues.
  • 4c66cf9 Improve script for TiDB tests
  • 99813b6 Merge pull request petoju#30 from petoju/circleci-project-setup
  • ecf9be2 Add .circleci/config.yml
  • 820e5af Merge pull request petoju#28 from boltandrke/feature/fix-ti-config-documenataion
  • 611cedc Add missing documentation for mysql_ti_config
  • a7b8c1f Merge pull request petoju#21 from boltandrke/feature/add-ti-resources
  • 4297527 Add TiKV and PD resource handling with TiDB cluster
  • 4d45c99 Merge pull request petoju#1 from petoju/master
  • 18291df Merge pull request petoju#20 from petoju/feature/support-mariadb
  • deefecd Add support for MariaDB
  • 1a819a4 Merge pull request petoju#19 from petoju/feature/add-sensitive-password
  • 097b157 Make auth_string_hashed sensitive
  • 63668a6 Merge pull request petoju#16 from petoju/feature/better-user
  • 2e71bd5 Add docs + small test
  • 21e6241 Readd MySQL 5.6 compatiblity, speedup execution
  • ac51588 Deprecate tls_option in grant
  • 61047a3 Support atrbitrary auth strings
  • 4e47831 Merge pull request petoju#14 from borissavelev/mysql-global-variable
  • 04fdf87 add TiDB to tests
  • 4e55f1f add tests&doc
  • f3323b4 New resource: mysql_global_variable
  • 62015ce Merge pull request petoju#13 from petoju/feature/add-function-call
  • 4f9d177 Replace no such grant with function call
  • f54602b Merge pull request petoju#12 from petoju/feature/fix-missing-grants
  • 8665c12 Return no grants (with no error) when there is no such grant
  • 450d2d4 Merge pull request petoju#11 from petoju/feature/different-import
  • 32aa151 Fix import in MySQL 8
  • 6aa86ab Readd deleted database / table wrapping
  • 40ab5fc Provide a way to import user/host/database/table grant in one go
  • d5976d8 Create CodeQL config
  • 4e50e9e Merge pull request petoju#9 from petoju/feature/go-mod-tidy
  • b16ae1c Run go mod tidy
  • 88e8c8f Merge pull request petoju#5 from petoju/feature/fix-link
  • dbbbf4a Fix broken link to sensitive data in TF (fixes petoju#4)
  • d6e71c2 Merge pull request petoju#6 from petoju/feature/upgrade...
Read more