Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 9d02bf6

Browse files
authored
Updates for tfc-agent release 1.19.0 (#133)
1 parent 4942ebb commit 9d02bf6

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

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

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,54 @@ 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.19.0 (02/05/2025)
22+
23+
BUG FIXES:
24+
25+
* Changed `201` HTTP status code log from `ERROR` to `DEBUG`. (#891)
26+
27+
IMPROVEMENTS:
28+
29+
* Upgraded Ubuntu to `v24.04` for base Docker image. (#903)
30+
* Added log of `OS` and `Arch` at agent start (#901)
31+
2132
## 1.18.0 (01/29/2025)
2233

2334
FEATURES:
35+
2436
* Added ability to check for private module versions that are deprecated and display deprecation warnings in the run output (#879)
2537

2638
SECURITY:
27-
* Update dependency `github.com/hashicorp/go-slug` to `v0.16.4` (#892)
28-
- This resolves [CVE-2025-0377 in hashicorp/go-slug](https://discuss.hashicorp.com/t/hcsec-2025-01-hashicorp-go-slug-vulnerable-to-zip-slip-attack/72719).
29-
- Fixes a bug which caused tfc-agent:v1.17.6 to break on certain API-driven workflows in HCP Terraform and Terraform Enterprise.
39+
40+
* Updated dependency `github.com/hashicorp/go-slug` to `v0.16.4` (#892)
41+
- This resolved [CVE-2025-0377 in hashicorp/go-slug](https://discuss.hashicorpmake update_website.com/t/hcsec-2025-01-hashicorp-go-slug-vulnerable-to-zip-slip-attack/72719).
42+
- Fixed a bug which caused tfc-agent:v1.17.6 to break on certain API-driven workflows in HCP Terraform and Terraform Enterprise.
3043

3144
## 1.17.6 (01/23/2025)
3245

3346
SECURITY:
34-
* Update dependency `github.com/hashicorp/go-slug` to `v0.16.3` (#867)
47+
48+
* Updated dependency `github.com/hashicorp/go-slug` to `v0.16.3` (#867)
3549
- **Important:** v0.16.3 of go-slug contained a bug which caused tfc-agent:v1.17.6 to break on certain API-driven workflows in HCP Terraform and Terraform Enterprise.
36-
- This resolves [CVE-2025-0377 in hashicorp/go-slug](https://discuss.hashicorp.com/t/hcsec-2025-01-hashicorp-go-slug-vulnerable-to-zip-slip-attack/72719).
37-
* Update dependencies `github.com/go-git/go-git/v5` to `v5.13.1` and `golang.org/x/net` to `v0.34.0` (#873)
50+
- This resolved [CVE-2025-0377 in hashicorp/go-slug](https://discuss.hashicorp.com/t/hcsec-2025-01-hashicorp-go-slug-vulnerable-to-zip-slip-attack/72719).
51+
* Updated dependencies `github.com/go-git/go-git/v5` to `v5.13.1` and `golang.org/x/net` to `v0.34.0` (#873)
3852

3953
## 1.17.5 (12/12/2024)
4054

4155
BUG FIXES:
56+
4257
* Ensured Sentinel subjects are correctly managed and Terraform plugins are enabled when required (#854)
4358

4459
## 1.17.4 (12/12/2024)
4560

4661
BUG FIXES:
62+
4763
* Surfaced errors due to invalid Sentinel output on errored Sentinel commands (#850)
4864

4965
## 1.17.3 (12/10/2024)
5066

5167
BUG FIXES:
68+
5269
* Updated inaccurate constraint introduced in previous version gating ephemeral variables (#841)
5370
* Fixed an issue where streaming extremely large job outputs would retry after the server rejected further requests (#837)
5471

@@ -69,7 +86,7 @@ IMPROVEMENTS:
6986

7087
BREAKING CHANGES:
7188

72-
* Breaking changes to the network protocol that supports unreleased Request Forwarding functionality, which affects Private VCS Providers (#801)
89+
* Changed the network protocol that supports unreleased Request Forwarding functionality, which affects Private VCS Providers (#801)
7390

7491
BUG FIXES:
7592

0 commit comments

Comments
 (0)