Skip to content

Commit f20f307

Browse files
Merge pull request #939 from Nordix/tuomo/bump-bmo-0.3.0
🌱 bump BMO to 0.3.0
2 parents 6f5bcd1 + e6c9709 commit f20f307

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.19
55
require (
66
github.com/go-logr/logr v1.2.3
77
github.com/golang/mock v1.6.0
8-
github.com/metal3-io/baremetal-operator/apis v0.3.0-rc.0
8+
github.com/metal3-io/baremetal-operator/apis v0.3.0
99
github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
1010
github.com/metal3-io/ip-address-manager/api v1.4.0
1111
github.com/onsi/ginkgo/v2 v2.9.1
@@ -65,7 +65,7 @@ require (
6565
github.com/kr/pretty v0.3.0 // indirect
6666
github.com/mailru/easyjson v0.7.7 // indirect
6767
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
68-
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0-rc.0 // indirect
68+
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0 // indirect
6969
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7070
github.com/modern-go/reflect2 v1.0.2 // indirect
7171
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,10 @@ github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNx
294294
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
295295
github.com/matttproud/golang_protobuf_extensions v1.0.2 h1:hAHbPm5IJGijwng3PWk09JkG9WeqChjprR5s9bBZ+OM=
296296
github.com/matttproud/golang_protobuf_extensions v1.0.2/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
297-
github.com/metal3-io/baremetal-operator/apis v0.3.0-rc.0 h1:fhvs1Njh9xs7UJq5MnsdJsJJWD7+FhZLFWtHx2rM6HU=
298-
github.com/metal3-io/baremetal-operator/apis v0.3.0-rc.0/go.mod h1:t12aU2ye9ojNf4CTuCQMlKaR/k6YhZntXLlqCpavy4o=
299-
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0-rc.0 h1:MO2eKS9CLethZamSUUKAUkAfpsqm5Fn9jEakNNLgEhU=
300-
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0-rc.0/go.mod h1:Dck2B6BQX3L+AE2Xe+LzrVPP1A/zQkhCU/aSVbsi7Nw=
297+
github.com/metal3-io/baremetal-operator/apis v0.3.0 h1:Sjql7SlF6h8n4AcIGOArjqwOI6P5vSCDPYWbxxNh2AQ=
298+
github.com/metal3-io/baremetal-operator/apis v0.3.0/go.mod h1:Qi0u7QCID9FGf20NQ5mwD/3/0uqRmYxHGauKRJkiVFg=
299+
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0 h1:6w8ZfOlLEIw2ecQ8OGuT5qnX5Yq5a9NEK/fmC58mxGk=
300+
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0/go.mod h1:Dck2B6BQX3L+AE2Xe+LzrVPP1A/zQkhCU/aSVbsi7Nw=
301301
github.com/metal3-io/ip-address-manager/api v1.4.0 h1:9wQWSRTwPFDh4HqiAQLw4Sb8uTGRMEwPblx5pfZhYNo=
302302
github.com/metal3-io/ip-address-manager/api v1.4.0/go.mod h1:zOnrGpiGDp5QOSBN+ZggSZl4hE7MYqgBfQfCuSN/5i0=
303303
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=

test/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.19
55
require (
66
github.com/docker/docker v20.10.24+incompatible
77
github.com/jinzhu/copier v0.3.5
8-
github.com/metal3-io/baremetal-operator/apis v0.3.0-rc.0
8+
github.com/metal3-io/baremetal-operator/apis v0.3.0
99
github.com/metal3-io/cluster-api-provider-metal3/api v0.0.0
1010
github.com/onsi/ginkgo/v2 v2.9.1
1111
github.com/onsi/gomega v1.27.4
@@ -78,7 +78,7 @@ require (
7878
github.com/mailru/easyjson v0.7.7 // indirect
7979
github.com/mattn/go-isatty v0.0.17 // indirect
8080
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
81-
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0-rc.0 // indirect
81+
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0 // indirect
8282
github.com/metal3-io/ip-address-manager/api v1.4.0 // indirect
8383
github.com/mitchellh/copystructure v1.2.0 // indirect
8484
github.com/mitchellh/mapstructure v1.5.0 // indirect

test/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,10 @@ github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/
342342
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
343343
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=
344344
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
345-
github.com/metal3-io/baremetal-operator/apis v0.3.0-rc.0 h1:fhvs1Njh9xs7UJq5MnsdJsJJWD7+FhZLFWtHx2rM6HU=
346-
github.com/metal3-io/baremetal-operator/apis v0.3.0-rc.0/go.mod h1:t12aU2ye9ojNf4CTuCQMlKaR/k6YhZntXLlqCpavy4o=
347-
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0-rc.0 h1:MO2eKS9CLethZamSUUKAUkAfpsqm5Fn9jEakNNLgEhU=
348-
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0-rc.0/go.mod h1:Dck2B6BQX3L+AE2Xe+LzrVPP1A/zQkhCU/aSVbsi7Nw=
345+
github.com/metal3-io/baremetal-operator/apis v0.3.0 h1:Sjql7SlF6h8n4AcIGOArjqwOI6P5vSCDPYWbxxNh2AQ=
346+
github.com/metal3-io/baremetal-operator/apis v0.3.0/go.mod h1:Qi0u7QCID9FGf20NQ5mwD/3/0uqRmYxHGauKRJkiVFg=
347+
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0 h1:6w8ZfOlLEIw2ecQ8OGuT5qnX5Yq5a9NEK/fmC58mxGk=
348+
github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.3.0/go.mod h1:Dck2B6BQX3L+AE2Xe+LzrVPP1A/zQkhCU/aSVbsi7Nw=
349349
github.com/metal3-io/ip-address-manager/api v1.4.0 h1:9wQWSRTwPFDh4HqiAQLw4Sb8uTGRMEwPblx5pfZhYNo=
350350
github.com/metal3-io/ip-address-manager/api v1.4.0/go.mod h1:zOnrGpiGDp5QOSBN+ZggSZl4hE7MYqgBfQfCuSN/5i0=
351351
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=

0 commit comments

Comments
 (0)