Skip to content

Commit 8ec2852

Browse files
chore(deps): update module github.com/bufbuild/buf/cmd/buf to v1.66.0 (main) (#14511)
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.65.0` → `v1.66.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbufbuild%2fbuf%2fcmd%2fbuf/v1.66.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fbufbuild%2fbuf%2fcmd%2fbuf/v1.65.0/v1.66.0?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.66.0`](https://redirect.github.com/bufbuild/buf/blob/HEAD/CHANGELOG.md#v1660---2026-02-23) [Compare Source](https://redirect.github.com/bufbuild/buf/compare/v1.65.0...v1.66.0) - Add LSP comment ignore code action to add comment ignores for lint errors. - Fix buf breaking module comparison when adding new modules. - Add LSP hover support for protovalidate CEL expressions. - Fixed offset handling in CEL semantic tokens for non-ASCII content and proto escape sequences in multi-line string literal expressions. - Improve URI normalization for the LSP. </details> --- ### 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 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:eyJjcmVhdGVkSW5WZXIiOiI0My4zMC4xIiwidXBkYXRlZEluVmVyIjoiNDMuMzAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidXBkYXRlLW1pbm9yIl19--> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk dependency bump confined to the build toolchain (protobuf formatting/linting). Potential risk is minor CI or formatting diffs if `buf` behavior changed between versions. > > **Overview** > Updates the build toolchain by bumping `github.com/bufbuild/buf/cmd/buf` from `v1.65.0` to `v1.66.0` in `mimir-build-image/Dockerfile`. > > Adjusts `Makefile` to pull/tag a new `LATEST_BUILD_IMAGE_TAG`, ensuring CI/dev builds use the refreshed build image containing the updated `buf` version. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit a6bd98a. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=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: renovate-sh-app[bot] <renovate-sh-app[bot]@users.noreply.github.com>
1 parent e85c81f commit 8ec2852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 ?= pr14418-232243bdc8
227+
LATEST_BUILD_IMAGE_TAG ?= pr14511-bb021fd229
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.66.0 && \
6060
go install github.com/uber-go/gopatch@v0.4.0 && \
61-
go install github.com/bufbuild/buf/cmd/buf@v1.65.0 && \
61+
go install github.com/bufbuild/buf/cmd/buf@v1.66.0 && \
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)