build: v50#88
Open
alpeb wants to merge 2 commits into
Open
Conversation
7a92b5e to
c7ebd17
Compare
Ran `just sync-k3s-images` and `just update-versions`. Then: In Dockerfile: - `RUST_TAG` was reverted back to `1.90.0`; that should be incremented separately in concert with the other reports - helm was manually bumped to `v3.21.2`; not jumpting straight into v4 just yet - bumped NODE to v26 in Dockerfile - bumped k3d to 5.9.0 - bumped PROTOC_GEN_GO_TAG to v1.36.11 - bumped PROTOC_GEN_GO_GRPC_VERSION to v1.6.2 - bumped hokay to v0.2.3 - bumped MARKDOWNLINT_VERSION to 0.22.1 in justfile: - set `minimum-k8s` to 31 In setup-go/action.yml: - bumped go to 1.26
adleong
reviewed
Jun 26, 2026
| version: | ||
| description: Container image version | ||
| default: v48 | ||
| default: v49 |
Member
Author
There was a problem hiding this comment.
Now I remember there was some chicken-and-egg problem in this repo. If I set it to v50, the actions.yml workflow will call it and fail because v50 is not published yet. So I'll change this to v50, publish the new image from this branch, and the PR should go green.
adleong
approved these changes
Jun 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ran
just sync-k3s-imagesandjust update-versions. Then:In Dockerfile:
RUST_TAGwas reverted back to1.90.0; that should be incremented separately in concert with the other reportsv3.21.2; not jumpting straight into v4 just yetin justfile:
minimum-k8sto 31In setup-go/action.yml: