From 68a3445b2789063347226ae5e6278ffdfd995c37 Mon Sep 17 00:00:00 2001 From: Janos <86970079+janosdebugs@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:09:53 +0200 Subject: [PATCH] Blog post fixes --- blog/2024-04-18-opentofu-1-7-0-beta1.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/blog/2024-04-18-opentofu-1-7-0-beta1.md b/blog/2024-04-18-opentofu-1-7-0-beta1.md index 0735bf18..f2c7be5f 100644 --- a/blog/2024-04-18-opentofu-1-7-0-beta1.md +++ b/blog/2024-04-18-opentofu-1-7-0-beta1.md @@ -6,7 +6,7 @@ image: /img/blog/opentofu-1-7-0-beta1.png This version includes provider-defined functions and significant improvements from the alpha version. -As with the [alpha version](/blog/help-us-test-opentofu-1-7-0-alpha1/), we did everything we could to test this version and would like you to help us test this version on **non-production** workloads. [Grab your copy on GitHub](https://github.com/opentofu/opentofu/releases/tag/v1.7.0-beta1) and let us know what you think using [this form](https://github.com/TODO). +As with the [alpha version](/blog/help-us-test-opentofu-1-7-0-alpha1/), we did everything we could to test this version and would like to ask for the help of the community to help us test this version on **non-production** workloads. [Grab your copy on GitHub](https://github.com/opentofu/opentofu/releases/tag/v1.7.0-beta1) and let us know what you think using [this form](https://github.com/opentofu/opentofu/issues/new?assignees=&labels=preview-release-feedback&projects=&template=1_7_0_beta1_feedback.yml). :::warning @@ -109,7 +109,7 @@ The example above will let you specify some random IDs from a variable, and let ## State encryption -State encryption is one of the flagship features of this release. Since the alpha release we overhauled the migration process from unencrypted to encrypted state files and the rollback mechanism to make the syntax more explicit. +State encryption is one of the flagship features of this release. We have prepared a [full documentation](https://1-7-0-beta1.opentofu.pages.dev/docs/language/state/encryption/) for this feature. Since the alpha release we overhauled the migration process from unencrypted to encrypted state files and the rollback mechanism to make the syntax more explicit. Before you test this feature, please **make a backup** of your state file. You can then add the following block to enable state encryption: @@ -214,7 +214,10 @@ There are also several changes to the CLI: - `tofu plan` now has a `-concise` flag to shorten the plan output. - `tofu console` now works on Solaris and AIX. - The CLI now supports the XDG directory specification. -- Aliases for `state list` → `state ls`, `state mv` → `state move`, `state rm` → `state remove`. +- Aliases for: + - `state list` → `state ls` + - `state mv` → `state move` + - `state rm` → `state remove` ## Testing feature changes @@ -222,4 +225,4 @@ There are also several changes to the CLI: ## Providing feedback -Thank you for taking the time to test this preview release. If you have any feedback, please use [this feedback form](https://github.com/opentofu/opentofu/issues/new?assignees=&labels=preview-release-feedback&projects=&template=1_7_0_alpha1_feedback.yml) or chat with us on the [OpenTofu Slack](https://opentofu.org/slack/). \ No newline at end of file +Thank you for taking the time to test this preview release. If you have any feedback, please use [this feedback form](https://github.com/opentofu/opentofu/issues/new?assignees=&labels=preview-release-feedback&projects=&template=1_7_0_beta1_feedback.yml) or chat with us on the [OpenTofu Slack](https://opentofu.org/slack/). \ No newline at end of file