Releases: komminarlabs/pulumi-influxdb3
Releases · komminarlabs/pulumi-influxdb3
v1.3.0
[1.3.0] - 2025-03-11
What's Changed
- chore(deps): bump the go_modules group across 3 directories with 1 update by @dependabot in #13
- chore(deps): bump the npm_and_yarn group across 2 directories with 1 update by @dependabot in #14
- chore(deps): bump the go_modules group across 3 directories with 2 updates by @dependabot in #15
- Files Sync From komminarlabs/github-workflows by @komminarlabs-bot in #17
- chore: go mod upgrades and tf bridge upgrades by @thulasirajkomminar in #19
New Contributors
- @komminarlabs-bot made their first contribution in #17
Full Changelog: v1.2.3...v1.3.0
v1.2.3
[1.2.3] - 2024-09-29
Fixed:
- Fixed error handling.
v1.2.2
[1.2.2] - 2024-09-12
Added:
- Added retry mechanism to retry InfluxDB v3 API request at least 3 times before erroring.
v1.2.1
[1.2.1] - 2024-08-21
Added:
- Added partition_template support. Note: Database and table partitions can only be defined on create. You cannot update the partition strategy of a database or table after it has been created. An update will result in resource replacement.
v1.0.1
v1.0.0
[1.0.0] - 2024-08-05
Initial release of the provider
New resources:
index/token.Token
index/database.Database
New functions:
index/getDatabase.getDatabase
index/getDatabases.getDatabases
index/getToken.getToken
index/getTokens.getTokens