All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- BREAKING: Migrated from deprecated
honeycombio_boardtohoneycombio_flexible_boardresource - Updated board resource declaration to use new panel-based configuration
- Board queries and functionality remain unchanged
Users upgrading from v0.0.3 to v0.1.0 will need to handle Terraform state migration.
Option 1: Allow Terraform to Replace (Recommended)
terraform plan # Review the replacement
terraform apply # Apply the changes- Board URL will change, existing bookmarks will break
- No data loss; queries are preserved
Option 2: Manual State Migration
terraform state mv 'honeycombio_board.confluent_kafka' 'honeycombio_flexible_board.confluent_kafka'
terraform plan # Verify no changes needed- Preserves existing board and URL
- Requires manual intervention
Initial releases without changelog tracking.