Skip to content

Commit

Permalink
Bump CAPRKE2 to v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Demicev <alexandr.demicev@suse.com>
  • Loading branch information
alexander-demicev committed May 27, 2024
1 parent 70518b0 commit 6f62c13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/rancher-turtles/templates/clusterctl-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ data:
url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.4.6/bootstrap-components.yaml"
type: "BootstrapProvider"
- name: "rke2"
url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/v0.3.0-rc.1/bootstrap-components.yaml"
url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/v0.3.0/bootstrap-components.yaml"
type: "BootstrapProvider"
# ControlPlane providers
- name: "kubeadm"
url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.4.6/control-plane-components.yaml"
type: "ControlPlaneProvider"
- name: "rke2"
url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/v0.3.0-rc.1/control-plane-components.yaml"
url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/v0.3.0/control-plane-components.yaml"
type: "ControlPlaneProvider"
{{- end }}
2 changes: 1 addition & 1 deletion exp/etcdrestore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/rancher/turtles => ../..
require (
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.33.0
github.com/rancher-sandbox/cluster-api-provider-rke2 v0.3.0-rc.1
github.com/rancher-sandbox/cluster-api-provider-rke2 v0.3.0
github.com/rancher/turtles v0.0.0-00010101000000-000000000000
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace
k8s.io/api v0.29.3
Expand Down
4 changes: 2 additions & 2 deletions exp/etcdrestore/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ github.com/prometheus/common v0.45.0 h1:2BGz0eBc2hdMDLnO/8n0jeB3oPrt2D08CekT0lne
github.com/prometheus/common v0.45.0/go.mod h1:YJmSTw9BoKxJplESWWxlbyttQR4uaEcGyv9MZjVOJsY=
github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo=
github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo=
github.com/rancher-sandbox/cluster-api-provider-rke2 v0.3.0-rc.1 h1:aSYciTeGGddznLJHryA6dOHTn4UWksbCAPOPgdaylOw=
github.com/rancher-sandbox/cluster-api-provider-rke2 v0.3.0-rc.1/go.mod h1:UAGaFOkIoCyZBhDkdeEMPjLxuLJRDefKnAdsgQoOmOU=
github.com/rancher-sandbox/cluster-api-provider-rke2 v0.3.0 h1:aSYciTeGGddznLJHryA6dOHTn4UWksbCAPOPgdaylOw=
github.com/rancher-sandbox/cluster-api-provider-rke2 v0.3.0/go.mod h1:UAGaFOkIoCyZBhDkdeEMPjLxuLJRDefKnAdsgQoOmOU=
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=
Expand Down

0 comments on commit 6f62c13

Please sign in to comment.