Skip to content

v1.4.0 incompatible with GIE v1.0.0 #4096

@howardjohn

Description

@howardjohn

Reproducer:

single go file:

package main

import (
        "sigs.k8s.io/gateway-api-inference-extension/client-go/applyconfiguration"
        "sigs.k8s.io/gateway-api/conformance"
)
go get sigs.k8s.io/[email protected]
go get sigs.k8s.io/[email protected]

Fails to compile:

# sigs.k8s.io/gateway-api-inference-extension/client-go/applyconfiguration
/home/john/go/pkg/mod/sigs.k8s.io/[email protected]/client-go/applyconfiguration/utils.go:80:56: undefined: testing.TypeConverter
/home/john/go/pkg/mod/sigs.k8s.io/[email protected]/client-go/applyconfiguration/utils.go:81:18: undefined: testing.TypeConverter

I think this actually from the dependency on k8s/client-go v1.34. However, its impossible to use gateway-api v1.4 with client-go v1.33; if you attempt to downgrade client-go it will also downgrade gateway-api

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions