Skip to content

chore(deps): update module github.com/campoy/embedmd to v2 (main)#14418

Open
renovate-sh-app[bot] wants to merge 3 commits intomainfrom
deps-update/main-github.com-campoy-embedmd-2.x
Open

chore(deps): update module github.com/campoy/embedmd to v2 (main)#14418
renovate-sh-app[bot] wants to merge 3 commits intomainfrom
deps-update/main-github.com-campoy-embedmd-2.x

Conversation

@renovate-sh-app
Copy link
Contributor

@renovate-sh-app renovate-sh-app bot commented Feb 19, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/campoy/embedmd v1.0.0v2.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

campoy/embedmd (github.com/campoy/embedmd)

v2.0.0

Compare 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.


  • If you want to rebase/retry this PR, check this box

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_TAG in the Makefile to pull a newer prebuilt mimir-build-image.

Upgrades the build image’s embedmd installation from github.com/campoy/embedmd@v1.0.0 to github.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.

| 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>
@renovate-sh-app renovate-sh-app bot requested a review from a team as a code owner February 19, 2026 02:10
@github-actions
Copy link
Contributor

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 grafana/mimir-build-image:pr14418-96c6be4c80. This can take up to 1 hour.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is ON. A Cloud Agent has been kicked off to fix the reported issue.

@cursor
Copy link

cursor bot commented Feb 19, 2026

Bugbot Autofix prepared fixes for 1 of the 1 bugs found in the latest run.

  • ✅ Fixed: Missing /v2 suffix in Go module install path
    • Added the required /v2 suffix to the embedmd module path, changing it from github.com/campoy/embedmd@v2.0.0 to github.com/campoy/embedmd/v2@v2.0.0 to comply with Go module versioning conventions.

Create PR

Or push these changes by commenting:

@cursor push 742da818ab
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 && \

@aknuds1 aknuds1 enabled auto-merge (squash) February 19, 2026 06:33
@github-actions
Copy link
Contributor

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 grafana/mimir-build-image:pr14418-96c6be4c80. This can take up to 1 hour.

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>
@github-actions
Copy link
Contributor

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 grafana/mimir-build-image:pr14418-232243bdc8. This can take up to 1 hour.

@renovate-sh-app
Copy link
Contributor Author

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@aknuds1 aknuds1 added the changelog-not-needed PRs that don't need a CHANGELOG.md entry label Feb 19, 2026
@github-actions
Copy link
Contributor

Not building new version of mimir-build-image. This PR modifies mimir-build-image/Dockerfile, but the image grafana/mimir-build-image:pr14418-232243bdc8 already exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-not-needed PRs that don't need a CHANGELOG.md entry update-major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments