Skip to content

Commit e3b7287

Browse files
committed
Update the machine-api-operator
This commit vendors the machine-api-operator to include the new method from openshift/machine-api-operator#1147 and build the annotations for providing the architecture information to the kubernetes autoscaler.
1 parent 83b07d5 commit e3b7287

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/onsi/ginkgo/v2 v2.9.5
1717
github.com/onsi/gomega v1.27.7
1818
github.com/openshift/api v0.0.0-20230509100629-894b49f57a15
19-
github.com/openshift/machine-api-operator v0.2.1-0.20230526095704-3938d727319b
19+
github.com/openshift/machine-api-operator v0.2.1-0.20230531233206-931f6f67c1c7
2020
github.com/pkg/errors v0.9.1
2121
github.com/spf13/cobra v1.7.0
2222
golang.org/x/crypto v0.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ github.com/openshift/client-go v0.0.0-20230503144108-75015d2347cb h1:Nij5OnaECrk
305305
github.com/openshift/client-go v0.0.0-20230503144108-75015d2347cb/go.mod h1:Rhb3moCqeiTuGHAbXBOlwPubUMlOZEkrEWTRjIF3jzs=
306306
github.com/openshift/library-go v0.0.0-20230508110756-9b7abe2c9cbf h1:ZpFAN2qprgp7jEhGPrOAwP8mmuYC9BRYzvDefg+k4GM=
307307
github.com/openshift/library-go v0.0.0-20230508110756-9b7abe2c9cbf/go.mod h1:PJVatR/oS/EaFciwylyAr9hORSqQHrC+5bXf4L0wsBY=
308-
github.com/openshift/machine-api-operator v0.2.1-0.20230526095704-3938d727319b h1:Bui00y1DNxAPvmLEb1+sKzUCRPfl01y+DNdL223f5Ns=
309-
github.com/openshift/machine-api-operator v0.2.1-0.20230526095704-3938d727319b/go.mod h1:cYJjVQyNskmxEixGczlLytGF9iacFubTD/UbGvu5EEY=
308+
github.com/openshift/machine-api-operator v0.2.1-0.20230531233206-931f6f67c1c7 h1:6/Yok3qh3FPnjw+OsefCEPbV0KFEVkr00NaEYDpAY6M=
309+
github.com/openshift/machine-api-operator v0.2.1-0.20230531233206-931f6f67c1c7/go.mod h1:cYJjVQyNskmxEixGczlLytGF9iacFubTD/UbGvu5EEY=
310310
github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=
311311
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
312312
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU=

vendor/github.com/openshift/machine-api-operator/pkg/util/util.go

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ github.com/openshift/client-go/machine/listers/machine/v1beta1
335335
## explicit; go 1.20
336336
github.com/openshift/library-go/pkg/config/clusterstatus
337337
github.com/openshift/library-go/pkg/config/leaderelection
338-
# github.com/openshift/machine-api-operator v0.2.1-0.20230526095704-3938d727319b
338+
# github.com/openshift/machine-api-operator v0.2.1-0.20230531233206-931f6f67c1c7
339339
## explicit; go 1.19
340340
github.com/openshift/machine-api-operator/pkg/controller/machine
341341
github.com/openshift/machine-api-operator/pkg/metrics

0 commit comments

Comments
 (0)