generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Description
Based on the discussion in PR #961 comment, the dependency on sigs.k8s.io/gateway-api
was temporarily updated to a specific commit SHA (6cd1558
). This was necessary to incorporate changes to the conformance test utilities that have not yet been included in an official release.
The plan is to revert this temporary change and switch back to a stable release tag once Gateway API v1.4 (or a subsequent version containing the required changes) is released.
Action Item:
- Monitor for the
v1.4.0
release ofkubernetes-sigs/gateway-api
. - Once released, update the
go.mod
file to use thev1.4.0
tag instead of the commit SHA. - Verify that all tests continue to pass with the updated dependency.
This will ensure that the project relies on a stable, versioned release of the Gateway API.
Metadata
Metadata
Assignees
Labels
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.