We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4799a0f commit f5206b1Copy full SHA for f5206b1
.changelog/942.txt
@@ -0,0 +1,3 @@
1
+```release-note:improvement
2
+security: Upgrade golang to 1.25.5
3
+```
.release/security-scan.hcl
@@ -59,7 +59,7 @@ container {
59
"DEBIAN-CVE-2025-27587",
60
"DLA-3942-2",
61
"DLA-4176-1",
62
- "DLA-4321-1"
+ "DLA-4321-1",
63
# Go Modules Scanner usr/local/bin/discover
64
"GHSA-4f99-4q7p-p3gh",
65
"GO-2025-4116",
CHANGELOG.md
@@ -2,6 +2,7 @@
SECURITY:
4
5
+* go: Upgrade golang to 1.25.5. [[GH-942](https://github.com/hashicorp/consul-dataplane/pull/942)]
6
* Add microdnf upgrade in dockerfile to include future security fixes [[GH-936](https://github.com/hashicorp/consul-dataplane/pull/936)]
7
8
## 1.7.6 (October 28, 2025)
0 commit comments