Skip to content

Releases: crossplane-contrib/provider-sql

v0.9.0

24 Jan 19:59
afdf580
Compare
Choose a tag to compare

new provider package will be published via upbound Marketplace xpkg.upbound.io/crossplane-contrib/provider-sql:v0.9.0

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

24 Jan 19:57
61a1672
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

23 Mar 09:48
3147b96
Compare
Choose a tag to compare

What's Changed

  • Fix/grant deletion hang after user is removed error 1141 by @alereca in #134
  • Feat/mysql grant diff when updating by @alereca in #136
  • Fix/consolidate unit tests for two PRs by @alereca in #140

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

22 Nov 14:00
031c0bd
Compare
Choose a tag to compare

What's Changed

  • feat: Upgrade Go to 1.18 by @chlunde in #115
  • feat: Upgrade crossplane-runtime to 0.18 by @chlunde in #116
  • fix(integration): Update mariaDB chart by @Duologic in #105
  • fix(mysql): Default value for database by @augustomelo in #97
  • fix(mysql): Don't escape mysql password by @cskinfill in #108
  • fix(mysql): Grant revocation by @jabbrwcky in #118
  • fix(postgresql): Add WithPollInterval to postgresql/extension by @chlunde in #114
  • fix(postgresql): Panic when taking ownership of existing role by @petteja in #100
  • fix(postgresql): Use matching database and providerconfig in postgresql examples by @chlunde in #111

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

19 May 12:13
ed6c55c
Compare
Choose a tag to compare

What's Changed

  • feat(postgresql): Add role configuration parameters by @petteja in #69
  • feat(postgresql): Set the default sslMode to verify-full by @ulucinar in #86
  • feat(mysql): Support grants per table by @atarax in #83
  • feat(mysql): TLS support by @MattMencel in #82

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

22 Mar 07:40
77cd294
Compare
Choose a tag to compare

What's Changed

  • fix(mysql/user): Don't panic on upToDate resourceOptions by @Duologic in #71
  • fix(mssql/grants): Resolve TestUpdate/Success flakyness by @petteja in #73

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

21 Mar 08:30
7cb321f
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Features:

  • #62 Escape DSN for PostgreSQL ProviderConfig properly
  • #63 Add ResourceOptions to MySQL User (caused bug #74)
  • #64 Add SSLMode option to PostgreSQL ProviderConfig

The bug #74 makes this version barely useable, marking as pre-release to make it more visible.

Full Changelog: v0.3.0...v0.4.0.

Release v0.3.0

26 Nov 21:23
0594d35
Compare
Choose a tag to compare

What's Changed

MSSQL support added with Database, Grant, and User managed resources.

  • SQL Server (MS SQL) Support by @turkenh in #56
  • Formatting and minor wording changes in Readme by @turkenh in #57

Full Changelog: v0.2.1...v0.3.

Release v0.2.1

27 Aug 10:12
eed0837
Compare
Choose a tag to compare

This patch release contains the fix for the following bug:

  • provider-sql can not connect to Azure PostgeSQL server (cannot select database): #23

ProviderConfig for postgresql now contains an optional field named defaultDatabase which defaults to postgres.

! Please note this might break your existing setup if you were using PGDATABASE environment variable via ControllerConfig. Please make sure to use the new field instead, if you want to set the value to something other than postgres

v0.2.0

12 May 22:44
d06c7b4
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Our second release of provider-sql! Huge thanks to @srueg and @benagricola for building out this provider. They have added much new functionality since v0.1, including support for PostgreSQL roles and grants, and MySQL grants. Thanks also to @linuxbsdfreak for adding support for PostgreSQL extensions!

Note that since 0.1 this provider has been updated to reconcile less frequently; every 10 minutes rather than every 1 minute. This change was made in order to reduce database load.