Commit Graph

2621 Commits

Author SHA1 Message Date
kaidaguerre
4fa11a424e Add function to clear connection cache. Closes #3937
* Add function to clear connection cache. 
* Update FDW to v1.9.0 - Add ability to clear connection cache by inserting into settings table.
* Update plugin sdk to v5.6.1
* fix listen unit tests
2023-09-29 19:48:17 +01:00
bob-bot
e9b0a0a2b8 updated badge counts (#3934) 2023-09-29 19:03:17 +01:00
Binaek Sarkar
71658b3c79 Fixes issue where 20.x client would fail to connect to 21.x service in interactive. Closes #3931 2023-09-29 11:56:12 +01:00
kaidaguerre
61718dfa76 Remove unnecessary transactions from ConnectionStateUpdater. Closes #3929 v0.21.0-rc.1 2023-09-28 18:03:19 +01:00
kai
6407ff5982 Improve the warning output when plugins with incompatible SDK versions fail to load - update error message. #3911 2023-09-28 17:40:01 +01:00
kai
88fdeed95a v0.21.0-rc.1 2023-09-28 17:01:21 +01:00
Puskar Basu
645810d5d3 Update CHANGELOG for v0.21.0 2023-09-28 16:58:46 +01:00
Binaek Sarkar
3f84a2630a Fixes issue where 'cloud-*' needed to be global flags. Closes #3923 2023-09-28 15:20:55 +01:00
Binaek Sarkar
ad3f9cd022 Update help for steampipe plugin install 2023-09-28 15:09:51 +01:00
Binaek Sarkar
12162b38c4 Fix issue where control fails with empty list as a param. Closes #2094 2023-09-28 12:34:36 +01:00
kai
13022b0e1f v0.21.0-rc.0 v0.21.0-rc.0 2023-09-27 19:51:53 +01:00
kai
e44b6f0cef Update FDW to v1.8.0 - fix file watching not working when renaming csv files. Closes #3913
Update sdk to v5.6.0
2023-09-27 19:51:13 +01:00
kai
5812c59f10 add introspection tables to autocomplete. Closes #3920
gracefully handle startup failure to read ResolvedListenAddresses in server state
2023-09-27 19:45:36 +01:00
kaidaguerre
2306767fd2 Improve the warning output when plugins with incompatible SDK versions fail to load. Closes #3911 2023-09-27 17:59:32 +01:00
Binaek Sarkar
0c5b20d922 Fixes issue where cloud login is not recognised even if successful. Closes #3916 2023-09-27 17:22:39 +01:00
Binaek Sarkar
a4f67498cd Fixes inconsistency in 'check --timing' output. Closes #3914 2023-09-27 16:34:21 +01:00
kaidaguerre
817cfbfca1 Deprecate steampipe connection state and replace with steampipe connection - update both tables in parallel. Closes #3908 v0.21.0-beta.4 2023-09-26 17:53:33 +01:00
kai
58501197b8 v0.21.0-beta.4 2023-09-26 16:13:03 +01:00
kaidaguerre
b7710e31e5 re-add support for locally developed plugins in the folder plugins/local. Closes #3904 2023-09-26 16:07:35 +01:00
kaidaguerre
ed76a879da Executing benchmark as dashboard failing with segmentation fault. Closes #3905 2023-09-26 15:51:19 +01:00
Puskar Basu
2438a122a6 Fixes issue where initialising rate limiter definitions was taking too long due to force recreation of tables. Closes #3902 2023-09-26 14:48:59 +01:00
kai
94a61f1aea Create a plugin instance for implicit plugins even if not installed. #3451 2023-09-26 14:23:23 +01:00
dependabot[bot]
559f09bf88 [dep][go](deps): Bump google.golang.org/grpc from 1.58.1 to 1.58.2 (#3883)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.1 to 1.58.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.1...v1.58.2)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-26 14:06:29 +01:00
dependabot[bot]
8b6854432d [dep][go](deps): Bump github.com/hashicorp/go-plugin from 1.5.1 to 1.5.2 (#3888)
Bumps [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/hashicorp/go-plugin/releases)
- [Changelog](https://github.com/hashicorp/go-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/go-plugin/compare/v1.5.1...v1.5.2)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-26 13:49:27 +01:00
Puskar Basu
059e1d70d5 Re-enable verify cache ttl works when set in database options test. Closes #3891 (#3897) 2023-09-26 13:49:09 +01:00
kai
2f3b3da155 v0.21.0-beta.3 v0.21.0-beta.3 2023-09-25 17:15:02 +01:00
kaidaguerre
49d58d4f52 Fix aggregator error no connection data loaded for child connection if more than one plugin instance is in use. Closes #3899 (#3898)
* Update PopulateChildren.PopulateChildren to take plugin instance into account
* Fix GetNewConnectionStateFromConnectionInsertSql to use connection names not map of connections
2023-09-25 17:14:01 +01:00
kai
69dfe5be5c v0.21.0-beta.2 v0.21.0-beta.2 2023-09-25 12:36:39 +01:00
kaidaguerre
235cbc2037 Connection watching fixes.
Fix ConnectionConfigMap.Diff  inconsistent usage of Plugin and PluginInstance. Closes #3895
Fix GetConnectionStateErrorSql returning invalid query with additional parameter. Closes #3896
Update FDW to v1.8.0-rc.11 - fix failure to load connection config when importing schema
2023-09-25 12:35:00 +01:00
kaidaguerre
6f051ea463 Do not add connections in error to plugin manager connection map. Closes #3893 v0.21.0-beta.1 2023-09-22 18:12:29 +01:00
kai
93afa554e4 v0.21.0-beta.1 2023-09-22 18:08:51 +01:00
Puskar Basu
01097a27e6 Warn users to not have mod.sp files in home directory. Closes #2321 2023-09-22 18:07:55 +01:00
Binaek Sarkar
269a74b945 Tweaks to export behaviour in 'check'. Closes #3777
Named exports now combined into a single export. Closes #3773
Do not create export files for Cancelled control runs. Closes #3578
check export should not be silent.  Closes #3577
2023-09-22 17:57:38 +01:00
kaidaguerre
6002bd0c0e Fix RateLimiter.Equals. Closes #3889 2023-09-22 17:25:32 +01:00
Binaek Sarkar
3353f00c3f Fixes issue where 'stdin' would get consumed even if there are arguments. Closes #3879. Closes #1985. 2023-09-22 17:15:59 +01:00
kai
2b482f5ede Deprecate STEAMPIPE_DIAGNOSTICS_LEVEL for STEAMPIPE_DIAGNOSTIC_LEVEL 2023-09-22 16:13:08 +01:00
kaidaguerre
79606c5bcd Rename internal introspection tables. Fix warning notifications from RefreshConnections. Improve error handlingh for config inconsistencies in conneciton and plugin config. Closes #3886 2023-09-22 16:02:41 +01:00
dependabot[bot]
0581cca289 [dep][go](deps): Bump github.com/containerd/containerd (#3865)
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.4 to 1.7.6.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.7.4...v1.7.6)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-21 16:21:45 +01:00
kai
1f7933b416 Update FDW to v1.8.0-rc.9 - remove duplicate qual values for duplicate IN clauses. 2023-09-21 14:09:05 +01:00
kaidaguerre
c58beb6ecd Update plugin manager path in makefile. Closes #3871 2023-09-21 08:59:46 +01:00
dependabot[bot]
728791892c Bump word-wrap from 1.2.3 to 1.2.5 in /ui/dashboard (#3827)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 11:17:07 +01:00
dependabot[bot]
d60042e265 Bump tough-cookie from 4.0.0 to 4.1.3 in /ui/dashboard (#3828)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 11:16:49 +01:00
dependabot[bot]
aced24613e Bump json5 from 1.0.1 to 1.0.2 in /ui/dashboard (#3829)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 11:16:23 +01:00
dependabot[bot]
92e9234a9b [dep][go](deps): Bump google.golang.org/grpc from 1.58.0 to 1.58.1 (#3867)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 11:15:39 +01:00
dependabot[bot]
9ed39a2f06 [dep][go](deps): Bump github.com/jedib0t/go-pretty/v6 (#3873)
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.4.6 to 6.4.7.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.4.6...v6.4.7)

---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 10:26:37 +01:00
dependabot[bot]
702c68ae0a [dep][go](deps): Bump github.com/opencontainers/image-spec (#3874)
Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.1.0-rc4 to 1.1.0-rc5.
- [Release notes](https://github.com/opencontainers/image-spec/releases)
- [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md)
- [Commits](https://github.com/opencontainers/image-spec/compare/v1.1.0-rc4...v1.1.0-rc5)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/image-spec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 10:24:13 +01:00
dependabot[bot]
5d7edae85a [dep][go](deps): Bump oras.land/oras-go/v2 from 2.2.1 to 2.3.0 (#3864)
Bumps [oras.land/oras-go/v2](https://github.com/oras-project/oras-go) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/oras-project/oras-go/releases)
- [Commits](https://github.com/oras-project/oras-go/compare/v2.2.1...v2.3.0)

---
updated-dependencies:
- dependency-name: oras.land/oras-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19 10:40:00 +01:00
dependabot[bot]
140421576c [dep][go](deps): Bump github.com/go-git/go-git/v5 from 5.8.1 to 5.9.0 (#3866)
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.8.1 to 5.9.0.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](https://github.com/go-git/go-git/compare/v5.8.1...v5.9.0)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19 10:39:35 +01:00
Binaek Sarkar
b7df52c059 Raises warning when pseudo resources are ignored because of named hcl resources. Closes #1328. Closes #1480 2023-09-19 10:39:18 +01:00
dependabot[bot]
749d95925a [dep][go](deps): Bump golang.org/x/text from 0.12.0 to 0.13.0 (#3868)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19 10:38:10 +01:00