Skip to content

Commit 67f2419

Browse files
committed
v1.12.5
1 parent 927442b commit 67f2419

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
## v1.12.4 [2024-02-11]
1+
## v1.12.5 [2025-03-31]
2+
_Dependencies_
3+
- Upgrade `containerd` and `golang.org/x/net` to remediate moderate vulnerabilities.
4+
5+
## v1.12.4 [2025-02-11]
26
_Dependencies_
37
- Upgrade `pipe-fittings` to v2.1.1 and `go-kit` to v1.0.0.
48

5-
## v1.12.3 [2024-02-05]
9+
## v1.12.3 [2025-02-05]
610
_Dependencies_
711
- Upgrade `pipe-fittings` to v1.6.8 and `steampipe-plugin-sdk` to v5.11.2.
812

9-
## v1.12.2 [2024-02-03]
13+
## v1.12.2 [2025-02-03]
1014
_Dependencies_
1115
- Upgrade `crypto`, `net` and `go-git` packages to remediate critical and high vulnerabilities.
1216

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// The main version number that is being run at the moment.
14-
var fdwVersion = "1.12.4"
14+
var fdwVersion = "1.12.5"
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

0 commit comments

Comments
 (0)