Skip to content

Commit

Permalink
chore: Bumping OpenTofu to v1.8.0 (#3315)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar committed Aug 2, 2024
1 parent f99734a commit acbc58a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install_tofu: &install_tofu
command: |
pushd .
cd /tmp
curl -L "https://github.com/opentofu/opentofu/releases/download/v1.7.0/tofu_1.7.0_linux_amd64.zip" -o tofu.zip
curl -L "https://github.com/opentofu/opentofu/releases/download/v1.8.0/tofu_1.8.0_linux_amd64.zip" -o tofu.zip
unzip -o tofu.zip
sudo install -m 0755 tofu /usr/local/bin/tofu
rm -rf tofu
Expand Down Expand Up @@ -576,4 +576,4 @@ workflows:
- AWS__PHXDEVOPS__circle-ci-test
- GCP__automated-tests
- GITHUB__PAT__gruntwork-ci
- APPLE__OSX__code-signing
- APPLE__OSX__code-signing
4 changes: 2 additions & 2 deletions _ci/install-opentofu.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ if (Test-Path -Path $OpenTofuInstallPath)
Remove-Item $OpenTofuInstallPath -Recurse
}
# Download OpenTofu and unpack it
$OpenTofuURI = "https://github.com/opentofu/opentofu/releases/download/v1.7.0/tofu_1.7.0_windows_amd64.zip"
$output = "tofu_1.7.0_windows_amd64.zip"
$OpenTofuURI = "https://github.com/opentofu/opentofu/releases/download/v1.8.0/tofu_1.8.0_windows_amd64.zip"
$output = "tofu_1.8.0_windows_amd64.zip"
$ProgressPreference = "SilentlyContinue"
Invoke-WebRequest -Uri $OpenTofuURI -OutFile $output
New-Item -ItemType "directory" -Path $OpenTofuTmpPath
Expand Down
1 change: 1 addition & 0 deletions docs/_docs/01_getting-started/supported-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The officially supported versions are:

| OpenTofu Version | Terragrunt Version |
|------------------|------------------------------------------------------------------------------|
| 1.8.x | >= [0.66.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.66.0) |
| 1.7.x | >= [0.58.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.58.0) |
| 1.6.x | >= [0.52.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.52.0) |

Expand Down

0 comments on commit acbc58a

Please sign in to comment.