Skip to content

Commit

Permalink
fix(terraform-provider): update terraform b2 to 0.8.9 (#335)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [b2](https://registry.terraform.io/providers/backblaze/b2)
([source](https://togithub.com/Backblaze/terraform-provider-b2)) |
required_provider | patch | `0.8.4` -> `0.8.9` |

---

### Release Notes

<details>
<summary>Backblaze/terraform-provider-b2 (b2)</summary>

###
[`v0.8.9`](https://togithub.com/Backblaze/terraform-provider-b2/blob/HEAD/CHANGELOG.md#089---2024-01-05)

[Compare
Source](https://togithub.com/Backblaze/terraform-provider-b2/compare/v0.8.8...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`](https://togithub.com/Backblaze/terraform-provider-b2/blob/HEAD/CHANGELOG.md#088---2023-12-28)

[Compare
Source](https://togithub.com/Backblaze/terraform-provider-b2/compare/v0.8.7...v0.8.8)

##### Changed

-   Upgraded pyinstaller to v6.3.0

###
[`v0.8.7`](https://togithub.com/Backblaze/terraform-provider-b2/blob/HEAD/CHANGELOG.md#087---2023-12-27)

[Compare
Source](https://togithub.com/Backblaze/terraform-provider-b2/compare/v0.8.6...v0.8.7)

##### Changed

-   Upgraded github.com/hashicorp/terraform-plugin-sdk to v2.31.0

###
[`v0.8.6`](https://togithub.com/Backblaze/terraform-provider-b2/blob/HEAD/CHANGELOG.md#086---2023-12-22)

[Compare
Source](https://togithub.com/Backblaze/terraform-provider-b2/compare/v0.8.5...v0.8.6)

##### Fixed

-   Fix arm64 builds

###
[`v0.8.5`](https://togithub.com/Backblaze/terraform-provider-b2/blob/HEAD/CHANGELOG.md#085---2023-11-24)

[Compare
Source](https://togithub.com/Backblaze/terraform-provider-b2/compare/v0.8.4...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
of `GITHUB_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

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE3NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
  • Loading branch information
kireque-bot[bot] authored Feb 7, 2024
1 parent cae4053 commit bda72d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions infrastructure/terraform/s3/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infrastructure/terraform/s3/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
b2 = {
source = "Backblaze/b2"
version = "0.8.4"
version = "0.8.9"
}

minio = {
Expand Down

0 comments on commit bda72d7

Please sign in to comment.