How to categorize this issue?
/kind enhancement
What would you like to be added:
I would like to ask for a new release.
The latest available release/tag is v0.28.0 from Oct 28, 2023.
We would like to consume the latest changes and at the same time maintain a human-readable version in our go.mod file.
Currently, the version of the github.com/kubernetes-sigs/reference-docs dependency is such as:
module github.com/module/a
require (
// ...
github.com/kubernetes-sigs/reference-docs v0.28.1-0.20251128211022-8b6593625ff4
// ...
)
Why is this needed:
To consume the latest changes in github.com/kubernetes-sigs/reference-docs and to use at the same a human-readable version of the module dependency.
How to categorize this issue?
/kind enhancement
What would you like to be added:
I would like to ask for a new release.
The latest available release/tag is v0.28.0 from Oct 28, 2023.
We would like to consume the latest changes and at the same time maintain a human-readable version in our
go.modfile.Currently, the version of the
github.com/kubernetes-sigs/reference-docsdependency is such as:Why is this needed:
To consume the latest changes in github.com/kubernetes-sigs/reference-docs and to use at the same a human-readable version of the module dependency.