Skip to content

Commit

Permalink
chore: v1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <[email protected]>
  • Loading branch information
michaelbeaumont committed Oct 31, 2023
1 parent e58bb83 commit 910ec6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ require (
sigs.k8s.io/controller-runtime v0.16.3
sigs.k8s.io/controller-tools v0.13.0
// When updating this also update version in: test/framework/k8s.go
sigs.k8s.io/gateway-api v1.0.0-rc2
sigs.k8s.io/gateway-api v1.0.0
sigs.k8s.io/yaml v1.4.0
)

Expand Down
2 changes: 1 addition & 1 deletion test/framework/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func GatewayAPICRDs(cluster Cluster) error {
return k8s.RunKubectlE(
cluster.GetTesting(),
cluster.GetKubectlOptions(),
"apply", "-f", "https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0-rc2/experimental-install.yaml")
"apply", "-f", "https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/experimental-install.yaml")
}

func UpdateKubeObject(
Expand Down

0 comments on commit 910ec6d

Please sign in to comment.