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
Copy file name to clipboardExpand all lines: content/terraform-docs-agents/v1.28.x/docs/cloud-docs/agents/changelog.mdx
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,31 @@ 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.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)
* 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)
0 commit comments