This release adds PostgreSQL DefaultPrivileges support by @xocasdashdash, fixes namespaced resource bugs for both MySQL and PostgreSQL.
What's Changed
- Adds support for DefaultPrivileges in postgres by @xocasdashdash in #199
- fix: MySQL namespaced providerconfig used wrong type - CannotConnectToProvider by @chlunde in #289
- fix: Namespaced PostgreSQL extension did not use namespaced database reference by @chlunde in #290
- chore: Remove tracker and set up type-safe connectors by @chlunde in #284
Significant dependency changes
- chore: bump github.com/go-sql-driver/mysql from 1.5.0 to 1.9.3 by @dependabot[bot] in #246
Minor dependency changes
- chore: bump github.com/crossplane/upjet/v2 from 2.0.0 to 2.1.0 by @dependabot[bot] in #280
- chore: bump golang.org/x/crypto from 0.41.0 to 0.45.0 by @dependabot[bot] in #283
- chore: bump github.com/crossplane/upjet/v2 from 2.1.0 to 2.2.0 by @dependabot[bot] in #296
- chore: bump github.com/crossplane/crossplane-runtime/v2 from 2.0.0 to 2.1.0 by @dependabot[bot] in #295
Build related changes
- chore: bump github/codeql-action from 4.30.8 to 4.31.2 by @dependabot[bot] in #281
- chore: bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #282
- chore: Update to crossplane CLI for newer docker compatibility by @chlunde in #286
- chore: bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #294
- chore: bump docker/setup-qemu-action from 3.6.0 to 3.7.0 by @dependabot[bot] in #293
- chore: bump github/codeql-action from 4.31.2 to 4.31.5 by @dependabot[bot] in #291
- chore: bump golangci/golangci-lint-action from 8.0.0 to 9.1.0 by @dependabot[bot] in #292
New Contributors
- @xocasdashdash made their first contribution in #199
Full Changelog: v0.13.0...v0.14.0