Skip to content

Releases: crossplane-contrib/provider-sql

v0.13.0

27 Oct 19:03
c5f638f

Choose a tag to compare

This release introduces Crossplane v2 support by @nateinaction and @tydanny! Thank you both for the excellent work! For examples, see https://github.com/crossplane-contrib/provider-sql/tree/master/examples/namespaced or https://marketplace.upbound.io/providers/crossplane-contrib/provider-sql/v0.13.0

What's Changed

Significant bumps

  • chore: bump github.com/lib/pq from 1.8.0 to 1.10.9 by @dependabot[bot] in #247
  • chore: bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot[bot] in #250

Build changes

  • Repair e2e by swapping MariaDB/PostgreSQL helm charts with k8s manifests by @chlunde in #277
  • chore: Enable monthly dependabot PRs by @chlunde in #234

Dependabot

  • chore: bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.2 by @dependabot[bot] in #248
  • chore: bump docker/setup-buildx-action from 3.10.0 to 3.11.1 by @dependabot[bot] in #256
  • chore: bump github/codeql-action from 3.28.16 to 3.30.3 by @dependabot[bot] in #270
  • chore: bump actions/setup-go from 5.4.0 to 6.0.0 by @dependabot[bot] in #268
  • chore: bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #271
  • chore: bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 by @dependabot[bot] in #253
  • chore: bump docker/login-action from 3.4.0 to 3.5.0 by @dependabot[bot] in #273
  • chore: bump actions/cache from 4.2.3 to 4.3.0 by @dependabot[bot] in #272
  • chore: bump docker/login-action from 3.5.0 to 3.6.0 by @dependabot[bot] in #275
  • chore: bump github/codeql-action from 3.30.3 to 3.30.5 by @dependabot[bot] in #274

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.13.0-rc.0

22 Oct 18:03
2dd5eb1

Choose a tag to compare

v0.13.0-rc.0 Pre-release
Pre-release

This prerelease is available as xpkg.upbound.io/crossplane-contrib/provider-sql:v0.12.0-17.g2dd5eb1.

What's Changed

Significant bumps

  • chore: bump github.com/lib/pq from 1.8.0 to 1.10.9 by @dependabot[bot] in #247
  • chore: bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot[bot] in #250

Build changes

  • Repair e2e by swapping MariaDB/PostgreSQL helm charts with k8s manifests by @chlunde in #277
  • chore: Enable monthly dependabot PRs by @chlunde in #234

Dependabot

  • chore: bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.2 by @dependabot[bot] in #248
  • chore: bump docker/setup-buildx-action from 3.10.0 to 3.11.1 by @dependabot[bot] in #256
  • chore: bump github/codeql-action from 3.28.16 to 3.30.3 by @dependabot[bot] in #270
  • chore: bump actions/setup-go from 5.4.0 to 6.0.0 by @dependabot[bot] in #268
  • chore: bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #271
  • chore: bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 by @dependabot[bot] in #253
  • chore: bump docker/login-action from 3.4.0 to 3.5.0 by @dependabot[bot] in #273
  • chore: bump actions/cache from 4.2.3 to 4.3.0 by @dependabot[bot] in #272
  • chore: bump docker/login-action from 3.5.0 to 3.6.0 by @dependabot[bot] in #275
  • chore: bump github/codeql-action from 3.30.3 to 3.30.5 by @dependabot[bot] in #274

New Contributors

Full Changelog: v0.12.0...v0.13.0-rc.0

v0.12.0

27 May 18:40
c742efe

Choose a tag to compare

This release supports management policies and contains security updates.

Like the previous release, it is only available under xpkg.upbound.io/crossplane-contrib/provider-sql:v0.12.0. We plan to support xpkg.crossplane.io in the next release.

What's Changed

Security updates

Maintainer changes

CI changes

New Contributors 🎉

Full Changelog: v0.11.0...v0.12.0

v0.11.0

15 Jan 09:44
33fb91c

Choose a tag to compare

What's Changed

  • feat(postgresql): add revoke public logic to grant and schema resources by @olikyr in #207
  • test(postgresql): implement postgresdb integration tests by @olikyr in #208
  • ci: update helm repo before intalling mariadb by @olikyr in #209

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

13 Dec 14:38
cee2aea

Choose a tag to compare

What's Changed

MySQL:

  • Give MySQL sql_log_bin at DSN level to take parameter into account by @fgaillot-qosenergy in #171
  • optional binlog parameters in mysql connection string by @mleahu in #201
  • fix: remove unneeded flush privileges call for mysql by @Duologic in #202
  • feat: add custom tls config support to mysql by @silphid in #184
  • refactor(mysql): consistent username/host parameters by @Duologic in #205

PostgreSQL:

MSSQL:

  • MSSQL allow to define different databases for login an user by @bakito in #192
  • add support for MSSQL schema in grants by @bakito in #193

Housekeeping:

  • Refresh build system - update to latest Go, Up, crossplane-runtime etc by @chlunde in #182
  • chore: add provider install documentation by @Bastichou in #174
  • chore: update build/ and Makefile by @Duologic in #204

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

24 Jan 19:59
afdf580

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

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

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

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

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