Skip to content

Commit 1075e0b

Browse files
authored
Updates for tfc-agent release 1.28.11 (#2520)
1 parent 75842a5 commit 1075e0b

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

  • content/terraform-docs-agents/v1.28.x/docs/cloud-docs/agents

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,31 @@ 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.28.11 (05/27/2026)
22+
23+
BUG FIXES:
24+
25+
* Fixed OPA policy evaluation failing with "could not unmarshal opa output" when enforcement level is mandatory. (#1497)
26+
* Reject `publish_output` references to sensitive stack outputs at Stack prepare time instead of allowing them to fail later during output aggregation. (#1498)
27+
28+
SECURITY:
29+
30+
* Updated go to 1.26.3 to resolve CVEs (#1494):
31+
- [CVE-2026-42499](https://nvd.nist.gov/vuln/detail/CVE-2026-42499)
32+
- [CVE-2026-39836](https://nvd.nist.gov/vuln/detail/CVE-2026-39836)
33+
- [CVE-2026-39820](https://nvd.nist.gov/vuln/detail/CVE-2026-39820)
34+
- [CVE-2026-33814](https://nvd.nist.gov/vuln/detail/CVE-2026-33814)
35+
- [CVE-2026-33811](https://nvd.nist.gov/vuln/detail/CVE-2026-33811)
36+
- [CVE-2026-42499](https://nvd.nist.gov/vuln/detail/CVE-2026-42499)
37+
- [CVE-2026-39826](https://nvd.nist.gov/vuln/detail/cve-2026-39826)
38+
- [CVE-2026-39825](https://nvd.nist.gov/vuln/detail/cve-2026-39825)
39+
- [CVE-2026-39823](https://nvd.nist.gov/vuln/detail/CVE-2026-39823)
40+
41+
IMPROVEMENTS:
42+
43+
* Updated go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.68.0 and migrated from deprecated interceptor API to StatsHandler for gRPC instrumentation. (#1482)
44+
* Updated google.golang.org/api to v0.279.0. (#1486)
45+
2146
## 1.28.10 (05/13/2026)
2247

2348
BUG FIXES:

0 commit comments

Comments
 (0)