You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: website/docs/cloud-docs/agents/changelog.mdx
+24-7Lines changed: 24 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,37 +18,54 @@ within each release are categorized into one or more of the following labels:
18
18
Each version below corresponds to a release artifact available for download on
19
19
the official [releases website](https://releases.hashicorp.com/tfc-agent/).
20
20
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
+
21
32
## 1.18.0 (01/29/2025)
22
33
23
34
FEATURES:
35
+
24
36
* Added ability to check for private module versions that are deprecated and display deprecation warnings in the run output (#879)
25
37
26
38
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.
30
43
31
44
## 1.17.6 (01/23/2025)
32
45
33
46
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)
35
49
-**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)
38
52
39
53
## 1.17.5 (12/12/2024)
40
54
41
55
BUG FIXES:
56
+
42
57
* Ensured Sentinel subjects are correctly managed and Terraform plugins are enabled when required (#854)
43
58
44
59
## 1.17.4 (12/12/2024)
45
60
46
61
BUG FIXES:
62
+
47
63
* Surfaced errors due to invalid Sentinel output on errored Sentinel commands (#850)
48
64
49
65
## 1.17.3 (12/10/2024)
50
66
51
67
BUG FIXES:
68
+
52
69
* Updated inaccurate constraint introduced in previous version gating ephemeral variables (#841)
53
70
* Fixed an issue where streaming extremely large job outputs would retry after the server rejected further requests (#837)
54
71
@@ -69,7 +86,7 @@ IMPROVEMENTS:
69
86
70
87
BREAKING CHANGES:
71
88
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)
0 commit comments