Closed electriquo closed 1 year ago
Apologies for the inconvenience @foolioo.
As per the steampipe install
command, steampipe plugin install aws@0.104.0
is actually the correct way of installing a new version of the plugin.
https://hub.steampipe.io/plugins/turbot/aws/versions
@cbruno10 @johnsmyth could you echo some thoughts on whether steampipe plugin install aws@v0.104.0
should be made valid or not?
@misraved Apologies are unnecessary, I thank all of you for your work.
The v
prefix is common and is already used in all of turbot codebaes, why not to honer it same as all other open source projects? Plus, it makes all other update tools, e.g. Dependabot, play nicely with Steampipe.
Please consider aligning the version and accept installations that correspond to Git tag, e.g. v0.104.0
This seems reasonable, since the mod install accepts either form. Moving this issue to the steampipe repo...
I agree, seems reasonable to be forgiving about the formats we accept. We'll take a look
@johnsmyth For me to follow the issue, what exactly did you mean by
Moving this issue to the steampipe repo...
@foolioo originally the issue was raised in the aws plugin repository (turbot/steampipe-plugin-aws ), but the fix is a general steampipe fix, so I moved the issue to the steampipe (turbot/steampipe) because thats where the code is that will need to be updated.
I agree, seems reasonable to be forgiving about the formats we accept. We'll take a look
@kaidaguerre Is there any update?
@kaidaguerre Is there any update?
Not yet I'm afraid - it's on our list but we have not got to it yet.
@kaidaguerre Apologies for putting "stress" on to it and thank all of you for your work. Since this should be an "easy" fix which will let all dependency update pipelines (such as Dependabot) to pass and enjoy new versions of steampipe its modules and plugins.
Describe the bug When specifying the (Git) tag, e.g.
v0.104.0
, the installation fails. Where this is not the case when using the same tag without thev
prefix, e.g.0.104.0
.This cause many update managers that track Git for new tags and updates Steampipe accordingly.
Steampipe version (
steampipe -v
)To reproduce
Expected behavior Both
steampipe plugin install aws@v0.104.0
andsteampipe plugin install aws@0.104.0
should install the plugin without any errors.Additional context The issue results in inconsistent experience through Steampipe, since this is not the case for modules