Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions website/docs/cloud-docs/agents/agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ The agent maintains a registration and a liveness indicator within Terraform Clo
After initiating a graceful shutdown by either of these methods, the terminal user or parent program should wait for the agent to exit. The amount of time this exit takes depends on the agent's current workload. The agent waits for any current operations to complete before deregistering and exiting.



# CLI Options


Expand Down
11 changes: 11 additions & 0 deletions website/docs/cloud-docs/agents/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ 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.9.0 (05/04/2023)

FEATURES:

* Added support for specifying a custom CA cert for Vault dynamic credentials (#379)
* Added support for setting env vars from Terraform hook scripts (#378)

IMPROVEMENTS:

* Updated Docker container to pre-create the data directory (#380)

## 1.8.0 (04/18/2023)

BUG FIXES:
Expand Down