Skip to content

Commit

Permalink
update ironcore version for prefixRef name validation
Browse files Browse the repository at this point in the history
  • Loading branch information
kasabe28 committed Jul 8, 2024
1 parent ffee2ea commit dd2dbe7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions apinetlet/controllers/network_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,8 @@ var _ = Describe("NetworkController", func() {
Namespace: ns.Name,
},
Prefixes: []networkingv1alpha1.PeeringPrefix{{
Name: "prefix-2",
Prefix: commonv1alpha1.NewIPPrefix(netip.MustParsePrefix("192.168.178.20/32")),
PrefixRef: corev1.LocalObjectReference{Name: "prefix-2"},
Name: "prefix-2",
Prefix: commonv1alpha1.NewIPPrefix(netip.MustParsePrefix("192.168.178.20/32")),
}},
},
},
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/go-logr/logr v1.4.2
github.com/google/uuid v1.6.0
github.com/ironcore-dev/controller-utils v0.9.3
github.com/ironcore-dev/ironcore v0.1.3-0.20240702092531-8d4f7b455b7d
github.com/ironcore-dev/ironcore v0.1.3-0.20240704135250-f673fe34afc4
github.com/ironcore-dev/metalnet v0.3.9-0.20240502160212-b55083c9fb6b
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/ironcore-dev/controller-utils v0.9.3 h1:sTrnxSzX5RrLf4B8KrAH2axSC+gxfJXphkV6df2GSsw=
github.com/ironcore-dev/controller-utils v0.9.3/go.mod h1:djKnxDs0Hwxhhc0VmVY8tZnrOrElvrRV2jov/LiCZ2Y=
github.com/ironcore-dev/ironcore v0.1.3-0.20240702092531-8d4f7b455b7d h1:gZEAc8XCA4tOJzQmwRRR0uSLZXghrpTqXy1s4PG8p68=
github.com/ironcore-dev/ironcore v0.1.3-0.20240702092531-8d4f7b455b7d/go.mod h1:zBwCOPOFfm4EL3QiaW/VgvK/2dnSCf30YbLbEa/Y73E=
github.com/ironcore-dev/ironcore v0.1.3-0.20240704135250-f673fe34afc4 h1:DKXd9IMpAh9lVDNZiwkrcnTa+mDho9UHWKeJkNg7SXE=
github.com/ironcore-dev/ironcore v0.1.3-0.20240704135250-f673fe34afc4/go.mod h1:zBwCOPOFfm4EL3QiaW/VgvK/2dnSCf30YbLbEa/Y73E=
github.com/ironcore-dev/metalnet v0.3.9-0.20240502160212-b55083c9fb6b h1:bDEdPa4MKhtwLBAiPDa6FWkJjSk3ADLa9+Tz3JaISBU=
github.com/ironcore-dev/metalnet v0.3.9-0.20240502160212-b55083c9fb6b/go.mod h1:aZU9zJjoiTqTROOBb1QldXfK1Jd4TMV6SuVnPCsvVJE=
github.com/jonboulle/clockwork v0.2.2 h1:UOGuzwb1PwsrDAObMuhUnj0p5ULPj8V/xJ7Kx9qUBdQ=
Expand Down

0 comments on commit dd2dbe7

Please sign in to comment.