Skip to content

Commit

Permalink
chore(deps): update dependency opentofu/opentofu to v1.8.1 (#2346)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 65b99b2 commit 42d5aaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VERSION_CEPH ?= quincy
VERSION_MANAGER ?= latest
VERSION_OPENSTACK ?= 2023.2
# renovate: datasource=github-releases depName=opentofu/opentofu
TOFU_VERSION ?= 1.8.0
TOFU_VERSION ?= 1.8.1

TERRAFORM ?= tofu
TERRAFORM_BLUEPRINT ?= testbed-default
Expand Down
2 changes: 1 addition & 1 deletion playbooks/managerless/pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
create_infrastructure: true
terraform_path: "{{ zuul.project.src_dir }}/terraform"
terraformbase_path: "{{ ansible_user_dir }}/src/{{ repositories['terraform-base']['path'] }}"
opentofu_version: v1.8.0 # renovate: datasource=github-releases depName=opentofu/opentofu
opentofu_version: v1.8.1 # renovate: datasource=github-releases depName=opentofu/opentofu
opentofu_download_url: "https://github.com/opentofu/opentofu/releases/download/{{ opentofu_version }}/tofu_{{ opentofu_version[1:] }}_linux_amd64.zip"

tasks:
Expand Down
2 changes: 1 addition & 1 deletion playbooks/pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
terraform_path: "{{ basepath }}/terraform"
terragrunt_version: v0.66.1 # renovate: datasource=github-releases depName=gruntwork-io/terragrunt
terragrunt_download_url: "https://github.com/gruntwork-io/terragrunt/releases/download/{{ terragrunt_version }}/terragrunt_linux_amd64"
opentofu_version: v1.8.0 # renovate: datasource=github-releases depName=opentofu/opentofu
opentofu_version: v1.8.1 # renovate: datasource=github-releases depName=opentofu/opentofu
opentofu_download_url: "https://github.com/opentofu/opentofu/releases/download/{{ opentofu_version }}/tofu_{{ opentofu_version[1:] }}_linux_amd64.zip"

tasks:
Expand Down

0 comments on commit 42d5aaf

Please sign in to comment.