Releases: komminarlabs/terraform-provider-influxdb
Releases · komminarlabs/terraform-provider-influxdb
v1.1.2
v1.1.1
[1.1.1] - 2024-08-23
Fixed:
- fixed overwriting the token value during read in
influxdb_authorization
resource.
v1.1.0
What's Changed
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #19
- Bump github.com/hashicorp/terraform-plugin-go from 0.22.0 to 0.22.1 by @dependabot in #18
- Bump github.com/hashicorp/terraform-plugin-framework from 1.6.0 to 1.6.1 by @dependabot in #17
- Bump github.com/hashicorp/terraform-plugin-framework from 1.6.1 to 1.7.0 by @dependabot in #20
- Bump github.com/hashicorp/terraform-plugin-testing from 1.6.0 to 1.7.0 by @dependabot in #16
- Updated changelog by @thulasirajkomminar in #21
- Authorization resource required fields by @zevisert in #22
- Updated changelog by @thulasirajkomminar in #23
New Contributors
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Updated provider docs by @thulasirajkomminar in #10
- added Issue Templates by @thulasirajkomminar in #11
- Bump github.com/hashicorp/terraform-plugin-go from 0.21.0 to 0.22.0 by @dependabot in #5
- Bump github.com/hashicorp/terraform-plugin-framework from 1.5.0 to 1.6.0 by @dependabot in #9
- upgrade golang by @thulasirajkomminar in #13
- renamed module by @thulasirajkomminar in #14
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: v1.0.0...v1.0.1
v1.0.0
[1.0.0] - 2024-02-27
Added:
- Added an optional attribute
name
toinfluxdb_authorization
resource. - Acceptance tests for all data sources and resources.
Updated:
retention_days
is renamed toretention_period
ininfluxdb_bucket
resource.- Made some document changes.
v0.1.0
[0.1.0] - 2024-02-14
Added:
- New Data Source:
influxdb_authorization
- New Data Source:
influxdb_authorizations
- New Data Source:
influxdb_bucket
- New Data Source:
influxdb_buckets
- New Data Source:
influxdb_organization
- New Data Source:
influxdb_organizations
- New Resource:
influxdb_authorization
- New Resource:
influxdb_bucket
- New Resource:
influxdb_organization