hey folks, i'm a bit confused by the import when u...
# golang
v
hey folks, i'm a bit confused by the import when using crosswalk package (like https://www.pulumi.com/docs/clouds/aws/guides/eks/#provisioning-a-new-eks-cluster), in the example the import are using v3 package ("github.com/pulumi/pulumi-kubernetes/sdk/v3/go/kubernetes/core/v1" for example), but it's look like there is also a v4 package, same for ec2/vpc configuration awsEc2, it's look like the package "github.com/pulumi/pulumi-awsx/sdk/go/awsx/ec2" is returning type from "github.com/pulumi/pulumi-aws/sdk/v5/go/aws/ec2", but the sample in github are using v6 https://github.com/pulumi/examples/blob/master/aws-go-eks/main.go, which package should be used ? why awsx is not using v6 version ?
r
@victorious-architect-78054 Thanks for pointing this out. Our documentation is a bit behind here, we're working to get that updated. The latest versions are as follows: • kubernetes is 4.3.0 • aws is 6.4.1 • awsx is still v1, but has the beta v2.0.0-beta.3 ready to release as v2 that uses aws 6.0 Sorry for the confusion here, we'll have our docs updated soon to reflect all of this!