From e77022248821b69696245cbce0a13a24f358eef0 Mon Sep 17 00:00:00 2001 From: "kireque-bot[bot]" <143391978+kireque-bot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 16:49:55 +0200 Subject: [PATCH] =?UTF-8?q?fix(terraform):=20update=20terraform=20b2=20(?= =?UTF-8?q?=200.8.9=20=E2=86=92=200.8.12=20)=20(#685)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.9` -> `0.8.12` | --- ### Release Notes
Backblaze/terraform-provider-b2 (b2) ### [`v0.8.12`](https://togithub.com/Backblaze/terraform-provider-b2/blob/HEAD/CHANGELOG.md#0812---2024-06-20) [Compare Source](https://togithub.com/Backblaze/terraform-provider-b2/compare/v0.8.9...v0.8.12) ##### Infrastructure - Fixed goreleaser v2 configuration
--- ### 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](https://togithub.com/renovatebot/renovate). Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com> --- .../terraform/s3/.terraform.lock.hcl | 20 +++++++++---------- infrastructure/terraform/s3/main.tf | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/infrastructure/terraform/s3/.terraform.lock.hcl b/infrastructure/terraform/s3/.terraform.lock.hcl index 0d92a62b5..18083aa93 100644 --- a/infrastructure/terraform/s3/.terraform.lock.hcl +++ b/infrastructure/terraform/s3/.terraform.lock.hcl @@ -55,16 +55,16 @@ provider "registry.terraform.io/aminueza/minio" { } provider "registry.terraform.io/backblaze/b2" { - version = "0.8.9" - constraints = "0.8.9" + version = "0.8.12" + constraints = "0.8.12" hashes = [ - "h1:2I1FrwnkverfdRHyoCMHeoLJcWIdoLw0uSyvFJDj+40=", - "h1:Gp0no9DUhxEAPPED0/AG8wSaaT6023dtA1Q8oIPmgz0=", - "h1:N5oxkisGmkDIdAmncwcmcN5KilDdOG1kJu2+k0ARj80=", - "h1:PSLTea0VOv61sttOED7lEvonSQuIik2CFDXyljVpeHU=", - "zh:3534b7737d5d555187faec4db6abeb202a90559f2f68e569e48b0acbbdaabe9d", - "zh:372e97f55308babb98e175e3464d7088c8182d649e899e3067bb042e655a62c8", - "zh:59935a938882daccf93a76ddfdd24113aac7349e0ae555028f340acb211cbaff", - "zh:da2d510b081ed9683acd201318f096ea6848843f325eaf8db555702244149532", + "h1:+zf4b76chIrJbVcbzoenR8X+uFFnGhUjPUACpnBIYcs=", + "h1:BEkDopTPomebKDT/yhSQ2zp0zQUF9p6REQ/uKVXMiHM=", + "h1:DKZehZTdHC0fJzAA74yMzUaHm1PisNaNaBQjAOSS9kk=", + "h1:rA+Y9HyJGPV7kU52+9vKRM90RiGjdwj9Tas5ZImfsw0=", + "zh:bc9d25d21adeafba8edde8d6ffb6150cd5c86c207412c8941347966be3363de5", + "zh:c538eaea1b15379635b9d8a2cb862248813022bb0de5481741f18fcc77a10a1b", + "zh:cc2767797ad27b9a3b4ad97b6a2f3eeea9f50a6000bbcfa9b44189945dae30b3", + "zh:d83b5f0e632ea56570a0737c1896f049367201cc67f5de83baa24272ccdd56a4", ] } diff --git a/infrastructure/terraform/s3/main.tf b/infrastructure/terraform/s3/main.tf index b3a6d9ba2..f465bab12 100644 --- a/infrastructure/terraform/s3/main.tf +++ b/infrastructure/terraform/s3/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { b2 = { source = "Backblaze/b2" - version = "0.8.9" + version = "0.8.12" } minio = {