Open
Description
Bug report criteria
- This bug report is not security related, security issues should be disclosed privately via etcd maintainers.
- This is not a support request or question, support requests or questions should be raised in the etcd discussion forums.
- You have read the etcd bug reporting guidelines.
- Existing open issues along with etcd frequently asked questions have been checked and this is not a duplicate.
What happened?
If you browse: https://pkg.go.dev/github.com/etcd-io/etcd you see version "v3.3.27+incompatible". No idea why this shows such an old version, but this is quite confusing when trying to read the docs.
I've tried to ask the website to pull a new version but it seems to not work. I've also tried to fetch docs on the better godocs.io site: https://godocs.io/github.com/etcd-io/etcd/clientv3 but also only old versions exist.
If you could fix this, that would be great. Not sure who's at fault, probably google somehow!
Thanks!
What did you expect to happen?
Docs should see v3.5.20
How can we reproduce it (as minimally and precisely as possible)?
See above
Anything else we need to know?
No response
Etcd version (please run commands below)
N/A
Etcd configuration (command line flags or environment variables)
paste your configuration here
Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)
$ etcdctl member list -w table
# paste output here
$ etcdctl --endpoints=<member list> endpoint status -w table
# paste output here