From c7e9343393b3f0ca3a73bb49b0e71c7273c520f6 Mon Sep 17 00:00:00 2001 From: Janos <86970079+janosdebugs@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:37:15 +0100 Subject: [PATCH] Adding temporary feedback template for 1.7.0-alpha1 issues (#1410) Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> --- .../ISSUE_TEMPLATE/1_7_0_alpha1_feedback.yml | 118 ++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1_7_0_alpha1_feedback.yml diff --git a/.github/ISSUE_TEMPLATE/1_7_0_alpha1_feedback.yml b/.github/ISSUE_TEMPLATE/1_7_0_alpha1_feedback.yml new file mode 100644 index 0000000000..d9503bdb15 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_7_0_alpha1_feedback.yml @@ -0,0 +1,118 @@ +# Copyright (c) The OpenTofu Authors +# SPDX-License-Identifier: MPL-2.0 +# Copyright (c) 2023 HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + +name: 1.7.0-alpha1 feedback +description: Provide feedback for the 1.7.0-alpha1 preview release. +labels: ["preview-release-feedback"] +body: + - type: markdown + attributes: + value: | + # Thank you for testing the [1.7.0-alpha1](https://github.com/opentofu/opentofu/releases/tag/v1.7.0-alpha1) release. + - type: markdown + attributes: + value: | + ## State encryption + + - [Documentation](https://1-7-0-alpha1.opentofu.pages.dev/docs/language/state/encryption/) + - type: dropdown + attributes: + label: Did you test this feature? + options: + - Did not test + - Tested, worked + - Tested, did not work / had problems + validations: + required: true + - type: textarea + attributes: + label: Additional feedback / details + + - type: markdown + attributes: + value: | + ## Removed block + + - [Documentation](https://1-7-0-alpha1.opentofu.pages.dev/docs/language/resources/syntax/#removing-resources) + - type: dropdown + attributes: + label: Did you test this feature? + options: + - Did not test + - Tested, worked + - Tested, did not work / had problems + validations: + required: true + - type: textarea + attributes: + label: Additional feedback / details + + - type: markdown + attributes: + value: | + ## Testing feature + + - `run{}` blocks now allow referencing previous block's module outputs. + - `run{}` blocks now allow referencing the output from a previous run in variables. + - `tofu test` now dumps the state file if it fails to clean up test resources. + - type: dropdown + attributes: + label: Did you test these functions + options: + - Did not test + - Tested, worked + - Tested, did not work / had problems + validations: + required: true + - type: textarea + attributes: + label: Additional feedback / details + + - type: markdown + attributes: + value: | + ## Built-in function changes + + - New function: [templatestring](https://1-7-0-alpha1.opentofu.pages.dev/docs/language/functions/templatestring/) + - New function: [base64gunzip](https://1-7-0-alpha1.opentofu.pages.dev/docs/language/functions/base64gunzip/) + - New function: [cidrcontains](https://1-7-0-alpha1.opentofu.pages.dev/docs/language/functions/cidrcontains/) + - New function: [urldecode](https://1-7-0-alpha1.opentofu.pages.dev/docs/language/functions/urldecode/) + - New function: [issensitive](https://1-7-0-alpha1.opentofu.pages.dev/docs/language/functions/issensitive/) + - [nonsensitive](https://1-7-0-alpha1.opentofu.pages.dev/docs/language/functions/nonsensitive/) no longer returns an error when the applied values are not sensitive. + - [templatefile](https://1-7-0-alpha1.opentofu.pages.dev/docs/language/functions/templatefile/) now supports recursion up to a depth of 1024. + - type: dropdown + attributes: + label: Did you test these functions + options: + - Did not test + - Tested, worked + - Tested, did not work / had problems + validations: + required: true + - type: textarea + attributes: + label: Additional feedback / details + + - type: markdown + attributes: + value: | + ## CLI changes + + - `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`. + - type: dropdown + attributes: + label: Did you test these functions + options: + - Did not test + - Tested, worked + - Tested, did not work / had problems + validations: + required: true + - type: textarea + attributes: + label: Additional feedback / details