Skip to content

Commit d72aaeb

Browse files
committed
Merge branch 'v1.0.x' into develop
2 parents 65cf412 + 720a09b commit d72aaeb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
## v1.0.2 [2025-01-20]
26
_Dependencies_
37
- Upgrade `crypto`, `net` and `go-git` packages to remediate critical and high vulnerabilities.

pkg/constants/db.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const (
2828
// constants for installing db and fdw images
2929
const (
3030
DatabaseVersion = "14.2.0"
31-
FdwVersion = "1.12.1"
31+
FdwVersion = "1.12.2"
3232

3333
// PostgresImageRef is the OCI Image ref for the database binaries
3434
PostgresImageRef = "ghcr.io/turbot/steampipe/db:14.2.0"

pkg/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Also https://www.digitalocean.com/community/tutorials/using-ldflags-to-set-versi
1818
**/
1919

2020
// The main version number that is being run at the moment.
21-
var steampipeVersion = "1.0.2"
21+
var steampipeVersion = "1.0.3"
2222

2323
// A pre-release marker for the version. If this is "" (empty string)
2424
// then it means that it is a final release. Otherwise, this is a pre-release

0 commit comments

Comments
 (0)