From 47831b8dd73612d2a3f9e691e7399694fde45f24 Mon Sep 17 00:00:00 2001 From: Claire Knutson Date: Tue, 13 May 2025 12:04:08 -0700 Subject: [PATCH 1/2] Updates for tfc-agent release 1.22.2 --- .../v1.22.x/docs/cloud-docs/agents/agents.mdx | 1 - .../v1.22.x/docs/cloud-docs/agents/changelog.mdx | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/agents.mdx b/content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/agents.mdx index 8b04a23b5a..a2c520127a 100644 --- a/content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/agents.mdx +++ b/content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/agents.mdx @@ -247,7 +247,6 @@ After initiating a graceful shutdown by either of these methods, the terminal us Environment variable: `TFC_AGENT_ACCEPT` -@include 'policy.mdx' * `-request-forwarding`: Enable handling of forwarded HTTP requests. Enable this option only if you diff --git a/content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/changelog.mdx b/content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/changelog.mdx index 9d06e53264..b144b38ac2 100644 --- a/content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/changelog.mdx +++ b/content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/changelog.mdx @@ -18,6 +18,16 @@ within each release are categorized into one or more of the following labels: Each version below corresponds to a release artifact available for download on the official [releases website](https://releases.hashicorp.com/tfc-agent/). +## 1.22.2 (05/13/2025) + +BUG FIXES: + +* Fixed Request Forwarding to restart after an agent update (#1020) + +SECURITY: + +* Updated Go to 1.24.3 to resolve various CVEs (#1030) + ## 1.22.1 (04/29/2025) SECURITY: From e112428f47ca699a6d6374ad439caefb29a36ddf Mon Sep 17 00:00:00 2001 From: Claire Knutson <117297128+claire-tfc@users.noreply.github.com> Date: Tue, 13 May 2025 13:03:59 -0700 Subject: [PATCH 2/2] Undo generated removal of include policy --- .../v1.22.x/docs/cloud-docs/agents/agents.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/agents.mdx b/content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/agents.mdx index a2c520127a..8b04a23b5a 100644 --- a/content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/agents.mdx +++ b/content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/agents.mdx @@ -247,6 +247,7 @@ After initiating a graceful shutdown by either of these methods, the terminal us Environment variable: `TFC_AGENT_ACCEPT` +@include 'policy.mdx' * `-request-forwarding`: Enable handling of forwarded HTTP requests. Enable this option only if you