bazel central registry lacks releaseTimestamp #42258
jkanywhere
started this conversation in
Suggest an Idea
Replies: 1 comment 3 replies
-
|
Looking into this in more depth:
I guess that the timestamp is based on the commit that introduced those files? If so, that may be a slightly expensive lookup for us to make (as we'll need to do an additional API call per release, per package) - thoughts @viceice ? The "best case" I'd go for is that the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
I use renovate to maintain in my
MODULE.bazelMy renovate config contains
"minimumReleaseAge": "7 days",It appears that
renovatecannot determine when modules are released to Bazel Central Registry, but that information is available on github.I get the following in logs
More details from the logs:
However, for each component there is a published date available.
aspect_bazel_lib: https://registry.bazel.build/modules/aspect_bazel_lib 2.22.5 "published 3 months ago" -> bazelbuild/bazel-central-registry@a92a650On registry.bazel.build it only shows "days ago", but clicking on the link navigates to a specific commit with a full timestamp

gazelle: https://registry.bazel.build/modules/gazelle version 0.48.0 -> bazelbuild/bazel-central-registry@87560dbbazel_skylibhttps://registry.bazel.build/modules/bazel_skylib 1.9.0 "published 3 months ago" -> bazelbuild/bazel-central-registry@e42de35Beta Was this translation helpful? Give feedback.
All reactions