File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v2.2.2 [ 2026-03-31]
2+ _ Dependencies_
3+ - Upgrade ` google.golang.org/grpc ` to ` v1.79.3 ` to address ` CVE-2026-33186 ` .
4+ - Upgrade ` go.opentelemetry.io/otel/sdk ` to ` v1.40.0 ` to address ` CVE-2026-24051 ` .
5+ - Upgrade ` github.com/go-git/go-git/v5 ` to ` v5.17.1 ` to address ` CVE-2026-34165 ` and ` CVE-2026-33762 ` .
6+
17## v2.2.1 [ 2026-03-30]
28_ Dependencies_
39- Update Go version to ` 1.26.1 ` to address vulnerability in ` 1.26 ` .
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111)
1212
1313// The main version number that is being run at the moment.
14- var fdwVersion = "2.2.0 "
14+ var fdwVersion = "2.2.2 "
1515
1616// A pre-release marker for the version. If this is "" (empty string)
1717// then it means that it is a final release. Otherwise, this is a pre-release
You can’t perform that action at this time.
0 commit comments