Skip to content

Commit

Permalink
fix supported version
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <sunjay.bhatia@broadcom.com>
  • Loading branch information
sunjayBhatia committed Jan 8, 2025
1 parent 76bdc0c commit 0b488c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/provisioner/controller/gatewayclass.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (

const (
gatewayAPIBundleVersionAnnotation = "gateway.networking.k8s.io/bundle-version"
gatewayAPICRDBundleSupportedVersion = "v1.1.0"
gatewayAPICRDBundleSupportedVersion = "v1.1.1"
)

// gatewayClassReconciler reconciles GatewayClass objects.
Expand Down
2 changes: 1 addition & 1 deletion internal/provisioner/controller/gatewayclass_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ func TestGatewayClassReconcile(t *testing.T) {
ObjectMeta: meta_v1.ObjectMeta{
Name: "gatewayclasses.gateway.networking.k8s.io",
Annotations: map[string]string{
"gateway.networking.k8s.io/bundle-version": "v1.1.0",
"gateway.networking.k8s.io/bundle-version": "v1.1.1",
},
},
})
Expand Down

0 comments on commit 0b488c6

Please sign in to comment.