Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

steampipe plugin update --all does not work. #216

Closed
johnsmyth opened this issue Feb 22, 2021 · 1 comment · Fixed by #237
Closed

steampipe plugin update --all does not work. #216

johnsmyth opened this issue Feb 22, 2021 · 1 comment · Fixed by #237
Assignees
Labels
bug Something isn't working
Milestone

Comments

@johnsmyth
Copy link

steampipe plugin update --all reports that there are no updates, but there are updates. steampipe plugin update aws gcp installs the updates successfully:

$ steampipe plugin list
┌─────────────────────────────────────────────────────┬─────────┬─────────────────────────────────────────────┐
│ NAME                                                │ VERSION │ CONNECTIONS                                 │
├─────────────────────────────────────────────────────┼─────────┼─────────────────────────────────────────────┤
│ hub.steampipe.io/plugins/turbot/[email protected]             │         │                                             │
│ hub.steampipe.io/plugins/turbot/aws@latest          │ 0.5.0   │ aws,aws_pixie_aab,aws_morales,aws_pixie_aaa │
│ hub.steampipe.io/plugins/turbot/azure@latest        │         │ azure,azure_dmi,azure_morales_aaa           │
│ hub.steampipe.io/plugins/turbot/digitalocean@latest │ 0.1.0   │ digitalocean                                │
│ hub.steampipe.io/plugins/turbot/gcp@latest          │ 0.1.0   │ gcp_niteowl,gcp,gcp_morales                 │
│ hub.steampipe.io/plugins/turbot/github@latest       │ 0.0.5   │ github                                      │
│ hub.steampipe.io/plugins/turbot/google@latest       │ 0.0.1   │                                             │
│ hub.steampipe.io/plugins/turbot/ipstack@latest      │         │ ipstack                                     │
│ hub.steampipe.io/plugins/turbot/k8s@latest          │ local   │ k8s                                         │
│ hub.steampipe.io/plugins/turbot/slack@latest        │         │ slack                                       │
│ hub.steampipe.io/plugins/turbot/steampipe@latest    │ 0.0.2   │ steampipe                                   │
│ hub.steampipe.io/plugins/turbot/turbot@latest       │ local   │ turbot                                      │
│ hub.steampipe.io/plugins/turbot/whois@latest        │         │ whois                                       │
│ hub.steampipe.io/plugins/turbot/zendesk@latest      │         │ zendesk                                     │
└─────────────────────────────────────────────────────┴─────────┴─────────────────────────────────────────────┘

$ steampipe plugin update --all
All plugins are up to date.

$ steampipe plugin update aws gcp

Updated plugin: aws v0.5.1
Documentation:  https://hub.steampipe.io/plugins/turbot/aws

Updated plugin: gcp v0.1.1
Documentation:  https://hub.steampipe.io/plugins/turbot/gcp

@johnsmyth johnsmyth added the bug Something isn't working label Feb 22, 2021
@binaek binaek modified the milestone: 0.2.2 Feb 23, 2021
@kaidaguerre kaidaguerre modified the milestones: 0.2.2, 0.2.3 Feb 26, 2021
@binaek binaek linked a pull request Mar 1, 2021 that will close this issue
@LalitLab
Copy link

LalitLab commented Mar 2, 2021

➜  steampipe-plugin-aws git:(main) steampipe plugin update --all
All plugins are up to date.
➜  steampipe-plugin-aws git:(main) steampipe plugin update --all
Updated plugin: turbot/azure@latest v0.2.2
Documentation:  https://hub.steampipe.io/plugins/turbot/turbot/azure@latest
Updated plugin: turbot/aws@latest v0.5.3
Documentation:  https://hub.steampipe.io/plugins/turbot/turbot/aws@latest
Updated plugin: turbot/gcp@latest v0.2.1
Documentation:  https://hub.steampipe.io/plugins/turbot/turbot/gcp@latest

When I ran steampipe plugin update --all it showed a message as All plugins are up to date.
After that I ran the same command immediately and it updated the respective plugins

kaidaguerre pushed a commit that referenced this issue Mar 3, 2021
kaidaguerre pushed a commit that referenced this issue Mar 4, 2021
ahirreddy pushed a commit to ahirreddy/steampipe that referenced this issue Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants