chore(deps): bump k8s.io/apimachinery from 0.34.1 to 0.35.0#8
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump k8s.io/apimachinery from 0.34.1 to 0.35.0#8dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.34.1 to 0.35.0. - [Commits](kubernetes/apimachinery@v0.34.1...v0.35.0) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #13. |
pigri
added a commit
that referenced
this pull request
May 17, 2026
…ress/gateway Follow-up improvements on the synapse-as-ingress/Gateway controller, all unit-tested and verified live in k3s. #1 Gateway API backendRef weight semantics (conformance fix). Was: weight 0 treated as equal-weight (0-weight backend still received traffic). Now: if any backendRef sets a weight, an unset weight defaults to 1 and weight 0 means "receive no traffic" (the backend is excluded); only when NO weight is set anywhere is the pool rendered unweighted. (k3s: a 0-weight backend is excluded; explicit weights and unset->1 are honored.) #2 Path-match fidelity. rulePaths now honors HTTPRoute Path.Type: PathPrefix as-is, Exact used best-effort + warning (synapse v1 matches longest-prefix), RegularExpression dropped + warning (no regex path support, and NOT defaulted to "/"), and header/method/ queryParam match conditions warned (dropped — synapse v1 routes on host+path only). Ingress Exact pathType likewise warned. No more silent mis-routing. #3 IngressClass resolution. isOurs now follows Kubernetes precedence: explicit spec.ingressClassName wins; otherwise the legacy kubernetes.io/ingress.class annotation; otherwise the default IngressClass (ingressclass.kubernetes.io/is-default-class=true with spec.controller == ours, resolved once per render). Foreign classes are still ignored. #4 Ingress .status.loadBalancer publishing. Opt-in --publish-status-address (csv; IP vs hostname auto-classified), patched onto matched Ingresses only on change. Empty = no status (never a bogus address). #7 Observability. Prometheus metrics on controller-runtime's Registry (render/changed/errors/reloads/conflicts/unsupported/backend- unresolved counters; hosts/routes/last-render/ready gauges). Kubernetes Events: Normal Programmed on matched Ingresses on a changed render; Warning RouteConflict / BackendUnresolved / UnsupportedMatch. Readiness gated on the first successful render via a manager Runnable primer (flips even on a zero-Ingress cluster, so the proxy isn't advertised ready before synapse has upstreams). Event recorder is nil-safe for --render-once. #8 Service watch. The controller now also watches Services (and IngressClasses) so a named-port / Service change re-renders without waiting for an unrelated Ingress event. #9 Reload robustness. --reload-process-name makes the SIGHUP target configurable (default "synapse"). A leading+trailing debouncer (--reload-debounce, default 500ms) collapses SIGHUP bursts (e.g. cert-manager solver churn) while GUARANTEEING the final state is applied (trailing edge always fires). Tests: weight semantics (0/unset/none), rulePaths (exact/regex/ header), isOurs precedence (explicit/legacy/default/foreign), default IngressClass render, publishStatus IP/hostname + idempotency, ReadyCheck gating, reloadDebouncer leading/trailing + window<=0, findReloadTargets named process. go build/vet/test ./... green (race-clean, gofmt-clean). No new direct deps beyond promoting prometheus/client_golang (already an indirect dep) to direct. k3s e2e (host synapse + in-cluster operator sidecar): 33 use-case assertions — weight-0 exclusion, Exact/regex/header warnings, legacy- annotation & default-class capture, foreign-class ignored, Ingress status address, /readyz + full metrics family, Programmed/RouteConflict /BackendUnresolved events, named-port resolution, Service-only-change re-render, debounced SIGHUP burst (6 changes -> coalesced, final value live), public domain still serving 200 end-to-end.
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.
Bumps k8s.io/apimachinery from 0.34.1 to 0.35.0.
Commits
72d71eaMerge remote-tracking branch 'origin/master' into release-1.35e2a2dbcBump golang.org/x/crypto to v0.45.02e9c228Merge pull request #135131 from Dev1622/sig-storage/mock-expand-flake-fixf274aacvendor: update vendor and license metadata after replacing BeTrue usage in cs...9445443Resolve lint restriction on BeTrue by introducing Succeed() with contextual e...52154f7Update vendored dependencies5a348c5KEP-5471: Extend tolerations operators (#134665)6f89492Merge pull request #133648 from richabanker/merged-discoveryc77dde2util/sort: Add MergePreservingRelativeOrder for topological sorting729c13dMerge pull request #134624 from yt2985/podcertificates-betaYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)