Skip to content

Commit

Permalink
Bump CAPI and AWS providers
Browse files Browse the repository at this point in the history
Signed-off-by: Furkat Gofurov <[email protected]>
  • Loading branch information
furkatgofurov7 committed Dec 13, 2024
1 parent 05b1d3c commit 1cced21
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions internal/controllers/clusterctl/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ data:
providers:
# Cluster API core provider
- name: "cluster-api"
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.8.4/core-components.yaml"
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.9.0/core-components.yaml"
type: "CoreProvider"
# Infrastructure providers
- name: "aws"
url: "https://github.com/rancher-sandbox/cluster-api-provider-aws/releases/v2.6.1/infrastructure-components.yaml"
url: "https://github.com/rancher-sandbox/cluster-api-provider-aws/releases/v2.7.1/infrastructure-components.yaml"
type: "InfrastructureProvider"
- name: "azure"
url: "https://github.com/rancher-sandbox/cluster-api-provider-azure/releases/v1.17.0/infrastructure-components.yaml"
Expand All @@ -28,20 +28,20 @@ data:
url: "https://github.com/rancher-sandbox/cluster-api-provider-vsphere/releases/v1.11.2/infrastructure-components.yaml"
type: "InfrastructureProvider"
- name: "docker"
url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.8.4/infrastructure-components-development.yaml"
url: "https://github.com/kubernetes-sigs/cluster-api/releases/v1.9.0/infrastructure-components-development.yaml"
type: "InfrastructureProvider"
# Bootstrap providers
- name: "kubeadm"
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.8.4/bootstrap-components.yaml"
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.9.0/bootstrap-components.yaml"
type: "BootstrapProvider"
- name: "rke2"
url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.9.0/bootstrap-components.yaml"
type: "BootstrapProvider"
# ControlPlane providers
- name: "kubeadm"
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.8.4/control-plane-components.yaml"
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.9.0/control-plane-components.yaml"
type: "ControlPlaneProvider"
- name: "rke2"
url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.9.0/control-plane-components.yaml"
Expand Down
2 changes: 1 addition & 1 deletion internal/sync/provider_sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
)

const (
CAPIVersion = "v1.8.4"
CAPIVersion = "v1.9.0"
)

var _ = Describe("Provider sync", func() {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,5 @@ const (
)

const (
CAPIVersion = "v1.8.4"
CAPIVersion = "v1.9.0"
)

0 comments on commit 1cced21

Please sign in to comment.