Releases: qdrant/terraform-provider-qdrant-cloud
Releases · qdrant/terraform-provider-qdrant-cloud
v1.23.0
What’s Changed
- feat: add accounts_members and accounts_roles data sources (#202) @qdrant-cloud-bot
v1.22.0
What's Changed
- fix: sync role_ids from API in Read to detect drift by @jean-mercier-hivebrite in #198
New Contributors
- @jean-mercier-hivebrite made their first contribution in #198
Full Changelog: v1.21.0...v1.22.0
v1.21.0
What’s Changed
- Add support for providing storage tier type (#192) @hossainemruz
- Fix cluster URL empty on first apply (#169) (#188) @asadrizv
- CP-393: Fix perpetual diffs for unspecified fields in cluster resource (#186) @asadrizv
🧰 Maintenance
- Bump github.com/qdrant/qdrant-cloud-public-api from 0.114.0 to 0.115.0 (#194) @dependabot[bot]
- Bump release-drafter/release-drafter from 7.1.1 to 7.2.0 (#193) @dependabot[bot]
- Bump actions/setup-go from 6.3.0 to 6.4.0 (#189) @dependabot[bot]
New Contributors
- @asadrizv made their first contribution in #186
- @hossainemruz made their first contribution in #192
Full Changelog: v1.20.0...v1.21.0
v1.20.0
What’s Changed
- [CP-479] Added support for missing fields in packages (#183) @Robert-Stam
- ci: Pin all gh actions to commit SHAs (#179) @estebany-qd
- Make audit logging configurable in cluster configuration (#182) @bashofmann
- Update unsorted lists from schema.TypeList to schema.TypeSet (#181) @Robert-Stam
New Contributors
- @estebany-qd made their first contribution in #179
Full Changelog: v1.19.5...v1.20.0
v1.19.5
What’s Changed
- Fix perpetual diff for service_type enum in cluster resource (#177) @qdrant-cloud-bot
🧰 Maintenance
- Bump github.com/qdrant/qdrant-cloud-public-api from 0.111.0 to 0.113.0 (#176) @dependabot[bot]
v1.19.4
What’s Changed
- Update modules and actions (to reduce too many dependabot PRs). (#173) @Robert-Stam
What's Changed
- Update modules and actions (to reduce too many dependabot PRs). by @Robert-Stam in #173
- Bump google.golang.org/grpc from 1.79.2 to 1.79.3 by @dependabot[bot] in #174
Full Changelog: v1.19.3...v1.19.4
v1.19.3
What’s Changed
- Update modules, CI actions and Go version. (#168) @Robert-Stam
v1.19.2
What’s Changed
- No changes
What's Changed
- [CP-459] Fix: Before calling EnableClusterJwtRbac we should use the current value. by @Robert-Stam in #158
Full Changelog: v1.19.1...v1.19.2
v1.19.1
What’s Changed
- Update modules (to prevent too many dependabot PRs) (#157) @Robert-Stam
- Update modules (to prevent too many dependabot PRs) (#154) @Robert-Stam
v1.19.0
What’s Changed
- Update modules (to prevent dependabot PRs) (#152) @Robert-Stam
- Fix: filter UNSPECIFIED enum values in expand path (#151) @jean-haley (and @Robert-Stam)
- Change TopologySpreadConstraint.when_unsatisfiable to enum (#148) @bashofmann
Congrats to @jean-haley for his first contribution!