Hi Team,
I have observed that the AWS plugin is working up to version 23.19.2 only. If I use version 23.0.0, it is not working and says “plugin not found.”
Hi Team,
I have observed that the AWS plugin is working up to version 23.19.2 only. If I use version 23.0.0, it is not working and says “plugin not found.”
v23.19.2
is not a valid version… I think you mean v22.19.2
.
You can find all of the AWS plugin versions on our Hub: https://hub.cloudquery.io/plugins/source/cloudquery/aws/latest/versions
The latest version is v24.3.2
.
Oh sorry, yes I mean v22.19.2.
But when I applied in the configuration, it is not downloading the latest plugin.
I think you need to uncomment this line:
#registry: "cloudquery"
It should be:
kind: source
spec:
name: "aws"
path: "cloudquery/aws"
registry: "cloudquery"
version: "v24.3.2"
What version of the CLI are you using? You can find it by running cloudquery --version
.
cli is 3.14.1
error: failed to decode spec: unknown registry cloudquery
I think you need to upgrade your CLI.
We introduced support for the CloudQuery Hub in v3.20.0
.
The latest version of the CLI is v5.5.5
.
Sure, I am checking.
Is there any straightforward process to upgrade the CLI? Please advise me.
Instructions for downloading the CLI can be found here: https://docs.cloudquery.io/docs/quickstart/macOS
Thank you! I will give it a try.