kai
|
6dfd78920e
|
Merge remote-tracking branch 'origin/v0.20.x'
|
2023-08-10 16:16:10 +01:00 |
|
druchan
|
b1d6e7b1fd
|
Include MarkLineComponent in echarts build. Closes #3740.
|
2023-08-10 16:15:36 +01:00 |
|
kaidaguerre
|
d8a92f37bf
|
When plugin startup experiences panic, plugin writes known string to stdout so plugin manager can intercept the "Unrecognized remote plugin message" and instead return the panic message. DO not retry plugin startup if initialisation fails. #3732.
|
2023-08-09 13:20:03 +01:00 |
|
Binaek Sarkar
|
72323ef37a
|
Merge branch 'v0.20.x'
|
2023-08-09 17:48:09 +05:30 |
|
Puskar Basu
|
123d5efef0
|
Update config precedence tests. Closes #3704
|
2023-08-09 13:08:56 +01:00 |
|
Binaek Sarkar
|
8e73030a0e
|
Fixes issue with the plugin manager where multi line logs were not coming up. Closes #3706. Closes #3678.
|
2023-08-09 13:08:35 +01:00 |
|
Binaek Sarkar
|
a01776b78f
|
Migrate from 'cloud.steampipe.io' to 'pipes.turbot.com'. Closes #3724
|
2023-08-08 12:24:38 +01:00 |
|
Puskar Basu
|
dc90bc0afe
|
Update BuildFullResourceName to validate for non empty arguments. Closes #3601
|
2023-08-07 13:39:58 +01:00 |
|
Puskar Basu
|
5995e35937
|
Fix issue where interactive prompt exits/crashes when the code panics. Closes #3713
|
2023-08-07 11:23:31 +01:00 |
|
Binaek Sarkar
|
885a85492c
|
Fixes issue where '.inspect' would panic for long column descriptions. Closes #3709
|
2023-08-07 11:10:43 +01:00 |
|
dependabot[bot]
|
d291b8adac
|
[dep][go](deps): Bump github.com/jackc/pgx/v5 from 5.4.2 to 5.4.3 (#3723)
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.4.2 to 5.4.3.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.4.2...v5.4.3)
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
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-08-07 10:47:45 +01:00 |
|
dependabot[bot]
|
d64255f385
|
[dep][go](deps): Bump golang.org/x/text from 0.11.0 to 0.12.0 (#3722)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.11.0...v0.12.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-08-07 10:46:41 +01:00 |
|
Puskar Basu
|
f905a2296f
|
Split service and plugin acceptance tests
|
2023-08-07 10:44:47 +01:00 |
|
dependabot[bot]
|
3f7ed89b31
|
[dep][go](deps): Bump github.com/oras-project/oras-credentials-go (#3700)
Bumps [github.com/oras-project/oras-credentials-go](https://github.com/oras-project/oras-credentials-go) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/oras-project/oras-credentials-go/releases)
- [Commits](https://github.com/oras-project/oras-credentials-go/compare/v0.2.0...v0.3.0)
---
updated-dependencies:
- dependency-name: github.com/oras-project/oras-credentials-go
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-07-28 15:42:28 +01:00 |
|
dependabot[bot]
|
d273ac1924
|
[dep][go](deps): Bump github.com/containerd/containerd (#3699)
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.4.13 to 1.7.3.
- [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.4.13...v1.7.3)
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
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-07-28 15:42:12 +01:00 |
|
Puskar Basu
|
c0860f551c
|
Fix installation.bats tests and increase BATS_TIMEOUT for service tests (#3701)
|
2023-07-28 15:38:12 +01:00 |
|
Meet Rajesh Gor
|
ce2bc0cb5b
|
Add flag for disabling writing of default plugin config during plugin installation. Closes #3531. Closes #2206
|
2023-07-28 10:15:37 +01:00 |
|
Ved misra
|
16a59b6e46
|
Fix broken image links in README file (#3698)
* Fix broken image links in README file
* Update slack linkin README.md
* Update README.md
|
2023-07-27 15:25:51 -04:00 |
|
dependabot[bot]
|
10a6e576b6
|
[dep][go](deps): Bump github.com/turbot/steampipe-plugin-sdk/v5 (#3691)
Bumps [github.com/turbot/steampipe-plugin-sdk/v5](https://github.com/turbot/steampipe-plugin-sdk) from 5.5.0 to 5.5.1.
- [Changelog](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/turbot/steampipe-plugin-sdk/compare/v5.5.0...v5.5.1)
---
updated-dependencies:
- dependency-name: github.com/turbot/steampipe-plugin-sdk/v5
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-07-27 13:04:24 +01:00 |
|
dependabot[bot]
|
e6d7170082
|
[dep][go](deps): Bump google.golang.org/grpc from 1.56.2 to 1.57.0 (#3692)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.2 to 1.57.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.56.2...v1.57.0)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
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-07-27 13:03:49 +01:00 |
|
dependabot[bot]
|
cfb9084167
|
[dep][go](deps): Bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.1 (#3693)
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.7.0 to 5.8.1.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](https://github.com/go-git/go-git/compare/v5.7.0...v5.8.1)
---
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-07-27 13:03:19 +01:00 |
|
dependabot[bot]
|
4016887e65
|
[dep][go](deps): Bump github.com/jackc/pgconn from 1.14.0 to 1.14.1 (#3694)
Bumps [github.com/jackc/pgconn](https://github.com/jackc/pgconn) from 1.14.0 to 1.14.1.
- [Changelog](https://github.com/jackc/pgconn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgconn/compare/v1.14.0...v1.14.1)
---
updated-dependencies:
- dependency-name: github.com/jackc/pgconn
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-07-27 13:02:18 +01:00 |
|
Puskar Basu
|
84ffb71412
|
Steampipe commands should bypass plugin requirement check if installed plugin is local. Closes #3643
|
2023-07-27 12:58:52 +01:00 |
|
Binaek Sarkar
|
e92e65c4de
|
Fixes issue where multi line logs from plugins are not coming up in plugin logs. Closes #3678
|
2023-07-26 14:33:10 +01:00 |
|
dependabot[bot]
|
552b7561d5
|
[dep][go](deps): Bump google.golang.org/grpc from 1.56.0 to 1.56.2 (#3659)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.0 to 1.56.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.56.0...v1.56.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-07-26 14:32:21 +01:00 |
|
dependabot[bot]
|
1bbfd55bf2
|
[dep][go](deps): Bump github.com/jackc/pgx/v5 from 5.4.1 to 5.4.2 (#3669)
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.4.1 to 5.4.2.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.4.1...v5.4.2)
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
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-07-26 14:31:32 +01:00 |
|
dependabot[bot]
|
353683ca0b
|
[dep][go](deps): Bump oras.land/oras-go/v2 from 2.2.0 to 2.2.1 (#3675)
Bumps [oras.land/oras-go/v2](https://github.com/oras-project/oras-go) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/oras-project/oras-go/releases)
- [Commits](https://github.com/oras-project/oras-go/compare/v2.2.0...v2.2.1)
---
updated-dependencies:
- dependency-name: oras.land/oras-go/v2
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-07-26 14:31:00 +01:00 |
|
Puskar Basu
|
5fe095b878
|
Remove migration and backward compatibility of data files from v0.13.0. Closes #3517
|
2023-07-26 14:29:33 +01:00 |
|
Puskar Basu
|
bee0574add
|
Fixes issue where using a bad workspace-database with a valid token gives invalid token as the error. Closes #3610 (#3688)
|
2023-07-26 14:12:03 +01:00 |
|
Binaek Sarkar
|
74f2f6ae24
|
Removes deprecated 'workspace-chdir' flag. Closes #3658
|
2023-07-26 11:39:56 +01:00 |
|
Binaek Sarkar
|
8531164b01
|
Fixes issue where dashboard port in options.dashboard. Closes #3685
|
2023-07-25 12:05:54 +01:00 |
|
Binaek Sarkar
|
854819f8f1
|
Validates workspace profile cache settings. Closes #3646
|
2023-07-14 13:22:08 +01:00 |
|
Patrick Decat
|
3c5e98d13b
|
feat: upgrade to oras-go v2 and support OCI registries requiring authentication. Closes #2819
|
2023-07-14 10:20:31 +01:00 |
|
Binaek Sarkar
|
d807c9c093
|
Fixes issue where CAPITAL arguments to '.cache' meta command were not getting recognised. Closes #3670
|
2023-07-13 15:37:48 +01:00 |
|
Binaek Sarkar
|
37e4b94148
|
Move ErrorAndWarnings to error_helpers. Closes #3653
|
2023-07-12 13:58:57 +01:00 |
|
kai
|
0fd4deb161
|
Merge branch 'v0.20.x'
# Conflicts:
# pkg/steampipeconfig/connection_updates_validate.go
|
2023-07-11 15:32:13 +01:00 |
|
kai
|
18bb5c8e50
|
v0.20.9
v0.20.9
|
2023-07-11 15:31:09 +01:00 |
|
kaidaguerre
|
6e6d12b8b6
|
Fix aggregator connections being dropped intermittently when refreshing connections. Closes #3664
|
2023-07-11 15:29:10 +01:00 |
|
kaidaguerre
|
fb815e8062
|
Fix aggregator connections being dropped intermittently when refreshing connections. Closes #3664
|
2023-07-11 15:21:25 +01:00 |
|
kaidaguerre
|
457da349c0
|
Ensure dynamic aggregator schema is updated if connections are added. Closes #3645
|
2023-07-11 14:22:43 +01:00 |
|
Mike Burgess
|
876a797fef
|
Update dashboard UI dependencies #1429
|
2023-07-11 13:54:55 +01:00 |
|
dependabot[bot]
|
04e650e636
|
[dep][go](deps): Bump golang.org/x/text from 0.10.0 to 0.11.0 (#3649)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.10.0...v0.11.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-07-10 16:00:42 +01:00 |
|
dependabot[bot]
|
9a1133b4f5
|
[dep][go](deps): Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#3621)
Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
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-07-10 16:00:05 +01:00 |
|
Puskar Basu
|
3c54f81e94
|
Add acceptance tests to verify steampipe db, fdw, plugins installation from registry. Closes #3656
|
2023-07-10 15:59:50 +01:00 |
|
kaidaguerre
|
b06348757a
|
Fix linting warnings
---------
Co-authored-by: Binaek Sarkar <binaek@turbot.com>
Co-authored-by: Puskar Basu <puskar@turbot.com>
|
2023-07-06 16:08:23 +01:00 |
|
Binaek Sarkar
|
448ee3b401
|
Fixes issue where 'service start' is not listening on 'network' by default. Closes #3593
|
2023-07-06 16:05:47 +01:00 |
|
Meet Rajesh Gor
|
f0308599b2
|
Clean up tmp dirs after plugin commands
|
2023-07-06 16:04:34 +01:00 |
|
Binaek Sarkar
|
d8d8acf3d4
|
Fixes issue with 'sperr' where child error messages were not being shown (or recorded). Closes #3654
|
2023-07-06 15:42:54 +01:00 |
|
Binaek Sarkar
|
120999a374
|
Adds feature where type '.cache' in interactive shows the current value of cache. Closes #2439
|
2023-07-04 16:02:52 +01:00 |
|
kai
|
1d9f22df7e
|
Merge branch 'v0.20.x'
|
2023-07-03 15:31:22 +01:00 |
|