Update Terraform b2 to v0.12.0 #277

Open
renovate wants to merge 1 commit from renovate/b2-0.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
b2 (source) required_provider minor 0.10.0 -> 0.12.0

Release Notes

Backblaze/terraform-provider-b2 (b2)

v0.12.0

Compare Source

Added
  • Add buckets list to b2_account_info data source to support multi-bucket application keys
  • Add bucket_ids list to b2_application_key resource and data source to support multi-bucket application keys
  • Add recommended_part_size and absolute_minimum_part_size to b2_account_info data source
  • Add expiration_timestamp to b2_application_key resource and data source
  • Add valid_duration_in_seconds to b2_application_key resource
Changed
  • Migrate to B2 native api v4
  • Upgraded b2sdk from v2.8.0 to v2.10.1
Deprecated
  • Deprecate bucket_name and bucket_id in b2_account_info data source in favor of buckets list
  • Deprecate bucket_id in b2_application_key resource and data source in favor of bucket_ids list
Fixed
  • Remove setting fields as optional in various data sources
Infrastructure
  • Upgrade pyinstaller to 6.17.0

v0.11.0

Compare Source

Added
  • Add days_from_starting_to_canceling_unfinished_large_files to the bucket lifecycle rules
Changed
  • Upgraded b2sdk from v2.4.1 to v2.8.0
  • Use b2sdk.v2 in python bindings
Infrastructure
  • Upgrade pyinstaller to 6.11.1
  • Use go vet for linting
  • Use Go 1.24.1
  • Use golangci-lint for linting and formatting
  • Deprecate macOS 13
  • Deprecate Windows 2019
  • Upgrade supported Terraform versions to 1.13 and 1.12
Fixed
  • Fix an issue with missing content_md5 in case the file has been uploaded as a large file

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [b2](https://registry.terraform.io/providers/backblaze/b2) ([source](https://github.com/Backblaze/terraform-provider-b2)) | required_provider | minor | `0.10.0` -> `0.12.0` | --- ### Release Notes <details> <summary>Backblaze/terraform-provider-b2 (b2)</summary> ### [`v0.12.0`](https://github.com/Backblaze/terraform-provider-b2/blob/HEAD/CHANGELOG.md#0120---2025-12-04) [Compare Source](https://github.com/Backblaze/terraform-provider-b2/compare/v0.11.0...v0.12.0) ##### Added - Add `buckets` list to `b2_account_info` data source to support multi-bucket application keys - Add `bucket_ids` list to `b2_application_key` resource and data source to support multi-bucket application keys - Add `recommended_part_size` and `absolute_minimum_part_size` to `b2_account_info` data source - Add `expiration_timestamp` to `b2_application_key` resource and data source - Add `valid_duration_in_seconds` to `b2_application_key` resource ##### Changed - Migrate to B2 native api v4 - Upgraded b2sdk from v2.8.0 to v2.10.1 ##### Deprecated - Deprecate `bucket_name` and `bucket_id` in `b2_account_info` data source in favor of `buckets` list - Deprecate `bucket_id` in `b2_application_key` resource and data source in favor of `bucket_ids` list ##### Fixed - Remove setting fields as optional in various data sources ##### Infrastructure - Upgrade pyinstaller to 6.17.0 ### [`v0.11.0`](https://github.com/Backblaze/terraform-provider-b2/blob/HEAD/CHANGELOG.md#0110---2025-10-27) [Compare Source](https://github.com/Backblaze/terraform-provider-b2/compare/v0.10.0...v0.11.0) ##### Added - Add `days_from_starting_to_canceling_unfinished_large_files` to the bucket lifecycle rules ##### Changed - Upgraded b2sdk from v2.4.1 to v2.8.0 - Use `b2sdk.v2` in python bindings ##### Infrastructure - Upgrade pyinstaller to 6.11.1 - Use `go vet` for linting - Use Go 1.24.1 - Use `golangci-lint` for linting and formatting - Deprecate macOS 13 - Deprecate Windows 2019 - Upgrade supported Terraform versions to 1.13 and 1.12 ##### Fixed - Fix an issue with missing `content_md5` in case the file has been uploaded as a large file </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjkuMSIsInVwZGF0ZWRJblZlciI6IjQyLjI3LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
Update Terraform b2 to v0.11.0
Some checks failed
/ terraform (push) Successful in 58s
/ ansible (push) Failing after 1m56s
54e88473e3
renovate force-pushed renovate/b2-0.x from 54e88473e3
Some checks failed
/ terraform (push) Successful in 58s
/ ansible (push) Failing after 1m56s
to 24317db726
Some checks failed
/ terraform (push) Failing after 2m35s
/ ansible (push) Failing after 5m57s
2025-12-01 12:01:07 +00:00
Compare
renovate changed title from Update Terraform b2 to v0.11.0 to Update Terraform b2 to v0.12.0 2025-12-04 18:00:32 +00:00
renovate force-pushed renovate/b2-0.x from 24317db726
Some checks failed
/ terraform (push) Failing after 2m35s
/ ansible (push) Failing after 5m57s
to 7dd0a85307
All checks were successful
/ ansible (push) Successful in 2m44s
/ terraform (push) Successful in 1m55s
2025-12-04 18:00:32 +00:00
Compare
All checks were successful
/ ansible (push) Successful in 2m44s
/ terraform (push) Successful in 1m55s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/b2-0.x:renovate/b2-0.x
git switch renovate/b2-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/b2-0.x
git switch renovate/b2-0.x
git rebase master
git switch master
git merge --ff-only renovate/b2-0.x
git switch renovate/b2-0.x
git rebase master
git switch master
git merge --no-ff renovate/b2-0.x
git switch master
git merge --squash renovate/b2-0.x
git switch master
git merge --ff-only renovate/b2-0.x
git switch master
git merge renovate/b2-0.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
systems/infrastructure!277
No description provided.