Releases: Backblaze/terraform-provider-b2
Releases · Backblaze/terraform-provider-b2
v0.9.0
Infrastructure
- Replace removed macOS 11 Big Sur in favour of macOS 12 Monterey in CI/CD
- Add support for Windows
- Use Python 3.12 for embedded pybindings
- Use Go 1.22
Fixed
- Fixed
allowed_operations
stability issue - Use macos-14 for ARM as macos-13-large is Intel
- Clarified the purpose of the
endpoint
/B2_ENDPOINT
configuration value
v0.8.12
Infrastructure
- Fixed goreleaser v2 configuration
v0.8.9
Changed
- Upgraded github.com/cloudflare/circl from v1.3.3 to v1.3.7
Fixed
- Fixed bucket update when is_file_lock_enabled is not set
v0.8.8
Changed
- Upgraded pyinstaller to v6.3.0
v0.8.7
Changed
- Upgraded github.com/hashicorp/terraform-plugin-sdk to v2.31.0
v0.8.6
Fixed
- Fix arm64 builds
v0.8.5
Changed
- Upgraded go to 1.20 and github.com/hashicorp/terraform-plugin-sdk to v2.30.0
Infrastructure
- Disable changelog verification for dependabot PRs
- Upgrade macOS version in CI/CD
- Upgrade Terraform version for ACC tests
- Run ACC tests for all supported Terraform versions
- Do not use deprecated
::set-output
GitHub Actions command in favor ofGITHUB_OUTPUT
env
Fixed
- Reconcile missing Application Key caused by the resource drift
- Fix reconciliation of missing Bucket caused by the resource drift
- Fix bucket cleanup after failed creation
v0.8.4
Infrastructure
- Upgraded terraform-plugin-docs 0.5.1 -> 0.13.0
- Upgraded golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd -> 0.7.0
v0.8.3
Infrastructure
- Upgraded golang.org/x/net 0.5.0 -> 0.7.0
v0.8.2
Infrastructure
- Upgraded goutils 1.1.0 -> 1.1.1 and aws to 1.33.0
- Ensured that changelog validation only happens on pull requests