Skip to content

Commit c484b6d

Browse files
authored
Updates for tfc-agent release 1.22.4 (#484)
Agent `v1.22.4` release.
2 parents 476c1a2 + 5b38ee2 commit c484b6d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/agents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To start the agent with the official Docker image and connect it to an HCP Terra
4949
```shell-session
5050
export TFC_AGENT_TOKEN=your-token
5151
export TFC_AGENT_NAME=your-agent-name
52-
docker run -e TFC_AGENT_TOKEN -e TFC_AGENT_NAME hashicorp/tfc-agent:latest
52+
docker run --platform=linux/amd64 -e TFC_AGENT_TOKEN -e TFC_AGENT_NAME hashicorp/tfc-agent:latest
5353
```
5454

5555
Once complete, your agent and its status appear on the **Agents** page in the HCP Terraform UI. Workspaces can now use this agent pool for runs. Refer to [Configure Workspaces to Use the Agent](/terraform/cloud-docs/agents/agent-pools#configure-workspaces-to-use-the-agent) for details.

content/terraform-docs-agents/v1.22.x/docs/cloud-docs/agents/changelog.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ within each release are categorized into one or more of the following labels:
1818
Each version below corresponds to a release artifact available for download on
1919
the official [releases website](https://releases.hashicorp.com/tfc-agent/).
2020

21+
## 1.22.4 (06/11/2025)
22+
23+
BUG FIXES:
24+
25+
* Added a file system sync when extracting the terraform binary in order to avoid rare, unreported errors during execution (#1065)
26+
2127
## 1.22.3 (05/27/2025)
2228

2329
SECURITY:

0 commit comments

Comments
 (0)