Problem updating rack - ERROR: json: cannot unmarshal array into Go value of type struct { Releases []struct { Draft bool "json:\"draft\""; Prerelease bool "json:\"prerelease\""; Tag string "json:\"tag_name\"" } }

Hello, I’m getting this error when I run convox rack update:

$ convox rack update
ERROR: json: cannot unmarshal array into Go value of type struct { Releases []struct { Draft bool "json:\"draft\""; Prerelease bool "json:\"prerelease\""; Tag string "json:\"tag_name\"" } }
$ convox version
client: 3.3.4
server: 3.0.53
$ convox update
No update to be performed

I’m also seeing this error in the AWS console: "The Kubernetes version on your cluster is no longer supported by Amazon EKS.

Update your Kubernetes cluster to a supported version."

Does Convox handle this, or do I need to do it manually? Thanks

Hello @nathan.f77 , we just released a fix for this one.
Please do convox update to update the CLI or download it directly from Release 3.4.1 · convox/convox · GitHub

1 Like