Skip to content

Commit

Permalink
Blog post fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos committed Apr 18, 2024
1 parent 49a60ce commit 68a3445
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions blog/2024-04-18-opentofu-1-7-0-beta1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -214,12 +214,15 @@ 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

- Tofu now reads the `.tfvars` file from the tests folder.

## 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/).
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/).

0 comments on commit 68a3445

Please sign in to comment.