File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.0.3 [ 2025-02-03]
2
+ _ Bug fixes_
3
+ - Update FDW to 1.12.2 to remediate critical and high vulnerabilities. ([ #533 ] ( https://github.com/turbot/steampipe-postgres-fdw/issues/533 ) )
4
+
1
5
## v1.0.2 [ 2025-01-20]
2
6
_ Dependencies_
3
7
- Upgrade ` crypto ` , ` net ` and ` go-git ` packages to remediate critical and high vulnerabilities.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const (
28
28
// constants for installing db and fdw images
29
29
const (
30
30
DatabaseVersion = "14.2.0"
31
- FdwVersion = "1.12.1 "
31
+ FdwVersion = "1.12.2 "
32
32
33
33
// PostgresImageRef is the OCI Image ref for the database binaries
34
34
PostgresImageRef = "ghcr.io/turbot/steampipe/db:14.2.0"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Also https://www.digitalocean.com/community/tutorials/using-ldflags-to-set-versi
18
18
**/
19
19
20
20
// The main version number that is being run at the moment.
21
- var steampipeVersion = "1.0.2 "
21
+ var steampipeVersion = "1.0.3 "
22
22
23
23
// A pre-release marker for the version. If this is "" (empty string)
24
24
// 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