Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/v1.7] Update machine-controller to 1.57.9 #3324

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/iancoleman/orderedmap v0.2.0
github.com/imdario/mergo v0.3.13
github.com/koron-go/prefixw v1.0.0
github.com/kubermatic/machine-controller v1.57.6
github.com/kubermatic/machine-controller v1.57.9
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kubermatic/machine-controller v1.57.6 h1:bwTPJlcVMMNW5Eb2/fIfY+jKJLdiwGDYJusGdT7Z+Dk=
github.com/kubermatic/machine-controller v1.57.6/go.mod h1:vjuE/IcTxlRu4etiDyPasc4O7IcnKMgGl0zbcCjXgvs=
github.com/kubermatic/machine-controller v1.57.9 h1:bawfsuwzlD4o5/XiW7pblFnSYDdrNoC1mvhaDwDEC8w=
github.com/kubermatic/machine-controller v1.57.9/go.mod h1:vjuE/IcTxlRu4etiDyPasc4O7IcnKMgGl0zbcCjXgvs=
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0/go.mod h1:dXGbAdH5GtBTC4WfIxhKZfyBF/HBFgRZSWwZ9g/He9o=
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=
Expand Down
2 changes: 1 addition & 1 deletion pkg/templates/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func baseResources() map[Resource]map[string]string {
CalicoNode: {"*": "quay.io/calico/node:v3.26.3"},
DNSNodeCache: {"*": "registry.k8s.io/dns/k8s-dns-node-cache:1.22.23"},
Flannel: {"*": "docker.io/flannel/flannel:v0.21.3"},
MachineController: {"*": "quay.io/kubermatic/machine-controller:v1.57.6"},
MachineController: {"*": "quay.io/kubermatic/machine-controller:v1.57.9"},
MetricsServer: {"*": "registry.k8s.io/metrics-server/metrics-server:v0.6.4"},
OperatingSystemManager: {"*": "quay.io/kubermatic/operating-system-manager:v1.3.6"},
}
Expand Down