We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3bb24 commit 6521179Copy full SHA for 6521179
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v2.1.3 [2025-09-24]
2
+_Whats new_
3
+- Updated steampipe reference to add support for using functions in steampipe config.
4
+
5
+_Dependencies_
6
+- Upgraded dependencies to remediate vulnerabilities.
7
8
## v2.1.2 [2025-08-14]
9
_Bug fixes_
10
- Fix darwin build: remove sysroot override for Darwin SDK path in Makefile.
version/version.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
// The main version number that is being run at the moment.
14
-var fdwVersion = "2.1.2"
+var fdwVersion = "2.1.3"
15
16
// A pre-release marker for the version. If this is "" (empty string)
17
// then it means that it is a final release. Otherwise, this is a pre-release
0 commit comments