k8up-io / k8up

Kubernetes and OpenShift Backup Operator
https://k8up.io/
Apache License 2.0
617 stars 63 forks source link

Docs: k8up.io seems to be defaulting to version 2.7 and does not show versions after 2.7 #884

Closed jessebot closed 1 year ago

jessebot commented 1 year ago

Description

Going to https://k8up.io redirects to https://k8up.io/k8up/2.7/index.html which seems to be a bit out of date and does show current version options. Can you please refresh the docs site to include the new versions?

Here's going to k8up.io directly and checking the version drop down:

Screenshot 2023-08-25 at 18 36 40

Here's selecting master from the version drop down and checking the verisons again:

Screenshot 2023-08-25 at 18 36 58

Additional Context

No response

Logs

No response

Expected Behavior

I would expect to find version 4.4.0, 4.4.1, etc.

Steps To Reproduce

No response

Version of K8up

not applicable

Version of Kubernetes

not applicable

Distribution of Kubernetes

not applicable

tobru commented 1 year ago

Thanks for reporting. Actually, this comes from a confusion regarding GitHub releases: We have two different releases happening in the same repository, K8up itself and the Helm Chart. Currently, K8up is at 2.7.1 whereas the Helm Chart is at 4.4.1. We want to move the Helm Chart into its own repository to not confuse between these releases (and because of other reasons).

TL;DR: The documentation is up-to-date, it's mainly a confusion of different GitHub releases.