Commit Graph

2806 Commits

Author SHA1 Message Date
dependabot[bot]
7ff6c8692b [dep][actions](deps): Bump golangci/golangci-lint-action from 3 to 4 (#4128)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-22 11:34:59 +00:00
dependabot[bot]
fd767315f7 [dep][go](deps): Bump github.com/opencontainers/image-spec (#4134)
Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.1.0-rc6 to 1.1.0.
- [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-rc6...v1.1.0)

---
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>
2024-02-21 14:43:44 +00:00
dependabot[bot]
9d5692713f [dep][go](deps): Bump github.com/turbot/pipe-fittings (#4112)
Bumps [github.com/turbot/pipe-fittings](https://github.com/turbot/pipe-fittings) from 0.2.0 to 0.2.2.
- [Changelog](https://github.com/turbot/pipe-fittings/blob/main/CHANGELOG.md)
- [Commits](https://github.com/turbot/pipe-fittings/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: github.com/turbot/pipe-fittings
  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>
2024-02-21 14:41:32 +00:00
dependabot[bot]
a06b3f8e2d [dep][go](deps): Bump github.com/jackc/pgx/v5 from 5.5.2 to 5.5.3 (#4111)
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.5.2 to 5.5.3.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.5.2...v5.5.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>
2024-02-21 14:41:17 +00:00
Jon Udell
68cf479241 Update Steampipe badges 2024-02-21 14:16:50 +00:00
kaidaguerre
bb26c0ee81 Add version to steampipe_plugin table. Closes #4141 2024-02-21 14:15:34 +00:00
kai
d73a5a15f6 remove redundant require 2024-02-14 11:59:58 +00:00
Puskar Basu
a6909be9ba Remove unwanted git modules (#4126) 2024-02-09 17:05:48 +00:00
kai
195f37b9d3 merge v0.21.x
Fix modfile being left invalid after mod uninstall. Fix variables not being reloaded after file watch event. Closes #4123. Closes #4124
2024-02-09 16:04:14 +00:00
kai
952ff4c674 v0.21.7 v0.21.7 2024-02-09 15:53:46 +00:00
Puskar Basu
bbc3851d8f Use fdw v1.9.3 (#4125) v0.21.7-rc.0 2024-02-09 19:00:20 +05:30
kai
167db4863f v0.21.7-rc.0
update startup banner to include command
2024-02-09 12:33:33 +00:00
Puskar Basu
332660e5fd Update docker publish workflow to only run for pre-releases (#4122) 2024-02-09 12:31:46 +00:00
kaidaguerre
cae96a0a88 Fix modfile being left invalid after mod uninstall. Fix variables not being reloaded after file watch event. Closes #4123. Closes #4124 2024-02-09 12:28:13 +00:00
Puskar Basu
25dea934f1 Split out docker and brew publish workflows (#4120) 2024-02-07 15:37:02 +00:00
kai
4e031b447b Merge branch 'v0.21.x'
# Conflicts:
#	pkg/steampipeconfig/modconfig/mod.go
2024-02-06 11:47:32 +00:00
kai
6f0f72c1c9 v0.21.6 v0.21.6 2024-02-06 11:43:35 +00:00
kaidaguerre
4bdf1ffe4f Fix HomeDirectoryModfileCheck returning false positive error. Closes #4118 2024-02-06 11:41:21 +00:00
kai
fde90e8d2c v0.21.5 v0.21.5 2024-02-05 17:13:32 +00:00
kaidaguerre
33210d4fe7 Accept both sp and pp files as mod data extension. Closes #4089 2024-02-05 17:11:00 +00:00
kai
eedf4ba946 v0.21.5 2024-02-02 15:08:01 +00:00
kaidaguerre
08f49d843f For query command, load mod variables syncronously but the rest of mod async. Closes #4109 2024-02-02 15:03:31 +00:00
kaidaguerre
3458984aaf Update go-kit to v0.9.0. Use terraform-components instead of a direct terraform reference 2024-02-01 17:12:23 +00:00
kai
06ffde4d66 merge fix 2024-02-01 14:07:35 +00:00
kai
fdccb834a7 Merge remote-tracking branch 'origin/v0.21.x'
# Conflicts:
#	go.mod
#	go.sum
2024-02-01 14:06:56 +00:00
kaidaguerre
103d53f8e8 Fix setting dependency vars in var file. Fix UI freeze when prompting for workspace variables. Closes #4105 2024-02-01 13:53:21 +00:00
dependabot[bot]
855797feae [dep][go](deps): Bump oras.land/oras-go/v2 from 2.3.1 to 2.4.0 (#4100)
Bumps [oras.land/oras-go/v2](https://github.com/oras-project/oras-go) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/oras-project/oras-go/releases)
- [Commits](https://github.com/oras-project/oras-go/compare/v2.3.1...v2.4.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>
2024-02-01 13:22:46 +00:00
dependabot[bot]
c6164f4765 [dep][go](deps): Bump github.com/jedib0t/go-pretty/v6 (#4095)
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.5.3...v6.5.4)

---
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>
2024-02-01 11:46:43 +00:00
dependabot[bot]
fa80492d3f [dep][go](deps): Bump github.com/containerd/containerd (#4102)
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.12 to 1.7.13.
- [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.12...v1.7.13)

---
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>
2024-02-01 11:46:30 +00:00
dependabot[bot]
2c0244d580 [dep][go](deps): Bump github.com/jackc/pgx/v5 from 5.5.1 to 5.5.2 (#4069)
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.5.1 to 5.5.2.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.5.1...v5.5.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>
2024-01-29 12:31:21 +00:00
dependabot[bot]
ad6558da5a [dep][go](deps): Bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#4085)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.60.1 to 1.61.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.60.1...v1.61.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>
2024-01-29 12:30:58 +00:00
Puskar Basu
05d8de6e3f Add acceptance test to verify the schema cloning ltree issue (#4091) 2024-01-29 12:11:52 +00:00
dependabot[bot]
00ab7b0299 [dep][go](deps): Bump github.com/zclconf/go-cty from 1.14.1 to 1.14.2 (#4086)
Bumps [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) from 1.14.1 to 1.14.2.
- [Release notes](https://github.com/zclconf/go-cty/releases)
- [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md)
- [Commits](https://github.com/zclconf/go-cty/compare/v1.14.1...v1.14.2)

---
updated-dependencies:
- dependency-name: github.com/zclconf/go-cty
  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>
2024-01-29 12:11:26 +00:00
kaidaguerre
7d3f1ccb18 Accept both sp and pp files as mod data extension . Closes#4089 2024-01-26 14:46:30 +00:00
dependabot[bot]
9ded2b1757 [dep][go](deps): Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#4084)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  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>
2024-01-26 14:25:54 +00:00
kai
ec1d4c2be5 Merge branch 'v0.21.x'
# Conflicts:
#	CHANGELOG.md
2024-01-23 09:42:57 +00:00
kai
f7622b4ff1 v0.21.4 v0.21.4 2024-01-23 09:39:37 +00:00
kaidaguerre
9c36a36e42 schema clone function fails if table has an ltree column. Closes #4079 2024-01-23 09:30:45 +00:00
dependabot[bot]
9648a01e43 Bump async from 2.6.3 to 2.6.4 in /ui/dashboard (#3988)
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-23 09:29:36 +00:00
dependabot[bot]
3f4d0d05a6 [dep][actions](deps): Bump actions/cache from 3 to 4 (#4072)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-23 09:28:57 +00:00
dependabot[bot]
f21516e24a [dep][go](deps): Bump github.com/containerd/containerd (#4070)
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.11 to 1.7.12.
- [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.11...v1.7.12)

---
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>
2024-01-23 09:28:06 +00:00
dependabot[bot]
1d856d38c4 [dep][go](deps): Bump github.com/jedib0t/go-pretty/v6 (#4071)
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.5.2...v6.5.3)

---
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>
2024-01-23 09:27:53 +00:00
Binaek Sarkar
94e8008eb7 Simplifies available port check. Closes #4030 2024-01-23 09:27:39 +00:00
Jon Udell
6fbbf2ec1b Update Steampipe badges (#4077)
* updated 2024-01-22T20:59:31Z

* updated 2024-01-22T20:59:31Z

* updated 2024-01-22T20:59:31Z

* updated 2024-01-22T20:59:31Z
2024-01-23 09:26:41 +00:00
dependabot[bot]
873d851d86 [dep][actions](deps): Bump google-github-actions/setup-gcloud (#4078)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v2.0.1...v2.1.0)

---
updated-dependencies:
- dependency-name: google-github-actions/setup-gcloud
  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>
2024-01-23 09:26:19 +00:00
Binaek Sarkar
a4b1256669 Fixes issue where plugin version backfilling would write to an incorrect path. Closes #4073
Co-authored-by: Binaek Sarkar <binaek@turbot.com>
2024-01-23 09:01:51 +00:00
Ved misra
2bbcc35021 Update the CHANGELOG date for v0.21.3 release 2024-01-09 20:59:48 +05:30
dependabot[bot]
e8578f10ab [dep][go](deps): Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#4064)
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.3 to 1.3.7.
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](https://github.com/cloudflare/circl/compare/v1.3.3...v1.3.7)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-09 11:29:30 +00:00
dependabot[bot]
f265c1b41e [dep][go](deps): Bump github.com/jedib0t/go-pretty/v6 (#4066)
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.5.1 to 6.5.2.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.5.1...v6.5.2)

---
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>
2024-01-09 11:29:21 +00:00
Binaek Sarkar
0387595c36 Update calls to go-kit.ListFiles with the new go-kit.ListFilesWithContext. Closes #3884 2024-01-08 11:45:29 +00:00