Skip to content

Commit 2c69b21

Browse files
committed
v1.3.2
1 parent e84b758 commit 2c69b21

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
## v1.4.0 [tbd]
2-
_What's new_
3-
* Call plugin `EndExecute` when Postgres calls `EndForeignScan`, to ensure plugin caches all data. ([#232](https://github.com/turbot/steampipe-postgres-fdw/issues/232))
1+
## v1.3.2 [2022-08-23]
2+
* Update referenced `steampipe-plugin-sdk` and `steampipe` version
43

54
## v1.3.1 [2022-08-09]
65
_Bug fixes_

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ require (
88
github.com/hashicorp/go-hclog v1.2.2
99
github.com/hashicorp/go-version v1.6.0 // indirect
1010
github.com/turbot/go-kit v0.4.0
11-
github.com/turbot/steampipe v0.16.0-rc.7
12-
github.com/turbot/steampipe-plugin-sdk/v4 v4.0.1-rc.2
11+
github.com/turbot/steampipe v0.16.0-rc.12
12+
github.com/turbot/steampipe-plugin-sdk/v4 v4.1.0-rc.2
1313
go.opentelemetry.io/otel v1.9.0
1414
google.golang.org/protobuf v1.28.1
1515
)
@@ -84,7 +84,7 @@ require (
8484
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
8585
github.com/magiconair/properties v1.8.6 // indirect
8686
github.com/mattn/go-colorable v0.1.12 // indirect
87-
github.com/mattn/go-isatty v0.0.14 // indirect
87+
github.com/mattn/go-isatty v0.0.16 // indirect
8888
github.com/mattn/go-runewidth v0.0.13 // indirect
8989
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
9090
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
@@ -142,7 +142,7 @@ require (
142142
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
143143
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
144144
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
145-
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
145+
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
146146
golang.org/x/text v0.3.7 // indirect
147147
google.golang.org/appengine v1.6.7 // indirect
148148
google.golang.org/genproto v0.0.0-20220720214146-176da50484ac // indirect

go.sum

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -671,8 +671,9 @@ github.com/mattn/go-isatty v0.0.7/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hd
671671
github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=
672672
github.com/mattn/go-isatty v0.0.10/go.mod h1:qgIWMr58cqv1PHHyhnkY9lrL7etaEgOFcMEpPG5Rm84=
673673
github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
674-
github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y=
675674
github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94=
675+
github.com/mattn/go-isatty v0.0.16 h1:bq3VjFmv/sOjHtdEhmkEV4x1AJtvUvOJ2PFAZ5+peKQ=
676+
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
676677
github.com/mattn/go-runewidth v0.0.4/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=
677678
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
678679
github.com/mattn/go-runewidth v0.0.13 h1:lTGmDsbAYt5DmK6OnoV7EuIF1wEIFAcxld6ypU4OSgU=
@@ -918,10 +919,10 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1
918919
github.com/tombuildsstuff/giovanni v0.15.1/go.mod h1:0TZugJPEtqzPlMpuJHYfXY6Dq2uLPrXf98D2XQSxNbA=
919920
github.com/turbot/go-kit v0.4.0 h1:EdD7Bf2EGAjvHRGQxRiWpDawzZSk3T+eghqbj74qiSc=
920921
github.com/turbot/go-kit v0.4.0/go.mod h1:SBdPRngbEfYubiR81iAVtO43oPkg1+ASr+XxvgbH7/k=
921-
github.com/turbot/steampipe v0.16.0-rc.7 h1:yzx2IMR8xFDZpsAMEPIota336lwpgzIJXW0U6pK3KeY=
922-
github.com/turbot/steampipe v0.16.0-rc.7/go.mod h1:iRCE1vgFaMgf1imtWQ7bi6VSdvc1aLs+xy5my2J1E6I=
923-
github.com/turbot/steampipe-plugin-sdk/v4 v4.0.1-rc.2 h1:dr680ALqQ0MbGhOcALx1tXS2Q2ujpIxrwFFvFsSI250=
924-
github.com/turbot/steampipe-plugin-sdk/v4 v4.0.1-rc.2/go.mod h1:W6QjUrkeWyDgfnAt1qzckI7YEEY4x8WOevxKsVSWLM4=
922+
github.com/turbot/steampipe v0.16.0-rc.12 h1:XFCQp7JHDPaKD8t5H9NPxSwsAxBSREf4EBbexYIRLZ4=
923+
github.com/turbot/steampipe v0.16.0-rc.12/go.mod h1:nbYEYyrM+zxNqkO/yZK30P7qHjaJjeAw9HWApSJZ5Qg=
924+
github.com/turbot/steampipe-plugin-sdk/v4 v4.1.0-rc.2 h1:SuKEZBkCDSocDds3qhd5PvR1IHIfX39ZcDH29KYbrY0=
925+
github.com/turbot/steampipe-plugin-sdk/v4 v4.1.0-rc.2/go.mod h1:W6QjUrkeWyDgfnAt1qzckI7YEEY4x8WOevxKsVSWLM4=
925926
github.com/ugorji/go v0.0.0-20180813092308-00b869d2f4a5/go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ=
926927
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
927928
github.com/ulikunitz/xz v0.5.8 h1:ERv8V6GKqVi23rgu5cj9pVfVzJbOqAY2Ntl88O6c2nQ=
@@ -1237,8 +1238,9 @@ golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBc
12371238
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
12381239
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
12391240
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1240-
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 h1:0A+M6Uqn+Eje4kHMK80dtF3JCXC4ykBgQG4Fe06QRhQ=
12411241
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1242+
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab h1:2QkjZIsXupsJbJIdSjjUOgWK3aEtzyuh2mPt3l/CkeU=
1243+
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
12421244
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
12431245
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
12441246
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ import (
1111
)
1212

1313
// The main version number that is being run at the moment.
14-
var fdwVersion = "1.4.0"
14+
var fdwVersion = "1.3.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
1818
// such as "dev" (in development), "beta", "rc1", etc.
19-
var prerelease = "rc.0"
19+
var prerelease = ""
2020

2121
// FdwVersion is an instance of semver.Version. This has the secondary
2222
// benefit of verifying during tests and init time that our version is a

0 commit comments

Comments
 (0)