chore(deps): update module github.com/campoy/embedmd to v2 (main)#14418
chore(deps): update module github.com/campoy/embedmd to v2 (main)#14418renovate-sh-app[bot] wants to merge 3 commits intomainfrom
Conversation
| datasource | package | from | to | | ---------- | ------------------------- | ------ | ------ | | go | github.com/campoy/embedmd | v1.0.0 | v2.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
|
Building new version of mimir-build-image. After image is built and pushed to Docker Hub, a new commit will automatically be added to this PR with new image version |
|
Bugbot Autofix prepared fixes for 1 of the 1 bugs found in the latest run.
Or push these changes by commenting: Preview (742da818ab)diff --git a/mimir-build-image/Dockerfile b/mimir-build-image/Dockerfile
--- a/mimir-build-image/Dockerfile
+++ b/mimir-build-image/Dockerfile
@@ -49,7 +49,7 @@
go install github.com/gogo/protobuf/protoc-gen-gogoslick@v1.3.2 && \
go install github.com/weaveworks/tools/cover@bdd647e92546027e12cdde3ae0714bb495e43013 && \
go install github.com/fatih/faillint@v1.15.0 && \
- go install github.com/campoy/embedmd@v2.0.0 && \
+ go install github.com/campoy/embedmd/v2@v2.0.0 && \
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@v0.6.0 && \
go install github.com/monitoring-mixins/mixtool/cmd/mixtool@b97ae11 && \
go install github.com/mikefarah/yq/v4@v4.52.4 && \ |
|
Building new version of mimir-build-image. After image is built and pushed to Docker Hub, a new commit will automatically be added to this PR with new image version |
Use the v2 module path (github.com/campoy/embedmd/v2) as required by Go module v2+ conventions. Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
|
Building new version of mimir-build-image. After image is built and pushed to Docker Hub, a new commit will automatically be added to this PR with new image version |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
Not building new version of mimir-build-image. This PR modifies |

This PR contains the following updates:
v1.0.0→v2.0.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
campoy/embedmd (github.com/campoy/embedmd)
v2.0.0Compare Source
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.
Note
Low Risk
Low risk: only updates build tooling (Docker build image contents and referenced tag) with no runtime code or data-path changes.
Overview
Updates the pinned
LATEST_BUILD_IMAGE_TAGin theMakefileto pull a newer prebuiltmimir-build-image.Upgrades the build image’s
embedmdinstallation fromgithub.com/campoy/embedmd@v1.0.0togithub.com/campoy/embedmd/v2@v2.0.0, aligning with the module’s v2 import path.Written by Cursor Bugbot for commit 60c0eec. This will update automatically on new commits. Configure here.