k3s-io / kine

Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd.
Apache License 2.0
1.54k stars 231 forks source link

Updatecli Kine investigation #204

Closed matttrach closed 8 months ago

matttrach commented 1 year ago

Following up on https://github.com/k3s-io/k3s/issues/7040, we need to investigate each repo for potential dependencies that are not being kept up to date. This issue tracks the investigation in the k3s-io/kine repo.

matttrach commented 1 year ago

These lines have hard coded versions:

matttrach commented 1 year ago

Since the target of this is to keep dependencies up to date I am skipping any versions mentioned in documentation.

brandond commented 1 year ago

I would probably not bump the versions in the tests either, unless we are going to work with QA to expand the support matrix to keep up with the bumps performed by updatecli.

matttrach commented 1 year ago

Excellent, tyvm!

matttrach commented 1 year ago

Here are the remaining lines:

matttrach commented 8 months ago

The only part of this that is still relevant is the Dapper versions which are pinned on purpose, this can be closed.