Skip to content

Commit db181c6

Browse files
authored
Merge pull request #1495 from anmazzotti/bump_caprke2_0-17-1
Bump caprke2 to 0.17.1
2 parents 4321aba + 8d4ec24 commit db181c6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

exp/day2/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/rancher/turtles => ../..
77
require (
88
github.com/onsi/ginkgo/v2 v2.23.4
99
github.com/onsi/gomega v1.37.0
10-
github.com/rancher/cluster-api-provider-rke2 v0.17.0
10+
github.com/rancher/cluster-api-provider-rke2 v0.17.1
1111
github.com/rancher/turtles v0.0.0-00010101000000-000000000000
1212
github.com/spf13/pflag v1.0.6
1313
k8s.io/api v0.31.6

exp/day2/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ github.com/prometheus/common v0.62.0 h1:xasJaQlnWAeyHdUBeGjXmutelfJHWMRr+Fg4QszZ
158158
github.com/prometheus/common v0.62.0/go.mod h1:vyBcEuLSvWos9B1+CyL7JZ2up+uFzXhkqml0W5zIY1I=
159159
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=
160160
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
161-
github.com/rancher/cluster-api-provider-rke2 v0.17.0 h1:bYYRjluHKQJROmKHsyl6bl4w+mKfDFtfnsXjjk33ue0=
162-
github.com/rancher/cluster-api-provider-rke2 v0.17.0/go.mod h1:Vn0kxG/FmSiP3lvPoSKpt43Yd3yvVyi9jZe03e+Agps=
161+
github.com/rancher/cluster-api-provider-rke2 v0.17.1 h1:J2hiFeyAbUZegv7gCc/KndckpBKijV3zmWcHO3S/zTU=
162+
github.com/rancher/cluster-api-provider-rke2 v0.17.1/go.mod h1:Vn0kxG/FmSiP3lvPoSKpt43Yd3yvVyi9jZe03e+Agps=
163163
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
164164
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
165165
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=

internal/controllers/clusterctl/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ data:
3636
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.9.5/bootstrap-components.yaml"
3737
type: "BootstrapProvider"
3838
- name: "rke2"
39-
url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.17.0/bootstrap-components.yaml"
39+
url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.17.1/bootstrap-components.yaml"
4040
type: "BootstrapProvider"
4141
4242
# ControlPlane providers
4343
- name: "kubeadm"
4444
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.9.5/control-plane-components.yaml"
4545
type: "ControlPlaneProvider"
4646
- name: "rke2"
47-
url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.17.0/control-plane-components.yaml"
47+
url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.17.1/control-plane-components.yaml"
4848
type: "ControlPlaneProvider"
4949
5050
# Addon providers

0 commit comments

Comments
 (0)