Skip to content

Commit f3fab63

Browse files
committed
Fix merge conflicts and update sdk to v5.2.0-rc.5
2 parents b2b6a6b + 1ddd0df commit f3fab63

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ _Dependencies_
1616

1717
- Upgraded plugin to [steampipe-plugin-sdk v5.1.2](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v500-2022-11-16) with many cache improvements.
1818

19+
## v0.92.2 [2023-02-10]
20+
21+
_Dependencies_
22+
23+
- Recompiled plugin with [steampipe-plugin-sdk v4.1.12](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v4112-2023-02-09) which fixes the query caching functionality. ([#1578](https://github.com/turbot/steampipe-plugin-aws/pull/1578))
24+
1925
## v0.92.1 [2023-01-24]
2026

2127
_Dependencies_

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ require (
114114
github.com/gocarina/gocsv v0.0.0-20201208093247-67c824bc04d4
115115
github.com/golang/protobuf v1.5.2
116116
github.com/turbot/go-kit v0.5.0
117-
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.4
117+
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.5
118118
golang.org/x/text v0.4.0
119119
)
120120

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,8 @@ github.com/tkrajina/go-reflector v0.5.6 h1:hKQ0gyocG7vgMD2M3dRlYN6WBBOmdoOzJ6njQ
677677
github.com/tkrajina/go-reflector v0.5.6/go.mod h1:ECbqLgccecY5kPmPmXg1MrHW585yMcDkVl6IvJe64T4=
678678
github.com/turbot/go-kit v0.5.0 h1:bulbpYGyOQWt4/qFAULPBdrLis//sf3VFz5mTZelv0k=
679679
github.com/turbot/go-kit v0.5.0/go.mod h1:oP9gLk6bETL4nkEuujZZbOlcv9jnHQlf7DYcI/+Ke8Q=
680-
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.4 h1:+jBUL7ykAQQXxajpa1AH0meztvbU/TDlDQsP+FC5nY4=
681-
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.4/go.mod h1:bfvdKaLwemr13EPOMbnr7/hOQOO7m4oM7HnVMdNotgY=
680+
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.5 h1:GeaJ6JV63NuZC3ZCg2Ei5vUvbQZYloPjNv2zubRB7nw=
681+
github.com/turbot/steampipe-plugin-sdk/v5 v5.2.0-rc.5/go.mod h1:bfvdKaLwemr13EPOMbnr7/hOQOO7m4oM7HnVMdNotgY=
682682
github.com/ulikunitz/xz v0.5.8 h1:ERv8V6GKqVi23rgu5cj9pVfVzJbOqAY2Ntl88O6c2nQ=
683683
github.com/ulikunitz/xz v0.5.8/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
684684
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

0 commit comments

Comments
 (0)