From 09403c73281d298b63b9731b48a72513c51a542b Mon Sep 17 00:00:00 2001
From: AbstractionFactory
<179820029+abstractionfactory@users.noreply.github.com>
Date: Fri, 10 Jan 2025 11:40:17 +0100
Subject: [PATCH] Docs prep for 1.10 (#2357)
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
---
website/docs/index.mdx | 2 +-
website/docs/intro/upgrading.mdx | 44 +++----
website/docs/intro/whats-new.mdx | 216 +++++--------------------------
3 files changed, 53 insertions(+), 209 deletions(-)
diff --git a/website/docs/index.mdx b/website/docs/index.mdx
index d5a19e322d..5276077542 100644
--- a/website/docs/index.mdx
+++ b/website/docs/index.mdx
@@ -10,7 +10,7 @@ import DocVersionBadge from "@theme/DocVersionBadge";
### OpenTofu Documentation
-Welcome to OpenTofu 1.8! This version brings you a host of new features like early evaluation, provider mocking in tests and more. If you are coming from a previous OpenTofu or Terraform version you can [read the details about the new features here »](intro/whats-new.mdx)
+Welcome to OpenTofu 1.10! This version brings a lot of new features and improvements to OpenTofu. If you are coming from a previous OpenTofu or Terraform version you can [read the details about the new features here »](intro/whats-new.mdx)
item
- }
-}
-
-output "id" {
- value = random_id.test_id.*.b64_url
-}
-```
-
-The example above will let you specify some random IDs from a variable, and let others be automatically generated.
-
-## Built-in function changes
-
-This release also contains several new functions and changes to existing functions:
-
-- New function: [templatestring](../language/functions/templatestring.mdx)
-- New function: [base64gunzip](../language/functions/base64gunzip.mdx)
-- New function: [cidrcontains](../language/functions/cidrcontains.mdx)
-- New function: [urldecode](../language/functions/urldecode.mdx)
-- New function: [issensitive](../language/functions/issensitive.mdx)
-- [nonsensitive](../language/functions/nonsensitive.mdx) no longer returns an error when the applied values are not sensitive.
-- [templatefile](../language/functions/templatefile.mdx) now supports recursion up to a depth of 1024.
-
-## CLI changes
-
-There are also several changes to the CLI:
-
-- `tofu init` now supports the `-json` flag for JSON output.
-- `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`
-
-## Testing feature changes
-
-- Tofu now reads the `.tfvars` file from the tests folder.
+- Fixed an issue where an invalid provider name in the `provider_meta` block would crash OpenTofu rather than report an error ([#2347](https://github.com/opentofu/opentofu/pull/2347))
\ No newline at end of file