Update module k8s.io/apimachinery to v0.36.2#114
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/kubernetes-monorepo
branch
3 times, most recently
from
April 13, 2026 12:33
bbe5ab0 to
8a96ba1
Compare
renovate
Bot
force-pushed
the
renovate/kubernetes-monorepo
branch
from
April 16, 2026 08:44
8a96ba1 to
588587c
Compare
renovate
Bot
force-pushed
the
renovate/kubernetes-monorepo
branch
from
April 22, 2026 23:42
588587c to
4742076
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/kubernetes-monorepo
branch
from
May 13, 2026 01:45
4742076 to
2e69830
Compare
renovate
Bot
force-pushed
the
renovate/kubernetes-monorepo
branch
from
June 2, 2026 22:21
2e69830 to
5a30d74
Compare
renovate
Bot
force-pushed
the
renovate/kubernetes-monorepo
branch
from
June 12, 2026 23:13
5a30d74 to
9526bdb
Compare
renovate
Bot
force-pushed
the
renovate/kubernetes-monorepo
branch
from
June 20, 2026 00:26
9526bdb to
e382fa3
Compare
renovate
Bot
force-pushed
the
renovate/kubernetes-monorepo
branch
3 times, most recently
from
July 21, 2026 11:15
4bab991 to
8e153bf
Compare
ytsarev
force-pushed
the
renovate/kubernetes-monorepo
branch
from
July 21, 2026 12:00
8e153bf to
71a1c01
Compare
Contributor
Author
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. |
k8s.io/apimachinery v0.36.2 raised the go.mod go directive to 1.26.0, but CI pinned GO_VERSION=1.25.10 with GOTOOLCHAIN=local, causing lint, unit-test and build jobs to fail with: go: go.mod requires go >= 1.26.0 (running go 1.25.10; GOTOOLCHAIN=local)
ytsarev
force-pushed
the
renovate/kubernetes-monorepo
branch
from
July 21, 2026 12:00
71a1c01 to
f6e231b
Compare
golangci-lint v2.8.0 is built with Go 1.25 and refuses to lint a module targeting Go 1.26: can't load config: the Go language version (go1.25) used to build golangci-lint is lower than the targeted Go version (1.26.0) v2.12.2 is built with Go 1.26.
The golangci-lint v2.12.2 bump (needed for Go 1.26) surfaced goconst findings that v2.8.0 did not report: - fn.go: extract repeated Microsoft Graph field-name literals (displayName, appId, description) into named constants. - .golangci.yml: set goconst.ignore-tests to skip repeated string literals in test fixtures, where extracting constants would only reduce readability. No behavior change. Verified locally with golangci-lint v2.11.4 (built with go1.26.1): 0 issues, all unit tests pass.
Reverts goconst.ignore-tests so test code is linted too, and instead resolves the goconst findings by extracting the repeated string literals in fn_test.go into named constants: - fn.go: add fieldMail, fieldUserPrincipalName, fieldType field-name constants (alongside the existing displayName/appId/description) and use them in production map keys and $select projections. - fn_test.go: add a fixture const block (testRequestTag, testAzureCredsName, condTypeFunctionSuccess, the per-query-type messages, etc.) and reuse the field-name constants across the table-driven cases. Literals inside raw-string JSON fixtures are left untouched (they are single string literals, not separate tokens). No behavior change; verified locally with golangci-lint: 0 issues, all unit tests pass.
Two goconst findings surfaced only under golangci-lint v2.12.2 (local v2.11.4 did not report them): - Promote userType/servicePrincipalType/unknownType from function-local constants in processMember to package level, and reuse them for the repeated "user"/"servicePrincipal" literals in fn_test.go. - Add testUser1Email for the repeated "user1@example.com" fixture. Verified with golangci-lint v2.12.2 (CI parity): 0 issues, tests pass.
ytsarev
approved these changes
Jul 21, 2026
kaessert
approved these changes
Jul 21, 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.
This PR contains the following updates:
v0.35.3→v0.36.2Release Notes
kubernetes/apimachinery (k8s.io/apimachinery)
v0.36.2Compare Source
v0.36.1Compare Source
v0.36.0Compare Source
v0.35.6Compare Source
v0.35.5Compare Source
v0.35.4Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.