Skip to content

Commit 489f893

Browse files
authored
Updates for tfc-agent release 1.9.0 (#64)
1 parent 102d878 commit 489f893

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

website/docs/cloud-docs/agents/agents.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ The agent maintains a registration and a liveness indicator within Terraform Clo
101101
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.
102102

103103

104+
104105
# CLI Options
105106

106107

website/docs/cloud-docs/agents/changelog.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ 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.9.0 (05/04/2023)
22+
23+
FEATURES:
24+
25+
* Added support for specifying a custom CA cert for Vault dynamic credentials (#379)
26+
* Added support for setting env vars from Terraform hook scripts (#378)
27+
28+
IMPROVEMENTS:
29+
30+
* Updated Docker container to pre-create the data directory (#380)
31+
2132
## 1.8.0 (04/18/2023)
2233

2334
BUG FIXES:

0 commit comments

Comments
 (0)