mirror of https://github.com/hashicorp/terraform
Prepare main branch for 1.14 development (cleanup) (#37312)
* Prepare main branch for 1.14 development (cleanup) * fix version-dependent tests * update PR templatepull/37313/head
parent
0f7a690d25
commit
5437cd7c8a
@ -1,5 +0,0 @@
|
||||
kind: BUG FIXES
|
||||
body: 'write-only attributes: internal providers should set write-only attributes to null'
|
||||
time: 2025-04-02T14:39:31.672249+02:00
|
||||
custom:
|
||||
Issue: "36824"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: BUG FIXES
|
||||
body: Include resource identity in import apply UI output
|
||||
time: 2025-05-14T11:21:52.75746+02:00
|
||||
custom:
|
||||
Issue: "37044"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: BUG FIXES
|
||||
body: Fix regression during provider installation by reverting back to not sending HEAD requests.
|
||||
time: 2025-05-14T18:43:57.332193-04:00
|
||||
custom:
|
||||
Issue: "36998"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: BUG FIXES
|
||||
body: Avoid crash on test failure in comparison in function call
|
||||
time: 2025-05-16T11:42:51.289379+01:00
|
||||
custom:
|
||||
Issue: "37071"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: BUG FIXES
|
||||
body: partial ephemeral values were rejected in ephemeral outputs
|
||||
time: 2025-06-04T13:12:40.440242-04:00
|
||||
custom:
|
||||
Issue: "37210"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: ENHANCEMENTS
|
||||
body: 'backend/oss: Supports more standard environment variables to keep same with provider setting'
|
||||
time: 2025-03-03T17:18:38.679213+08:00
|
||||
custom:
|
||||
Issue: "36581"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: ENHANCEMENTS
|
||||
body: '`import` blocks: Now support importing a resource via a new identity attribute. This is mutually exclusive with the `id` attribute'
|
||||
time: 2025-04-17T18:20:36.814657+02:00
|
||||
custom:
|
||||
Issue: "36703"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: NEW FEATURES
|
||||
body: Added Terraform backend implementation for OCI Object Storage
|
||||
time: 2025-04-10T15:48:05.919664+05:30
|
||||
custom:
|
||||
Issue: "34465"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: BUG FIXES
|
||||
body: 'Added a missing warning diagnostic that alerts users when child module contains an ignored `cloud` block.'
|
||||
time: 2025-05-29T16:34:49.041168+01:00
|
||||
custom:
|
||||
Issue: "37180"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: BUG FIXES
|
||||
body: Nested module outputs could lose sensitivity, even when marked as such in the configuration
|
||||
time: 2025-06-04T14:40:21.12567-04:00
|
||||
custom:
|
||||
Issue: "37212"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: BUG FIXES
|
||||
body: 'workspace: Updated validation to reject workspaces named ""'
|
||||
time: 2025-06-23T12:55:14.226554+01:00
|
||||
custom:
|
||||
Issue: "37267"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: BUG FIXES
|
||||
body: 'workspace: Updated the `workspace delete` command to reject `""` as an invalid workspace name'
|
||||
time: 2025-06-26T14:02:48.899952+01:00
|
||||
custom:
|
||||
Issue: "37275"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: BUG FIXES
|
||||
body: 'plan: truncate invalid or dynamic references in the relevant attributes'
|
||||
time: 2025-07-04T17:02:21.289541+02:00
|
||||
custom:
|
||||
Issue: "37290"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: BUG FIXES
|
||||
body: Test run Parallelism of 1 should not result in deadlock
|
||||
time: 2025-07-04T18:22:48.934287+02:00
|
||||
custom:
|
||||
Issue: "37292"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: BUG FIXES
|
||||
body: 'static validation: detect invalid static references via indexes on objects.'
|
||||
time: 2025-07-07T16:14:50.162197+02:00
|
||||
custom:
|
||||
Issue: "37298"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: ENHANCEMENTS
|
||||
body: Filesystem functions are now checked for consistent results to catch invalid data during apply
|
||||
time: 2025-05-08T13:01:35.450576-04:00
|
||||
custom:
|
||||
Issue: "37001"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: ENHANCEMENTS
|
||||
body: Allow successful init when provider constraint matches at least one valid version
|
||||
time: 2025-05-20T15:51:48.961362+02:00
|
||||
custom:
|
||||
Issue: "37137"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: ENHANCEMENTS
|
||||
body: Performance fix for evaluating high cardinality resources
|
||||
time: 2025-05-22T09:31:02.761383-04:00
|
||||
custom:
|
||||
Issue: "26355"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: ENHANCEMENTS
|
||||
body: ' TF Test: Allow parallel execution of teardown operations'
|
||||
time: 2025-05-27T09:57:55.267277+02:00
|
||||
custom:
|
||||
Issue: "37169"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: ENHANCEMENTS
|
||||
body: '`terraform test`: Test authors can now specify definitions for external variables that are referenced within test files directly within the test file itself.'
|
||||
time: 2025-06-02T15:22:11.453413+02:00
|
||||
custom:
|
||||
Issue: "37195"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: ENHANCEMENTS
|
||||
body: '`terraform test`: File-level variable blocks can now reference run outputs and other variables."'
|
||||
time: 2025-06-04T10:29:32.311469+02:00
|
||||
custom:
|
||||
Issue: "37205"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: ENHANCEMENTS
|
||||
body: skip redundant comparisons when comparing planned set changes
|
||||
time: 2025-06-27T09:46:38.899237-04:00
|
||||
custom:
|
||||
Issue: "37280"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: ENHANCEMENTS
|
||||
body: 'type checking: improve error message on type mismatches.'
|
||||
time: 2025-07-07T16:11:13.755853+02:00
|
||||
custom:
|
||||
Issue: "37298"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: NEW FEATURES
|
||||
body: 'The new command `terraform stacks` exposes some stack operations through the cli. The available subcommands depend on the stacks plugin implementation. Use `terraform stacks -help` to see available commands.'
|
||||
time: 2025-05-13T13:29:53.189733-04:00
|
||||
custom:
|
||||
Issue: "36931"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: NOTES
|
||||
body: The command `terraform rpcapi` is now generally available. It is not intended for public consumption, but exposes certain Terraform operations through an RPC interface compatible with [go-plugin](https://github.com/hashicorp/go-plugin).
|
||||
time: 2025-05-15T15:19:22.219798+02:00
|
||||
custom:
|
||||
Issue: "37067"
|
||||
@ -1,5 +0,0 @@
|
||||
kind: UPGRADE NOTES
|
||||
body: '`terraform test`: External variables referenced within test files should now be accompanied by a `variable` definition block within the test file. This is optional, but users with complex external variables may see error diagnostics without the additional variable definition.'
|
||||
time: 2025-06-02T15:20:09.188388+02:00
|
||||
custom:
|
||||
Issue: "37195"
|
||||
@ -1 +1 @@
|
||||
1.13.0-dev
|
||||
1.14.0-dev
|
||||
|
||||
Loading…
Reference in new issue