From 1fbd66ff2191a61efb9c26ceb8f2cffa5a930bd9 Mon Sep 17 00:00:00 2001 From: Janos <86970079+janosdebugs@users.noreply.github.com> Date: Wed, 8 May 2024 15:54:53 +0200 Subject: [PATCH] 1.7.1 version bump for docs (#1629) Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> --- website/docs/intro/migration/terraform-1.7.mdx | 10 +++++----- website/docs/intro/migration/terraform-1.8.mdx | 10 +++++----- website/docs/intro/upgrading.mdx | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/website/docs/intro/migration/terraform-1.7.mdx b/website/docs/intro/migration/terraform-1.7.mdx index 0440dd88ca..c7715c5e9a 100644 --- a/website/docs/intro/migration/terraform-1.7.mdx +++ b/website/docs/intro/migration/terraform-1.7.mdx @@ -7,15 +7,15 @@ description: |- # Migrating to OpenTofu from Terraform 1.7.x -When migrating from Terraform 1.7.x, please migrate to OpenTofu 1.7.0 first, then +When migrating from Terraform 1.7.x, please migrate to OpenTofu 1.7.1 first, then [upgrade your OpenTofu installation](/docs/intro/upgrading/) to the latest version. -OpenTofu 1.7.0 is largely compatible with Terraform 1.7.x with a few minor changes needed. This migration guide will +OpenTofu 1.7.1 is largely compatible with Terraform 1.7.x with a few minor changes needed. This migration guide will take you through the process of switching from Terraform to OpenTofu. ## Step 0: Prepare a disaster recovery plan -Although OpenTofu 1.7.0 is very similar to Terraform 1.7.5, make sure you have an up to date and *tested* disaster +Although OpenTofu 1.7.1 is very similar to Terraform 1.7.5, make sure you have an up to date and *tested* disaster recovery plan. ## Step 1: Upgrading Terraform @@ -42,14 +42,14 @@ Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed. ``` -## Step 3: Install OpenTofu 1.7.0 +## Step 3: Install OpenTofu 1.7.1 As a first step, please [follow the installation instructions for the OpenTofu CLI tool](intro/install/index.mdx). Please test if you can successfully execute the `tofu` command: ``` $ tofu --version -OpenTofu v1.7.0 +OpenTofu v1.7.1 on linux_amd64 ``` diff --git a/website/docs/intro/migration/terraform-1.8.mdx b/website/docs/intro/migration/terraform-1.8.mdx index ee024b4f27..8eaab0d88c 100644 --- a/website/docs/intro/migration/terraform-1.8.mdx +++ b/website/docs/intro/migration/terraform-1.8.mdx @@ -7,15 +7,15 @@ description: |- # Migrating to OpenTofu from Terraform 1.8.x -When migrating from Terraform 1.8.x, please migrate to OpenTofu 1.7.0 first, then +When migrating from Terraform 1.8.x, please migrate to OpenTofu 1.7.1 first, then [upgrade your OpenTofu installation](/docs/intro/upgrading/) to the latest version. -OpenTofu 1.7.0 is largely compatible with Terraform 1.8.x with a few minor changes needed. This migration guide will +OpenTofu 1.7.1 is largely compatible with Terraform 1.8.x with a few minor changes needed. This migration guide will take you through the process of switching from Terraform to OpenTofu. ## Step 0: Prepare a disaster recovery plan -Although OpenTofu 1.7.0 is very similar to Terraform 1.8.2, make sure you have an up to date and *tested* disaster +Although OpenTofu 1.7.1 is very similar to Terraform 1.8.2, make sure you have an up to date and *tested* disaster recovery plan. ## Step 1: Upgrading Terraform @@ -41,14 +41,14 @@ Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed. ``` -## Step 3: Install OpenTofu 1.7.0 +## Step 3: Install OpenTofu 1.7.1 As a first step, please [follow the installation instructions for the OpenTofu CLI tool](intro/install/index.mdx). Please test if you can successfully execute the `tofu` command: ``` $ tofu --version -OpenTofu v1.7.0 +OpenTofu v1.7.1 on linux_amd64 ``` diff --git a/website/docs/intro/upgrading.mdx b/website/docs/intro/upgrading.mdx index 5b38e636a3..2812da155c 100644 --- a/website/docs/intro/upgrading.mdx +++ b/website/docs/intro/upgrading.mdx @@ -2,13 +2,13 @@ sidebar_position: 5 sidebar_label: Upgrading from OpenTofu 1.6.x description: |- - Learn how to upgrade OpenTofu from version 1.6.x to 1.7.0. + Learn how to upgrade OpenTofu from version 1.6.x to 1.7.1. --- # Upgrading from OpenTofu 1.6.x OpenTofu 1.7.x is fully compatible with OpenTofu 1.6.x. This migration guide will take you through the process of -upgrading OpenTofu to version 1.7.0. +upgrading OpenTofu to version 1.7.1. ## Step 0: Prepare a disaster recovery plan @@ -38,7 +38,7 @@ if you can successfully execute the `tofu` command and receive the correct versi ``` $ tofu --version -OpenTofu v1.7.0 +OpenTofu v1.7.1 on linux_amd64 ```