Skip to content

Commit 0e50912

Browse files
chore(deps): update module github.com/bufbuild/buf/cmd/buf to v1.68.3 (main) (#15138)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/bufbuild/buf/cmd/buf](https://redirect.github.com/bufbuild/buf) | `v1.68.2` → `v1.68.3` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbufbuild%2fbuf%2fcmd%2fbuf/v1.68.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fbufbuild%2fbuf%2fcmd%2fbuf/v1.68.2/v1.68.3?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>bufbuild/buf (github.com/bufbuild/buf/cmd/buf)</summary> ### [`v1.68.3`](https://redirect.github.com/bufbuild/buf/blob/HEAD/CHANGELOG.md#v1683---2026-04-20) [Compare Source](https://redirect.github.com/bufbuild/buf/compare/v1.68.2...v1.68.3) - Fix `buf format` error handling for edition 2024. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->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. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjcuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEyNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZGF0ZSIsInVwZGF0ZS1wYXRjaCJdfQ==--> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk patch-level tooling update affecting protobuf formatting/linting behavior in CI/build containers, with no runtime code changes. > > **Overview** > Updates the build tooling to use `github.com/bufbuild/buf/cmd/buf` `v1.68.3` (from `v1.68.2`) in `mimir-build-image/Dockerfile`. > > Adjusts `Makefile`’s `LATEST_BUILD_IMAGE_TAG` to point to the newly built `mimir-build-image` containing this dependency bump. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit c2e7495. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: mimir-github-bot[bot] <199097951+mimir-github-bot[bot]@users.noreply.github.com>
1 parent 115a5eb commit 0e50912

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ mimir-build-image/$(UPTODATE): mimir-build-image/*
224224
# All the boiler plate for building golang follows:
225225
SUDO := $(shell docker info >/dev/null 2>&1 || echo "sudo -E")
226226
BUILD_IN_CONTAINER ?= true
227-
LATEST_BUILD_IMAGE_TAG ?= pr15120-d07f30bfa3
227+
LATEST_BUILD_IMAGE_TAG ?= pr15138-0634ad4d2f
228228

229229
# TTY is parameterized to allow CI and scripts to run builds,
230230
# as it currently disallows TTY devices.

mimir-build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN GO111MODULE=on \
5858
go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.14.2 && \
5959
go install github.com/open-policy-agent/conftest@v0.68.2 && \
6060
go install github.com/uber-go/gopatch@v0.4.0 && \
61-
go install github.com/bufbuild/buf/cmd/buf@v1.68.2 && \
61+
go install github.com/bufbuild/buf/cmd/buf@v1.68.3 && \
6262
rm -rf /go/pkg /go/src /root/.cache
6363

6464
COPY --from=helm /usr/bin/helm /usr/bin/helm

0 commit comments

Comments
 (0)