Skip to content

Commit 3b2547d

Browse files
committed
Merge branch 'v1.12.x' into develop
2 parents ce18dd1 + 060e706 commit 3b2547d

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.12.3 [2024-02-05]
2+
_Dependencies_
3+
- Upgrade `pipe-fittings` to v1.6.8 and `steampipe-plugin-sdk` to v5.11.2.
4+
15
## v1.12.2 [2024-02-03]
26
_Dependencies_
37
- Upgrade `crypto`, `net` and `go-git` packages to remediate critical and high vulnerabilities.

Diff for: go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ require (
99
github.com/hashicorp/go-version v1.7.0 // indirect
1010
github.com/turbot/go-kit v0.10.0-rc.0
1111
github.com/turbot/steampipe v1.0.2
12-
github.com/turbot/steampipe-plugin-sdk/v5 v5.11.0
12+
github.com/turbot/steampipe-plugin-sdk/v5 v5.11.2
1313
go.opentelemetry.io/otel v1.26.0
1414
google.golang.org/protobuf v1.34.2
1515
)
1616

1717
require (
1818
github.com/Masterminds/semver/v3 v3.2.1
19-
github.com/turbot/pipe-fittings v1.6.0
19+
github.com/turbot/pipe-fittings v1.6.8
2020
go.opentelemetry.io/otel/metric v1.26.0
2121
)
2222

@@ -84,7 +84,7 @@ require (
8484
github.com/sourcegraph/conc v0.3.0 // indirect
8585
github.com/spf13/cobra v1.8.1 // indirect
8686
github.com/thediveo/enumflag/v2 v2.0.5 // indirect
87-
github.com/turbot/pipes-sdk-go v0.9.1 // indirect
87+
github.com/turbot/pipes-sdk-go v0.12.0 // indirect
8888
github.com/turbot/steampipe-plugin-code v0.7.0 // indirect
8989
github.com/turbot/terraform-components v0.0.0-20231213122222-1f3526cab7a7 // indirect
9090
github.com/ulikunitz/xz v0.5.10 // indirect

Diff for: go.sum

+6-6
Original file line numberDiff line numberDiff line change
@@ -755,16 +755,16 @@ github.com/tkrajina/go-reflector v0.5.6 h1:hKQ0gyocG7vgMD2M3dRlYN6WBBOmdoOzJ6njQ
755755
github.com/tkrajina/go-reflector v0.5.6/go.mod h1:ECbqLgccecY5kPmPmXg1MrHW585yMcDkVl6IvJe64T4=
756756
github.com/turbot/go-kit v0.10.0-rc.0 h1:kd+jp2ibbIV33Hc8SsMAN410Dl9Pz6SJ40axbKUlSoA=
757757
github.com/turbot/go-kit v0.10.0-rc.0/go.mod h1:fFQqR59I5z5JeeBLfK1PjSifn4Oprs3NiQx0CxeSJxs=
758-
github.com/turbot/pipe-fittings v1.6.0 h1:sn4OJPQQR0fggKMNUuyvShJipZG/Ze5jR48Hl12Eokg=
759-
github.com/turbot/pipe-fittings v1.6.0/go.mod h1:1nlRVh18QkYy9eq5pW9gpnoE2VgnQW0Y2zKzrH8Q4kI=
760-
github.com/turbot/pipes-sdk-go v0.9.1 h1:2yRojY2wymvJn6NQyE6A0EDFV267MNe+yDLxPVvsBwM=
761-
github.com/turbot/pipes-sdk-go v0.9.1/go.mod h1:Mb+KhvqqEdRbz/6TSZc2QWDrMa5BN3E4Xw+gPt2TRkc=
758+
github.com/turbot/pipe-fittings v1.6.8 h1:cIzFQdHU081IyyWff9R3ieR9fzIxdB3kiSZxwl1K6oc=
759+
github.com/turbot/pipe-fittings v1.6.8/go.mod h1:CYlcJEGHs39ZSHJm1iHXtQSSaUApJZMQ5M7XeZj8pEc=
760+
github.com/turbot/pipes-sdk-go v0.12.0 h1:esbbR7bALa5L8n/hqroMPaQSSo3gNM/4X0iTmHa3D6U=
761+
github.com/turbot/pipes-sdk-go v0.12.0/go.mod h1:Mb+KhvqqEdRbz/6TSZc2QWDrMa5BN3E4Xw+gPt2TRkc=
762762
github.com/turbot/steampipe v1.0.2 h1:DDOyobm4lk6GLWmfwNtjB47YEbkoDmGMOlXvmTWDVsU=
763763
github.com/turbot/steampipe v1.0.2/go.mod h1:MmQAJWZXBzGczTukxRaflQC93zpYaVvm8GZfpJsE7u4=
764764
github.com/turbot/steampipe-plugin-code v0.7.0 h1:SROYIo/TI/Q/YNfXK+sAIS71umypUFm1Uz851TmoJkM=
765765
github.com/turbot/steampipe-plugin-code v0.7.0/go.mod h1:GvdjncWum4sZNmR0iM03SKkIzl7aZKAFtIsyAR+z4YI=
766-
github.com/turbot/steampipe-plugin-sdk/v5 v5.11.0 h1:/X81yp9eLp4qhkXTbbYgxASvMViWUc49LHEoH93LZqo=
767-
github.com/turbot/steampipe-plugin-sdk/v5 v5.11.0/go.mod h1:xXCv6EDYQSKBTblEDra3nI9ZuVBnaeVJzsNTQzFngFI=
766+
github.com/turbot/steampipe-plugin-sdk/v5 v5.11.2 h1:oOOM5lk1RGnXUKYYAhsxcK45TcTuKUeE+r8lA3UYJAQ=
767+
github.com/turbot/steampipe-plugin-sdk/v5 v5.11.2/go.mod h1:JJVjTmepkwUSC7BgXyyYCvtmhuLXAEathl737Qs4Mls=
768768
github.com/turbot/terraform-components v0.0.0-20231213122222-1f3526cab7a7 h1:qDMxFVd8Zo0rIhnEBdCIbR+T6WgjwkxpFZMN8zZmmjg=
769769
github.com/turbot/terraform-components v0.0.0-20231213122222-1f3526cab7a7/go.mod h1:5hzpfalEjfcJWp9yq75/EZoEu2Mzm34eJAPm3HOW2tw=
770770
github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8=

Diff for: 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.2"
14+
var fdwVersion = "1.12.3"
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)